[Bug 1420601] Re: Systemd_218-6ubuntu1 and later cannot connect to network except via USB

2015-02-15 Thread Launchpad Bug Tracker
This bug was fixed in the package systemd - 218-10ubuntu1

---
systemd (218-10ubuntu1) vivid; urgency=medium

  [ Martin Pitt ]
  * Merge with Debian unstable. Remaining Ubuntu changes:
- Hack to support system-image read-only /etc, and modify files in
  /etc/writable/ instead.
- Keep our much simpler udev maintainer scripts (all platforms must
  support udev, no debconf).
- initramfs init-top: Drop $ROOTDELAY, we do that in a more sensible way
  with wait-for-root. Will get applicable to Debian once Debian gets
  wait-for-root in initramfs-tools.
- initramfs init-bottom: If LVM is installed, settle udev,
  otherwise we get missing LV symlinks. Workaround for LP #1185394.
- Add debian/udev.lvm2.init: Dummy SysV init script to satisfy insserv
  dependencies to lvm2 which is handled with udev rules in Ubuntu.
- Provide shutdown fallback for upstart. (LP: #1370329)
- debian/extra/ifup@.service: Additionally run for auto class. We don't
  really support allow-hotplug in Ubuntu at the moment, so we need to
  deal with auto devices appearing after /etc/init.d/networking start
  already ran. (LP: #1374521) Also, check if devices are actually defined
  in /etc/network/interfaces as we don't use Debian's net.agent.
- ifup@.service: Drop dependency on networking.service (i. e.
  /etc/init.d/networking), and merely ensure that /run/network exists.
  This avoids unnecessary dependencies/waiting during boot and dependency
  cycles if hooks wait for other interfaces to come up (like ifenslave
  with bonding interfaces). (LP: #1414544)
- Add Get-RTC-is-in-local-time-setting-from-etc-default-rc.patch: In
  Ubuntu we currently keep the setting whether the RTC is in local or UTC
  time in /etc/default/rcS UTC=yes|no, instead of /etc/adjtime.
  (LP: #1377258)
- Put session scopes into all cgroup controllers. This makes unprivileged
  user LXC containers work under systemd. (LP: #1346734)
- Lower Breaks: to plymouth version which has the udev inotify fix in
  Ubuntu.
- Lower libappamor1 dep to the Ubuntu version where it moved to /lib.
- Make failure of boot-and-services NSpawn.test_boot non-fatal for now.
  This currently fails when being triggered by Jenkins, but is totally
  unreproducible when running this manually on the exact same machine.

Upgrade fixes, keep until 16.04 LTS release:
- systemd Conflicts/Replaces/Provides systemd-services.
- Remove obsolete systemd-logind upstart job.
- Clean up obsolete /etc/udev/rules.d/README.

  * ifup@.service: Fix syntax error. (LP: #1421556, #1420601)

  [ Didier Roche ]
  * Add systemd-fsckd multiplexer and feed its output to plymouth. This
provides an aggregate progress report of running file system checks and
also allows cancelling them with ^C.
(LP: #1316796; Closes: #775093, #758902)

systemd (218-10) experimental; urgency=medium

  * Pull latest keymaps from upstream git. (LP: #1334968, #1409721)
  * rules: Fix by-path of mmc RPMB partitions and don't blkid them. Avoids
kernel buffer I/O errors and timeouts. (LP: #1333140)
  * Clean up stale mounts when ejecting CD drives with the hardware eject
button. (LP: #1168742)
  * Document systemctl --failed option. (Closes: #767267)
  * Quiesce confusing and irrelevant failed to reset devices.list warning.
(LP: #1413193)
  * When booting with systemd-bootchart, default to run systemd rather than
/sbin/init (which might not be systemd). (LP: #1417059)
  * boot-and-services autopkgtest: Add CgroupsTest to check cgroup
creation/cleanup behaviour. This reproduces #777601 and verifies the fix
for it.

systemd (218-9) experimental; urgency=medium

  [ Martin Pitt ]
  * debian/tests/logind: With dropped systemd-logind-launch we don't have a
visible /sys/fs/cgroup/systemd/ any more under cgmanager. So adjust the
test to check /proc/self/cgroup instead.
  * Add unit-config autopkgtest to check systemd unit/sysv init enabling and
disabling via systemctl. This also reproduces #777613.
  * systemctl: Always install/enable/disable native units, even if there is a
corresponding SysV script and we call update-rc.d; while the latter
handles WantedBy=, it does not handle Alias=. (Closes: #777613)
  * cgroup: Don't trim cgroup trees created by someone else, just the ones
that systemd itself created. This avoids cleaning up empty cgroups from
e.g. LXC. (Closes: #777601)
  * Don't parse /etc/mtab for current mounts, but /proc/self/mountinfo. If the
former is a file, it's most likely outdated on boot, leading to race
conditions and unmounts during boot. (LP: #1419623)

  [ Michael Biebl ]
  * Explicitly disable the features we don't want to build for those with
autodetection. This ensures reliable build results in dirty build
environments.
  * Disable AppArmor support in the udeb build.
  * core: Don't fail to 

[Bug 1420601] Re: Systemd_218-6ubuntu1 and later cannot connect to network except via USB

2015-02-14 Thread luke
FIXED wth replacment ifup@.service file used in Systemd 8ubuntu2 in both
desktop machines. One uses the onboard ethernet port, the other was
tested with a pci wifi card not normally used for performance reasons.
Both worked flawlessly with this fix.

The laptop may have a driver issue of some kind, wil try a newer kernel
in it. It will sometimes connect, sometimes require manually restarting
NetworkManager, so I left a script on its desktop for that purpose.
Again, both the card in that laptop and the wifi connection I use the
most have always been touchy,.

When I first used systemd last May I had to start that from rc.local so
it occurred to me last night to try that.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1420601

Title:
  Systemd_218-6ubuntu1 and later cannot connect to network except via
  USB

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1420601/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1420601] Re: Systemd_218-6ubuntu1 and later cannot connect to network except via USB

2015-02-13 Thread Martin Pitt
It's actually very likely that this is due to bug 1421556. I'm going to
fix that soon; can you please test the next version as soon as I upload
it, and complain here if it still doesn't work?

If you want, you can also test this right away already, by replacing
/lib/systemd/system/ifup@.service with the attached file.

Thanks!

** Attachment added: fixed /lib/systemd/system/ifup@.service
   
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1420601/+attachment/4318743/+files/ifup%40.service

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1420601

Title:
  Systemd_218-6ubuntu1 and later cannot connect to network except via
  USB

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1420601/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1420601] Re: Systemd_218-6ubuntu1 and later cannot connect to network except via USB

2015-02-13 Thread luke
I rtested the new ifup@.service file, it changed the reports in journald
but did NOT permit the laptop to connect to any wifi connection. It
would get as far as associated being indicated but not get an IP
address-same behavior as before. I won't know until tomorrow night if
this is the same with a wired connection, I don't have access to one
here.  Here is the relevant text from journald, with non-network stuff
snipped out and all connection names redacted for security reasons. Lots
of ugliness about failing to insert the module, etc:


Feb 13 22:38:20 ubuntu systemd-modules-load[771]: Failed to insert 'it87': No 
such device
Feb 13 22:38:20 ubuntu systemd-modules-load[771]: Failed to insert 'it87': No 
such device
Feb 13 22:38:20 ubuntu systemd-modules-load[771]: Failed to insert 'it87': No 
such device
Feb 13 22:38:20 ubuntu systemd-modules-load[771]: Failed to insert 'it87': No 
such device
Feb 13 22:38:20 ubuntu systemd-modules-load[771]: Failed to insert 'it87': No 
such device
Feb 13 22:38:20 ubuntu systemd[1]: systemd-modules-load.service: main process 
exited, code=exited, status=1/FAILURE
Feb 13 22:38:20 ubuntu systemd[1]: Failed to start Load Kernel Modules.
Feb 13 22:38:20 ubuntu systemd[1]: Unit systemd-modules-load.service entered 
failed state.
Feb 13 22:38:20 ubuntu systemd[1]: systemd-modules-load.service failed.


SNIP

Feb 13 22:38:24 ubuntu kernel: ath: phy0: Enable LNA combining
Feb 13 22:38:24 ubuntu kernel: ath: phy0: ASPM enabled: 0x42
Feb 13 22:38:24 ubuntu kernel: ath: EEPROM regdomain: 0x65
Feb 13 22:38:24 ubuntu kernel: ath: EEPROM indicates we should expect a direct 
regpair map
Feb 13 22:38:24 ubuntu kernel: ath: Country alpha2 being used: 00
Feb 13 22:38:24 ubuntu kernel: ath: Regpair used: 0x65
Feb 13 22:38:24 ubuntu kernel: uvcvideo: Found UVC 1.00 device WebCam 
(064e:a102)
Feb 13 22:38:24 ubuntu kernel: ieee80211 phy0: Selected rate control algorithm 
'minstrel_ht'
Feb 13 22:38:24 ubuntu kernel: ieee80211 phy0: Atheros AR9285 Rev:2 
mem=0xc9001032, irq=17
Feb 13 22:38:24 ubuntu kernel: input: WebCam as 
/devices/pci:00/:00:1d.7/usb1/1-4/1-4:1.0/input/input10


SNIP

Feb 13 22:38:26 ubuntu kernel: cfg80211: World regulatory domain updated:
Feb 13 22:38:26 ubuntu kernel: cfg80211:  DFS Master region: unset
Feb 13 22:38:26 ubuntu kernel: cfg80211:   (start_freq - end_freq @ bandwidth), 
(max_antenna_gain, max_eirp), (dfs_cac_time)
Feb 13 22:38:26 ubuntu kernel: cfg80211:   (2402000 KHz - 2472000 KHz @ 4 
KHz), (300 mBi, 2000 mBm), (N/A)
Feb 13 22:38:26 ubuntu kernel: cfg80211:   (2457000 KHz - 2482000 KHz @ 4 
KHz), (300 mBi, 2000 mBm), (N/A)
Feb 13 22:38:26 ubuntu kernel: cfg80211:   (2474000 KHz - 2494000 KHz @ 2 
KHz), (300 mBi, 2000 mBm), (N/A)
Feb 13 22:38:26 ubuntu kernel: cfg80211:   (517 KHz - 525 KHz @ 4 
KHz), (300 mBi, 2000 mBm), (N/A)
Feb 13 22:38:26 ubuntu kernel: cfg80211:   (5735000 KHz - 5835000 KHz @ 4 
KHz), (300 mBi, 2000 mBm), (N/A)

SNIP

Feb 13 22:38:27 ubuntu sh[1044]: Unknown interface eth0
Feb 13 22:38:27 ubuntu sh[1043]: Unknown interface wlan0
Feb 13 22:38:28 ubuntu apparmor[1031]: * Starting AppArmor profiles
Feb 13 22:38:28 ubuntu networking[1035]: * Configuring network interfaces...


SNIP

Feb 13 22:38:35 ubuntu NetworkManager[1248]: info NetworkManager (version 
0.9.10.0) is starting...
Feb 13 22:38:35 ubuntu NetworkManager[1248]: info Read config: 
/etc/NetworkManager/NetworkManager.conf
Feb 13 22:38:35 ubuntu NetworkManager[1248]: info WEXT support is enabled
Feb 13 22:38:35 ubuntu NetworkManager[1308]: info NetworkManager (version 
0.9.10.0) is starting...
Feb 13 22:38:35 ubuntu NetworkManager[1308]: info Read config: 
/etc/NetworkManager/NetworkManager.conf
Feb 13 22:38:35 ubuntu NetworkManager[1308]: info WEXT support is enabled
Feb 13 22:38:35 ubuntu NetworkManager[1248]: info VPN: loaded 
org.freedesktop.NetworkManager.pptp
Feb 13 22:38:35 ubuntu NetworkManager[1308]: info VPN: loaded 
org.freedesktop.NetworkManager.pptp
Feb 13 22:38:35 ubuntu NetworkManager[1308]: info init!
Feb 13 22:38:35 ubuntu NetworkManager[1248]: info init!
Feb 13 22:38:35 ubuntu NetworkManager[1248]: info update_system_hostname
Feb 13 22:38:35 ubuntu NetworkManager[1308]: info update_system_hostname
Feb 13 22:38:35 ubuntu NetworkManager[1308]: info   interface-parser: 
parsing file /etc/network/interfaces
Feb 13 22:38:35 ubuntu NetworkManager[1248]: info   interface-parser: 
parsing file /etc/network/interfaces
Feb 13 22:38:35 ubuntu NetworkManager[1308]: info   interface-parser: 
finished parsing file /etc/network/interfaces
Feb 13 22:38:35 ubuntu NetworkManager[1248]: info   interface-parser: 
finished parsing file /etc/network/interfaces
Feb 13 22:38:35 ubuntu NetworkManager[1248]: info management mode: unmanaged
Feb 13 22:38:35 ubuntu NetworkManager[1308]: info management mode: unmanaged
Feb 13 22:38:35 ubuntu NetworkManager[1308]: info devices added (path: 

[Bug 1420601] Re: Systemd_218-6ubuntu1 and later cannot connect to network except via USB

2015-02-13 Thread luke
UPDATE Systemd 8ubuntu2 worked (without the new patch even) on desktop
fitted with PCI wifi card, did NOT work on laptop. Laptop seemed to have
another issue with the driver (as above). Today's updates to something
else seemed to cause that, with current or rolled back systemd. On that
laptop, however, manually stopping and restartng NetworkManager allowed
a sucessful connection with the rolled back systemd, about to try it
with today's patch.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1420601

Title:
  Systemd_218-6ubuntu1 and later cannot connect to network except via
  USB

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1420601/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1420601] Re: Systemd_218-6ubuntu1 and later cannot connect to network except via USB

2015-02-13 Thread luke
The trailing garbage-ignoring error is gone, still get these  errors on
the desktop running a PCI wifi card, even though it connected and is
working to send this comment:

 nm_device_get_device_type: assertion 'NM_IS_DEVICE (self)' failed


also

ubuntu NetworkManager[1430]: info urfkill disappeared from the bus

and

Feb 13 23:56:36 ubuntu ModemManager[1419]: warn  Couldn't find support for 
device at '/sys/devices/pci:00/:00:14.4/:05:06.0': not supported by 
any plugin
Feb 13 23:56:36 ubuntu ModemManager[1419]: warn  Couldn't find support for 
device at '/sys/devices/pci:00/:00:15.0/:06:00.0': not supported by 
any plugin

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1420601

Title:
  Systemd_218-6ubuntu1 and later cannot connect to network except via
  USB

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1420601/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1420601] Re: Systemd_218-6ubuntu1 and later cannot connect to network except via USB

2015-02-13 Thread luke
Laptop results with new file:

After several reboots, one time it connected to the wifi automatically,
other time it hung on getting the IP address.  When hung, running this
script would get it connected:

sudo killall NetworkManager
sudo NetworkManager


After running this it connected without issues. No surprise that, as systemd is 
just an init system.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1420601

Title:
  Systemd_218-6ubuntu1 and later cannot connect to network except via
  USB

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1420601/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1420601] Re: Systemd_218-6ubuntu1 and later cannot connect to network except via USB

2015-02-11 Thread luke
I got this result from your commands, more details in the next comment
with journalctl lines relevant to this:

sudo systemctl status  network-pre.target networking.service network.target 
ifup@eth0.service
● network-pre.target - Network (Pre)
   Loaded: loaded (/lib/systemd/system/network-pre.target; static; vendor 
preset: enabled)
   Active: inactive (dead)
 Docs: man:systemd.special(7)
   http://www.freedesktop.org/wiki/Software/systemd/NetworkTarget

● 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 Wed 2015-02-11 13:26:25 EST; 55s ago
 Docs: man:systemd-sysv-generator(8)
  Process: 1214 ExecStart=/etc/init.d/networking start (code=exited, 
status=0/SUCCESS)

Feb 11 13:26:25 ubuntu networking[1214]: * Configuring network interfaces...
Feb 11 13:26:25 ubuntu networking[1214]: /etc/resolvconf/update.d/libc: Warn...f
Feb 11 13:26:25 ubuntu networking[1214]: ...done.

● network.target - Network
   Loaded: loaded (/lib/systemd/system/network.target; static; vendor preset: 
enabled)
   Active: active since Wed 2015-02-11 13:26:26 EST; 54s ago
 Docs: man:systemd.special(7)
   http://www.freedesktop.org/wiki/Software/systemd/NetworkTarget

● ifup@eth0.service - ifup for eth0
   Loaded: loaded (/lib/systemd/system/ifup@.service; static; vendor preset: 
enabled)
   Active: inactive (dead)

Feb 11 13:27:21 ubuntu systemd[1]: [/lib/systemd/system/ifup@.service:14] T...g.
Hint: Some lines were ellipsized, use -l to show in full.
luke@ubuntu:~$ sudo systemctl status -l  network-pre.target networking.service 
network.target ifup@eth0.service
● network-pre.target - Network (Pre)
   Loaded: loaded (/lib/systemd/system/network-pre.target; static; vendor 
preset: enabled)
   Active: inactive (dead)
 Docs: man:systemd.special(7)
   http://www.freedesktop.org/wiki/Software/systemd/NetworkTarget

● 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 Wed 2015-02-11 13:26:25 EST; 1min 35s ago
 Docs: man:systemd-sysv-generator(8)
  Process: 1214 ExecStart=/etc/init.d/networking start (code=exited, 
status=0/SUCCESS)

Feb 11 13:26:25 ubuntu networking[1214]: * Configuring network interfaces...
Feb 11 13:26:25 ubuntu networking[1214]: /etc/resolvconf/update.d/libc: 
Warning: /etc/resolv.conf is not a symbolic link to /run/resolvconf/resolv.conf
Feb 11 13:26:25 ubuntu networking[1214]: ...done.

● network.target - Network
   Loaded: loaded (/lib/systemd/system/network.target; static; vendor preset: 
enabled)
   Active: active since Wed 2015-02-11 13:26:26 EST; 1min 35s ago
 Docs: man:systemd.special(7)
   http://www.freedesktop.org/wiki/Software/systemd/NetworkTarget

● ifup@eth0.service - ifup for eth0
   Loaded: loaded (/lib/systemd/system/ifup@.service; static; vendor preset: 
enabled)
   Active: inactive (dead)

Feb 11 13:27:21 ubuntu systemd[1]: [/lib/systemd/system/ifup@.service:14] 
Trailing garbage, ignoring.
Feb 11 13:28:01 ubuntu systemd[1]: [/lib/systemd/system/ifup@.service:14] 
Trailing garbage, ignoring.
luke@ubuntu:~$ sudo systemctl status   network-pre.target networking.service 
network.target ifup@eth0.service
● network-pre.target - Network (Pre)
   Loaded: loaded (/lib/systemd/system/network-pre.target; static; vendor 
preset: enabled)
   Active: inactive (dead)
 Docs: man:systemd.special(7)
   http://www.freedesktop.org/wiki/Software/systemd/NetworkTarget

● 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 Wed 2015-02-11 13:26:25 EST; 1min 47s ago
 Docs: man:systemd-sysv-generator(8)
  Process: 1214 ExecStart=/etc/init.d/networking start (code=exited, 
status=0/SUCCESS)

Feb 11 13:26:25 ubuntu networking[1214]: * Configuring network interfaces...
Feb 11 13:26:25 ubuntu networking[1214]: /etc/resolvconf/update.d/libc: 
Warning: /etc/res...onf
Feb 11 13:26:25 ubuntu networking[1214]: ...done.

● network.target - Network
   Loaded: loaded (/lib/systemd/system/network.target; static; vendor preset: 
enabled)
   Active: active since Wed 2015-02-11 13:26:26 EST; 1min 46s ago
 Docs: man:systemd.special(7)
   http://www.freedesktop.org/wiki/Software/systemd/NetworkTarget

● ifup@eth0.service - ifup for eth0
   Loaded: loaded (/lib/systemd/system/ifup@.service; static; vendor preset: 

[Bug 1420601] Re: Systemd_218-6ubuntu1 and later cannot connect to network except via USB

2015-02-11 Thread luke
Journalctl lines relevant to this bug, using a PCI connected wifi card
that did NOT come up:

Feb 11 13:26:26 ubuntu NetworkManager[1378]: info (lo): new Generic
device (driver: 'unknown'


ubuntu NetworkManager[1378]: info WiFi hardware radio set enabled
Feb 11 13:26:36 ubuntu NetworkManager[1378]: info WWAN hardware radio set 
disabled


Feb 11 13:28:13 ubuntu systemd[1]: [/lib/systemd/system/ifup@.service:14] 
Trailing garbage, ignoring.


6 ubuntu ModemManager[1373]: info  ModemManager (version 1.4.0) starting in 
sys
Feb 11 13:26:26 ubuntu NetworkManager[1378]: info NetworkManager (version 
0.9.10.0) is starti
Feb 11 13:26:26 ubuntu NetworkManager[1378]: info Read config: 
/etc/NetworkManager/NetworkMan
Feb 11 13:26:26 ubuntu NetworkManager[1378]: info WEXT support is enabled

Feb 11 13:26:26 ubuntu kernel: cfg80211: World regulatory domain updated:
Feb 11 13:26:26 ubuntu kernel: cfg80211:  DFS Master region: unset
Feb 11 13:26:26 ubuntu kernel: cfg80211:   (start_freq - end_freq @ bandwidth), 
(max_antenna_ga
Feb 11 13:26:26 ubuntu kernel: cfg80211:   (2402000 KHz - 2472000 KHz @ 4 
KHz), (300 mBi, 2
Feb 11 13:26:26 ubuntu kernel: cfg80211:   (2457000 KHz - 2482000 KHz @ 4 
KHz), (300 mBi, 2
Feb 11 13:26:26 ubuntu kernel: cfg80211:   (2474000 KHz - 2494000 KHz @ 2 
KHz), (300 mBi, 2
Feb 11 13:26:26 ubuntu kernel: cfg80211:   (517 KHz - 525 KHz @ 4 
KHz), (300 mBi, 2
Feb 11 13:26:26 ubuntu kernel: cfg80211:   (5735000 KHz - 5835000 KHz @ 4 
KHz), (300 mBi, 2
Feb 11 13:26:26 ubuntu NetworkManager[1378]: info init!
Feb 11 13:26:26 ubuntu NetworkManager[1378]: info update_system_hostname
Feb 11 13:26:26 ubuntu NetworkManager[1378]: info   interface-parser: 
parsing file /etc/n
Feb 11 13:26:26 ubuntu NetworkManager[1378]: info   interface-parser: 
finished parsing fi
Feb 11 13:26:26 ubuntu NetworkManager[1378]: info management mode: unmanaged
Feb 11 13:26:26 ubuntu NetworkManager[1378]: info devices added (path: 
/sys/devices/pci:0
Feb 11 13:26:26 ubuntu NetworkManager[1378]: info device added (path: 
/sys/devices/pci:00
Feb 11 13:26:26 ubuntu NetworkManager[1378]: info devices added (path: 
/sys/devices/virtual/n
Feb 11 13:26:26 ubuntu NetworkManager[1378]: info device added (path: 
/sys/devices/virtual/ne
Feb 11 13:26:26 ubuntu NetworkManager[1378]: info end _init.
Feb 11 13:26:26 ubuntu NetworkManager[1378]: info Loaded plugin ifupdown: (C) 
2008 Canonical 
Feb 11 13:26:26 ubuntu NetworkManager[1378]: info Loaded plugin keyfile: (c) 
2007 - 2013 Red 
Feb 11 13:26:26 ubuntu NetworkManager[1378]: info (31315200) ... 
get_connections.
Feb 11 13:26:26 ubuntu NetworkManager[1378]: info (31315200) ... 
get_connections (managed=fal
Feb 11 13:26:26 ubuntu sshd[1453]: Server listening on 0.0.0.0 port 22.
Feb 11 13:26:26 ubuntu sshd[1453]: Server listening on :: port 22.
Feb 11 13:26:26 ubuntu NetworkManager[1378]: info new connection 
/etc/NetworkManager/system-c
Feb 11 13:26:26 ubuntu NetworkManager[1378]: warn error in connection 
/etc/NetworkManager
Feb 11 13:26:26 ubuntu NetworkManager[1378]: info new connection 
/etc/NetworkManager/system-c
Feb 11 13:26:26 ubuntu NetworkManager[1378]: info new connection 
/etc/NetworkManager/system-c
Feb 11 13:26:26 ubuntu NetworkManager[1378]: info new connection 
/etc/NetworkManager/system-c
Feb 11 13:26:26 ubuntu NetworkManager[1378]: info new connection 
/etc/NetworkManager/system-c
Feb 11 13:26:26 ubuntu NetworkManager[1378]: info new connection 
/etc/NetworkManager/system-c
Feb 11 13:26:26 ubuntu NetworkManager[1378]: info new connection 
/etc/NetworkManager/system-c
Feb 11 13:26:26 ubuntu NetworkManager[1378]: info get unmanaged devices 
count: 0
Feb 11 13:26:26 ubuntu NetworkManager[1378]: info monitoring kernel firmware 
directory '/lib/
Feb 11 13:26:26 ubuntu NetworkManager[1378]: info monitoring ifupdown state 
file '/run/networ
Feb 11 13:26:26 ubuntu NetworkManager[1378]: info Loaded device plugin: 
/usr/lib/x86_64-linux
Feb 11 13:26:26 ubuntu NetworkManager[1378]: info Loaded device plugin: 
/usr/lib/x86_64-linux
Feb 11 13:26:26 ubuntu NetworkManager[1378]: info Loaded device plugin: 
/usr/lib/x86_64-linux
Feb 11 13:26:26 ubuntu NetworkManager[1378]: info Loaded device plugin: 
/usr/lib/x86_64-linux
Feb 11 13:26:26 ubuntu NetworkManager[1378]: info WiFi enabled by radio 
killswitch; enabled b
Feb 11 13:26:26 ubuntu NetworkManager[1378]: info WWAN enabled by radio 
killswitch; disabled 
Feb 11 13:26:26 ubuntu NetworkManager[1378]: info WiMAX enabled by radio 
killswitch; enabled 
Feb 11 13:26:26 ubuntu NetworkManager[1378]: info Networking is enabled by 
state file
Feb 11 13:26:26 ubuntu NetworkManager[1378]: nm_device_get_device_type: 
assertion 'NM_IS_DEVICE
Feb 11 13:26:26 ubuntu NetworkManager[1378]: info (lo): link connected
Feb 11 13:26:26 ubuntu NetworkManager[1378]: info (lo): carrier is ON
Feb 11 13:26:26 ubuntu NetworkManager[1378]: info (lo): new Generic device 
(driver: 'unknown'
Feb 11 13:26:26 

[Bug 1420601] Re: Systemd_218-6ubuntu1 and later cannot connect to network except via USB

2015-02-10 Thread luke
Ubuntu version is Vivid (alpha) on all machines, booting systemd by
default with upstart removed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1420601

Title:
  Systemd_218-6ubuntu1 and later cannot connect to network except via
  USB

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1420601/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1420601] Re: Systemd_218-6ubuntu1 and later cannot connect to network except via USB

2015-02-10 Thread Martin Pitt
It's relatively unlikely that the initrd is related to this. The most
likely change from -6 was this:

  http://anonscm.debian.org/cgit/pkg-
systemd/systemd.git/commit/?id=c90467c1b29

In a  boot with the failed networking, can you please run

  sudo systemctl status -u network-pre.target networking.service network.target 
ifup@eth0.service
  sudo systemctl --all | grep ifup

and copypaste the output here? (You might first need to copy it into a
file, then reboot with networking (e. g. under upstart), and then attach
the file here. Thanks!

** Changed in: systemd (Ubuntu)
   Status: New = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1420601

Title:
  Systemd_218-6ubuntu1 and later cannot connect to network except via
  USB

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1420601/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs