Networking Service Status Active(Exited) after boot - Raspberry Pi Forums


raspberry pi 3, jessielite latest raspbian updates. started version released may 10th.

every time reboot pi can connect via ssh few seconds , connection lost. when connected hdmi can see networking service exits right after boot. status active (exited). try restarting service , using dhclient ip address no luck. i've tried flush, setting ip 0.0.0.0 , nothing works. i'd post output here require me type i'm hoping has had issue before , knows fix.

reference, isc-dhcp-service , hostapd have been installed disabled on boot should not affect anything.

other notables when service running have interface shows "wwan0" local ip address starting 169.254

advice appreciated. i'm rather stuck here. happens lot me , times can recover time i've had no luck. i've created new sd card images , here i'm not sure problem be. i've installed same tools , packages wheezy image , worked since i'm using pi 3 i'm stuck jessie.

edit:
able force ip address , here outputs pulled.

after boot: sudo service networking status
● networking.service - lsb: raise network interfaces.
loaded: loaded (/etc/init.d/networking)
drop-in: /run/systemd/generator/networking.service.d
└─50-insserv.conf-$network.conf
/lib/systemd/system/networking.service.d
└─network-pre.conf
active: active (exited) since sun 2016-05-29 16:16:12 utc; 7min ago
process: 282 execstart=/etc/init.d/networking start (code=exited, status=0/success)

may 29 16:16:11 raspberrypi systemd[1]: starting lsb: raise network interfaces....
may 29 16:16:12 raspberrypi wpa_supplicant[439]: initialized wpa_supplicant
may 29 16:16:12 raspberrypi networking[282]: configuring network interfaces...done.
may 29 16:16:12 raspberrypi systemd[1]: started lsb: raise network interfaces..

warning: unit file changed on disk, 'systemctl daemon-reload' recommended.

run: sudo service networking restart
● networking.service - lsb: raise network interfaces.
loaded: loaded (/etc/init.d/networking)
drop-in: /run/systemd/generator/networking.service.d
└─50-insserv.conf-$network.conf
/lib/systemd/system/networking.service.d
└─network-pre.conf
active: active (running) since sun 2016-05-29 16:23:26 utc; 6s ago
process: 1649 execstop=/etc/init.d/networking stop (code=exited, status=0/success)
process: 1768 execstart=/etc/init.d/networking start (code=exited, status=0/success)
cgroup: /system.slice/networking.service
└─1852 /sbin/wpa_supplicant -s -b -p /run/wpa_supplicant.wlan0.pid -i wlan0 -d nl80211,wext -c /etc/wpa_supplicant/wpa_supplicant.conf

may 29 16:23:25 raspberrypi wpa_supplicant[1851]: initialized wpa_supplicant
may 29 16:23:26 raspberrypi networking[1768]: configuring network interfaces...ifup: interface eth0 configured
may 29 16:23:26 raspberrypi networking[1768]: done.
may 29 16:23:26 raspberrypi systemd[1]: started lsb: raise network interfaces..

warning: unit file changed on disk, 'systemctl daemon-reload' recommended.

output ifconfig
eth0 link encap:ethernet hwaddr b8:27:eb:c7:83:90
broadcast running multicast mtu:1500 metric:1
rx packets:783 errors:0 dropped:47 overruns:0 frame:0
tx packets:114 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
rx bytes:42276 (41.2 kib) tx bytes:19130 (18.6 kib)

lo link encap:local loopback
inet addr:127.0.0.1 mask:255.0.0.0
inet6 addr: ::1/128 scope:host
loopback running mtu:65536 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:1
rx bytes:0 (0.0 b) tx bytes:0 (0.0 b)

wlan0 link encap:ethernet hwaddr b8:27:eb:92:d6:c5
broadcast multicast mtu:1500 metric:1
rx packets:43 errors:0 dropped:43 overruns:0 frame:0
tx packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
rx bytes:21188 (20.6 kib) tx bytes:0 (0.0 b)

wwan0 link encap:ethernet hwaddr 02:aa:df:a8:2a:73
inet addr:169.254.221.242 bcast:169.254.255.255 mask:255.255.0.0
inet6 addr: fe80::b989:39dc:c33f:6896/64 scope:link
broadcast running multicast mtu:1500 metric:1
rx packets:0 errors:0 dropped:0 overruns:0 frame:0
tx packets:42 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
rx bytes:0 (0.0 b) tx bytes:9129 (8.9 kib)

hmm. "wwan0" "fake" mac address sounds typo in config file somewhere.
have checked /etc/network/interfaces , other config files see wwan0 thing defined?

guess typo makes networking fail wifi, , takes down ethernet config @ same time.


raspberrypi



Comments