b5a6
![]() |
|
|
|
|
|||||||
| GNOME The GNOME desktop environment |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hi there,
gnome-session is showing up in the output of: Code:
netstat -a Thank you very much for any help Last edited by DutchDaemon; March 15th, 2012 at 13:31. |
|
#2
|
||||
|
||||
|
I can't remember it ever listening on a network socket. Can you post the output of what you think shows this?
You may also want to use sockstat(1).
__________________
Senior UNIX Engineer at Unix Support Nederland Experience is something you don't get until just after you need it. |
|
#3
|
|||
|
|||
|
Here are the relevant outputs from netstat and lsof.
Code:
netstat -a: tcp4 0 0 *.56726 *.* LISTEN tcp6 0 0 *.36618 *.* LISTEN Code:
lsof -i:36618 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME gnome-ses 1807 dave 7u IPv6 0xc4e6f278 0t0 TCP *:36618 (LISTEN) gnome-ses 1807 dave 7u IPv6 0xc4e6f278 0t0 TCP *:36618 (LISTEN) gnome-ses 1807 dave 7u IPv6 0xc4e6f278 0t0 TCP *:36618 (LISTEN) lsof -i:56726 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME gnome-ses 1807 dave 8u IPv4 0xc4e6f000 0t0 TCP *:56726 (LISTEN) gnome-ses 1807 dave 8u IPv4 0xc4e6f000 0t0 TCP *:56726 (LISTEN) gnome-ses 1807 dave 8u IPv4 0xc4e6f000 0t0 TCP *:56726 (LISTEN) Thanks very much for any replies. Last edited by maudib; March 19th, 2012 at 03:30. |
|
#4
|
|||
|
|||
|
Maybe it is related to:
There is a known BUG in gnome-clock-applet see https://bugzilla.redhat.com/show_bug.cgi?id=669907. It causes unwanted http connections and even to unwanted interesting IPs? |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [Solved] Switching between tty session and gnome? | Johnny2Bad | GNOME | 8 | July 28th, 2011 11:00 |
| openbox + gnome-session? | bbzz | GNOME | 0 | April 25th, 2011 16:55 |
| [Solved] TCP Socket Programming in FreeBSD | rRchandraKmpati | Userland Programming & Scripting | 5 | February 15th, 2011 19:17 |
| gnome-session question | doughy | X.Org | 2 | November 12th, 2010 09:08 |
| kevent behavior with TCP socket | den_b | Userland Programming & Scripting | 1 | August 8th, 2009 09:40 |