Displaying 10 results from an estimated 10 matches for "11982".
Did you mean:
1982
2003 Aug 20
5
Rsync hang on HP-UX 10.20
...all won't finish either. Swinstall uses tcp 2121 and udp 2121 ports.
I ran trace on the hang rsync processes. The parent rsync process seemed waiting for the child rsync process which is reasonable. The child rsync process seemed traped in a loop of msleep calls.
Here are some trace outputs:
11982: gettimeofday(0x7b03ac00, 0) = 0
11982: gettimeofday(0x7b03ac10, 0) = 0
11982: select(0, 0, 0, 0, 0x7b03abf0) = 0
11982: gettimeofday(0x7b03ac10, 0) = 0
11982: select(0, 0, 0, 0, 0x7b03abf0) = 0
11982: gettimeofday(0x7b03ac10, 0) = 0
11982: gettimeofday(0x7b03ac00, 0) = 0
11982: gettimeofday(0x7b03...
2009 Jan 08
4
AEL question: testing channel variables
Hi!
I use the following condition:
if (${FOOBAR}=YES) {
...
}
The problem is, that if FOOBAR is not defined at all Asterisk generates
a warning:
WARNING[11982]: ast_expr2.fl:407 ast_yyerror: ast_yyerror(): syntax
error: syntax error, unexpected '=', expecting $end; Input:
=YES
Of course I could use the following code, but this bloats up the code:
if (${EXISTS(${FOOBAR})}) {
if (${FOOBAR}=YES) {
...
}
}
Is there another syntax t...
2006 Jul 13
1
Incorrect composed_of I think
I am trying to use composed_of in my model, but I not succeeding.
With the code I pasted below, I cannot perform this action in the console:
property = Property.new(1, "px")
I get NameError: uninitialized constant Property when I try to perform
that action. It''s not finding my class I made I suppose. The Property
class is in the same file as the Element class, element.rb.
2012 May 28
0
Another odd SELinux message
...9;
of SELinux issues so this host is more or less a quarantine site for
Rails apps. I am suspicious that Passenger is the cause because I see
these reports as well:
type=AVC msg=audit(1338217386.027:1839): avc: denied { read } for
pid=4612 comm="ps" name="stat" dev=proc ino=11982
scontext=system_u:system_r:httpd_sys_script_t:s0
tcontext=system_u:system_r:restorecond_t:s0 tclass=file
Was caused by:
Missing type enforcement (TE) allow rule.
You can use audit2allow to generate a loadable module
to allow this access.
I wonder if Passeng...
2006 Apr 02
0
no audio between sip channels * 1.2.6
...To: <sip:699@192.168.1.201:5062>;tag=4eb3c3babbd8e5efi0
Contact: <sip:677@192.168.1.10>
Call-ID: 400784d110e4e314373334be31ee3576@pap2
CSeq: 102 ACK
User-Agent: Asterisk PBX
Max-Forwards: 70
Content-Length: 0
---
-- SIP/699-8c1a answered SIP/677-bd65
We're at 192.168.1.10 port 11982
Adding codec 0x4 (ulaw) to SDP
Adding non-codec 0x1 (telephone-event) to SDP
Reliably Transmitting (no NAT) to 192.168.1.200:5060:
SIP/2.0 200 OK
Via: SIP/2.0/UDP
192.168.1.200:5060;branch=z9hG4bK-a3883dd1;received=192.168.1.200
From: John Millican <sip:677@192.168.1.10>;tag=f250a44bc61492b1...
2016 Sep 22
0
[Announce] Samba 4.4.6 Available for Download
...2275: ctdb-recovery-helper: Add missing initialisation of ban_credits.
o Volker Lendecke <vl at samba.org>
* BUG 12268: smbd: Reset O_NONBLOCK on open files.
o Stefan Metzmacher <metze at samba.org>
* BUG 11948: dcerpc.idl: Remove unused DCERPC_NCACN_PAYLOAD_MAX_SIZE.
* BUG 11982: Invalid auth_pad_length is not ignored for BIND_* and ALTER_*
pdus.
* BUG 11994: gensec/spnego: Work around missing server mechListMIC in SMB
servers.
* BUG 12007: libads: Ensure the right ccache is used during spnego bind.
* BUG 12018: python/remove_dc: Handle dnsNode objects w...
2016 Sep 22
0
[Announce] Samba 4.4.6 Available for Download
...2275: ctdb-recovery-helper: Add missing initialisation of ban_credits.
o Volker Lendecke <vl at samba.org>
* BUG 12268: smbd: Reset O_NONBLOCK on open files.
o Stefan Metzmacher <metze at samba.org>
* BUG 11948: dcerpc.idl: Remove unused DCERPC_NCACN_PAYLOAD_MAX_SIZE.
* BUG 11982: Invalid auth_pad_length is not ignored for BIND_* and ALTER_*
pdus.
* BUG 11994: gensec/spnego: Work around missing server mechListMIC in SMB
servers.
* BUG 12007: libads: Ensure the right ccache is used during spnego bind.
* BUG 12018: python/remove_dc: Handle dnsNode objects w...
2014 Apr 05
2
I can't make changes to ups.delay.shutdown to stick
...r 4 19:09 .
drwxr-xr-x 105 root root 12288 Apr 5 08:15 ..
-rw-r--r-- 1 root root 1546 Sep 22 2013 nut.conf
-rw-r--r-- 1 root root 3805 Sep 18 2011 ups.conf
-rw-r----- 1 root nut 2744 Oct 9 06:50 upsd.conf
-rw-r----- 1 root nut 2301 Oct 9 06:50 upsd.users
-rw-r----- 1 root nut 11982 Oct 9 06:47 upsmon.conf
-rw-r--r-- 1 root root 3891 Sep 22 2013 upssched.conf
How is this supposed to work?
--
Regards,
Mick
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 490 bytes
Desc: This is a dig...
2007 May 30
4
AIX mail quota plugin problems
From reading the wiki for a filesystem quota, I took my shot at
1) building my binaries using the mods in AIXPluginsSupport
2) changing dovecot.conf and
3) putting the plugins in the library
But I'm getting this error message when I invoke dovecot:
Plugin imap_quota not found from directory /usr/local/lib/dovecot
Error: imap dump-capability process returned 89
It would seem that
a) I have
2010 Jul 21
3
smbd -D hangs
I'm testing both sunfreeware and official sun (sfw) samba on Solaris
10. For some reason since yesterday, the smbd process just "hangs" at
the start.
No log is generated on server side
Where smbd is started, I can't find any open port on 139 or 145
My OS is Solaris 10
# uname -a
SunOS labo2 5.10 Generic_142900-13 sun4v sparc SUNW,SPARC-Enterprise-T5120
#