You are not logged in.

#26 2011-06-02 08:55:59

Revelation60
Member
From: The Netherlands
Registered: 2009-03-19
Posts: 158
Website

Re: nd: Simple network diagnostics

Thanks for the fix smile

Offline

#27 2011-06-16 03:17:43

anonymous_user
Member
Registered: 2009-08-28
Posts: 3,059

Re: nd: Simple network diagnostics

New errors:

~ $ nd
* Link OK
* Interface is UP
grep: 2625/cmdline: No such file or directory
    Local IP:    192.168.1.64
    DHCP: no
/usr/bin/nd: line 96: [: 192.168.1.254: binary operator expected
* Default gateway: 192.168.1.254
192.168.1.254
    Responded to ping in 0.764 ms
* Testing external IP...
    Responded to ping in 13.8 ms
* Testing DNS resolver...
    Hostname was resolved.

You seem to have a working internet connection!
~ $ pgrep '^(dhcp|dhclient)'
706
2625
~ $ ps -ef | grep -E '(dhcp|dhclient)'
root       706   661  0 12:22 ?        00:00:00 /sbin/dhcpcd -B -K -L -G -c /usr/lib/networkmanager/nm-dhcp-client.action eth0
root      2625     1  0 20:14 ?        00:00:00 dhcpcd
kevin     2782  2552  0 20:18 pts/0    00:00:00 grep -E (dhcp|dhclient)
~ $ 

Last edited by anonymous_user (2011-06-16 03:18:37)

Offline

#28 2011-06-16 10:15:14

fukawi2
Ex-Administratorino
From: .vic.au
Registered: 2007-09-28
Posts: 6,231
Website

Re: nd: Simple network diagnostics

~ $ nd
/usr/bin/nd: line 96: [: 192.168.1.254: binary operator expected

Are you sure you have the latest? Line 96 on my computer is a 'fi' statement.

Offline

Board footer

Powered by FluxBB