search for: 15u

Displaying 20 results from an estimated 34 matches for "15u".

Did you mean: 15
2019 Nov 06
2
syslinux.efi and vendor-class-identifier
...e was *no* DHCP transaction between downloading > > syslinux.efi and ldlinux.e64 > > > > So I'm puzzled as to why it doesn't work on the Dell 3930 - may be a > > firmware bug/feature (it is running the latest firmware) ? > > Also tested with an HP laptop (Zbook 15u G5) and this shows the _exact_ > same issue as with the Dell 3930 ... so the issue is looking more and > more like a problem somewhere with syslinux.efi ? It's a client-specific interaction that I haven't seen. My guess is the attempts to just use the default address works better on...
2004 Sep 10
2
Error initializing flac stream decoder.
Thanks for that email. The one lihe change I made is this : from #define FLAC__MAX_RICE_PARTITION_ORDER (15u) to #define FLAC__MAX_RICE_PARTITION_ORDER (6u) and that seemed to make decoder_new() happy, but it's promptly crashing after making a call to the read callback (below), then to the meta callback. The meta callback did nothing but print a string and return. I removed it, and it's jus...
2004 Sep 10
1
Error initializing flac stream decoder.
...t;< 6]; } FLAC__EntropyCodingMethod_PartitionedRice; Any other thoughts? Thanks, Reza Josh Coalson wrote: > --- Reza Naima <reza@reza.net> wrote: > >>Thanks for that email. The one lihe change I made is this : >> >>from #define FLAC__MAX_RICE_PARTITION_ORDER (15u) >>to #define FLAC__MAX_RICE_PARTITION_ORDER (6u) >> >>and that seemed to make decoder_new() happy, but it's promptly >>crashing >>... > > > Don't change the global define... just replace the value > FLAC__MAX_RICE_PARTITION_ORDER with 6 in the t...
2004 Sep 10
3
Altivec, automake
I think I've gotten FLAC__lpc_restore_signal() about as good as I'm going to get it. Here's what I have: -a new file, lpc_asm.s, which has the assembly routines -changes to cpu.h, cpu.c, and stream_decoder.c to enable them -changes to configure.in to support the new cpu stuff -a preliminary Makefile.am -maybe something else I'm forgetting Now automake complains that configure.in
2004 Sep 10
2
Altivec, automake
...memset(tmp, 0, sizeof(FLAC__int32)*4); decoder->private_->output[i] = tmp + 4; ! /* need quadword alignment for vector optimizations: */ ! /* allocate extra 15 bytes; then must add 15 and mask low 4 bits before using */ ! tmp = (FLAC__int32*)malloc(sizeof(FLAC__int32)*size+15U); if(tmp == 0) { decoder->protected_->state = FLAC__STREAM_DECODER_MEMORY_ALLOCATION_ERROR; return false; *************** *** 1809,1818 **** FLAC__int32 i32; FLAC__uint32 u32; unsigned u; decoder->private_->frame.subframes[channel].type = FLAC__SUBFRAME_TYPE...
2015 Feb 23
2
Asterisk does not listed to port 5060
...3046 asterisk 7u IPv4 1191172 0t0 TCP *:5038 (LISTEN) asterisk 3046 asterisk 10u IPv4 1191186 0t0 UDP *:sip asterisk 3046 asterisk 11u IPv4 1191187 0t0 TCP *:sip (LISTEN) asterisk 3046 asterisk 13u IPv4 1191196 0t0 UDP *:iax asterisk 3046 asterisk 15u IPv4 1191199 0t0 UDP *:commplex-main asterisk 3046 asterisk 16u IPv4 1191201 0t0 UDP *:4520 asterisk 3046 asterisk 19u IPv4 1191232 0t0 TCP localhost:5038->localhost:43353 (ESTABLISHED) But I van see the SIP Invite that comes into server and I can ngrep it as U...
2011 Aug 30
2
[LLVMdev] ARMCodeEmitter.cpp JIT support very broken (2.9 and svn)
...y tablegen for them clobber the constructed binary value when they try to implement 'PostEncoderMethod' support , for example, from ARMGenCodeEmitter.inc: case ARM::VLDRD: case ARM::VSTRD: { // op: p op = getMachineOpValue(MI, MI.getOperand(3)); Value |= (op & 15U) << 28; // etc ... Value = VFPThumb2PostEncoder(MI, Value); // <--- overwrites Value! break; } The bug here is that in utils/TableGen/CodeEmitterGen.cpp, line 196: Case += " Value = " + PostEmitter + "(MI, Value);\n"; should be Case...
2013 Jan 10
1
problems with sieve
...a single user's scripts may occupy. # (Currently only relevant for ManageSieve) #sieve_quota_max_storage = 0 } And also you can see that sieve is listening on port 4190 and managesieve on 2000 > lsof -i :4190 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME dovecot 2503 root 15u IPv4 14101 0t0 TCP *:sieve (LISTEN) dovecot 2503 root 16u IPv6 14102 0t0 TCP *:sieve (LISTEN) lsof -i :2000 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME dovecot 2503 root 17u IPv4 14103 0t0 TCP *:cisco-sccp (LISTEN) dovecot 2503 root 18u IPv6 14104 0...
2015 Feb 27
0
Asterisk does not listed to port 5060
...IPv4 1191172 0t0 TCP *:5038 (LISTEN) > asterisk 3046 asterisk 10u IPv4 1191186 0t0 UDP *:sip > asterisk 3046 asterisk 11u IPv4 1191187 0t0 TCP *:sip (LISTEN) > asterisk 3046 asterisk 13u IPv4 1191196 0t0 UDP *:iax > asterisk 3046 asterisk 15u IPv4 1191199 0t0 UDP *:commplex-main > asterisk 3046 asterisk 16u IPv4 1191201 0t0 UDP *:4520 > asterisk 3046 asterisk 19u IPv4 1191232 0t0 TCP > localhost:5038->localhost:43353 (ESTABLISHED) > > > But I van see the SIP Invite that comes into serv...
2019 Oct 11
0
syslinux.efi and vendor-class-identifier
...nd > from a tcpdump, there was *no* DHCP transaction between downloading > syslinux.efi and ldlinux.e64 > > So I'm puzzled as to why it doesn't work on the Dell 3930 - may be a > firmware bug/feature (it is running the latest firmware) ? Also tested with an HP laptop (Zbook 15u G5) and this shows the _exact_ same issue as with the Dell 3930 ... so the issue is looking more and more like a problem somewhere with syslinux.efi ? Thanks James Pearson
2019 Nov 06
0
syslinux.efi and vendor-class-identifier
...saction between downloading >>> syslinux.efi and ldlinux.e64 >>> >>> So I'm puzzled as to why it doesn't work on the Dell 3930 - may be a >>> firmware bug/feature (it is running the latest firmware) ? >> >> Also tested with an HP laptop (Zbook 15u G5) and this shows the _exact_ >> same issue as with the Dell 3930 ... so the issue is looking more and >> more like a problem somewhere with syslinux.efi ? > > It's a client-specific interaction that I haven't seen. My guess is > the attempts to just use the default...
2004 Mar 24
0
nmbd processes hanging
...eitner.priv:netbios-ns | nmbd 23058 root 12u IPv4 532130 UDP bertha.meitner.priv:netbios-dgm | nmbd 23058 root 13r FIFO 0,7 532131 pipe | nmbd 23058 root 14w FIFO 0,7 532131 pipe | nmbd 23058 root 15u REG 104,7 8192 293192 /var/run/samba/gencache.tdb | nmbd 23058 root 16w REG 104,7 0 293215 /var/run/samba/sync.12 | nmbd 23058 root 18r FIFO 0,7 533502 pipe | nmbd 23058 root 19w FIFO 0,7 533502 pipe...
2019 Oct 07
5
syslinux.efi and vendor-class-identifier
Gene Cumm wrote: > > On Fri, Oct 4, 2019 at 7:47 AM James Pearson via Syslinux > <syslinux at syslinux.org> wrote: >> >> Ady Ady via Syslinux wrote: >>> >>>> We're using a CentOS 6 server running its native (ISC) dhcpd (v4.1.1) >>>> and tftpd (v 0.49). I've installed syslinux.efi and ldlinux.e64 from the >>>>
2014 Mar 03
6
[Bug 2207] New: Potential NULL deference, found using coverity
...src/crypto/openssh/authfile.c:256: cond_false: Condition "(u_int)dlen > len", taking false branch path:/c/amesh/142/src/crypto/openssh/authfile.c:259: if_end: End of if statement path:/c/amesh/142/src/crypto/openssh/authfile.c:261: cond_false: Condition "buffer_len(&copy) < 15U /* sizeof ("openssh-key-v1") */", taking false branch path:/c/amesh/142/src/crypto/openssh/authfile.c:261: cond_false: Condition "memcmp(buffer_ptr(&copy), "openssh-key-v1", 15U /* sizeof ("openssh-key-v1") */)", taking false branch path:/c/amesh/142...
2004 Aug 12
0
Xend, File Descriptors, and Children
...37019 00000000:0001->00000000:0000 st=07 dhcpd3 766 root 12u REG 0,2 0 4569 /proc/xen/privcmd dhcpd3 766 root 13u REG 0,2 0 4569 /proc/xen/privcmd dhcpd3 766 root 14u CHR 1,1 107604 /dev/mem dhcpd3 766 root 15u REG 0,2 0 4569 /proc/xen/privcmd dhcpd3 766 root 16w REG 8,1 470 61948 /var/lib/dhcp3/dhcpd.leases dhcpd3 766 root 17u REG 0,2 0 4569 /proc/xen/privcmd dhcpd3 766 root 18u REG 0,2 0 4569 /proc/xen/privcmd dhcp...
2004 Sep 10
2
Error initializing flac stream decoder.
I've cross-compiled flac for the armv4l processor (rio receiver), and i'm trying to start up a decode thread : #include <FLAC/stream_decoder.h> .... FLAC__StreamDecoder *flac = NULL; flac = FLAC__stream_decoder_new(); if (flac == NULL) { printf("[DECODE] Unable to initalize flac object\n");
2011 Aug 30
0
[LLVMdev] ARMCodeEmitter.cpp JIT support very broken (2.9 and svn)
...er the constructed binary value when they try to implement 'PostEncoderMethod' support , for example, from ARMGenCodeEmitter.inc: > > case ARM::VLDRD: > case ARM::VSTRD: { > // op: p > op = getMachineOpValue(MI, MI.getOperand(3)); > Value |= (op & 15U) << 28; > // etc ... > Value = VFPThumb2PostEncoder(MI, Value); // <--- overwrites Value! > break; > } > > The bug here is that in utils/TableGen/CodeEmitterGen.cpp, line 196: > Case += " Value = " + PostEmitter + "(MI, Va...
2007 Jan 10
1
[sfs: dovecot-auth file descriptor usage]
...(0x3cbaa769288) dovecot-a 26071 root 13r DOOR 265,0 0t0 50 /var/run (swap) (door to nscd[7752]) dovecot-a 26071 root 14u unix 105,258 0t79 3190 /devices/pseudo/tl at 0:ticots->/var/opt/dovecot/run/dovecot/login/default (0x30002dc4008) dovecot-a 26071 root 15u unix 105,282 0t80 3190 /devices/pseudo/tl at 0:ticots->/var/opt/dovecot/run/dovecot/login/default (0x30003185738) dovecot-a 26071 root 16u unix 105,141 0t80 3190 /devices/pseudo/tl at 0:ticots->/var/opt/dovecot/run/dovecot/login/default (0x30003185ac8) With th...
2007 Jan 05
2
dovecot-auth file descriptor usage
...(0x3cbaa769288) dovecot-a 26071 root 13r DOOR 265,0 0t0 50 /var/run (swap) (door to nscd[7752]) dovecot-a 26071 root 14u unix 105,258 0t79 3190 /devices/pseudo/tl at 0:ticots->/var/opt/dovecot/run/dovecot/login/default (0x30002dc4008) dovecot-a 26071 root 15u unix 105,282 0t80 3190 /devices/pseudo/tl at 0:ticots->/var/opt/dovecot/run/dovecot/login/default (0x30003185738) dovecot-a 26071 root 16u unix 105,141 0t80 3190 /devices/pseudo/tl at 0:ticots->/var/opt/dovecot/run/dovecot/login/default (0x30003185ac8) With th...
2002 Mar 12
2
Address already in use on samba 2.2.3.a
Hi there, when I try to start the nmbd -D daemon on my OpenServer5.0.5 box, I'll get the errormessage in log.nmbd: [...] [2002/03/12 19:30:18, 0] nmbd/nmbd.c:(783) Netbios nameserver version 2.2.3a started. Copyright Andrew Tridgell and the Samba Team 1994-2002 [2002/03/12 19:30:18, 0] lib/util_sock.c:(789) bind failed on port 137 socket_addr = 0.0.0.0. Error = Address already in use