[Touch-packages] [Bug 1431743] Re: fails to boot due to read-ony file system

2015-03-26 Thread Martin Pitt
So the "sddm not enabled" issue is a but in sddm, and the "root partition missing from /etc/fstab" was a local problem. Hence I think this can be closed. ** This bug is no longer a duplicate of bug 1432171 [udev] Shows "starting version 219" boot message even with "quiet" ** Changed in: system

[Touch-packages] [Bug 1432171] Re: Shows "starting version 219" boot message even with quiet

2015-03-26 Thread Martin Pitt
Keeping this bug for the message. This is just cosmetical, and entirely independent of sddm not starting. Please file a bug against sddm for that. Thanks! ** Summary changed: - Starting version 219 "systemd-boot" + Shows "starting version 219" boot message even with quiet ** Summary changed: -

[Touch-packages] [Bug 1434847] Re: Can't boot with Systemd

2015-03-26 Thread Martin Pitt
Please have a look at /usr/share/doc/systemd/README.Debian and boot with a debug shell. Please wait until it hangs, then run systemctl list-jobs > /root/jobs.txt journalctl -b > /root/journal.txt and then attach the two files here. Thanks! ** This bug is no longer a duplicate of bug 1432171

[Touch-packages] [Bug 1435126] Re: slow boot: systemd-fsck Cannot communicate fsck progress to fsckd: Broken pipe

2015-03-26 Thread Martin Pitt
** Changed in: systemd (Ubuntu) Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1435126 Title: slow boot: systemd-fsck Cannot communicate

[Touch-packages] [Bug 1420544] Re: [SRU] Ubuntu instances on GCE should use NOOP scheduler

2015-03-26 Thread Martin Pitt
Updating status for vivid tentatively, until the kernel team can comment. ** Changed in: systemd (Ubuntu) Status: Incomplete => Won't Fix ** Changed in: linux (Ubuntu) Status: Incomplete => New -- You received this bug notification because you are a member of Ubuntu Touch seeded p

[Touch-packages] [Bug 1435108] Re: Volume hotkeys stop working (dozens of seconds of delay)

2015-03-26 Thread Martin Pitt
systemd has nothing at all to do with what happens on the keypresses. udev only adjusts the kernel's keymaps during boot. But at runtime, the keypresses are handled by the kernel, sent through /dev/input/* as evdev events, and read by *-settings-daemon or other programs. So tentatively assigning to

[Touch-packages] [Bug 1434295] Re: service systemd-tmpfiles-setup fails to start

2015-03-26 Thread Martin Pitt
The "duplicate line" is expected and just a red herring. It shouldn't fail to start up; this smells like a duplicate of bug 1431107, can you please have a look there and give me the output of "journalctl -b -p warning"? -- You received this bug notification because you are a member of Ubuntu Touc

[Touch-packages] [Bug 1432265] Re: does not ask for multiple LUKS passphrases

2015-03-26 Thread Martin Pitt
That sounds like https://bugs.debian.org/cgi- bin/bugreport.cgi?bug=779612 . Do you use plymouth, i. e. do you see the graphical sphash screen and boot with "splash"? Your CurrentDmesg.txt suggests that you aren't. Can you please try with that? ** Summary changed: - after the upstart replacement

[Touch-packages] [Bug 1411140] Re: systemd-machine-id-commit.service fails on overlayfs

2015-03-26 Thread Martin Pitt
I reverted this for now. Building a package with that patch causes the upgrade to hang (logind and other services don't restart) and boot to fail. Did you test this on an installed desktop as well or just on the live system? ** Changed in: systemd (Ubuntu) Status: Fix Committed => Triaged

[Touch-packages] [Bug 1411140] Re: systemd-machine-id-commit.service fails on overlayfs

2015-03-26 Thread Martin Pitt
The boot hang reproduces with applying the patch on top of upstream v219 and installing the built "systemd". -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1411140 Title:

[Touch-packages] [Bug 1431523] Re: zfs not automounting after upgrading from upstart to systemd

2015-03-26 Thread Martin Pitt
Since we don't ship any ZFS support package in Ubuntu I suppose you are using the upstream PPA. The bug report for that is logged at https://github.com/zfsonlinux/pkg-zfs/issues/145, so closing this one. Thanks! ** Changed in: systemd (Ubuntu) Status: Confirmed => Invalid ** Package change

[Touch-packages] [Bug 1420544] Re: [SRU] Ubuntu instances on GCE should use NOOP scheduler

2015-03-26 Thread Martin Pitt
** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1420544 Title: [SRU] Ubuntu instances on GCE should use

[Touch-packages] [Bug 1436168] Re: systemd-journald crashed with SIGABRT

2015-03-26 Thread Martin Pitt
** Information type changed from Private to Public ** Summary changed: - systemd-journald crashed with SIGABRT + systemd-journald crashed with SIGABRT in journal_file_move_to_object() -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscr

[Touch-packages] [Bug 1433320] Re: systemd-journald crashed with SIGABRT in sd_event_wait()

2015-03-26 Thread Martin Pitt
** Summary changed: - systemd-journald crashed with SIGABRT in __epoll_wait_nocancel() + systemd-journald crashed with SIGABRT in sd_event_wait() -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs

[Touch-packages] [Bug 1436534] Re: journalctl --list-boots not showing boots

2015-03-26 Thread Martin Pitt
This only works if you enable the persistant journal, see /usr/share/doc/systemd/README.Debian . Otherwise the journal is kept in memory and only applies to the current boot. ** Changed in: systemd (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a mem

[Touch-packages] [Bug 1435269] Re: System does not suspend when lid closed

2015-03-26 Thread Martin Pitt
Hm, your journal doesn't seem to contain an attempt to suspend, so this might have been blocked by the upper layers. As you said that suspend works correctly with the indicator menu, this looks like a bug with unity-system-settings. ** Package changed: systemd (Ubuntu) => unity-settings-daemon (Ub

[Touch-packages] [Bug 1431998] Re: a stop job is running for network manager on reboot

2015-03-26 Thread Martin Pitt
** Tags added: systemd-boot ** Package changed: systemd (Ubuntu) => network-manager (Ubuntu) ** Summary changed: - a stop job is running for network manager on reboot + stopping network-manager takes several seconds ** Changed in: network-manager (Ubuntu) Importance: Undecided => Low -- Yo

[Touch-packages] [Bug 1433720] Re: shutdown request timeouts out and leaves tty in non-echo mode

2015-03-26 Thread Martin Pitt
> sudo shutdown -h now > [ wait a couple of minutes, don't enter in one's password ] Can you please clarify what you mean here? If you don't enter sudo's password, then the actual command is irrelevant, and this would be a bug in sudo. Or do you mean shutdown actually runs and you need some other

[Touch-packages] [Bug 1428368] Re: [systemd] ifdown can't stop more than one vlan/bond

2015-03-26 Thread Martin Pitt
If this works under upstart, it's very likely that this is just another fallout from bug 1432821. Can you please re-try this with current vivid? ** Changed in: systemd (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1432681] Re: Lubuntu boot very slow

2015-03-26 Thread Martin Pitt
Your system generally isn't the fastest, so there aren't many obvious gaps, except this blatant one: bře 18 17:57:26 P-IV ntpd[1174]: Listening on routing socket on fd #22 for interface updates bře 18 17:58:00 P-IV systemd-journal[268]: Forwarding to syslog missed 50 messages. bře 18 17:58:47 P-

[Touch-packages] [Bug 1433720] Re: shutdown request timeouts out and leaves tty in non-echo mode

2015-03-26 Thread Martin Pitt
I let sudo sit there without entering a password for about 10 minutes, but it doesn't seem to time out. So I guess you don't mean the sudo password but something else? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in

[Touch-packages] [Bug 1432197] Re: systemd-analyze plot not plotting appropriately

2015-03-26 Thread Martin Pitt
** Changed in: systemd (Ubuntu) Importance: Undecided => Low -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1432197 Title: [snappy] systemd-analyze plot not plotting ap

[Touch-packages] [Bug 1432197] Re: systemd-analyze plot not plotting appropriately

2015-03-26 Thread Martin Pitt
Confirmed on current snappy-devel. ** Changed in: systemd (Ubuntu) Status: New => Triaged ** Summary changed: - systemd-analyze plot not plotting appropriately + [snappy] systemd-analyze plot not plotting appropriately ** Also affects: snappy-ubuntu Importance: Undecided Status

[Touch-packages] [Bug 1432173] Re: fails to bring up network bridge

2015-03-26 Thread Martin Pitt
*** This bug is a duplicate of bug 1430675 *** https://bugs.launchpad.net/bugs/1430675 Treating it as a duplicate for now. ** This bug has been marked a duplicate of bug 1430675 fails to set up a bridged network interface -- You received this bug notification because you are a member of

[Touch-packages] [Bug 1427654] Re: FFE: switch system init to systemd [not touch] in 15.04

2015-03-26 Thread Martin Pitt
gravy45, this sounds like bug 953875 (or similar). Please file a new bug, this is unrelated to this FFE and doesn't affect all installations (i. e. it's specific to your system). -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1436461] Re: [needs-packaging] libsystemd-daemon.so.0 needs-packaging

2015-03-26 Thread Martin Pitt
We do use --enable-compat-libs. libsystemd-daemon.so.0 doesn't exist any more as nothing in Ubuntu uses it any more. But as I said you can build software whose ./configure is still checking for the old split out libraries with libsystemd-login-dev and friends (and then it will end up being linked a

[Touch-packages] [Bug 1429098] Re: systemd[1]: ureadahead.service failed.

2015-03-26 Thread Martin Pitt
Cristian, sorry I had been on vac for two weeks. For ssh you either need to be able to ssh to a public host where I can ssh to as well (a server of your's, a cloud instance, etc.) and forward your port 22, as you are behind a NATed network. Or open port 22 on your router; but I guess that isn't ava

[Touch-packages] [Bug 1435126] Re: slow boot: systemd-fsck Cannot communicate fsck progress to fsckd: Broken pipe

2015-03-26 Thread Martin Pitt
Thanks for confirming! Closing then. ** Changed in: systemd (Ubuntu) Status: Incomplete => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1435126 Title:

[Touch-packages] [Bug 1428368] Re: [systemd] ifdown can't stop more than one vlan/bond

2015-03-27 Thread Martin Pitt
*** This bug is a duplicate of bug 1432821 *** https://bugs.launchpad.net/bugs/1432821 Judging by the "/run/network/.ifstate.lock: No such file or directory" this is almost surely a duplicate, so marking as such. ** This bug has been marked a duplicate of bug 1432821 something deleting /ru

[Touch-packages] [Bug 1423811] Re: 219-1ubuntu1 regression: boot hangs, logind fails

2015-03-27 Thread Martin Pitt
I just applied all v219-stable patches on top of our package, and dropped the reverted patch. I now get the boot failures again, so I'm afraid that wasn't it. ** Also affects: systemd (Fedora) via https://bugzilla.redhat.com/show_bug.cgi?id=1201964 Importance: Unknown Status: Unknown

[Touch-packages] [Bug 1432829] Re: resolv.conf not updated correctly for interfaces configured in initramfs

2015-03-27 Thread Martin Pitt
ntu) Status: Triaged => Fix Committed ** Changed in: open-iscsi (Ubuntu) Assignee: (unassigned) => Martin Pitt (pitti) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad

[Touch-packages] [Bug 1432829] Re: resolv.conf not updated correctly for interfaces configured in initramfs

2015-03-27 Thread Martin Pitt
I'll revert the systemd 219-4ubuntu7 changes on the next upload. ** Changed in: systemd (Ubuntu) Status: Fix Released => Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad

[Touch-packages] [Bug 1422070] Re: systemd-tmpfiles[2947]: Two or more conflicting lines for /var/log configured, ignoring.

2015-03-27 Thread Martin Pitt
This is an expected warning. ** Changed in: systemd (Ubuntu) Status: Triaged => Won't Fix -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1422070 Title: systemd-tmp

[Touch-packages] [Bug 1436534] Re: journalctl --list-boots not showing boots

2015-03-27 Thread Martin Pitt
Ah, sorry about that. Indeed I get this on my system as well. I asked upstream about this on http://lists.freedesktop.org/archives /systemd-devel/2015-March/029890.html ** Changed in: systemd (Ubuntu) Importance: Undecided => Low ** Changed in: systemd (Ubuntu) Status: New => Triaged

[Touch-packages] [Bug 1421969] Re: package python-gi 3.14.0-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-03-27 Thread Martin Pitt
That's the error: Setting up python-gi (3.14.0-1) ... Traceback (most recent call last): File "/usr/bin/pycompile", line 35, in from debpython.version import SUPPORTED, debsorted, vrepr, \ File "/usr/share/python/debpython/version.py", line 24, in from ConfigParser import SafeConfigP

[Touch-packages] [Bug 1430903] Re: Can't get plantronics headset buttons to work

2015-03-27 Thread Martin Pitt
These should still work (in mean in principle, the structure of the files didn't change). After applying the rules, can you please do udevadm info --export-db > /tmp/udev.txt and attach /tmp/udev.txt here? Apparently you filed the bug without the headset being connected. ** Changed in: systemd

[Touch-packages] [Bug 1435492] Re: Xsession crash after login (fix for #678421 breaks)

2015-03-27 Thread Martin Pitt
IMHO the simplest fix would just be to call it with full path, i. e. /sbin/upstart --user ... ? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to lightdm in Ubuntu. https://bugs.launchpad.net/bugs/1435492 Title: Xsession cra

[Touch-packages] [Bug 1431774] Re: cifs mount hangs on shutdown - NetworkManager needs to stop after network.target

2015-03-27 Thread Martin Pitt
** Changed in: wpa (Ubuntu) Status: Triaged => Fix Committed ** Changed in: wpa (Ubuntu) Assignee: (unassigned) => Martin Pitt (pitti) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to network-manager in

[Touch-packages] [Bug 1435492] Re: Xsession crash after login (fix for #678421 breaks)

2015-03-27 Thread Martin Pitt
Yes, I agree. ** Package changed: lightdm (Ubuntu) => upstart (Ubuntu) ** Changed in: upstart (Ubuntu) Status: New => Triaged ** Summary changed: - Xsession crash after login (fix for #678421 breaks) + Xsession.d script assumes that /sbin is in $PATH -- You received this bug notificati

[Touch-packages] [Bug 1411140] Re: systemd-machine-id-commit.service fails on overlayfs

2015-03-27 Thread Martin Pitt
** Changed in: systemd (Ubuntu) Status: Triaged => Fix Committed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1411140 Title: systemd-machine-id-commit.service fai

[Touch-packages] [Bug 1437362] Re: cryptswap is hanging during boot

2015-03-27 Thread Martin Pitt
This sounds like bug 953875. Can you please give me the output of systemd-analyze critical-chain cat /etc/fstab cat /etc/crypttab sudo blkid ? Thanks! ** Summary changed: - Tripled boot times - Virtualbox + cryptswap is hanging during boot ** Changed in: systemd (Ubuntu) Status

[Touch-packages] [Bug 1434758] Re: mysqld: errno: 24 - Too many open files

2015-03-28 Thread Martin Pitt
It's already tagged systemd-boot, which is enough to make it appear on our radar (https://bugs.launchpad.net/ubuntu/+bugs?field.tag=systemd- boot) ** No longer affects: systemd (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subsc

[Touch-packages] [Bug 1438106] Re: bumblebee doesn't work with systemd on 15.04, but works with upstart

2015-03-30 Thread Martin Pitt
bumblebeed itself fails in the modprobe call, so reassigning back for now. This could also belong to kmod, but let's find out what's wrong first. What does that command say? grep -r off /etc/mod* My suspicion is that there is some "alias whatever off" in /etc/modprobe.d which bumblebee tries t

[Touch-packages] [Bug 1430675] Re: fails to set up a bridged network interface

2015-03-30 Thread Martin Pitt
I tried this with Philip's config, but I still can't reproduce this, I'm afraid. I launch a VM with two network cards, like this: qemu-system-x86_64 -enable-kvm -m 2048 -snapshot -drive file=/srv/vm /adt-vivid-amd64-cloud.img,if=virtio -net nic,model=virtio -net user -net nic,vlan=1,macaddr=10:1

[Touch-packages] [Bug 1431998] Re: stopping network-manager takes several seconds

2015-03-30 Thread Martin Pitt
Please follow /usr/share/doc/systemd/README.Debian for debugging this shutdown hang. In the debug shell, please do journalctl -b > /root/journal.txt and the next time you boot, attach /root/journal.txt here. Thanks! ** Changed in: network-manager (Ubuntu) Status: Confirmed => Incomplete

[Touch-packages] [Bug 1431998] Re: stopping network-manager takes several seconds

2015-03-30 Thread Martin Pitt
@Nick: The NFS unmount issue is bug 1431774. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/1431998 Title: stopping network-manager takes several seconds Status i

[Touch-packages] [Bug 1433557] Re: systemd-udev-settle.service failes, 3min boot delay

2015-03-30 Thread Martin Pitt
Can you please try this: sudo mv /lib/udev/rules.d/61-accelerometer.rules{,.disabled} and check if that changes anything? If so, can you please give me the output of sudo SYSTEMD_LOG_LEVEL=debug /lib/udev/accelerometer /devices/platform/lis3lv02d/input/input23 ? (It was input23 in your log;

[Touch-packages] [Bug 1431774] Re: network mount hangs on shutdown - NetworkManager needs to stop after network.target

2015-03-30 Thread Martin Pitt
So who of the reporters still has this issue? > It should work to add an After=dbus.service to /lib/systemd/system/NetworkManager.service's [Unit] section, but that smells like a workaround to me. If you have, can you please try this workaround, if it resolves these problems? ** Summary changed

[Touch-packages] [Bug 1432158] Re: network-manager 0.9.10.0-4ubuntu10 makes my system take about twice as long to boot to the login screen

2015-03-30 Thread Martin Pitt
Do you actually have any remote file systems (NFS, cifs, etc.) in your /etc/fstab? systemctl list-dependencies systemd-user-sessions.service |grep remote I don't have remote file systems, and this doesn't give any output for me. Does it for you? Can you please also give me the output of syst

[Touch-packages] [Bug 1438249] Re: /sbin/dhclient is unconfined after switch to systemd (aka, equivalent of upstart's network-interface-security.conf not implemented)

2015-03-30 Thread Martin Pitt
/etc/init/network-interface-security.conf is in ifupdown, so let's put the corresponding system unit there, too. ** Package changed: systemd (Ubuntu) => ifupdown (Ubuntu) ** Tags added: systemd-boot -- You received this bug notification because you are a member of Ubuntu Touch seeded packages,

[Touch-packages] [Bug 1438249] Re: /sbin/dhclient is unconfined after switch to systemd (aka, equivalent of upstart's network-interface-security.conf not implemented)

2015-03-30 Thread Martin Pitt
ifup@.service is shipped by systemd, let's just add the After= there. ** Changed in: systemd (Ubuntu) Importance: Undecided => High ** Changed in: systemd (Ubuntu) Status: New => Triaged ** Changed in: systemd (Ubuntu) Assignee: (unassigned) => Martin Pitt (p

[Touch-packages] [Bug 1438249] Re: /sbin/dhclient is unconfined after switch to systemd (aka, equivalent of upstart's network-interface-security.conf not implemented)

2015-03-30 Thread Martin Pitt
To clarify: even if this introduces a stronger boot ordering than necessary, it's just a temporary solution until bug 1385414 lands. So IMHO we should keep this simple. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ifupdown

[Touch-packages] [Bug 1438249] Re: /sbin/dhclient is unconfined after switch to systemd (aka, equivalent of upstart's network-interface-security.conf not implemented)

2015-03-30 Thread Martin Pitt
So at the moment, apparmor starts After=local-fs.target and Before=sysinit.target. network-interface-security.conf does: start on (starting network-interface or starting network-manager or starting networking) network-interface corresponds to ifup@.service, networking is just the ifupdown in

[Touch-packages] [Bug 1438249] Re: /sbin/dhclient is unconfined after switch to systemd (aka, equivalent of upstart's network-interface-security.conf not implemented)

2015-03-30 Thread Martin Pitt
> it sounds like you are saying that ifup@.service will always run before networking comes up or NetworkManager. Not necessarily. We need to make sure that all three run After=apparmor.service. This is already the case for NetworkManager, but not the other two. ** Changed in: systemd (Ubuntu)

[Touch-packages] [Bug 1438306] Re: External monitors receive no signal

2015-03-30 Thread Martin Pitt
Your dmesg contains that: [ 8849.688210] [drm:intel_dp_complete_link_train [i915]] *ERROR* failed to train DP, aborting [ 9438.466017] [drm:intel_dp_complete_link_train [i915]] *ERROR* failed to train DP, aborting [ 9464.436928] [drm:intel_dp_complete_link_train [i915]] *ERROR* failed to train

[Touch-packages] [Bug 1431141] Re: systemd-logind crashed with SIGABRT in udev_device_get_sysattr_value()

2015-03-30 Thread Martin Pitt
> $ journalctl -b -u systemd-logind.service > No journal files were found. Ah, apparently you are not in the "adm" group. Can you please re-try with sudo journalctl -b -u systemd-logind.service -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, whi

[Touch-packages] [Bug 1438301] Re: desktop machine suspends with systemd after ~3 minutes, does NOT suspend with upstart

2015-03-30 Thread Martin Pitt
The log shows that something requests the suspend over D-Bus. The most probable candidate for this is logind. After this happens, can you please copy&paste the output of "journalctl -f -b -u systemd-logind" here? That should show key presses and which buttons it listens to. To confirm that it's lo

[Touch-packages] [Bug 1438249] Re: /sbin/dhclient is unconfined after switch to systemd (aka, equivalent of upstart's network-interface-security.conf not implemented)

2015-03-31 Thread Martin Pitt
Fixed both dependencies in http://anonscm.debian.org/cgit/pkg- systemd/systemd.git/commit/?h=experimental&id=dd2f43c5bcb ** No longer affects: ifupdown (Ubuntu) ** Changed in: systemd (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a me

[Touch-packages] [Bug 1431107] Re: ordering cycles with early boot rcS scripts with inappropriate rc2.d links

2015-03-31 Thread Martin Pitt
I can't fix that in general, as I don't know what causes these invalid rc2.d/ to rc5.d/ links with rcS init scripts. But for /etc/init.d/lvm2 in particular we can avoid running this pointless dummy script at all, I committed a change for this. ** Changed in: systemd (Ubuntu) Status: Triaged

[Touch-packages] [Bug 1431200] Re: daemon-reload runs alsa-restore.service and others

2015-03-31 Thread Martin Pitt
For the record, I don't see the behaviour from comment 1 with current systemd any more. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1431200 Title: daemon-reload runs al

[Touch-packages] [Bug 1438301] Re: desktop machine suspends with systemd after ~3 minutes, does NOT suspend with upstart

2015-03-31 Thread Martin Pitt
Interesting.. so logind does *not* log a button event; here I get something like Mär 31 11:04:09 donald systemd-logind[805]: Power key pressed. on a button event. Can you check if the bug happens: 1) if you just log into VT1 after boot, not into X, and run "sudo systemctl stop lightdm" 2

[Touch-packages] [Bug 1434847] Re: Can't boot with Systemd

2015-03-31 Thread Martin Pitt
jobs.txt shows that there are no outstanding jobs, and journal.txt shows that the boot went all the way through. However, it seems you don't have any display manager installed/configured? Do you known which one should be running? lightdm/gdm/sddm etc.? Please give me the output of systemctl sta

[Touch-packages] [Bug 1431200] Re: daemon-reload runs alsa-restore.service and others

2015-03-31 Thread Martin Pitt
I tried with apt-get install --reinstall systemd udev, several "systemctl daemon-reexec" and "daemon-reload", but I just don't get this bug any more. Unit193, do you? ** Changed in: systemd (Ubuntu) Status: In Progress => Incomplete ** Changed in: systemd (Ubuntu) Importance: High => Me

[Touch-packages] [Bug 1431774] Re: network mount hangs on shutdown - NetworkManager needs to stop after network.target

2015-03-31 Thread Martin Pitt
Colin, can you please get me a journalctl output without the workaround when this happens? (see comment 3). Thanks! -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/143

[Touch-packages] [Bug 1431774] Re: network mount hangs on shutdown - NetworkManager needs to stop after network.target

2015-03-31 Thread Martin Pitt
Colin: I meant with latest wpasupplicant (we already have previous journals here) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/1431774 Title: network mount hangs

[Touch-packages] [Bug 1438301] Re: desktop machine suspends with systemd after ~3 minutes, does NOT suspend with upstart

2015-03-31 Thread Martin Pitt
Ah, ok; Some more ideas: - "sudo systemctl stop acpid", to rule out acpid and acpi-support - install "evtest" and run "sudo evtest", select the lid switch, and check if you actually get an event after ~ 3 minutes? I don't actually expect one, as logind should then log a "Lid closed." event whi

[Touch-packages] [Bug 1438612] [NEW] D-Bus stops too early under systemd

2015-03-31 Thread Martin Pitt
Stopping D-Bus System Message Bus Socket. A quick workaround is to add After=dbus.service to /lib/systemd/system/NetworkManager.service's [Unit] section, but this should be fixed in a more general fashion. ** Affects: dbus (Ubuntu) Importance: High Assignee: Martin Pitt (pitti)

[Touch-packages] [Bug 1431774] Re: network mount hangs on shutdown - NetworkManager needs to stop after network.target

2015-03-31 Thread Martin Pitt
@Colin: nevermind, I can reproduce the wrong shutdown ordering here now. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/1431774 Title: network mount hangs on shutd

[Touch-packages] [Bug 1431774] Re: network mount hangs on shutdown - NetworkManager needs to stop after network.target

2015-03-31 Thread Martin Pitt
The original issue here was fixed in network-manager 0.9.10.0-4ubuntu11 (see comment 20), and that's what the bug title says too, so closing the NetworkManager task again. The remaining issue, D-Bus stopping too early, is tracked in bug 1438612. ** Changed in: network-manager (Ubuntu) Statu

[Touch-packages] [Bug 1438612] Re: D-Bus stops too early under systemd

2015-03-31 Thread Martin Pitt
Actually, this isn't the full story, as NetworkManager doesn't tear down interfaces when it shuts down. So Colin, I'm afraid I need a shutdown journal output from current vivid after all.. ** Changed in: dbus (Ubuntu) Status: Triaged => Incomplete ** Summary changed: - D-Bus stops too ear

[Touch-packages] [Bug 1431774] Re: network mount hangs on shutdown - NetworkManager needs to stop after network.target

2015-03-31 Thread Martin Pitt
@Colin: I need a journal after all, see bug 1438612. Thanks! -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/1431774 Title: network mount hangs on shutdown - Networ

[Touch-packages] [Bug 1438301] Re: desktop machine suspends with systemd after ~3 minutes, does NOT suspend with upstart

2015-03-31 Thread Martin Pitt
Debugging notes: - I see tons of "Refusing operation, as it is turned off" in the logs now, which is due to the disabled HandleLidSwitch (before it was "Suspending...") - I see no event at all in evtest - I believe stopping acpid does not help, I still see the "Refusing operation..." messages

[Touch-packages] [Bug 1438612] Re: remote file systems hang on shutdown

2015-03-31 Thread Martin Pitt
** Changed in: dbus (Ubuntu) Status: Incomplete => New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to dbus in Ubuntu. https://bugs.launchpad.net/bugs/1438612 Title: remote file systems hang on shutdown Status in db

[Touch-packages] [Bug 1438612] Re: remote file systems hang on shutdown

2015-03-31 Thread Martin Pitt
Can you confirm that you have wpasupplicant 2.1-0ubuntu7 ? I. e. you should see $ systemctl cat wpa_supplicant.service |grep Before Before=network.target Your journal looks like it would stop wpa_supplicant before network.target. -- You received this bug notification because you are a member of

[Touch-packages] [Bug 1438612] Re: remote file systems hang on shutdown

2015-03-31 Thread Martin Pitt
Andy gets this issue as well (http://paste.ubuntu.com/10711795/) ** Changed in: dbus (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to dbus in Ubuntu. https://bugs.launchpad.net/bugs/143

[Touch-packages] [Bug 1438682] Re: Shutdown hangs with systemd and NFS mount

2015-03-31 Thread Martin Pitt
*** This bug is a duplicate of bug 1438612 *** https://bugs.launchpad.net/bugs/1438612 ** This bug has been marked a duplicate of bug 1438612 remote file systems hang on shutdown -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subsc

[Touch-packages] [Bug 1438612] Re: remote file systems hang on shutdown, D-BUS stops too early

2015-03-31 Thread Martin Pitt
** Summary changed: - remote file systems hang on shutdown + remote file systems hang on shutdown, D-BUS stops too early -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to dbus in Ubuntu. https://bugs.launchpad.net/bugs/1438612

[Touch-packages] [Bug 1438612] Re: remote file systems hang on shutdown, D-BUS stops too early

2015-03-31 Thread Martin Pitt
Andy, Colin, can you please revert the workaround in /lib/systemd/system/NetworkManager.service (remove After=dbus.service), and instead append these lines in /lib/systemd/system/dbus.service, to the [Service] section: ExecStop=/bin/true KillMode=none This makes things work in my tests, and is a

[Touch-packages] [Bug 1438301] Re: desktop machine suspends with systemd after ~3 minutes, does NOT suspend with upstart

2015-03-31 Thread Martin Pitt
Lowering severity a bit. This only affects a particular piece of yet unreleased hardware, and thus it isn't very widespread. ** Changed in: systemd (Ubuntu) Importance: Critical => High -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is su

[Touch-packages] [Bug 1438306] Re: External monitors receive no signal over DisplayPort

2015-03-31 Thread Martin Pitt
It's worth testing this with earlier kernels; do you have one where this was known to work still? You shold still have some older kernels in the grub boot menu, under "Advanced options". ** Package changed: xorg (Ubuntu) => xorg-server (Ubuntu) -- You received this bug notification because you a

[Touch-packages] [Bug 1438306] Re: External monitors receive no signal over DisplayPort

2015-03-31 Thread Martin Pitt
Oh wait -- you are saying that the external monitor does not receive a signal at any point in time? I thought the external monitor would stop working *during/after* running dist-upgrade, and start working again after a reboot. That sounds like a kernel/video driver/X.org regression then, reassign

[Touch-packages] [Bug 1431200] Re: daemon-reload runs alsa-restore.service and others

2015-03-31 Thread Martin Pitt
@Joe: unduplicating then, following up on your original bug -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1431200 Title: daemon-reload runs alsa-restore.service and other

[Touch-packages] [Bug 1428712] Re: Screen turns green and locks out during apt full-upgrade

2015-03-31 Thread Martin Pitt
Originally this sounded like a duplicate of bug 1431200, as that's pretty much the only point in time when an upgrade of the systemd package could even remotely trigger a graphics state change, by accidentally reloading/restarting some units like plymouth. But you said that this happens on upgradin

[Touch-packages] [Bug 1438612] Re: remote file systems hang on shutdown, D-BUS stops too early

2015-03-31 Thread Martin Pitt
I started a discussion with upstream in the linked fd.o bug, and uploaded this in the meantime. ** Bug watch added: freedesktop.org Bugzilla #89847 https://bugs.freedesktop.org/show_bug.cgi?id=89847 ** Also affects: dbus via https://bugs.freedesktop.org/show_bug.cgi?id=89847 Importance:

[Touch-packages] [Bug 1415958] Re: Laptop + external display does not suspend on lid close

2015-03-31 Thread Martin Pitt
This might actually be on purpose? $ systemd-inhibit [...] Who: martin (UID 1000/martin, PID 2278/unity-settings-) What: handle-lid-switch Why: Multiple displays attached Mode: block I for one really welcome this. Finally my laptop stopped suspending when it's sitting in the do

[Touch-packages] [Bug 1437362] Re: cryptswap is hanging during boot

2015-03-31 Thread Martin Pitt
*** This bug is a duplicate of bug 953875 *** https://bugs.launchpad.net/bugs/953875 ** This bug has been marked a duplicate of bug 953875 Encrypted swap no longer mounted at bootup -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is su

[Touch-packages] [Bug 1438967] Re: Running x11vnc via systemd inactive (dead) in Utopic, not Vivid

2015-03-31 Thread Martin Pitt
Sorry, but there are tons of things which are broken in utopic with systemd (e. g. every other package update will fail); we don't support booting utopic or earlier with systemd. If you want to identify the particular commit that fixes this, that's ok of course, but I'm afraid I don't have time to

[Touch-packages] [Bug 1428712] Re: Screen turns green and locks out during apt full-upgrade

2015-03-31 Thread Martin Pitt
Can you reproduce it with (possibly several runs of) sudo systemctl daemon-reload? If so, please attach "journalctl -b" afterwards. Thanks! -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launch

[Touch-packages] [Bug 1385414] Re: provide systemd compatible cache loading library

2015-03-31 Thread Martin Pitt
As for tracking systemd bugs I'd like to reduce importance, as we have bug 1438249 for tracking the fallback for vivid. So this is mostly optimization now, it shouldn't make a difference security wise, right? Please set back to High if I misunderstood this. Thanks! ** Changed in: systemd (Ubuntu)

[Touch-packages] [Bug 1427672] Re: System doesn't power off when shutting down

2015-03-31 Thread Martin Pitt
Iain, you said on IRC that you got a clean shutdown with https://launchpad.net/ubuntu/+source/dbus/1.8.12-1ubuntu5 . Can you confirm that this is stable now with several shutdowns? If so, this would then be a duplicate of bug 1438612. -- You received this bug notification because you are a member

[Touch-packages] [Bug 1349566] Re: systemd-logind triggered poweroffs ignore upstart services

2015-03-31 Thread Martin Pitt
Vivid switched to systemd, so this isn't a problem there any more. I added an open utopic task, as that's still affected. ** Also affects: systemd (Ubuntu Utopic) Importance: Undecided Status: New ** Changed in: systemd (Ubuntu Utopic) Status: New => Triaged ** Changed in: syste

[Touch-packages] [Bug 1415958] Re: Laptop + external display does not suspend on lid close

2015-03-31 Thread Martin Pitt
For the record, systemd actually checks for "docked/undocked" events, so in a VT you should not actually get this behaviour. Only under Unity, because unity-settings-daemon doesn't seem to check for dock events in particular but just checks the connected monitors. Can you confirm this? ** Package

[Touch-packages] [Bug 1438301] Re: desktop machine suspends with systemd after ~3 minutes, does NOT suspend with upstart

2015-03-31 Thread Martin Pitt
ttons), and most importantly event2 (sleep button). It's also worthwhile copying my locally built systemd-logind, stopping the system one, running the local one under gdb and breaking on manager_handle_action(). ** Changed in: systemd (Ubuntu) Assignee: (unassigned) => Martin Pitt (pi

[Touch-packages] [Bug 1300235] Re: init (chromium-browser) crashed with SIGSEGV

2015-04-01 Thread Martin Pitt
Apport fixed upstream in r2941, thanks Brian! ** Changed in: apport (Ubuntu) Status: Triaged => Fix Committed ** Changed in: apport (Ubuntu) Assignee: (unassigned) => Brian Murray (brian-murray) -- You received this bug notification because you are a member of Ubuntu Touch seeded pa

[Touch-packages] [Bug 1438301] Re: desktop machine suspends with systemd after ~3 minutes, does NOT suspend with upstart

2015-04-01 Thread Martin Pitt
This happens around the time when this fires: Breakpoint 1, manager_handle_action (m=0x55616010, inhibit_key=INHIBIT_HANDLE_LID_SWITCH, handle=HANDLE_IGNORE, ignore_inhibited=true, is_edge=false) at src/login/logind-action.c:36 36 in src/login/logind-action.c (gdb) bt full #0 mana

[Touch-packages] [Bug 1438301] Re: suspends after a few minutes on machines with a bogus (closed) lid switch

2015-04-01 Thread Martin Pitt
** Changed in: systemd (Ubuntu) Assignee: Martin Pitt (pitti) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1438301 Title: suspends after a

[Touch-packages] [Bug 1438301] Re: desktop machine suspends with systemd after ~3 minutes, does NOT suspend with upstart

2015-04-01 Thread Martin Pitt
This looks like an effect of http://cgit.freedesktop.org/systemd/systemd/commit/?id=ed4ba7e4f65215. This introduced logic which deliberately checks for a closed lid and suspends the machine again, to guard against wakeups which happen when a laptop lid is closed (and the machine is potentially bein

[Touch-packages] [Bug 1438301] Re: desktop machine suspends with systemd after ~3 minutes, does NOT suspend with upstart

2015-04-01 Thread Martin Pitt
At this point we have two options: (1) fix the kernel or hardware to not claim that there's a closed lid (2) disable that safety feature and cause some laptops to burn in your bag again If possible, I'd like to keep this and fix (1), but if this turns out to affect too many machines we might also

[Touch-packages] [Bug 1431998] Re: stopping network-manager takes several seconds

2015-04-01 Thread Martin Pitt
*** This bug is a duplicate of bug 1438612 *** https://bugs.launchpad.net/bugs/1438612 This is most likely a duplicate of bug 1438612. If you still get this problem in latest vivid, can you please yell here and provide the journal output as in comment #3? I'll unduplicate it then. Thanks! **

[Touch-packages] [Bug 1432171] Re: [udev] Shows "starting version 219" boot message even with "quiet"

2015-04-01 Thread Martin Pitt
It's also not that easy to reproduce -- I don't see that string on either my laptop nor my VMs, as plymouth makes that invisible. I don't even see it when I boot without plymouth, i. e. drop "splash" from the kernel command line. -- You received this bug notification because you are a member of U

<    4   5   6   7   8   9   10   11   12   13   >