search for: 10u

Displaying 20 results from an estimated 63 matches for "10u".

Did you mean: 10
2011 Feb 22
1
imap-login ESTABLISHED client sessions not timed out by server
...#39;phone ;) Why should the imap-login keep the copnnection in in EST, when it was dropped ages ago. I imagine that the mobile client did not correctly close down the session, but it should have timed out on the server. Any ideas? Has anyone noticed this afore? imap-logi 7819 dovecot 10u IPv4 24069447 0t0 TCP logout.klunky.co.uk:imaps->m83-178-105-240.cust.tele2.nl:39042 (ESTABLISHED) imap-logi 7820 dovecot 10u IPv4 24069443 0t0 TCP logout.klunky.co.uk:imaps->m83-178-105-240.cust.tele2.nl:52696 (ESTABLISHED) imap-logi 7821 dovecot 10u IPv4 240...
2010 Oct 25
1
[LLVMdev] sprintf -> snprintf conversion
...blanks in the name @@ -141,9 +141,9 @@ // Set the size field if (sz < 0) { buffer[0] = '-'; - sprintf(&buffer[1],"%-9u",(unsigned)-sz); + snprintf(&buffer[1], sizeof(buffer) - 1, "%-9u", (unsigned)-sz); } else { - sprintf(buffer, "%-10u", (unsigned)sz); + snprintf(buffer, sizeof(buffer), "%-10u", (unsigned)sz); } memcpy(hdr.size,buffer,10); @@ -290,16 +290,16 @@ memcpy(Hdr.name,ARFILE_LLVM_SYMTAB_NAME,16); uint64_t secondsSinceEpoch = sys::TimeValue::now().toEpochTime(); char buffer[32]; - sprin...
2006 Aug 25
1
[PATCH][RFC]xenperf hypercall pretty print TAKE 2
This patch pretty prints the hypercall section for $xenperf -f Each hypercall count is tagged by its name. Reference: http://lists.xensource.com/archives/html/xen-ia64-devel/2006-08/msg00261.html Signed-off-by Ken Hironaka <kenny@logos.ic.i.u-tokyo.ac.jp> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com
2015 Feb 23
2
Asterisk does not listed to port 5060
...faces. in my sip.conf I have allowguest=yes bindaddr=0.0.0.0 udpbindaddr = 0.0.0.0 But my Asterisk instance does not pick the call at all. When I check the listening apps using lsof -i I get asterisk 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...
2011 Nov 15
4
Reopening sqlite3 db
...run I get one more connection to the database: > lsof -np $(pgrep puppet) ... puppet 23542 puppet 7u IPv4 1180771 0t0 TCP *:8140 (LISTEN) puppet 23542 puppet 9w REG 252,1 71 2621 /var/log/puppet/rails.log puppet 23542 puppet 10u REG 252,1 156672 2684 /var/lib/puppet/state/clientconfigs.sqlite3 puppet 23542 puppet 11u REG 252,1 156672 2684 /var/lib/puppet/state/clientconfigs.sqlite3 Next run: > lsof -np $(pgrep puppet) ... puppet 23542 puppet 7u IPv4...
2015 Feb 27
0
Asterisk does not listed to port 5060
...yes > bindaddr=0.0.0.0 > udpbindaddr = 0.0.0.0 > > But my Asterisk instance does not pick the call at all. > > When I check the listening apps using lsof -i I get > > asterisk 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...
2008 May 24
2
Wine and ALSA
I am having trouble getting wine to work with my sound. When I use winecfg it can not autodetect the right settings, and it only opens a control device, no output device: Code: hammertime boxfire # lsof /dev/snd/* COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME winecfg.e 9086 boxfire 10u CHR 116,32 5684 /dev/snd/controlC1 explorer. 9108 boxfire 10u CHR 116,32 5684 /dev/snd/controlC1 I have two sound devices Code: boxfire at hammertime ~ $ cat /proc/asound/cards 0 [HDMI ]: HDA-Intel - HDA ATI HDMI HDA ATI HDMI at 0xfd8fc000 irq 19...
2011 Aug 21
2
TFTPD: Cannot open /etc/hosts.{allow, deny}: Too many open files
...l tftpd 20782 0 7u sock 0,5 2947174 can't identify protocol tftpd 20782 0 8u sock 0,5 2952758 can't identify protocol tftpd 20782 0 9u sock 0,5 2953809 can't identify protocol tftpd 20782 0 10u sock 0,5 2959221 can't identify protocol tftpd 20782 0 11u sock 0,5 2965427 can't identify protocol tftpd 20782 0 12u sock 0,5 2968500 can't identify protocol ....... ...... tftpd 20782 0 1019u sock...
2010 Oct 06
2
SAMBA replies SAM LOGON request from different ip alias
...| grep mbd | grep -v ESTABLISHED smbd 5301 root 22u IPv4 13507 0t0 TCP 192.168.16.31:445 (LISTEN) smbd 5301 root 23u IPv4 13508 0t0 TCP 192.168.16.31:139 (LISTEN) nmbd 5309 root 9u IPv4 13472 0t0 UDP *:137 nmbd 5309 root 10u IPv4 13473 0t0 UDP *:138 nmbd 5309 root 11u IPv4 13477 0t0 UDP 192.168.16.31:137 nmbd 5309 root 12u IPv4 13478 0t0 UDP 192.168.16.31:138 root at server2# lsof -nPi4 | grep mbd | grep -v ESTABLISHED smbd 29514 root 42u IPv4 5832...
2023 Jun 13
1
Upssched 100% CPU after updating Debian 12
...0000a035b466 0t0 16426351 type=STREAM (UNCONNECTED) upssched 1716171 root 6u unix 0x0000000050820b2b 0t0 16426352 type=STREAM (UNCONNECTED) upssched 1716171 root 7u unix 0x00000000447aac0e 0t0 16424724 /var/run/nut/upssched.pipe type=STREAM (CONNECTED) upssched 1716171 root 10u unix 0x00000000d7bd8088 0t0 16424722 /var/run/nut/upssched.pipe type=STREAM (LISTEN) root at fricka:~# ps -ef|grep ups root 1425 1 0 Jun11 ? 00:00:00 sshd: /usr/sbin/sshd -D [listener] 0 of 10-100 startups root 1156722 1 0 00:00 ? 00:00:00 /usr/sbin/cu...
2023 Jun 13
1
Upssched 100% CPU after updating Debian 12
...0000a035b466 0t0 16426351 type=STREAM (UNCONNECTED) upssched 1716171 root 6u unix 0x0000000050820b2b 0t0 16426352 type=STREAM (UNCONNECTED) upssched 1716171 root 7u unix 0x00000000447aac0e 0t0 16424724 /var/run/nut/upssched.pipe type=STREAM (CONNECTED) upssched 1716171 root 10u unix 0x00000000d7bd8088 0t0 16424722 /var/run/nut/upssched.pipe type=STREAM (LISTEN) root at fricka:~# ps -ef|grep ups root 1425 1 0 Jun11 ? 00:00:00 sshd: /usr/sbin/sshd -D [listener] 0 of 10-100 startups root 1156722 1 0 00:00 ? 00:00:00 /usr/sbin/cu...
2008 Apr 22
2
deny other hosts from synchronizing time with NTP client
...4 ntp 5u IPv6 35806 UDP *:ntp ntpd 4874 ntp 6u IPv4 35807 UDP localhost.localdomain:ntp ntpd 4874 ntp 7u IPv4 35808 UDP xxx:ntp ntpd 4874 ntp 8u IPv4 35809 UDP xxx:ntp ntpd 4874 ntp 9u IPv4 35810 UDP xxx:ntp ntpd 4874 ntp 10u IPv4 35811 UDP xxx:ntp NTP listens on every interface. cheers Simon -- XMPP: sjolle at swissjabber.org
2004 Mar 24
0
nmbd processes hanging
.../run/samba/nmbd.pid | nmbd 23058 root 7w FIFO 0,7 532123 pipe | nmbd 23058 root 8u REG 104,7 696 293191 /var/run/samba/messages.tdb | nmbd 23058 root 9u IPv4 532126 UDP *:netbios-ns | nmbd 23058 root 10u IPv4 532127 UDP *:netbios-dgm | nmbd 23058 root 11u IPv4 532129 UDP bertha.meitner.priv:netbios-ns | nmbd 23058 root 12u IPv4 532130 UDP bertha.meitner.priv:netbios-dgm | nmbd 23058 root 13r FIFO 0,...
2012 Oct 08
1
Dovecot Hangs while mutile users download mail for same account using pop3
...t;, orig_to=<sales at domain.,com>, relay=local, delay=357, delays=338/0.01/0/19, dsn=4.2.0, status=deferred (cannot update mailbox /var/mail/sales for user sales. unable to lock for exclusive access: Resource temporarily unavailable) When i used lsof | grep sales pop3 4278 sales 10u REG 8,3 22897673 12615705 /var/spool/mail/sales i went to /home/sales/mail/.imap/INBOX , but i didnot find any lock files -rw------- 1 sales sales 944 Oct 7 13:35 dovecot.index -rw------- 1 sales sales 49152 Oct 7 16:57 dovecot.index.cache -rw------- 1 sales sales 140...
2016 Apr 18
8
[Bug 2565] New: High baud rate gets sent, solaris closes pty
https://bugzilla.mindrot.org/show_bug.cgi?id=2565 Bug ID: 2565 Summary: High baud rate gets sent, solaris closes pty Product: Portable OpenSSH Version: 7.1p2 Hardware: Sparc OS: Solaris Status: NEW Severity: minor Priority: P5 Component: sshd Assignee: unassigned-bugs at
2004 Aug 12
0
Xend, File Descriptors, and Children
...6u REG 0,2 0 4569 /proc/xen/privcmd dhcpd3 766 root 7w REG 8,1 156889 44594 /var/log/xend.log dhcpd3 766 root 8u REG 0,2 0 4569 /proc/xen/privcmd dhcpd3 766 root 9u CHR 1,1 107604 /dev/mem dhcpd3 766 root 10u unix 0xc66213e0 37020 socket dhcpd3 766 root 11u raw 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 dhcpd...
2023 Jun 13
1
Upssched 100% CPU after updating Debian 12
...> type=STREAM (UNCONNECTED) > upssched 1716171 root 6u unix 0x0000000050820b2b 0t0 16426352 > type=STREAM (UNCONNECTED) > upssched 1716171 root 7u unix 0x00000000447aac0e 0t0 16424724 > /var/run/nut/upssched.pipe type=STREAM (CONNECTED) > upssched 1716171 root 10u unix 0x00000000d7bd8088 0t0 16424722 > /var/run/nut/upssched.pipe type=STREAM (LISTEN) > > > root at fricka:~# ps -ef|grep ups > root 1425 1 0 Jun11 ? 00:00:00 sshd: /usr/sbin/sshd > -D [listener] 0 of 10-100 startups > root 1156722 1 0 00:...
2023 Jun 13
1
Upssched 100% CPU after updating Debian 12
...> type=STREAM (UNCONNECTED) > upssched 1716171 root 6u unix 0x0000000050820b2b 0t0 16426352 > type=STREAM (UNCONNECTED) > upssched 1716171 root 7u unix 0x00000000447aac0e 0t0 16424724 > /var/run/nut/upssched.pipe type=STREAM (CONNECTED) > upssched 1716171 root 10u unix 0x00000000d7bd8088 0t0 16424722 > /var/run/nut/upssched.pipe type=STREAM (LISTEN) > > > root at fricka:~# ps -ef|grep ups > root 1425 1 0 Jun11 ? 00:00:00 sshd: /usr/sbin/sshd > -D [listener] 0 of 10-100 startups > root 1156722 1 0 00:...
2018 Jul 12
2
SSH Agent Forwarding Not Working
Hi, I know this might be the most asked question, so I've done anything possible to troubleshoot the problem myself, but still, my SSH Agent Forwarding is not working for me. The best troubleshooting guide that I found, and also the one I've been using, is the ssh forwarding guide on github - https://help.github.com/articles/using-ssh-agent-forwarding I've checked all things there,
2011 Oct 08
2
Detect PID of sshd processes used by one public key; detect -R allocated port on the server
...e fooled into connecting to wrong client. My plan was to get the PID of the sshd process, then use lsof to find what ports it was listening on. The lsof bit works: $ lsof -n -p 12287 -a -i4tcp -a -sTCP:LISTEN COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME sshd 12287 testuser 10u IPv4 10196497 0t0 TCP 127.0.0.1:54403 (LISTEN) But there seems to be no way to get the PIDs of an ssh process associated with a particular public key, as opposed to a particular user. Logs would be unreliable anyway (race conditions), but the log line simply says this (no indication of w...