Raspberry Pi 3, JessieLite with the latest raspbian updates. Started with the version that was released May 10th.
Every time I reboot the Pi I can connect via SSH for a few seconds and then the connection is lost. When connected to the HDMI I can see that the networking service exits right after the boot. Status is active (exited). I try restarting the service and using dhclient to get an IP address but no luck. I've tried a flush, setting the IP to 0.0.0.0 and nothing works. I'd post the output here but that would require me to type everything so I'm hoping that someone has had this issue before and knows exactly what to fix.
For reference, isc-dhcp-service and hostapd have been installed but they are disabled on boot so they should not affect anything.
Other notables is that when the service is running I have an interface that shows as "wwan0" with a local ip address starting with 169.254
Any advice would be greatly appreciated. I'm rather stuck here. It happens a lot for me and some times I can recover but this time I've had no luck. I've created new SD card images and they all eventually get here so I'm not sure what the problem could be. I've installed all the same tools and packages with a Wheezy image and they worked perfectly but since I'm using a Pi 3 now I'm stuck with Jessie.
EDIT:
I was able to force an IP address to it finally and here is the outputs that I 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]: Successfully 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]: Successfully initialized wpa_supplicant
May 29 16:23:26 raspberrypi networking[1768]: Configuring network interfaces...ifup: interface eth0 already 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 from ifconfig
eth0 Link encap:Ethernet HWaddr b8:27:eb:c7:83:90
UP 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
UP 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
UP 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
UP 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)