Unknown ports 38862


 
Thread Tools Search this Thread
Special Forums IP Networking Unknown ports 38862
# 1  
Old 06-10-2010
Unknown ports 38862

Hi All,
I want to know which process is opening these ports. So far I've ran these commands, and got nothing Smilie:
Code:
tcp        0      0 *:38862                 *:*                     LISTEN	-
udp        0      0 *:45468                 *:*                                 -    
[root@WAR47 ~]#lsof -w -n -i tcp:38862
[root@WAR47 ~]#
[root@WAR47 ~]#netstat -ap | grep 38862
tcp        0      0 *:38862                 *:*                     LISTEN	-

lsof does not give me anything for port 38862. BTW, I do have NFS enabled on this box, so I can see the RPC ports like:
Code:
[root@WAR47 ~]#netstat -ap | grep rpc
tcp        0      0 *:38444                 *:*                     LISTEN	2727/rpc.statd
tcp        0      0 *:sunrpc                *:*                     LISTEN	22734/portmap
tcp        0      0 *:34384                 *:*                     LISTEN	2784/rpc.mountd
udp        0      0 *:783                   *:*		2727/rpc.statd
udp        0      0 *:50763                 *:*		2784/rpc.mountd
udp        0      0 *:sunrpc                *:*		22734/portmap
udp        0      0 *:48637                 *:*

Is 38862 related to RPC is some way?

Thanks,

Nitin
# 2  
Old 06-10-2010
What's the output of fuser (you appear to be using Linux, so the bellow command should work):

Code:
fuser 38862/tcp


Last edited by radoulov; 06-10-2010 at 01:03 PM..
# 3  
Old 06-10-2010
Yep, I'm on an Ubuntu system.
I ran fuser, and got nothing :
Code:
[root@WAR47 ~]#fuser 38862/tcp
[root@WAR47 ~]#

Strangely, I ran top too, and it says 0 zombie processes. Hmm..

Thanks,
Nitin
# 4  
Old 06-10-2010
... and you're sure that that port is still present in the netstat output?
# 5  
Old 06-10-2010
I think so.Smilie

Code:
[root@WAR47 ~]# date
   10 12:08:47 EDT 2010
[root@WAR47 ~]#netstat -ap | grep 38862
tcp        0      0 *:38862                 *:*                     LISTEN	-
[root@WAR47 ~]#netstat -apn | grep 38862
tcp        0      0 0.0.0.0:38862           0.0.0.0:*               LISTEN	-

I just checked it again.
# 6  
Old 06-10-2010
/etc/services?

Code:
grep -F 38862 /etc/services

I suppose it's serviced by xinetd.
# 7  
Old 06-10-2010
Nada.

Code:
[root@WAR47 ~]#grep -F 38862 /etc/services
[root@WAR47 ~]#



---------- Post updated at 09:19 PM ---------- Previous update was at 09:18 PM ----------

Don't know if this helps:
Code:
[root@WAR47 ~]#xinetd
The program 'xinetd' is currently not installed.  You can install it by typing:
sudo apt-get install xinetd
bash: xinetd: command not found
[root@WAR47 ~]#



---------- Post updated at 09:23 PM ---------- Previous update was at 09:19 PM ----------

BTW thanks for quick replies.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Unknown command '\;'

Hello, I am running ubuntu 16.04 . Below script gives: "unknown command '\;' counter=105 while read COL1 COL2 COL3 do let counter++ url="http://localhost/test/$COL1.$COL2.$COL3"; mysql -uroot -D mydatabase -pmypasswd -e "SELECT video_id FROM video_series_files WHERE id IN \ (SELECT... (12 Replies)
Discussion started by: baris35
12 Replies

2. Shell Programming and Scripting

Unknown fs on usb?

Error mounting: mount exited with exit code 1: helper failed with: mount: wrong fs type, bad option, bad superblock on /dev/sdb1, missing codepage or helper program, or other error In some cases useful info is found in syslog - try dmesg | tail or soThis happens when I try... (17 Replies)
Discussion started by: 1in10
17 Replies

3. Programming

Help Unknown Syntax Error

Please excuse me if this is an easy fix, for I am new to Unix and C '/problem1.c: line2: syntax error near unexpected token ` '/problem1.c: line2: `main() and for one program it has : command not found2: (above the syntax error) As mentioned this is in C not C++, I have complied all... (3 Replies)
Discussion started by: apolo93
3 Replies

4. Solaris

Unknown fstype?

Dear all I have formatted/labeled/partitioned my new disk but when trying to mount it is returning 'unknown fstype' .Can you please let me know how to solve this problem? Thank you (37 Replies)
Discussion started by: hadimotamedi
37 Replies

5. AIX

Unknown VGs

Hi Guys, I found on one of the server there are 2 VG's which I dont have any Idea of who created .. as below bash-3.00$ lsvg old_rootvg rootvg datavg altinst_rootvg altinst_rootvg under is meant for alternate disk installation.. But I'm not sure for which version of OS it was... (5 Replies)
Discussion started by: kkeng808
5 Replies

6. HP-UX

su: Unknown id: root

Hi, I am facing an issue with HP-UX box. -bash-4.0$ uname -a HP-UX ctsintco B.11.31 U ia64 2795347624 unlimited-user license When ever iam doing a su - root, it is showing the below error -bash-4.0$ su - root Password: su: Unknown id: root Can you pls. let me know how to over come... (2 Replies)
Discussion started by: ysrikanth
2 Replies

7. Solaris

PING - Unknown host 127.0.0.1, Unknown host localhost - Solaris 10

Hello, I have a problem - I created a chrooted jail for one user. When I'm logged in as root, everything work fine, but when I'm logged in as a chrooted user - I have many problems: 1. When I execute the command ping, I get weird results: bash-3.00$ usr/sbin/ping localhost ... (4 Replies)
Discussion started by: Przemek
4 Replies

8. UNIX for Dummies Questions & Answers

unknown utility

Hi everyone, I am a beginner in Linux and Shell scripting.I am migrating a couple of shell scripts from Solaris platform to Linux platform.In one script i saw a usage as : /base/article/ocilib/lobfile $username/$password $filename $filepath I didn't understand what this represents.The... (2 Replies)
Discussion started by: DILEEP410
2 Replies

9. UNIX for Dummies Questions & Answers

unknown host

Hello all I'm new to this site and I have to say that ,it is just awesome. I was able to get most of my questions answered by reading the archives. I've been a UNIX programmer for a while now but new to administration. I just installed SunOS 5.9 on my desktop ( i86pc) . Everything... (3 Replies)
Discussion started by: luft
3 Replies

10. UNIX for Dummies Questions & Answers

Unknown recipient when using metasend

Hi, We use metasend to send e-mail from our app. This works fine with most kinds of mail, for example plain text, HTML with images and mail with attachments. But we still have one problem: If the to-address is misspelled, then still everything seems to be fine. We don't get any message back... (4 Replies)
Discussion started by: sjohnsen
4 Replies
Login or Register to Ask a Question