[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Port 123 and ipv6



On Wed, 29 Jan 2014 13:57:01 +0800
lina <lina.lastname@gmail.com> wrote:

> I tried this, to get a better guarantee, I rebooted late, here is the
> new output:
> 
> udp        0      0 0.0.0.0:68              0.0.0.0:*
>         3321/dhclient
> udp        0      0 0.0.0.0:68              0.0.0.0:*
>         3125/dhclient

Why, there's new output. Instead of 3 dhclients you've got 2.
PIDs are different from the last time too. That's a start, at least.


> I don't know how to check further, the /proc/3321/ and /proc/3125 give
> me no clue.

ps -eo pid,ppid,args | grep 3321
ps -eo pid,ppid,args | grep 3125

Second number is the parent's PID.

And, while we're at it, please show the result of:

dpkg -l 'network-manager*'

Reco


Reply to: