You are not logged in.
Offline
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
~ $ 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.
Are you familiar with our Forum Rules, and How To Ask Questions The Smart Way?
BlueHackers // fscanary // resticctl
Offline