Sockstat Output

2013-09-21 Thread Robert Simmons
There are a few lines in the output of sockstat related to sshd and pflogd that all have ??: admin1 sshd 942 4 stream - ?? root sshd 939 5 stream - ?? _pflogd pflogd 552 5 stream - ?? root pflogd 548 4 stream - ?? Are these normal? Why

sockstat

2012-10-02 Thread ajtiM
Hi! I have FreeBSD 9.1-RC1 #0 and I running KDE 4.8.4 too. If I run KDE and try sockstat -l46 I get: sockstat -l46 USER COMMANDPID FD PROTO LOCAL ADDRESS FOREIGN ADDRESS ajtimknemo 35725 10 udp4 *:* *:* root Xorg 33842 1 tcp6

Re: sockstat

2012-10-02 Thread Steve O'Hara-Smith
On Tue, 2 Oct 2012 05:42:51 -0500 ajtiM lum...@gmail.com wrote: Hi! I have FreeBSD 9.1-RC1 #0 and I running KDE 4.8.4 too. If I run KDE and try sockstat -l46 I get: sockstat -l46 USER COMMANDPID FD PROTO LOCAL ADDRESS FOREIGN ADDRESS ajtimknemo 35725 10 udp4

Re: sockstat

2012-10-02 Thread ajtiM
On Tuesday 02 October 2012 05:50:57 Steve O'Hara-Smith wrote: On Tue, 2 Oct 2012 05:42:51 -0500 ajtiM lum...@gmail.com wrote: Hi! I have FreeBSD 9.1-RC1 #0 and I running KDE 4.8.4 too. If I run KDE and try sockstat -l46 I get: sockstat -l46 USER COMMANDPID FD PROTO

Re: sockstat

2012-10-02 Thread Steve O'Hara-Smith
sockstat -l46 I get: sockstat -l46 USER COMMANDPID FD PROTO LOCAL ADDRESS FOREIGN ADDRESS ajtimknemo 35725 10 udp4 *:* *:* root Xorg 33842 1 tcp6 *:6000*:* root Xorg 33842 3 tcp4 *:6000

Re: sockstat

2012-10-02 Thread ajtiM
FreeBSD 9.1-RC1 #0 and I running KDE 4.8.4 too. If I run KDE and try sockstat -l46 I get: sockstat -l46 USER COMMANDPID FD PROTO LOCAL ADDRESS FOREIGN ADDRESS ajtimknemo 35725 10 udp4 *:* *:* root Xorg 33842 1 tcp6

Re: sockstat problem

2008-11-22 Thread x03ml
i update my kernel and userland like above: # make buildkernel KERNCONF=TEST #make installkernel KERNCONF=TEST #make buildworld #pwd /usr/src #reboot #sockstat sockstat: struct xtcpcb size mismatch sockstat: struct xinpcb size mismatch sockstat: struct xunpcb size mismatch sockstat: struct

Re: sockstat problem

2008-11-22 Thread Paul B. Mahol
# mergmaster # reboot Read handbook, section 21.4.1 for explanation. #sockstat sockstat: struct xtcpcb size mismatch sockstat: struct xinpcb size mismatch sockstat: struct xunpcb size mismatch sockstat: struct xunpcb size mismatch USER COMMANDPID FD PROTO LOCAL ADDRESS FOREIGN

Re: sockstat problem

2008-11-22 Thread Peter Boosten
to the handbook, this is not completely correct. First of all, I do miss the mergemaster calls. But if kernel and world are of the same version, you should have both synchronized in the way needed. This would not explain your sockstat problem. But I'd recommend to read the section about updating

sockstat problem

2008-11-21 Thread x03ml
hello list! i have this error running sockstat: # sockstat sockstat: struct xtcpcb size mismatch sockstat: struct xinpcb size mismatch sockstat: struct xunpcb size mismatch sockstat: struct xunpcb size mismatch USER COMMANDPID FD PROTO LOCAL ADDRESS FOREIGN ADDRESS

Re: sockstat problem

2008-11-21 Thread Paul B. Mahol
On 11/22/08, x03ml [EMAIL PROTECTED] wrote: hello list! i have this error running sockstat: # sockstat sockstat: struct xtcpcb size mismatch sockstat: struct xinpcb size mismatch sockstat: struct xunpcb size mismatch sockstat: struct xunpcb size mismatch Your kernel and world

what means: sockstat: sysctl(): No such process

2006-09-08 Thread tequnix
hallo list while running [ $(sockstat | grep -c saslauthd) -gt 90 ] /usr/local/etc/rc.d/saslauthd restart via cron (/etc/crontab, as root) (why i do this is of no importance for this question), i get from time to time - about 3-4 times a day, cronjob runs every 11 minutes - the message

Re: what means: sockstat: sysctl(): No such process

2006-09-08 Thread Dan Nelson
In the last episode (Sep 07), [EMAIL PROTECTED] said: hallo list while running [ $(sockstat | grep -c saslauthd) -gt 90 ] /usr/local/etc/rc.d/saslauthd restart via cron (/etc/crontab, as root) (why i do this is of no importance for this question), i get from time to time - about 3-4

Re: what means: sockstat: sysctl(): No such process

2006-09-08 Thread Reinhard Weismann
On Fri, 8 Sep 2006 09:18:32 -0500 Dan Nelson [EMAIL PROTECTED] wrote: In the last episode (Sep 07), [EMAIL PROTECTED] said: hallo list while running [ $(sockstat | grep -c saslauthd) -gt 90 ] /usr/local/etc/rc.d/saslauthd restart via cron (/etc/crontab, as root) (why i do

sockstat

2005-08-06 Thread virtual
I want to know if I can check the connections with sockstat for a particular group on the server, if not and you know another command that I can use please tell me! ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

sockstat -4 not showing all open ports for apache2

2005-02-21 Thread Clement Laforet
I just installed apache 2 and was trying to see if port 80 was open by doing a sockstat -4 but I couldn't see the port so I thought it didn't install right. So I did a sockstat -6 and noticed port 80 is showing up for IPv6 sockets. Is this a default feature for Apache 2 on freebsd. Per

sockstat -4 not showing all open ports for apache2

2005-02-16 Thread Grant Cooper
I just installed apache 2 and was trying to see if port 80 was open by doing a sockstat -4 but I couldn't see the port so I thought it didn't install right. So I did a sockstat -6 and noticed port 80 is showing up for IPv6 sockets. Is this a default feature for Apache 2 on freebsd