You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know very little about lua so I am not sure if this is obvious for most people. I tried to run the debloat lua script with the three different versions of lua in debian/unstable. I was rewarded with three different errors. Can you describe the suggested lua environment for running this script in the documentation? Thank you.
lua50
root@fob-xray:/home/dfc/0xRepos/Net/deBloat/src# QDEBUG=1 IFACE=eth0 lua50 ./debloat
lua50: ./debloat:44: `}' expected (to close `{' at line 30) near `xfc'
lua5.1
root@fob-xray:/home/dfc/0xRepos/Net/deBloat/src# QDEBUG=1 IFACE=eth0 lua5.1 ./debloat
qdisc del dev eth0 root
lua5.1: ./debloat:694: attempt to index field '?' (a nil value)
stack traceback:
./debloat:694: in function 'offloads'
./debloat:803: in function 'ethernet_setup'
./debloat:1882: in function 'ethernet'
./debloat:1922: in main chunk
[C]: ?
Dave can best answer; he's traveling this instant.
Jim
On Jul 13, 2012, at 9:24 PM, Douglas Calvert [email protected]
wrote:
I know very little about lua so I am not sure if this is obvious for most people. I tried to run the debloat lua script with the three different versions of lua in debian/unstable. I was rewarded with three different errors. Can you describe the suggested lua environment for running this script in the documentation? Thank you.
lua50
root@fob-xray:/home/dfc/0xRepos/Net/deBloat/src# QDEBUG=1 IFACE=eth0 lua50 ./debloat
lua50: ./debloat:44: }' expected (to close{' at line 30) near `xfc'
lua5.1
root@fob-xray:/home/dfc/0xRepos/Net/deBloat/src# QDEBUG=1 IFACE=eth0 lua5.1 ./debloat
qdisc del dev eth0 root
lua5.1: ./debloat:694: attempt to index field '?' (a nil value)
stack traceback:
./debloat:694: in function 'offloads'
./debloat:803: in function 'ethernet_setup'
./debloat:1882: in function 'ethernet'
./debloat:1922: in main chunk
[C]: ?
I know very little about lua so I am not sure if this is obvious for most people. I tried to run the debloat lua script with the three different versions of lua in debian/unstable. I was rewarded with three different errors. Can you describe the suggested lua environment for running this script in the documentation? Thank you.
lua50
lua5.1
lua5.1
The text was updated successfully, but these errors were encountered: