ping is missing ?
|
19th May, 2014, 04:37 AM
Post: #1
|
|||
|
|||
ping is missing ?
Hello, I can't use ping from the raspberry Xbian 12.2.
Is that some additional package I have to add ? thanks in advance ! Best regards Thierry |
|||
19th May, 2014, 06:48 PM
Post: #2
|
|||
|
|||
RE: ping is missing ?
ping is standard Debian, so it should work.
What command are you using and what error message do you get Please read before you post How to post a log file If you liked my help, click on "Thanks" to show your appreciation.
|
|||
20th May, 2014, 07:12 AM
Post: #3
|
|||
|
|||
RE: ping is missing ? | |||
20th May, 2014, 08:46 AM
Post: #4
|
|||
|
|||
RE: ping is missing ?
Terminal xbian@xbian ~ $ dpkg-query -S $(which ping) inetutils-ping: /bin/ping which leads to: Code: sudo apt-get install inetutils-ping Note that you probably want to check your system, as inetutils-ping is listed as a dependency of a system package (xbian-package-cec, which is a dependency of xbian-package-xbmc). |
|||
20th May, 2014, 06:53 PM
Post: #5
|
|||
|
|||
RE: ping is missing ?
root@xbian:/bin# ping 192.168.1.1
Was the "#" a typo? What about just ping 192.168.0.1? It is part of the standard distro, it would not need to be installed. Check to see if it exists in /bin and it's permissions. There should also be ping6 If it does not exist, then something has deleted it. **Have** you been doing anything unusual? Please read before you post How to post a log file If you liked my help, click on "Thanks" to show your appreciation.
|
|||
« Next Oldest | Next Newest »
|