Displaying 20 results from an estimated 48 matches for "6668".
Did you mean:
666
2009 Jul 15
4
DEVICE_STATE() and Asterisk 1.6.0.10
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I must be missing something here but I can't figure out why I can't get
DEVICE_STATE() to give me anything other than "NOT_INUSE".
I have two extensions: 6666 and 6668. I used 6668 to make a call to
yet another phone, so I know that it's busy. I then use 6666 to call
6668 and in the dialplan have a noop to see what DEVICE_STATE() is
returning for both extensions.
I get:
[Jul 15 17:20:43] -- Executing [6668 at sip-deskset:1]
NoOp("SIP/6666-086364...
2003 Aug 26
1
Long pause.
...io system cpu
r b w swpd free buff cache si so bi bo in cs us sy id
2 0 0 803564 2820 660 6788 1272 120 1272 120 2896 172 3 34 63
1 0 0 803180 2848 660 6788 992 632 992 632 3358 163 2 35 63
1 0 0 802860 2844 604 6668 1160 360 1160 364 3156 180 1 30 69
1 0 0 802888 2816 604 6668 916 420 916 424 2795 179 4 28 68
1 0 0 802452 2760 604 6668 1348 0 1348 0 2805 180 1 34 65
0 1 0 802484 2840 604 6668 932 304 932 308 2601 188 2 31 67
1 0 0 80230...
2004 Mar 12
0
Re: [R] No traceback available when using try(...) (PR#6668)
Funny, it works for me on R-patched
> f <- function(a) { return(log(a)) }
> f("A")
Error in log(x) : Non-numeric argument to mathematical function
> traceback()
2: log(a)
1: f("A")
> try(f("A"))
Error in log(x) : Non-numeric argument to mathematical function
> traceback()
2: log(a)
1: f("A")
This is on
> version
_
2013 Sep 10
4
[Bug 1647] Implement FIPS 186-3 for DSA keys
...bug.cgi?id=1647
mackyle at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mackyle at gmail.com
--- Comment #2 from mackyle at gmail.com ---
RFC 6668 [1] (2012-07) updated RFC 4253 adding the SHA-256 data
integrity algorithm as a new recommended algorithm.
FIPS 186-4 [2] (2013-07) section 4.2 includes the same DSA parameters
as FIPS 186-3:
L = 1024, N = 160
L = 2048, N = 224
L = 2048, N = 256
L = 3072, N = 256
And it would seem that the L=...
2013 Sep 10
4
[Bug 1647] Implement FIPS 186-3 for DSA keys
...bug.cgi?id=1647
mackyle at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mackyle at gmail.com
--- Comment #2 from mackyle at gmail.com ---
RFC 6668 [1] (2012-07) updated RFC 4253 adding the SHA-256 data
integrity algorithm as a new recommended algorithm.
FIPS 186-4 [2] (2013-07) section 4.2 includes the same DSA parameters
as FIPS 186-3:
L = 1024, N = 160
L = 2048, N = 224
L = 2048, N = 256
L = 3072, N = 256
And it would seem that the L=...
2008 Aug 09
2
can't access irc server on xen domU, please help
...xen domU guest.
>From FC8, when I run netstat -a, I can see irc is listening:
netstat -a
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address
State
tcp 0 0 *:ircd *:*
LISTEN
tcp 0 0 *:6668 *:*
LISTEN
tcp 0 0 *:6669 *:*
LISTEN
tcp 0 0 *:ftp *:*
LISTEN
tcp 0 0 192.168.10.:afs3-fileserver *:*
LISTEN
tcp 0 0 localhost.localdomain:smtp *:*
LISTEN
tcp 0 0 192.168.10....
2008 Aug 09
2
can't access irc server on xen domU, please help
...xen domU guest.
>From FC8, when I run netstat -a, I can see irc is listening:
netstat -a
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address
State
tcp 0 0 *:ircd *:*
LISTEN
tcp 0 0 *:6668 *:*
LISTEN
tcp 0 0 *:6669 *:*
LISTEN
tcp 0 0 *:ftp *:*
LISTEN
tcp 0 0 192.168.10.:afs3-fileserver *:*
LISTEN
tcp 0 0 localhost.localdomain:smtp *:*
LISTEN
tcp 0 0 192.168.10....
2007 Jan 04
5
uninitialized constant oddities
...le_must_exist
end
---- snip ----
any ideas on what might cause this (mis-)behaviour would be greatly
appreciated.
TIA & cheers
jens
--
Jens Wille, Dipl.-Bibl. (FH)
prometheus - Das verteilte digitale Bildarchiv für Forschung & Lehre
An St. Laurentius 4, 50931 Köln
Tel.: +49 (0)221 470-6668, E-Mail: jens.wille-31N1O1AsgN5n68oJJulU0Q@public.gmane.org
http://www.prometheus-bildarchiv.de/
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email...
2002 Jun 18
7
Better filtering to a class
Dear all,
I want to make a filter for all IRC-Dalnet traffic, so I want to put all
traffic for port 6660, 6661, 6662, 6663, 6664, 6665, 6666, 6667, 6668, 6669,
7000, 7001, 7002, and 8000 to a class. So, I create a TC script as below.
I''m sure, it is not effective, and we can write it in simpler.
I need help, how to make my script below are simpler.
The simpler, the better.
Thank you for your help.
--
Regards,
Adi Nugroho
Here is my...
2013 Apr 05
1
Using hmac-sha2-256 in OpenSSH 6.2p1
Hi,
I could not use hmac-sha2-256 in OpenSSH 6.2p1. I tried configuring in
sshd_config file also, but the server was not starting. How can I use
hmac-sha2-256 & hmac-sha2-512 in OpenSSH server in accordance with RFC
6668?
I have installed OpenSSH in a computer with the following configuration:
Architecture: x86 32-bit
OS: RHEL AS 4 (Nahant update 4) (Linux version 2.6.9-42.EL)
Thanks and regards,
Anurag,
Advisory Software Engineer,
B2B & Commerce, Industry Solutions, ISL, IBM,
#4/1, 2nd floor, Tower D, IBC Kn...
2013 Sep 10
0
[Bug 1647] Implement FIPS 186-3 for DSA keys
...om changed:
>
> What |Removed |Added
> ----------------------------------------------------------------------------
> CC| |mackyle at gmail.com
>
> --- Comment #2 from mackyle at gmail.com ---
> RFC 6668 [1] (2012-07) updated RFC 4253 adding the SHA-256 data
> integrity algorithm as a new recommended algorithm.
>
> FIPS 186-4 [2] (2013-07) section 4.2 includes the same DSA parameters
> as FIPS 186-3:
>
> L = 1024, N = 160
> L = 2048, N = 224
> L = 2048, N = 256
> L =...
2008 Aug 07
0
[JOB] Softwareentwickler/-in, prometheus-Bildarchiv, Universität zu Köln
...rchiv für Forschung & Lehre
Universität zu Köln
z.H. Lisa Dieckmann, M.A.
Albertus-Magnus-Platz
50923 Köln
E-Mail: lisa.dieckmann@uni-koeln.de
Tel.: 0221 - 470 6668
Links:
<http://prometheus-bildarchiv.de/>
<http://prometheus.uni-koeln.de/pandora>
Wir freuen uns auf Eure Bewerbungen!
Schöne Grüße
Jens Wille
--
Jens Wille, Dipl.-Bibl. (FH)
prometheus - Das verteilte digitale Bildarchiv für Forschung & Lehre
Kunsthistorisches Institut der U...
2008 Sep 19
0
[JOB] Softwareentwickler/-in, prometheus-Bildarchiv, Universität zu Köln
...ehre
Universität zu Köln
z.H. Lisa Dieckmann, M.A.
Albertus-Magnus-Platz
50923 Köln
E-Mail: lisa.dieckmann-31N1O1AsgN5n68oJJulU0Q@public.gmane.org
Tel.: 0221 - 470 6668
Links:
<http://prometheus-bildarchiv.de/>
<http://prometheus.uni-koeln.de/pandora>
--
Jens Wille, Dipl.-Bibl. (FH)
prometheus - Das verteilte digitale Bildarchiv für Forschung & Lehre
Kunsthistorisches Institut der Universität zu Köln
Albertus-Magnus-Platz, D-50923 Köln
Tel.: +4...
2002 Jul 15
3
Controlling Samba with xinetd
Hi all
Just a query from a fellow tech who's playing with Samba.
He just asked me the following question, it's something I've
never really thought of, but on the face of it could be worth
further investigation.
Any thoughts??
TIA
<snip>
Was doing some research last night on high availablilty -
led me to a thought which I have seen around before but
decided it was not
2007 Jun 16
1
Use of the "by" command (clarification)
...have any ideas on what I am doing wrong?
Thanks,
EG
On 6/16/07, Economics Guy <economics.guy@gmail.com> wrote:
>
> I have a data set that contains income data and a group identifier. Sort
> of like:
>
>
> DATA
>
> Group,Income
> A,2300
> B,6776
> A,6668
> A,6768
> B,9879
> C,5577
> A,7867
> (etc),(etc)
>
> I am trying to compute the gini coefficient for each group.
>
> I have tried the following and none seem to do the trick:
>
> 1)
>
> attach(DATA)
>
> by(DATA, group, function(x) gini(income))
>
>...
2001 Nov 28
1
Reading output from "debugfs -R stat <8>"
...31 16:00:00 1969
mtime: 0x3c0442fd -- Tue Nov 27 17:50:53 2001
BLOCKS:
(0-11):506-517, (IND):518, (12-1035):519-1542, (DIND):1543, (IND):1544, (1036-2059):1545-2568, (IND):2569, (2060-3083):2570-3593, (IND):3594, (3084-4107):3595-4618, (IND):4619, (4108-5131):4620-5643, (IND):5644, (5132-6155):5645-6668, (IND):6669, (6156-7179):6670-7693, (IND):7694, (7180-8203):7695-8718, (IND):8719, (8204-9227):8720-9743, (IND):9744, (9228-10251):9745-10768, (IND):10769, (10252-11275):10770-11793, (IND):11794, (11276-12299):11795-12818, (IND):12819, (12300-13323):12820-13843, (IND):13844, (13324-14347):13845-148...
2007 Sep 18
1
I''m having an issue with u32 masking
...Result: 0001101000001001
Match!
6666 masked by 6671: 6666
Bit Field: 0001101000001010
Bit Mask: 0001101000001111
Bit Result: 0001101000001010
Match!
6667 masked by 6671: 6667
Bit Field: 0001101000001011
Bit Mask: 0001101000001111
Bit Result: 0001101000001011
Match!
6668 masked by 6671: 6668
Bit Field: 0001101000001100
Bit Mask: 0001101000001111
Bit Result: 0001101000001100
Match!
6669 masked by 6671: 6669
Bit Field: 0001101000001101
Bit Mask: 0001101000001111
Bit Result: 0001101000001101
Match!
6670 masked by 6671: 6670
Bit Field: 00011010...
2004 Jul 28
1
Samba and syslog
...ile is /var/log/samba...
How can I disable logging to syslog?
Thanks!
Nicole
Jul 28 08:19:11 Domino1 smb: Starten von smbd succeeded
Jul 28 08:19:11 Domino1 nmbd[6667]: [2004/07/28 08:19:11, 0]
nmbd/asyncdns.c:start_async_dns(149)
Jul 28 08:19:11 Domino1 nmbd[6667]: started asyncdns process 6668
Jul 28 08:19:11 Domino1 nmbd[6667]: [2004/07/28 08:19:11, 0]
nmbd/nmbd_logonnames.c:add_logon_names(163)
Jul 28 08:19:11 Domino1 nmbd[6667]: add_domain_logon_names:
Jul 28 08:19:11 Domino1 nmbd[6667]: Attempting to become logon server
for workgroup TEST on subnet xx.xx.xx.xx
Jul 28 08:19:11 D...
2011 Sep 28
3
Can't remember name of command to temporarily disable a share
I need to temporarily disable a share for a few days, I remember there
was an entry I could add to the share definition to temporarily disable
the share (I think it was disabled=true or enabled=false) but I can't
remember what it was for sure, nor can I find it in the manual. what is
it ?
2002 Jul 15
3
Removing ALL security from samba. :)
Hi,
I've got samba running on multiple machines, blah blah works great...
On my new fax server (RH7.2) I want any windows user to be able to connect
using any username/password. I got it to work with the nobody/pc guest
accounts, but that defeats the purpose (I need to see their windows/default
username).
Basically you connect to the fake samba shared printer, and the script mails
a URL