[plug] what port is xfs running on?

Dean Holland speedster at westnet.com.au
Sat Jul 24 23:09:30 WST 2004


Rob,

You should run the lsof command as root (if possible), when run as a 
normal user it will only show open files for processes that you own.

If you can't run it as root then I suggest
netstat -an | grep "LISTEN "

The normal port for XFS as Russell mentioned is TCP/7100

Dean

Rob Dunne wrote:

> thanks Dean and Russell,
> 
>              I now see that I have a problem. 
> 
> 
> 
> $ /usr/sbin/lsof -i -P | grep xfs
> reveals nothing -- only ssh connections
> 
> however
> 
> $  grep xfs /etc/services
> xfs             7100/tcp                        # X font server
> 
> 
> 
> $ tail -1 /etc/X11/fs/config
> no-listen = tcp
> 
> could this be the problem? What should I change it too?
> 
> 				       bye	
>                                          rob
> 
> 
> Dean Holland writes:
>  > Hi Rob,
>  > 
>  > Use lsof -i to show open INET "files".
>  > 
>  > speedster at sook:~$ sudo lsof -i -P | grep xfs
>  > xfs         409      root    3u  IPv4   1406       TCP *:7100 (LISTEN)
>  > 
>  > Dean
>  > 
>  > Rob Dunne wrote:
>  > > 
>  > > 
>  > > HI list,
>  > >            how do I tell what port xfs is running on?
>  > > 
>  > > $ ps ax|grep xfs
>  > >  3299 ?        S      0:04 [xfs]
>  > > 
>  > > 
>  > > doesnt help me a lot.
>  > > 
>  > > I am following the instructions on
>  > > http://www.ibiblio.org/Linux/HOWTO/Font-HOWTO/xfonts.html#AEN223
>  > > 
>  > > to add truetype fonts so that MathML works in firefox.
>  > > 
>  > > 					      bye
>  > > 					      rob
>  > > 
>  > _______________________________________________
>  > PLUG discussion list: plug at plug.linux.org.au
>  > http://mail.plug.linux.org.au/cgi-bin/mailman/listinfo/plug
>  > Committee e-mail: committee at plug.linux.org.au
> _______________________________________________
> PLUG discussion list: plug at plug.linux.org.au
> http://mail.plug.linux.org.au/cgi-bin/mailman/listinfo/plug
> Committee e-mail: committee at plug.linux.org.au
> 



More information about the plug mailing list