Displaying 20 results from an estimated 104 matches for "2323".
Did you mean:
23,3
2014 Dec 03
4
[Bug 2323] New: Two factor authentication with two different SSH keys
https://bugzilla.mindrot.org/show_bug.cgi?id=2323
Bug ID: 2323
Summary: Two factor authentication with two different SSH keys
Product: Portable OpenSSH
Version: 6.7p1
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5...
2006 Apr 19
1
Codec problem from SIP to H323
...he call.
It rings on the other side, and of course as I don't have any g729 licenses
installed it drops the call when answered.
-- Executing Dial("SIP/amejia-1fc8", "H323/######@H323gw") in new stack
-- Called #######@H323gw
Apr 19 15:22:43 WARNING[75484]: channel.c:2323 set_format: Unable to find a
codec translation path from g729 to ulaw
Apr 19 15:22:43 WARNING[75484]: channel.c:2323 set_format: Unable to find a
codec translation path from g729 to ulaw
Apr 19 15:22:43 WARNING[75484]: channel.c:2323 set_format: Unable to find a
codec translation path from g729 to...
2002 Nov 23
0
Intermittant hang in cmdscale (PR#2323)
Full_Name: Cam Webb
Version: 1.6.0 (fink X11 compile)
OS: Mac OS X (Jaguar)
Submission from: (NULL) (64.168.28.87)
This is an unpredictable, intermittant hang during cmdscale of the mva library.
Some data never cause a problem, other data always do, abut I can't track down
the difference in the structure of the data. Sometimes the function will work
for `difficult' data after it has
2006 May 17
1
capistrano and svn+ssh on non-standard port
Hi,
I have ssh configured with a non-standard port, and I use svn+ssh to
access to my repository. As the svn+ssh protocol doesn''t support the
colon convention to specify the port, I export the SVN_SSH variable in
.bashrc, like this...
SVN_SSH="ssh -p 2323"
Now I can do a checkout from the command like using something like
this...
svn checkout svn+ssh://xx.xxx.com/path/to/trunk
It works. But now I try to use this configuration in Capistrano, by
setting...
set :repository, "svn+ssh://xx.xxx.com/path/to/trunk"
ssh_options[:port] =...
2020 Jul 18
2
Streaming SSL / HTTPS with m3u file
...successfully open a https link to the stream with a URL like https://domain-name.net:8433/mountname <https://domain-name.net:8433/mountname>
However, the same URL with .m3u at the end fails
The issue seems to be similar to this thread ... https://gitlab.xiph.org/xiph/icecast-server/-/issues/2323 <https://gitlab.xiph.org/xiph/icecast-server/-/issues/2323>
When trying to open m3u or xspf stream links via the icecast status.xsl page, it gives errors. Hovering over the m3u or xspf stream links shows a https URL, but when opening the file in a client, it tries to play a http stream and f...
2000 Sep 25
1
How do I get the username in channel_input_port_open
...s.c??
I've tried numerous things, and all I can get is the IP address that is
sending the data and where it is going to be sent to. All I want is the
username or the UID
Here is the chain of events that are happening:
User logs on to SSHServer and authenticates
Sets up local listening port on 2323 to forward to RemoteClient:23
User telnets to localhost:2323 and the ssh client forwards this data to
SSHServer
At this point the channel_input_port_open function gets called in the ssh
server loop. In this procedure it knows that data is coming from the
client's IP and is getting forwarded to...
2012 Jul 25
3
lagged variables
hi guys,
i have some trouble in creating lagged variables to use as external
regressors.
i'm trying to use lag(x) but it gives me as result the same time series (x),
adding this part at the end:
attr(,"tsp")
[1] 0 2323 1
where do i wrong?are there other functions to be used?
thanks
sara
--
View this message in context: http://r.789695.n4.nabble.com/lagged-variables-tp4637734.html
Sent from the R help mailing list archive at Nabble.com.
2003 Aug 19
1
cannot connect to windows share from linux
hi all,
I would like to connect from linux box to a windows 2000 share
I try the command:
smbmount //10.2.20.43/share mnt -o username=USER workgroup=DOMAIN
and the answer is:
2323: session request to 10.2.20.43 failed (Called name not present)
2323: session request to 10 failed (Called name not present)
Password:
I type the password and the answer is
2323: session setup failed: ERRDOS - ERRnoaccess (Access denied.)
SMB connection failed
but if I use smbclient command
smbcl...
2014 Mar 26
1
Problems when using tc.
Hi, all,
I am a newbee to tc. I want to create a filter on port 2323, but got an error like this. Anyone can help me?
[jason at localhost network]$ sudo tc -s qdisc ls dev eth0?qdisc mq 0: root? Sent 1483890 bytes 3617 pkt (dropped 0, overlimits 0 requeues 0)
rate 0bit 0pps backlog 0b 0p requeues 0
[jason at localhost network]$ sudo tc filter add dev eth0 parent...
2020 Jul 19
0
Streaming SSL / HTTPS with m3u file
...https link to the stream with a URL like https://domain-name.net:8433/mountname <https://domain-name.net:8433/mountname>
>
> However, the same URL with .m3u at the end fails
>
> The issue seems to be similar to this thread ... https://gitlab.xiph.org/xiph/icecast-server/-/issues/2323 <https://gitlab.xiph.org/xiph/icecast-server/-/issues/2323>
>
> When trying to open m3u or xspf stream links via the icecast status.xsl page, it gives errors. Hovering over the m3u or xspf stream links shows a https URL, but when opening the file in a client, it tries to play a http st...
2006 Jun 01
1
G729 + Native (files) MOH
...=files
directory=/mnt/kd/moh/default
random=yes ; Play the files in a random order
ls /mnt/kd/moh/default
fpm-calm-river.g729 fpm-calm-river.ulaw fpm-sunshine.g729
fpm-sunshine.ulaw fpm-world-mix.g729 fpm-world-mix.ulaw
Place a call on hold:
Jun 1 14:55:30 WARNING[1504]: channel.c:2323 set_format: Unable to find
a codec translation path from g729 to slin
Jun 1 14:55:30 WARNING[1504]: res_musiconhold.c:299 moh_files_alloc:
Unable to set 'SIP/102c-3cd1' to linear format (write)
ulaw works perfectly
Now why do we need to go to slin?!?!? What magic is it trying to do...
2007 Nov 08
1
Help me please...Large execution time in auto.arima() function
Hello,
I using the fuction auto.arima() from package forecast to predict the values
of p,d,q and P,D,Q.
My problem is the execution time of this function, for example, a time
series with 2323 values with seasonality to the week take over 8 hours to
execute all the possibilities.
I using a computer with Windows XP, a processor Intel Core2 Duo T7300 and
2Gb of RAM.
fit_2323v_168f<-auto.arima(regts.ts, d = 1, D = 1, max.p = 2, max.q = 2,
max.P = 1, max.Q = 1, max.order = 5...
2019 Aug 02
5
[OT] odd network question
...#
1244 80 http 80/tcp www www-http # WorldWideWeb HTTP
1022 8291
840 60001
834 7547 cwmp 7547/tcp # DSL Forum CWMP
821 1433 ms-sql-s 1433/tcp # Microsoft-SQL-Server
809 2323 3d-nfsd 2323/tcp # 3d-nfsd
764 5555 personal-agent 5555/tcp # Personal Agent
This is just the first screen of it, there are many more. The data
compiled here is for the last month (rsyslog is keeping the current
log plus four older logs). I find it...
2020 Apr 27
0
Weird problem with my app and blocked ports
...ity and soak test of
one of our servers. I send a series of large data message every 15
second or so to one of our servers (say Y), expecting that I might see a
lockup and bugs to fix etc in that server Y. But instead of Y server
failing what I see is the well know port that our system uses (ie 2323)
for name lookup requests, block and I then see timouts of on that socket
(this is a different server say Z). All the others servers (A..Y) get
timeouts communicating to Z from then on. This effect I don't see on
other OSs with similar tests.
If I systemctl stop our service and then restar...
2007 Mar 01
1
TDM400p Loaded only once
...or 0
agpgart: Found an AGP 3.0 compliant device at 0000:00:00.0.
agpgart: Device is in legacy mode, falling back to 2.x
agpgart: Putting AGP V2 device at 0000:00:00.0 into 1x mode
agpgart: Putting AGP V2 device at 0000:01:00.0 into 1x mode
audit(1172747921.184:6): avc: denied { getattr } for pid=2323
comm="pam_console_app" name="card0" dev=tmpfs ino=7969
scontext=system_u:system_r:pam_console_t:s0-s0:c0.c255tcontext=system_u:object_r:device_t:s0
tclass=chr_file
Zapata Telephony Interface Registered on major 196
Zaptel Version: 1.2.14
Zaptel Echo Canceller: KB1
and finally t...
2006 May 03
1
qu: predict with lmer (lme4) or other ways to get classification accuracy
...tores the predicted values somewhere (I read the
documentation and implementation summary,
/library/lme4/doc/Implementation.pdf).
Many thanks for your help and my apologies if I overlooked something
really simple.
Florian
--
T. Florian Jaeger
Ph.D. student
Linguistics Department,
P: +1 (650) 725 2323
F: +1 (650) 723 5666
U: http://www.stanford.edu/~tiflo/
2005 Mar 09
0
Problems setting up a Samba BDC
...pdb_ldap.c:ldapsam_add_sam_account(1999)
ldapsam_add_sam_account: added: uid == TRUTH$ in the LDAP database
[2005/03/09 12:56:10, 0] utils/net_rpc_samsync.c:fetch_account_info(480)
Primary group of TRUTH$ has no mapping!
[2005/03/09 12:56:10, 3]
passdb/pdb_ldap.c:ldapsam_add_group_mapping_entry(2323)
Failure looking up entry (No such object)
[2005/03/09 12:56:10, 3]
passdb/pdb_ldap.c:ldapsam_add_group_mapping_entry(2323)
Failure looking up entry (No such object)
[2005/03/09 12:56:10, 3]
passdb/pdb_ldap.c:ldapsam_add_group_mapping_entry(2323)
Failure looking up entry (No such object)
[200...
2020 Jul 20
2
Streaming SSL / HTTPS with m3u file
...L like https://domain-name.net:8433/mountname
>> <https://domain-name.net:8433/mountname>
>>
>> However, the same URL with .m3u at the end fails
>>
>> The issue seems to be similar to this thread ...
>> https://gitlab.xiph.org/xiph/icecast-server/-/issues/2323
>> <https://gitlab.xiph.org/xiph/icecast-server/-/issues/2323>
>>
>> When trying to open m3u or xspf stream links via the icecast
>> status.xsl page, it gives errors. Hovering over the m3u or xspf
>> stream links shows a https URL, but when opening the file in...
2005 May 11
3
Software RAID on Centos 4 - new issue
OK, I have managed to get software RAID 1 running on my wonderful Proliant
server but now have two challenges:
1) Fresh after an OS install and reboot, the RAID array starts to do its
stuff but straight away (as part of the boot messages) I am told that the
second disk is 'not ready for command' and the system hangs as soon as
resyncing starts. I think this is fixed by adding an hdparm
2005 Apr 05
4
Creating CentOS DVD from scratch
...anyhow, I
probably can't use torrent, unless it is using port 80 (?), and there's
no DVD image on CentOS download site).
--
Aleksandar Milivojevic <amilivojevic at pbl.ca> Pollard Banknote Limited
Systems Administrator 1499 Buffalo Place
Tel: (204) 474-2323 ext 276 Winnipeg, MB R3T 1L7