Quote:
Original Posted By
Ju.nE ►
Quote:
Original Posted By
shouso_boy ►
....
saya nubi mastah... ini bau selesai install debian..
waduh belum pernah mastah...
mastah2,ini kok tuxcut ane error ya?tulisannya gini
[CODE]None,"Connection Error","you are not connected to any network,TuxCut will Quit [/CODE]
waktu ane jalanin pake terminal,hasil errornya gini.
[CODE]arping: invalid option -- 'f'[/CODE]
ane curiga error dari sourcecode /usr/share/tuxcut/tuxcut.py pas di baris ini
[CODE]
icard=Get_parameter('ip route list | grep "default" | cut -d " " -s -f 5')
myMAC=Get_parameter("ip addr show dev " + icard + "|awk '/ether/{ print $2 }'")
gwip= Get_parameter('ip route list | grep "default" | cut -d" " -f3')
gwMAC=Get_parameter('arping -I '+icard+' -f '+gwip+' | grep "Unicast" | cut -d" " -f5 | cut -d"[" -f2 | cut -d"]" -f1')
myip =Get_parameter("ifconfig | grep 'inet addr:'| grep -v '127.0.0.1' |cut -d: -f2 | awk '{ print $1}'")
if gwMAC=='':
QtGui.QMessageBox.critical(None,"Connection Error","you are not connected to any network,TuxCut will Quit ")
quit()
[/CODE]
ane pake arping yg version 2.09
mohon bantuannya mastah