Go Back   { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Linux > RedHat

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-13-2008, 06:53 PM
szr
 
Posts: n/a
netstat -p sometimes not showing process name??

Hello. I have recently completely reinstalled one of our server machines
and everything is running great.

I noticed something odd though. Sometimes if I do 'netstat -tunp', there
are a couple of process whose name does not show.

For example:

tcp 0 0 192.168.0.4:139 192.168.0.2:4240
ESTABLISHED 23657/

which happens to be smbd (samba) :

# ps aux | grep 23657 | grep -v grep
root 23657 0.0 0.4 6228 1040 ? S Feb12 0:00 [smbd]


I also notice there are square braces ([...]) around the process name.
Does this mean anything?

This also happens with named, even after updating it form 9.2.1 (redhat
default) to 9.3.4 (the version we currently use on our servers, soon to
be upgraded to a newer build.)

The processes themselves run perfectly fine, so this seems like more of
a cosmetic issue - and screwing with some scripts we have that grep such
lists using a process name - but I want to know if it could be wrong
elsewhere in the system (which otherwise is running like a well oiled
machine - yay linux.)

And restarting any of these process doesn't change this, though I have
not tried restarting the machine since noticing this. This machine is
also a mail server so it's not restarted unless it's really needed.


Thanks greatly for any insight on this.



# uname -srvmpio
Linux 2.4.20-8 #1 Thu Mar 13 17:54:28 EST 2003 i686 i686 i386 GNU/Linux

# cat /etc/redhat-release
Red Hat Linux release 9 (Shrike)


(Note to self, update/recompile the kernel. The previous box which died
actually had a newer kernel despite being a RH 7.3 machine.)

--
szr


Reply With Quote
Reply

  { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Linux > RedHat


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 05:49 AM.


Powered by vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
© 1999-2008 mindfrost82.com v11.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109