After one test on the terminal I noticed that the loopback interface configuration is corrupted and the loopback interface is not giving a valid IP address, 127.0.0.1, assigned. Can you tell me how to fix this problem? Also for about two months now when turning on the box in Adapter settings > Use interface it is always disabled NO and I always have to set it to YES and restart the network.Thanks and I hope someone from the Atv team will respond. My box is dm800se , OAtv 7.3.
QuoteDisplay MoreWelcome to openATV for dm800se
openatv 7.3 dm800se
dm800se login: root
Password:
root@dm800se:~# ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:09:34:2B:E1:9F
inet addr:192.168.5.13 Bcast:192.168.5.255 Mask:255.255.255.0
inet6 addr: fe80::209:34ff:fe2b:e19f/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1609310 errors:0 dropped:0 overruns:0 frame:0
TX packets:664165 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2313153929 (2.1 GiB) TX bytes:54357686 (51.8 MiB)
Interrupt:16
lo Link encap:Local Loopback
LOOPBACK MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
root@dm800se:~# python3 -m http.server 0 --bind 127.0.0.1
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "/usr/lib/python3.11/http/server.py", line 1309, in <module>
File "/usr/lib/python3.11/http/server.py", line 1256, in test
File "/usr/lib/python3.11/socketserver.py", line 456, in __init__
File "/usr/lib/python3.11/http/server.py", line 1303, in server_bind
File "/usr/lib/python3.11/http/server.py", line 136, in server_bind
File "/usr/lib/python3.11/socketserver.py", line 472, in server_bind
OSError: [Errno 126] Cannot assign requested address

