View previous topic :: View next topic |
Author |
Message |
farmorg Tux's lil' helper
Joined: 14 Jun 2003 Posts: 76 Location: Leicester (UK)
|
Posted: Thu Aug 31, 2006 6:53 pm Post subject: /sbin/ip command |
|
|
Hi all
I just installed superkaramba and the system_monitor_crystalclear theme.
I looked at the .theme file to find out why the networking part doesnt show my ip address and it looks for /sbin/ip which is not there or indeed anywhere else.
Does anyone know if there is a tcp package or otherwise that I need to install to get this command?
Here's the relavent part of the .theme file if it helps:
Code: | #Adresse IP
text x=65 y=305 value="IP :" color=255,255,255 font="Albany" fontsize=11
text x=85 y=305 sensor=program program="/sbin/ip addr show eth0 | grep 'inet ' | cut -d t -f2 | cut -d / -f1 | cut -b 2-" color=255,255,255 font="Albany" fontsize=11 |
Many thanks for any help
farmorg _________________ Master farmorg
May the source be with you |
|
Back to top |
|
|
.:chrome:. Advocate
Joined: 19 Feb 2005 Posts: 4588 Location: Brescia, Italy
|
Posted: Thu Aug 31, 2006 6:57 pm Post subject: Re: /sbin/ip command |
|
|
install iproute2 |
|
Back to top |
|
|
farmorg Tux's lil' helper
Joined: 14 Jun 2003 Posts: 76 Location: Leicester (UK)
|
Posted: Thu Aug 31, 2006 7:35 pm Post subject: |
|
|
Thanks for that super quick response k.gothmog, that did the trick.
farmorg _________________ Master farmorg
May the source be with you |
|
Back to top |
|
|
|