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
These are the logs encountered just after the boot:
root@OpenWrt:/# ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
root@OpenWrt:/# lime-config
Cannot acquire lock on /var/run/lime-config.pid
This may be caused by lime-config already running or unexpectedly crashed.
If it is the latter case (check carefully!) try by deleting the lock file with:
# rm -rf /var/run/lime-config.pid
Before running lime-config again
root@OpenWrt:/# rm -rf /var/run/lime-config.pid
root@OpenWrt:/# lime-config
/usr/bin/lua: /usr/lib/lua/lime/network.lua:55: network.primary_interface() eth0 doesn't exists!
stack traceback:
[C]: in function 'assert'
/usr/lib/lua/lime/network.lua:55: in function 'assert_interface_exists'
/usr/lib/lua/lime/network.lua:65: in function 'primary_interface'
/usr/lib/lua/lime/network.lua:70: in function 'primary_mac'
/usr/lib/lua/lime/config.lua:190: in function 'main'
/usr/bin/lime-config:55: in main chunk
[C]: ?
root@OpenWrt:/#
Instead the ext4-combined-efi image setup correctly all interfaces, tested running:
It's probably not widely used, but it was working until recently
And it is not working properly with current last HEAD: ca63283
These are the logs encountered just after the boot:
Instead the ext4-combined-efi image setup correctly all interfaces, tested running:
The text was updated successfully, but these errors were encountered: