Re: Debian on NSA310S? June 30, 2015 03:19PM |
Registered: 9 years ago Posts: 118 |
# Unknown net device (/devices/platform/mv643xx_eth_port.0/net/eth0) (mv643xx_eth_port) # Unknown net device (/devices/platform/mv643xx_eth_port.0/net/eth0) (mv643xx_eth_port) #SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="xx:xx:xx:xx:xx:xx", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0" # Unknown net device (/devices/platform/mv643xx_eth_port.0/net/eth0) (mv643xx_eth_port) #SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="5c:f4:ab:df:07:2b", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
IMPORT{cmdline}="net.ifnames" ENV{net.ifnames}=="1", GOTO="persistent_net_generator_end" # device name whitelist KERNEL!="Eth*|ath*|Wlan*[0-9]|msh*|ra*|sta*|ctc*|lcs*|hsi*", \ GOTO="persistent_net_generator_end"
Re: Debian on NSA310S? June 30, 2015 03:23PM |
Registered: 9 years ago Posts: 295 |
Re: Debian on NSA310S? June 30, 2015 03:32PM |
Registered: 9 years ago Posts: 118 |
root@debian:~# ping 192.168.1.1 connect: Network is unreachable
Re: Debian on NSA310S? June 30, 2015 03:40PM |
Admin Registered: 13 years ago Posts: 18,843 |
fsck.ext4: Unable to resolve 'UUID=55c72762-02f1-4d09-b8c1-5e6da7f17dd4' fsck exited with status code 8 [FAILfailed (code 8). [....] File system check failed. A log is being saved in /var/log/fsck/checkfs if that location is writable. Please repair the file system manually. ...[FAIL failed! [....] A maintenance shell will now be started. CONTROL-D will terminate this shell and resume system boot. ...[warn (warning). Give root password for maintenance (or type Control-D to continue):
ifconfig -a
Re: Debian on NSA310S? June 30, 2015 03:42PM |
Registered: 9 years ago Posts: 118 |
> fsck.ext4: Unable to resolve > 'UUID=55c72762-02f1-4d09-b8c1-5e6da7f17dd4' > fsck exited with status code 8 > [FAILfailed (code 8). > [....] File system check failed. A log is being > saved in /var/log/fsck/checkfs if that location is > writable. Please repair the file system manually. > ...[FAIL failed! > [....] A maintenance shell will now be started. > CONTROL-D will terminate this shell and resume > system boot. ...[warn (warning). > Give root password for maintenance > (or type Control-D to continue): >
root@debian:~# ifconfig -a eth0 Link encap:Ethernet HWaddr 5c:f4:ab:df:07:2b UP BROADCAST MULTICAST MTU:1500 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:1000 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) Interrupt:87 lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:394 errors:0 dropped:0 overruns:0 frame:0 TX packets:394 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:47015 (45.9 KiB) TX bytes:47015 (45.9 KiB)
Re: Debian on NSA310S? June 30, 2015 03:49PM |
Admin Registered: 13 years ago Posts: 18,843 |
> root@debian:~# ifconfig -a > eth0 Link encap:Ethernet HWaddr > 5c:f4:ab:df:07:2b > UP BROADCAST MULTICAST MTU:1500 > 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:1000 > RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) > Interrupt:87 > > lo Link encap:Local Loopback > inet addr:127.0.0.1 Mask:255.0.0.0 > inet6 addr: ::1/128 Scope:Host > UP LOOPBACK RUNNING MTU:65536 > Metric:1 > RX packets:394 errors:0 dropped:0 > overruns:0 frame:0 > TX packets:394 errors:0 dropped:0 > overruns:0 carrier:0 > collisions:0 txqueuelen:0 > RX bytes:47015 (45.9 KiB) TX > bytes:47015 (45.9 KiB) >
Re: Debian on NSA310S? June 30, 2015 03:52PM |
Registered: 9 years ago Posts: 118 |
root@debian:~# cat /etc/network/interfaces auto lo eth0 iface lo inet loopback iface eth0 inet dhcp hwaddress ether 5c:f4:ab:df:07:2b
Re: Debian on NSA310S? June 30, 2015 03:57PM |
Registered: 9 years ago Posts: 295 |
Re: Debian on NSA310S? June 30, 2015 04:04PM |
Admin Registered: 13 years ago Posts: 18,843 |
> root@debian:~# cat /etc/network/interfaces > auto lo eth0 > iface lo inet loopback > iface eth0 inet dhcp > > hwaddress ether 5c:f4:ab:df:07:2b >>
Re: Debian on NSA310S? June 30, 2015 04:06PM |
Registered: 9 years ago Posts: 118 |
root@debian:~# ping 192.168.1.173 PING 192.168.1.173 (192.168.1.173) 56(84) bytes of data. 64 bytes from 192.168.1.173: icmp_seq=1 ttl=64 time=0.100 ms 64 bytes from 192.168.1.173: icmp_seq=2 ttl=64 time=0.102 ms 64 bytes from 192.168.1.173: icmp_seq=3 ttl=64 time=0.090 ms ^C --- 192.168.1.173 ping statistics --- 3 packets transmitted, 3 received, 0% packet loss, time 1998ms rtt min/avg/max/mdev = 0.090/0.097/0.102/0.009 ms
root@debian:~# cat /etc/network/interfaces auto lo eth0 iface lo inet loopback #iface eth0 inet dhcp iface eth0 inet static address 192.168.1.173 netmask 255.255.255.0 gateway 192.168.1.1
root@debian:~# ifconfig -a eth0 Link encap:Ethernet HWaddr 5c:f4:ab:df:07:2b inet addr:192.168.1.173 Bcast:192.168.1.255 Mask:255.255.255.0 UP BROADCAST MULTICAST MTU:1500 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:1000 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) Interrupt:87 lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:42 errors:0 dropped:0 overruns:0 frame:0 TX packets:42 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:4230 (4.1 KiB) TX bytes:4230 (4.1 KiB)trying to ping the Gateway:
root@debian:~# ping 192.168.1.1 PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.-- no response
Re: Debian on NSA310S? June 30, 2015 05:18PM |
Admin Registered: 13 years ago Posts: 18,843 |
[ 18.265107] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled
Re: Debian on NSA310S? June 30, 2015 06:25PM |
Registered: 9 years ago Posts: 118 |
root@debian:~# ifconfig -a eth0 Link encap:Ethernet HWaddr 5c:f4:ab:df:07:2b inet addr:192.168.1.173 Bcast:192.168.1.255 Mask:255.255.255.0 inet6 addr: fde9:6c4e:493e:0:5ef4:abff:fedf:72b/64 Scope:Global inet6 addr: 2a02:2f0d:b1f3:3500:5ef4:abff:fedf:72b/64 Scope:Global inet6 addr: 2a02:2f0d:bf90:1e00:5ef4:abff:fedf:72b/64 Scope:Global inet6 addr: fe80::5ef4:abff:fedf:72b/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:662 errors:0 dropped:0 overruns:0 frame:0 TX packets:573 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:414119 (404.4 KiB) TX bytes:59922 (58.5 KiB) Interrupt:87 lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:160 errors:0 dropped:0 overruns:0 frame:0 TX packets:160 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:21925 (21.4 KiB) TX bytes:21925 (21.4 KiB)
root@debian:~# cat /etc/network/interfaces auto lo eth0 iface lo inet loopback #iface eth0 inet dhcp iface eth0 inet static address 192.168.1.173 netmask 255.255.255.0 gateway 192.168.1.1
root@debian:~# ifconfig -a eth0 Link encap:Ethernet HWaddr 5c:f4:ab:df:07:2b inet addr:192.168.1.173 Bcast:192.168.1.255 Mask:255.255.255.0 UP BROADCAST MULTICAST MTU:1500 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:1000 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) Interrupt:87 lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:42 errors:0 dropped:0 overruns:0 frame:0 TX packets:42 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:4230 (4.1 KiB) TX bytes:4230 (4.1 KiB)
Re: Debian on NSA310S? June 30, 2015 06:45PM |
Admin Registered: 13 years ago Posts: 18,843 |
Quote
Now I did what you've asked me. I've booted again and unplugged the Ethernet cable and plugged back in, here's the bootlog:
http://pastebin.com/zgCa6M3P
Re: Debian on NSA310S? July 01, 2015 05:36AM |
Registered: 9 years ago Posts: 118 |
Every 2.0s: dmesg Wed Jul 1 02:25:33 2015 [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.1.0-kirkwood-tld-1 (root@tldDebian) (gcc version 4.9.2 (Debian 4.9.2-10) ) #2 PREEMPT Sun Jun 28 01:12:41 PDT 2015 [ 0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=0005397 f [ 0.000000] CPU: VIVT data cache, VIVT instruction cache [ 0.000000] Machine model: Zyxel NSA320S [ 0.000000] Memory policy: Data cache writeback [ 0.000000] On node 0 totalpages: 65536 [ 0.000000] free_area_init_node: node 0, pgdat c0871dac, node_mem_map cfdf900 0 [ 0.000000] DMA zone: 512 pages used for memmap [ 0.000000] DMA zone: 0 pages reserved [ 0.000000] DMA zone: 65536 pages, LIFO batch:15 [ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768 [ 0.000000] pcpu-alloc: [0] 0 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pag es: 65024 [ 0.000000] Kernel command line: console=ttyS0,115200 root=LABEL=rootfs rootd
Re: Debian on NSA310S? July 01, 2015 02:45PM |
Admin Registered: 13 years ago Posts: 18,843 |
Re: Debian on NSA310S? July 01, 2015 02:48PM |
Registered: 9 years ago Posts: 295 |
Re: Debian on NSA310S? July 01, 2015 02:52PM |
Admin Registered: 13 years ago Posts: 18,843 |
Re: Debian on NSA310S? July 01, 2015 02:56PM |
Registered: 9 years ago Posts: 118 |
Re: Debian on NSA310S? July 01, 2015 03:13PM |
Registered: 9 years ago Posts: 295 |
Re: Debian on NSA310S? July 01, 2015 03:17PM |
Registered: 9 years ago Posts: 118 |
Re: Debian on NSA310S? July 01, 2015 03:19PM |
Registered: 9 years ago Posts: 295 |
Re: Debian on NSA310S? July 01, 2015 03:28PM |
Registered: 9 years ago Posts: 118 |
Re: Debian on NSA310S? July 01, 2015 03:30PM |
Registered: 9 years ago Posts: 295 |
Re: Debian on NSA310S? July 01, 2015 03:57PM |
Admin Registered: 13 years ago Posts: 18,843 |
Re: Debian on NSA310S? July 01, 2015 04:07PM |
Registered: 9 years ago Posts: 118 |
Re: Debian on NSA310S? July 01, 2015 04:10PM |
Registered: 9 years ago Posts: 295 |
Re: Debian on NSA310S? July 01, 2015 04:57PM |
Registered: 9 years ago Posts: 118 |
Re: Debian on NSA310S? July 01, 2015 05:10PM |
Admin Registered: 13 years ago Posts: 18,843 |
Re: Debian on NSA310S? July 01, 2015 05:11PM |
Registered: 9 years ago Posts: 118 |
[....] Reconfiguring network interfaces...Internet Systems Consortium DHCP Client 4.3.1 Copyright 2004-2014 Internet Systems Consortium. All rights reserved. For info, please visit https://www.isc.org/software/dhcp/ Cannot find device "eth0" Bind socket to interface: No such device If you think you have received this message due to a bug rather than a configuration issue please read the section on submitting bugs on either our web page at www.isc.org or in the README file before submitting a bug. These pages explain the proper process and the information we find helpful for debugging.. exiting. Failed to bring up eth0. done.
Re: Debian on NSA310S? July 01, 2015 05:14PM |
Registered: 9 years ago Posts: 295 |