search for: 16u

Displaying 20 results from an estimated 36 matches for "16u".

Did you mean: 16
2009 Oct 20
3
[LLVMdev] self-hosting failure
...around? Thanks, John llvm[2]: Compiling UnreachableBlockElim.cpp for Release build StrongPHIElimination.cpp: In member function '(anonymous namespace)::StrongPHIElimination::InsertCopies(llvm::DomTreeNodeBase<llvm::MachineBasicBlock>*, llvm::SmallPtrSet<llvm::MachineBasicBlock*, 16u>&)': StrongPHIElimination.cpp:1051:1: internal compiler error: in rewrite_stmt, at tree-into-ssa.c:1302 Please submit a full bug report,
2009 Oct 20
0
[LLVMdev] self-hosting failure
...t; > > llvm[2]: Compiling UnreachableBlockElim.cpp for Release build > StrongPHIElimination.cpp: In member function '(anonymous > namespace)::StrongPHIElimination::InsertCopies(llvm::DomTreeNodeBase<llvm::MachineBasicBlock>*, > llvm::SmallPtrSet<llvm::MachineBasicBlock*, 16u>&)': > StrongPHIElimination.cpp:1051:1: internal compiler error: in > rewrite_stmt, at tree-into-ssa.c:1302 > Please submit a full bug report, > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu         http://l...
2015 Feb 23
2
Asterisk does not listed to port 5060
...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 10.85.0.24:5060 -> 10.25.172.10:5060 INVITE sip:+91712442211 at 10.25.172...
2016 Aug 25
3
Configuring Samba as a file server to use AD authentication
...0 26u IPv4 64244 0t0 TCP 10.10.40.164:46136->10.10.20.93:389 (ESTABLISHED) lwsmd 3231 0 32u IPv4 64190 0t0 TCP 10.10.40.164:46130->10.10.20.93:389 (ESTABLISHED) sshd 9140 0 3u IPv4 37379 0t0 TCP *:22 (LISTEN) nmbd 28134 0 16u IPv4 62715 0t0 UDP *:137 nmbd 28134 0 17u IPv4 62716 0t0 UDP *:138 nmbd 28134 0 18u IPv4 62718 0t0 UDP 10.10.40.164:137 nmbd 28134 0 19u IPv4 62719 0t0 UDP 10.10.40.255:137 nmbd 28134 0 20u IPv4 62720 0t0 UD...
2011 Nov 29
1
[PATCH] virtio-ring: Use threshold for switching to indirect descriptors
...queue(unsigned int num, #endif vq->indirect = virtio_has_feature(vdev, VIRTIO_RING_F_INDIRECT_DESC); + /* + * Use indirect descriptors only when we have less than either 12% + * or 16 of the descriptors in the ring available. + */ + if (vq->indirect) + vq->indirect_threshold = max(16U, num >> 3); vq->event = virtio_has_feature(vdev, VIRTIO_RING_F_EVENT_IDX); /* No callback? Tell other side not to bother us. */ -- 1.7.8.rc3
2011 Nov 29
1
[PATCH] virtio-ring: Use threshold for switching to indirect descriptors
...queue(unsigned int num, #endif vq->indirect = virtio_has_feature(vdev, VIRTIO_RING_F_INDIRECT_DESC); + /* + * Use indirect descriptors only when we have less than either 12% + * or 16 of the descriptors in the ring available. + */ + if (vq->indirect) + vq->indirect_threshold = max(16U, num >> 3); vq->event = virtio_has_feature(vdev, VIRTIO_RING_F_EVENT_IDX); /* No callback? Tell other side not to bother us. */ -- 1.7.8.rc3
2013 Jan 10
1
problems with sieve
...t 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 0t0 TCP *:cisco-sccp (LISTEN) I would appreciate any hints. Regar...
2015 Feb 27
0
Asterisk does not listed to port 5060
...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 > > I believe UDP ports don't provide the stat...
2004 Sep 14
1
Newbie question: X101P card - Asterisk - /dev/dsp0
...need a sound card to work. All I need from * is the ivr/cti function and the answering mailbox system (and maybe the fax option someday). Does anybody could help me on that ? Does * really need /dev/dsp0 to work ? Here is the lsof output when * is running: lsof | grep dsp asterisk 14502 root 16u CHR 14,3 2489 /dev/dsp0 Very thanks in advance. -- WayComm Wayne Veilleux ing., GCIA, CISSP
2007 Jul 12
0
[LLVMdev] [PATCH] trivial: remove unused variable
fix the following warning: FastDSE.cpp: In member function ‘bool<unnamed>::FDSE::handleEndBlock(llvm::BasicBlock&, llvm::SetVector<llvm::Instruction*, std::vector<llvm::Instruction*, std::allocator<llvm::Instruction*> >, llvm::SmallSet<llvm::Instruction*, 16u> >&)’: FastDSE.cpp:174: warning: unused variable ‘AA’ --- a/lib/Transforms/Scalar/FastDSE.cpp (revision 39772) +++ b/lib/Transforms/Scalar/FastDSE.cpp (working copy) @@ -171,7 +171,6 @@ /// handleEndBlock - Remove dead stores to stack-allocated locations in the function /// end block...
2004 Sep 10
0
new checkins
....36 +++ format.h 6 May 2002 15:07:22 -0000 @@ -22,6 +22,10 @@ #include "ordinals.h" +#ifdef __cplusplus +extern "C" { +#endif + /* changing the following values to be higher will break the framing and hence the stream format, so DON'T! */ #define FLAC__MIN_BLOCK_SIZE (16u) #define FLAC__MAX_BLOCK_SIZE (65535u) @@ -503,5 +507,9 @@ * encapsulated here: */ FLAC__bool FLAC__format_is_valid_sample_rate(unsigned sample_rate); + +#ifdef __cplusplus +} +#endif #endif Index: seek_table.h =================================================================== RCS file: /...
2006 Nov 08
2
Too many open files
dovecot: Nov 08 04:04:23 Error: IMAP(user): open() failed with file mailstore/user/Maildir/.Alerts/dovecot.index.log.2: Too many open files dovecot: Nov 08 04:04:23 Error: IMAP(user): open(mailstore/user/Maildir/.Alerts/tmp/1162976663.P4853Q1817.server) failed: Too many open files dovecot: Nov 08 04:04:23 Error: IMAP(user): open() failed with file mailstore/user/Maildir/dovecot.index.tmp: Too many
2016 Aug 25
0
Configuring Samba as a file server to use AD authentication
...IPv4 64244 0t0 TCP > 10.10.40.164:46136->10.10.20.93:389 (ESTABLISHED) lwsmd > 3231 0 32u IPv4 64190 0t0 TCP > 10.10.40.164:46130->10.10.20.93:389 (ESTABLISHED) sshd > 9140 0 3u IPv4 37379 0t0 TCP *:22 (LISTEN) nmbd > 28134 0 16u IPv4 62715 0t0 UDP *:137 nmbd > 28134 0 17u IPv4 62716 0t0 UDP *:138 nmbd > 28134 0 18u IPv4 62718 0t0 UDP 10.10.40.164:137 > nmbd 28134 0 19u IPv4 62719 0t0 UDP > 10.10.40.255:137 nmbd 28134 0 20u IPv4 62720...
2015 May 10
2
mariadb fails to start under C7
On 5/10/2015 1:04 PM, Earl A Ramirez wrote: > Did a little Googling [0] and I saw that they recommend starting it as > follows: > > /etc/init.d/mysql start which is old school sysVinit style. my guess is, you'll need to fix up a systemd service description file, like /usr/lib/systemd/system/mariadb.service -- john r pierce, recycling bits in santa cruz
2007 Jan 10
1
[sfs: dovecot-auth file descriptor usage]
...5,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 the modification made, shouldn't these no longer accumulate? -- Steven F. Siirila Office: Lind Hall, Room 130B Internet Services E-mail: sfs at umn.ed...
2007 Jan 05
2
dovecot-auth file descriptor usage
...5,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 the modification made, shouldn't these no longer accumulate? -- Steven F. Siirila Office: Lind Hall, Room 130B Internet Services E-mail: sfs at umn.ed...
2004 Sep 10
3
new checkins
FYI, I have checked in a few interesting things. One is a speedup to the decoder (about 15% improvement in overall decode time). Another is a new interface to FLAC file metadata. If you're curious look at include/FLAC/metadata.h. It is basically a collection of object manipulation routines and iterators that make it pretty easy to add/edit/delete FLAC metadata in files efficiently. The
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
2007 Jul 19
1
one mongrel with hundreds of CLOSE_WAIT tcp connections
...TCP mysite.com:49373-> xxx-xxx-xxx-xxx.amazon.com:80 <http://xxx-xxx-xxx-xxx.amazon.com/>(CLOSE_WAIT) mongrel_r 831 root 15u IPv4 95162229 TCP mysite.com:49380-> xxx-xxx-xxx-xxx.amazon.com:80 <http://xxx-xxx-xxx-xxx.amazon.com/>(CLOSE_WAIT) mongrel_r 831 root 16u IPv4 95162319 TCP mysite.com:49399->xxx-xxx-xxx-xxx.amazon.com:80<http://xxx-xxx-xxx-xxx.amazon.com/>(CLOSE_WAIT) mongrel_r 831 root 17u IPv4 95162477 TCP mysite.com:49436-> xxx-xxx-xxx-xxx.amazon.com:80 <http://xxx-xxx-xxx-xxx.amazon.com/>(CLOSE_WAIT) mongrel...
2007 Jul 19
0
one mongrel with *lots* of close_wait tcp connections
...mysite.com: 49373-> xxx-xxx-xxx-xxx.amazon.com:80 <http://xxx-xxx-xxx-xxx.amazon.com/ >(CLOSE_WAIT) mongrel_r 831 root 15u IPv4 95162229 TCP mysite.com: 49380-> xxx-xxx-xxx-xxx.amazon.com:80 <http://xxx-xxx-xxx-xxx.amazon.com/ >(CLOSE_WAIT) mongrel_r 831 root 16u IPv4 95162319 TCP mysite.com:49399->xxx-xxx-xxx-xxx.amazon.com:80<http://xxx-xxx-xxx- xxx.amazon.com/>(CLOSE_WAIT) mongrel_r 831 root 17u IPv4 95162477 TCP mysite.com: 49436-> xxx-xxx-xxx-xxx.amazon.com:80 <http://xxx-xxx-xxx-xxx.amazon.com/ >(CLOSE_WAIT) mong...