[Touch-packages] [Bug 1439301] Re: plymouth starts too late since 219-5ubuntu1

2015-04-02 Thread Martin Pitt
** Summary changed: - one autopkgtest failure since 219-5ubuntu1 + plymouth starts too late since 219-5ubuntu1 ** Changed in: systemd (Ubuntu) Importance: Undecided => High ** Changed in: systemd (Ubuntu) Assignee: (unassigned) => Martin Pitt (pitti) ** Changed in: systemd (

[Touch-packages] [Bug 1439301] Re: plymouth starts too late since 219-5ubuntu1

2015-04-02 Thread Martin Pitt
Fixed in http://anonscm.debian.org/cgit/pkg- systemd/systemd.git/commit/?h=experimental&id=0b433ba6d . This will do fine for vivid. ** Changed in: systemd (Ubuntu) Status: In Progress => Fix Committed ** Changed in: systemd (Ubuntu) Assignee: Martin Pitt (pitti) => (

[Touch-packages] [Bug 1439301] Re: plymouth starts too late since 219-5ubuntu1

2015-04-02 Thread Martin Pitt
Asked upstream at http://lists.freedesktop.org/archives/systemd- devel/2015-April/030074.html ** Changed in: systemd (Ubuntu) Assignee: (unassigned) => Martin Pitt (pitti) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed

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

2015-04-02 Thread Martin Pitt
Thanks for confirming. Tentatively closing for now. If anyone still sees this, please yell. ** 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

[Touch-packages] [Bug 1438612]

2015-04-02 Thread Martin Pitt
Hello Simon, (In reply to Simon McVittie from comment #3) > (Also, is there any reason to prefer NFS /usr that doesn't apply equally to > preferring NFS rootfs?) I'm not sure if root on NFS was ever attempted/supported. You'd basically need half an OS in your initramfs then? :-) > The fewer cons

[Touch-packages] [Bug 1438612]

2015-04-02 Thread Martin Pitt
(In reply to Simon McVittie from comment #6) > How's this? I made the stop command be "echo" instead of "true" so that it > leaves a hint in systemctl status if someone tries to stop it by hand. Ah, good one. > Unfortunately, "systemctl restart dbus" (which was never supported either) > will now

[Touch-packages] [Bug 1438612]

2015-04-02 Thread Martin Pitt
(In reply to Michael Biebl from comment #1) > ExecStop=/bin/true was my first idea, but Martin rightfully pointed out, > that this doesn't influence KillMode, i.e. we need KillMode=none. > With that KillMode setting, I think we can actually drop ExecStop=/bin/true, > so what remains is > > KillMod

[Touch-packages] [Bug 1425376] Re: Ubuntu Core provides no console login prompt if network is unavailable

2015-04-04 Thread Martin Pitt
Will have a thorough look after the holidays, a dependency chain like this might explain it? getty@.service → systemd-user-sessions.service → remote-fs.target → network-online.target Incidentally that affects desktops as well, lightdm is now starting only after the network is up. This should be

[Touch-packages] [Bug 1440040] Re: reboot command is executable by anybody

2015-04-04 Thread Martin Pitt
For the record, local users have always been able to reboot the computer through the indicator (which then invoked logind or ConsoleKit to do the actual reboot), or even just by hitting the power button. So this isn't a new capability at all. -- You received this bug notification because you are

[Touch-packages] [Bug 1438612]

2015-04-06 Thread Martin Pitt
(In reply to Lennart Poettering from comment #12) > The best way is to fix the few services that really need dbus > unconditionally to be around to add After=dbus.service. And all is good. If we go with that approach, then it would IMHO be cleaner to change the implied "After=dbus.socket" for Type

[Touch-packages] [Bug 1440098] Re: "start job is running" hangs boot until timeout

2015-04-06 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 1425376] Re: Ubuntu Core provides no console login prompt if network is unavailable

2015-04-06 Thread Martin Pitt
As for what creates the "Before=network.target" for networking.service (aka /etc/init.d/networking): this is defined in /etc/insserv.conf. > We should definitely not be blocking network.target indefinitely on boot waiting for the results of /etc/init.d/networking. Agreed. Conceptually we should k

[Touch-packages] [Bug 1425376] Re: Ubuntu Core provides no console login prompt if network is unavailable

2015-04-06 Thread Martin Pitt
reason for the Before=network.target is to ensure a proper shutdown order. ** Changed in: ifupdown (Ubuntu) Assignee: Martin Pitt (pitti) => Steve Langasek (vorlon) ** Changed in: systemd (Ubuntu) Status: New => In Progress -- You received this bug notification because you

[Touch-packages] [Bug 1425376] Re: Ubuntu Core provides no console login prompt if network is unavailable

2015-04-07 Thread Martin Pitt
http://anonscm.debian.org/cgit/pkg- systemd/systemd.git/commit/?h=ubuntu&id=07d6481d7a7a5 ** Changed in: systemd (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ifupdown in

[Touch-packages] [Bug 1439109] Re: Network interface not coming up automatically inside lxc container

2015-04-07 Thread Martin Pitt
I suppose this is the reason: Apr 01 11:33:03 hostname systemd[1]: Failed to start LSB: AppArmor initialization. Apr 01 11:33:03 hostname systemd[1]: apparmor.service failed. apparmor blocks quite a lot, so we need to fix that in a container. -- You received this bug notification because you a

[Touch-packages] [Bug 1439109] Re: Network interface not coming up automatically inside lxc container

2015-04-07 Thread Martin Pitt
Debugged on IRC. For the record, the link in /etc/rcS.d/*networking was missing. Hence the sysv-generator didn't create a networking.service and didn't attempt to start it. I just created a fresh vivid container and the link does exist, and network is coming up fine for me. Can you reproduce this

[Touch-packages] [Bug 1441068] [NEW] lxc-destroy fails on btrfs subvolumes

2015-04-07 Thread Martin Pitt
Public bug reported: $ sudo lxc-destroy -n adt-vivid [sudo] password for martin: lxc_container: utils.c: _recursive_rmdir_onedev: 147 _recursive_rmdir_onedev: failed to delete /srv/lxc/adt-vivid/rootfs/var/lib lxc_container: utils.c: _recursive_rmdir_onedev: 147 _recursive_rmdir_onedev: failed

[Touch-packages] [Bug 1376717] Re: lxc fails to install under systemd

2015-04-07 Thread Martin Pitt
This should be fixed in current vivid. ** Changed in: lxc (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to lxc in Ubuntu. https://bugs.launchpad.net/bugs/1376717 Title: lxc

[Touch-packages] [Bug 1441070] [NEW] lxc-start on default vivid container fails on apparmor violation

2015-04-07 Thread Martin Pitt
Public bug reported: With latest vivid's LXC, starting a vivid container now fails on mounting the cgroups: $ sudo lxc-create --name=v -t ubuntu -- -r vivid $ sudo lxc-start -n v -F Failed to mount cgroup at /sys/fs/cgroup/systemd: Permission denied systemd 219 running in system mode. (+PAM +AUDI

[Touch-packages] [Bug 1440501] Re: Can not load mysql-akonadi apparmor profile

2015-04-07 Thread Martin Pitt
** Tags removed: systemd-boot -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apparmor in Ubuntu. https://bugs.launchpad.net/bugs/1440501 Title: Can not load mysql-akonadi apparmor profile Status in akonadi package in Ubun

[Touch-packages] [Bug 1440070] Re: openssh-server attempts to connect to upstart and the connection is refused

2015-04-07 Thread Martin Pitt
This is just cosmetical. We actually do want to continue upstart support at least until the next LTS (and also for Ubuntu touch), so we can't just rip that out wholesale yet. But it shouldn't produce that confusing error for sure. ** Changed in: openssh (Ubuntu) Importance: Undecided => Low **

[Touch-packages] [Bug 1414420] Re: initctl: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused

2015-04-07 Thread Martin Pitt
This is just cosmetical, lightdm works anyway. ** Changed in: lightdm (Ubuntu) Importance: Critical => Low -- 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/1414420 Title:

Re: [Touch-packages] [Bug 1425376] Re: Ubuntu Core provides no console login prompt if network is unavailable

2015-04-07 Thread Martin Pitt
Steve Langasek [2015-04-07 14:22 -]: > I'm not sure what you mean by this. We absolutely did block on our network > interfaces when using upstart; just with a 2 minute timeout for any > misconfigured interfaces. Right, but that should only be done by services which depend on network-online.ta

[Touch-packages] [Bug 1436691] Re: init package is missing

2015-04-07 Thread Martin Pitt
The idea is that the "Priority: required" init package is always installed, which depends on systemd-sysv | upstart-sysv. upstart-bin is history, that's "upstart" now (and as you already found out, upstart- sysv now contains /sbin/init). Any idea how "init" got missing on your system? ** Summary

[Touch-packages] [Bug 1439109] Re: Network interface not coming up automatically inside lxc container

2015-04-07 Thread Martin Pitt
Shouldn't this rather be "sudo update-rc.d networking defaults"? That won't actually put back a removed symlink as this counts as user change that needs to be preserved. So the question is still what made this disappear? ** No longer affects: systemd (Ubuntu) ** Tags added: systemd-boot -- You

[Touch-packages] [Bug 1434847] Re: does not start a display manager

2015-04-07 Thread Martin Pitt
Sherif, anything which actually explains what this bug report is about is useful. Right now it's not actionable at all, I'm afraid. If you have an installation which fails to start a display manager, I need the information from comment #10. -- You received this bug notification because you are a

[Touch-packages] [Bug 1423180] Re: package udev 208-8ubuntu8.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-04-07 Thread Martin Pitt
There has been no answer to the request for information above for a month. I'm closing this bug report as in its current form it is not actionable. I'll reopen this once that information has been provided. Thank you for your report! ** Changed in: systemd (Ubuntu) Status: Incomplete => Inva

[Touch-packages] [Bug 1419248] Re: udev-204-5ubuntu20.10 breakes usb_modeswitch

2015-04-07 Thread Martin Pitt
There has been no answer to the request for information above for a month. I'm closing this bug report as in its current form it is not actionable. I'll reopen this once that information has been provided. Thank you for your report! ** Changed in: systemd (Ubuntu) Status: Incomplete => Inva

[Touch-packages] [Bug 1438824] Re: ALL FSCKs triggered for no apparent reason

2015-04-07 Thread Martin Pitt
After a boot which does the fsck, can you please do "sudo journalctl -b > /tmp/journal.txt" and attach /tmp/journal.txt here? Perhaps that says why it got started. Thanks! -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to system

[Touch-packages] [Bug 1433728] Re: white screen after boot

2015-04-07 Thread Martin Pitt
*** This bug is a duplicate of bug 1433198 *** https://bugs.launchpad.net/bugs/1433198 ** This bug has been marked a duplicate of bug 1433198 15.04 daily images don't reach X using VirtualBox - VESA error: Cannot read int vect -- You received this bug notification because you are a membe

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

2015-04-07 Thread Martin Pitt
*** This bug is a duplicate of bug 1431107 *** https://bugs.launchpad.net/bugs/1431107 ** This bug has been marked a duplicate of bug 1431107 ordering cycles with lvm2 init script with inappropriate rc2.d links -- You received this bug notification because you are a member of Ubuntu Touch

[Touch-packages] [Bug 1441253] Re: poweroff no longer works

2015-04-07 Thread Martin Pitt
There is a suspend job running, which collides with shutting down (you can only do one or the other). Do you know what triggered the suspend? (lid close, indicator, or you didn't request this explicitly). Can you reproduce this situation? Does suspend normally work for you? The kernel log only sho

[Touch-packages] [Bug 1440408] Re: Crashes without reason from

2015-04-07 Thread Martin Pitt
Thanks for your report! Unfortunately the auto-generated stack trace is totally useless, so I'm afraid there's not much that we can do with this report; thus I'm closing it. Let's hope the next one looks better :-) ** Changed in: systemd (Ubuntu) Status: New => Invalid -- You received thi

[Touch-packages] [Bug 1437492] Re: systemd-udev-settle stalls booting

2015-04-07 Thread Martin Pitt
The kernel log shows huge gaps in device detection, apparently the hardware gets locked up during USB detection/enumeration? [7.292422] input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci:00/:00:03.0/sound/card0/input16 [ 10.918992] usb 1-3: device descriptor read/all, error -110 [

[Touch-packages] [Bug 1440395] Re: fstab-generator creates incorrect mount units for CIFS

2015-04-07 Thread Martin Pitt
ged ** Changed in: systemd (Ubuntu) Importance: Undecided => High ** Changed in: systemd (Ubuntu) Assignee: (unassigned) => Martin Pitt (pitti) ** Changed in: systemd (Ubuntu) Importance: High => Medium -- You received this bug notification because you are a member of Ubuntu Touch see

[Touch-packages] [Bug 1440395] Re: fstab-generator interprets backslashes in CIFS mounts

2015-04-07 Thread Martin Pitt
** Summary changed: - fstab-generator creates incorrect mount units for CIFS + fstab-generator interprets backslashes in CIFS mounts -- 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.ne

[Touch-packages] [Bug 1440395] Re: fstab-generator interprets backslashes in CIFS mounts

2015-04-07 Thread Martin Pitt
you use them (i. e. use 1.2.3.4...). It's best to avoid those at all and use forward slashes for CIFS mounts. ** Changed in: systemd (Ubuntu) Status: Triaged => Invalid ** Changed in: systemd (Ubuntu) Assignee: Martin Pitt (pitti) => (unassigned) -- You received th

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

2015-04-08 Thread Martin Pitt
See also bug 1439109 which is about the missing networking symlink. -- 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/1430675 Title: fails to set up a bridged network interfa

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

2015-04-08 Thread Martin Pitt
Vincent Ladeuil reported this on IRC as well, and for him the problem was that /etc/init.d/networking was disabled. I. e. there is no /etc/rcS.d/*networking symlink. Timo, Philip, zoolook, can you please check this? If you don't have such a symlink, please run sudo update-r.cd networking remove

[Touch-packages] [Bug 1439109] Re: Network interface not coming up due to missing /etc/rcS.d/*networking

2015-04-08 Thread Martin Pitt
For the record, this is how to clean up: sudo update-r.cd networking remove sudo update-r.cd networking defaults Vincent has the same problem, and he mentioned that he has an /etc/init.d/networking.dpkg-old; that sounds like ifupdown once failed to upgrade/configure? ** Summary changed: - N

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

2015-04-08 Thread Martin Pitt
Sorry, I typoed. The correct commands are: sudo update-rc.d networking remove sudo update-rc.d networking defaults -- 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/1430675

[Touch-packages] [Bug 1439109] Re: Network interface not coming up due to missing /etc/rcS.d/*networking

2015-04-08 Thread Martin Pitt
** Changed in: ifupdown (Ubuntu) Status: New => Confirmed ** Changed in: ifupdown (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ifupdown in Ubuntu. https://bugs.launchpad.net

[Touch-packages] [Bug 1439109] Re: Network interface not coming up due to missing /etc/rcS.d/*networking

2015-04-08 Thread Martin Pitt
** Changed in: ifupdown (Ubuntu) Status: Confirmed => In Progress ** Changed in: ifupdown (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 ifupdown in

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

2015-04-08 Thread Martin Pitt
*** This bug is a duplicate of bug 1439109 *** https://bugs.launchpad.net/bugs/1439109 ** This bug is no longer a duplicate of bug 1430675 fails to set up a bridged network interface ** This bug has been marked a duplicate of bug 1439109 Network interface not coming up due to missing /et

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

2015-04-08 Thread Martin Pitt
*** This bug is a duplicate of bug 1439109 *** https://bugs.launchpad.net/bugs/1439109 Timo confirmed as well, so confirming as a duplicate of bug 1439109. ** This bug has been marked a duplicate of bug 1439109 Network interface not coming up due to missing /etc/rcS.d/*networking -- You

[Touch-packages] [Bug 1439109] Re: Network interface not coming up due to missing /etc/rcS.d/*networking

2015-04-08 Thread Martin Pitt
I uploaded a new ifupdown which cleans this up on upgrades, needs release team review. ** Changed in: ifupdown (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ifupdown in U

[Touch-packages] [Bug 1439955] Re: systemd breaks nfs root on vivid

2015-04-08 Thread Martin Pitt
?bug=750360 Importance: Unknown Status: Unknown ** Changed in: initramfs-tools (Ubuntu) Status: New => In Progress ** Changed in: initramfs-tools (Ubuntu) Assignee: (unassigned) => Martin Pitt (pitti) ** Changed in: initramfs-tools (Ubuntu) Importance: Undecided => Hig

[Touch-packages] [Bug 1414420] Re: initctl: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused

2015-04-08 Thread Martin Pitt
** Changed in: lightdm (Ubuntu) Assignee: (unassigned) => Martin Pitt (pitti) ** Changed in: lightdm (Ubuntu) Status: Triaged => In Progress ** Also affects: lightdm (Ubuntu Vivid) Importance: Low Assignee: Martin Pitt (pitti) Status: In Progress -- You receive

[Touch-packages] [Bug 1414420] Re: initctl: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused

2015-04-08 Thread Martin Pitt
Fixed in upstream trunk: http://bazaar.launchpad.net/~lightdm- team/lightdm/trunk/revision/2135 ** Changed in: lightdm Status: Confirmed => Fix Released ** Changed in: lightdm (Ubuntu Vivid) Status: In Progress => Fix Committed -- You received this bug notification because you are

[Touch-packages] [Bug 1434847] Re: does not start a display manager

2015-04-08 Thread Martin Pitt
** Changed in: systemd (Ubuntu) Importance: Critical => 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/1434847 Title: does not start a display manager Status in

[Touch-packages] [Bug 1411140] [NEW] systemd-machine-id-commit.service fails on live system

2015-01-15 Thread Martin Pitt
Public bug reported: Boot the current live system with systemd: Go to gfxboot, select F6, press Esc twice, stay in gfxboot, and append init=/bin/systemd to the command line. The live system will come up, but degraded: ● systemd-machine-id-commit.service - Commit a transient machine-id on disk

[Touch-packages] [Bug 1350947] Re: apparmor: no working rule to allow making a mount private

2015-01-15 Thread Martin Pitt
** No longer affects: linux (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to lxc in Ubuntu. https://bugs.launchpad.net/bugs/1350947 Title: apparmor: no working rule to allow making a mount private Status in AppArmo

[Touch-packages] [Bug 1411448] Re: package libpam-systemd:amd64 208-8ubuntu8.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 139

2015-01-15 Thread Martin Pitt
*** This bug is a duplicate of bug 1385817 *** https://bugs.launchpad.net/bugs/1385817 It's invalid (for systemd at least), but not due to a crash, but due to this: insserv: warning: script 'bubbleupnpserver' missing LSB tags and overrides Marking as duplicate. ** This bug has been marked a

[Touch-packages] [Bug 1385817] Re: initscripts package fails to upgrade if there are local init scripts on the system with no LSB headers

2015-01-16 Thread Martin Pitt
Well, the list of "affected" packages is pretty arbitrary and random -- on affected systems you have to fix the broken third-party init.d script, or it's never going to work :/ -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to s

[Touch-packages] [Bug 1409129] Re: Drop usage of udev-bridge via events-bridge

2015-01-16 Thread Martin Pitt
** Changed in: update-notifier (Ubuntu) Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to upstart in Ubuntu. https://bugs.launchpad.net/bugs/1409129 Title: Drop usage of udev-bridge via eve

[Touch-packages] [Bug 1411992] Re: Network interface NamePolicy= disabled on kernel command line, ignoring

2015-01-18 Thread Martin Pitt
** Changed in: systemd (Ubuntu) Importance: Undecided => Low ** Summary changed: - Network interface NamePolicy= disabled on kernel command line, ignoring + shows confusing warning: "Network interface NamePolicy= disabled on kernel command line, ignoring" ** Changed in: systemd (Ubuntu)

[Touch-packages] [Bug 1312836] Re: [systemd] dh_installinit does not create /etc/rc*.d/S??foo if there is an /etc/init/foo.conf

2015-01-21 Thread Martin Pitt
Luis, that seems to be a different bug/cause now. To confirm, what does that show right after a clean boot: sudo systemctl status -l networking (Please confirm that you still don't have /run/network right after boot). -- You received this bug notification because you are a member of Ubuntu To

[Touch-packages] [Bug 1411978] Re: package udev 208-8ubuntu8.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-01-21 Thread Martin Pitt
According to the dpkg terminal log, the first package that failed was cgmanager: Setting up cgmanager (0.32-4ubuntu1.2) ... Failed to get D-Bus connection: No connection to service manager. Failed to get D-Bus connection: No connection to service manager. invoke-rc.d: initscript cgmanager, action

[Touch-packages] [Bug 1409594] Re: Useless systemd-timedated /etc/localtime symlink complain in syslog

2015-01-21 Thread Martin Pitt
** Changed in: systemd (Ubuntu) Status: Confirmed => Fix Committed ** 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.launchp

[Touch-packages] [Bug 1413271] [NEW] [vivid] emulator fails to mount root partition (Invalid argument), landing in busybox

2015-01-21 Thread Martin Pitt
Public bug reported: These days the emulator fails to boot: $ sudo ubuntu-emulator create --channel=ubuntu-touch/devel devel $ ubuntu-emulator run devel [...] Begin: Running /scripts/local-premount ... [0.190059] mmc0: new SDHC card at address e118 done. [0.195316] mmcblk0: mmc0:e118 SU0

[Touch-packages] [Bug 1413271] Re: [vivid] emulator fails to mount root partition (Invalid argument), landing in busybox

2015-01-21 Thread Martin Pitt
$ ubuntu-emulator list devel ubuntu=20141201,device=20141119,custom=20141201,version=1 I also just checked with devel-proposed, same problem. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to android-tools in Ubuntu. https://

[Touch-packages] [Bug 1233466] Re: Hot-Add Memory failing for lack of udev rule

2015-01-22 Thread Martin Pitt
Reopening the kernel task here. We've carried the "temporary" udev rule workaround for three releases now; it seems we all agree that it's wrong (unconditional "unbreak my kernel rule") and makes things even worse under memory pressure. Is there any better solution in sight? Thanks! ** Changed in:

[Touch-packages] [Bug 1413554] Re: OS's partitions never fsck'ed

2015-01-22 Thread Martin Pitt
Automatic fsck has been disabled in the upstream e2fsprogs a while ago (see http://git.whamcloud.com/tools/e2fsprogs.git/commitdiff/3daf592646). So my suspicion is that you have kept your /home partition around for quite a while and that one was still created with an mkfs.ext4 that enabled automati

[Touch-packages] [Bug 1302270] Re: [regression] Poor performance with recent update with i965: libGL error: failed to open drm device: Permission denied

2015-01-22 Thread Martin Pitt
Jamie, Daniel, did you ever get this after the fix in bug 1302264? This is the typical symptom of logind not working, so if you have that situation can you please check for a logind crash /var/crash? ** Changed in: compiz Status: Confirmed => Invalid ** Changed in: unity Status: Con

[Touch-packages] [Bug 1399595] Re: systemd is activating swap twice

2015-01-22 Thread Martin Pitt
This doesn't happen on my system, but this could be a bad interaction between the GPT and the fstab generator. Can you please run the following: mkdir /tmp/fstab; /lib/systemd/system-generators/systemd-fstab-generator /tmp/fstab x x mkdir /tmp/gpt; sudo /lib/systemd/system-generators/systemd-gpt-

[Touch-packages] [Bug 678421] Re: Error message for a faulty ~/.profile script

2015-01-22 Thread Martin Pitt
** Tags removed: verification-done-trusty verification-needed-utopic ** Tags added: verification-done -- 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/678421 Title: Error me

[Touch-packages] [Bug 1399595] Re: systemd is activating swap twice

2015-01-22 Thread Martin Pitt
Tom, ah, sorry about that, I didn't know that the gpt generator also uses the "late" argument (it wasn't here, but then again it doesn't produce anything for me). But indeed it seems to produce a swap unit for you, which explains this bug. Can you please re-do this with mkdir /tmp/gpt; sudo /li

[Touch-packages] [Bug 1413554] Re: OS's partitions never fsck'ed

2015-01-22 Thread Martin Pitt
Thanks for confirming, so this is indeed the case: Your /home has a max mount count of 35, but all other partitions have -1. The config file is /etc/mke2fs.conf, as visible in the commit diff. It was just typo'ed in the commit description. This was a deliberate behaviour change, so I'm closing th

[Touch-packages] [Bug 1404509] Re: [precise, trusty] udev does not automatically load modules with kernel >= 3.11

2015-01-22 Thread Martin Pitt
This also affects 14.04 LTS, although to a slightly lesser degree. In 14.04 we have a patch which does the modprobing for the "cpu" subsystem; but reportedly this also affects drivers of other platforms, so let's just backport that more generic upstream fix to cover all cases. This can potentially

[Touch-packages] [Bug 1404509] Re: [precise, trusty] udev does not automatically load modules with kernel >= 3.11

2015-01-22 Thread Martin Pitt
Trusty SRU uploaded to SRU review queue. ** Changed in: systemd (Ubuntu Trusty) Status: Fix Released => In Progress ** Changed in: systemd (Ubuntu Trusty) Assignee: (unassigned) => Martin Pitt (pitti) -- You received this bug notification because you are a member of Ubuntu

[Touch-packages] [Bug 1404509] Re: [precise, trusty] udev does not automatically load modules with kernel >= 3.11

2015-01-22 Thread Martin Pitt
Precise SRU uploaded to SRU review queue. ** Changed in: udev (Ubuntu Precise) Status: Triaged => In Progress -- 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/1404509

[Touch-packages] [Bug 1399595] Re: systemd is activating swap twice

2015-01-23 Thread Martin Pitt
Thanks for the additional data, that helps a lot. I'll forward this to upstream now. I have an idea how to fix that, but I'd like to discuss it upstream first. > (Until your post yesterday, I've had sda3 commented out.) Was that only in response to that bug? It would be weird if that bug would st

[Touch-packages] [Bug 678421] Re: Error message for a faulty ~/.profile script

2015-01-23 Thread Martin Pitt
Sorry, misunderstanding. I restored the previous tags, which seem to be correct. ** Tags removed: verification-done ** Tags added: verification-done-trusty verification-needed-utopic -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscrib

[Touch-packages] [Bug 1399595] Re: systemd is activating swap twice, through both fstab and gpt generators

2015-01-23 Thread Martin Pitt
Forwarded to http://lists.freedesktop.org/archives/systemd- devel/2015-January/027314.html -- 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/1399595 Title: systemd is activat

[Touch-packages] [Bug 1399595] Re: systemd is activating swap twice, through both fstab and gpt generators

2015-01-23 Thread Martin Pitt
** Bug watch added: Debian Bug tracker #772182 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=772182 ** Also affects: systemd (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=772182 Importance: Unknown Status: Unknown -- You received this bug notification because y

[Touch-packages] [Bug 1413927] Re: lxc_cgmanager_enter: 694 call to cgmanager_move_pid_sync failed: invalid requestUser container fails to start:

2015-01-23 Thread Martin Pitt
The lxcsyslog.txt attachment might be worth a look though, there are several cgmanager errors there. "vivid-systemd" is the name of my system container (standard vivid plus apt install systemd-sysv). -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, w

[Touch-packages] [Bug 1413927] Re: lxc_cgmanager_enter: 694 call to cgmanager_move_pid_sync failed: invalid requestUser container fails to start:

2015-01-23 Thread Martin Pitt
I suppose the user container runs upstart (from the template), as that's still the ubuntu vivid default. But I have a feeling it's not even getting that far; when I start with --logfile /dev/stdout --logpriority debug it all just seems to be early setup: $ lxc-start -n v1 --logfile /dev/stdout --l

[Touch-packages] [Bug 1413927] [NEW] lxc_cgmanager_enter: 694 call to cgmanager_move_pid_sync failed: invalid requestUser container fails to start:

2015-01-23 Thread Martin Pitt
Public bug reported: I wanted to test the new lxc with lxcfs. A system container (with upstart or systemd) works perfectly well now (great!), but user containers regressed: $ lxc-create -n v1 -t download -- -d ubuntu -r vivid -a amd64 $ lxc-start -n v1 -F lxc-start: cgmanager.c: lxc_cgmanager_e

[Touch-packages] [Bug 1411112] Re: systemd-journal: Failed to join audit multicast group: Operation not permitted

2015-01-23 Thread Martin Pitt
I just booted the current devel-proposed, and it works fine there: $ snappy versions Part Tag Installed Available Fingerprint Active ubuntu-core edge 251- 718fc709559b0b * I also tried this with rev 219: sudo ubuntu-device-flash --verbose --revision=2

[Touch-packages] [Bug 1411112] Re: systemd-journal: Failed to join audit multicast group: Operation not permitted

2015-01-23 Thread Martin Pitt
I installed 211 with sudo ubuntu-device-flash --verbose --revision=211 core --output=/tmp/snappy211.img --developer-mode --channel=ubuntu-core /devel-proposed booted it, then run "snappy update". There doesn't seem to be a parameter to specify the version, so I can't upgrade to 219; it starts

[Touch-packages] [Bug 1411112] Re: systemd-journal: Failed to join audit multicast group: Operation not permitted

2015-01-23 Thread Martin Pitt
I'm running the complete image on tmpfs so it shoudl be lightning fast. Michael says that the upgrader has crashed, so I can't test an upgrade from 211 to 251. Does it happen to work for you? Did you still see this on current images? If so, do you get any apparmor violations or similar? ** Changed

[Touch-packages] [Bug 1411112] Re: systemd-journal: Failed to join audit multicast group: Operation not permitted

2015-01-23 Thread Martin Pitt
I filed the upgrade hang as bug 1414009. -- 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/142 Title: systemd-journal: Failed to join audit multicast group: Operation not

[Touch-packages] [Bug 1413927] Re: lxc_cgmanager_enter: 694 call to cgmanager_move_pid_sync failed: invalid requestUser container fails to start:

2015-01-23 Thread Martin Pitt
$ cat /proc/self/cgroup 10:blkio:/user.slice/user-1000.slice/session-c2.scope 9:memory:/user.slice/user-1000.slice/session-c2.scope 8:freezer:/user.slice/user-1000.slice/session-c2.scope 7:cpu,cpuacct:/user.slice/user-1000.slice/session-c2.scope 6:net_cls,net_prio:/user.slice/user-1000.slice/sessi

[Touch-packages] [Bug 1153671] Re: Port to python3-launchpadlib

2015-01-23 Thread Martin Pitt
Current blockers: bug 1414055, bug 1414063, bug 1414075 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apport in Ubuntu. https://bugs.launchpad.net/bugs/1153671 Title: Port to python3-launchpadlib Status in apport package

[Touch-packages] [Bug 1413927] Re: login name=systemd cgroup is not owned by user

2015-01-25 Thread Martin Pitt
t seem to be necessary, neither for upstart nor systemd containers. ** Changed in: systemd (Ubuntu) Assignee: (unassigned) => Martin Pitt (pitti) ** Description changed: When a user logs in, systemd-logind should create cgroups for the user, with the directory (i.e. /user.slice/user-

[Touch-packages] [Bug 1413927] Re: user lxc containers fail to start: login name=systemd cgroup is not owned by user

2015-01-25 Thread Martin Pitt
** Summary changed: - login name=systemd cgroup is not owned by user + user lxc containers fail to start: login name=systemd cgroup is not owned by user ** Summary changed: - user lxc containers fail to start: login name=systemd cgroup is not owned by user + user lxc containers fail to start u

Re: [Touch-packages] [Bug 1413927] Re: user lxc containers fail to start under systemd: login name=systemd cgroup is not owned by user

2015-01-25 Thread Martin Pitt
Stéphane Graber [2015-01-25 17:15 -]: > How are we supposed to run a systemd container on such a system then? > > systemd in a container will need to create sub-entries in the > name=systemd controller. Yes, that works fine, as the cgroup *directories* are owned by the user. I just don't want

[Touch-packages] [Bug 1413927] Re: user lxc containers fail to start under systemd: login name=systemd cgroup is not owned by user

2015-01-26 Thread Martin Pitt
** Changed in: systemd (Ubuntu) Status: In Progress => 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/1413927 Title: user lxc containers fail to start

[Touch-packages] [Bug 1414544] Re: Machine never boots, stuck at network bringup

2015-01-26 Thread Martin Pitt
Ah, after a reboot the route now looks cleaner: default via 10.0.2.2 dev bond0 10.0.2.0/24 dev bond0 proto kernel scope link src 10.0.2.16 and outgoing connections now work. Incoming connections through QEMU port forwarding is still hanging though, i. e. I can't ssh into the VM.. -- You receive

[Touch-packages] [Bug 1414544] Re: Machine never boots, stuck at network bringup

2015-01-26 Thread Martin Pitt
I'm trying to reproduce this in a VM with two ethernet cards (-net user -net nic,model=virtio -net nic,model=virtio). Like that it fails with $ sudo ifup -a Cannot find device "bond0" Failed to bring up bond0. I tried to install ifenslave, is that the package you are using/have installed too? Wit

[Touch-packages] [Bug 1414544] Re: Machine never boots, stuck at network bringup

2015-01-26 Thread Martin Pitt
I can reproduce the hang with booting systemd. ** Changed in: systemd (Ubuntu) Importance: Undecided => High ** Changed in: systemd (Ubuntu) Status: New => Triaged ** Changed in: systemd (Ubuntu) Assignee: (unassigned) => Martin Pitt (pitti) ** Tags added: sys

[Touch-packages] [Bug 1414544] Re: Booting stuck at network bringup with bond interfaces

2015-01-26 Thread Martin Pitt
Indeed under systemd I see that /etc/init.d/networking is hanging at "waiting for bond master bond0 to be ready". -- 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/1414544 Titl

[Touch-packages] [Bug 1414544] Re: Booting stuck at network bringup with bond interfaces

2015-01-26 Thread Martin Pitt
Ah, -redir only redirects to the first DHCP address (10.0.2.15). So the trick with QEMU is to set up two redirections: kvm -m 2048 -snapshot -drive file=/srv/vm/adt-vivid- amd64-cloud.img,if=virtio -net user,hostfwd=::22000-:22,hostfwd=::22001-10.0.2.16:22 -net nic,model=virtio -net nic,model=virt

[Touch-packages] [Bug 1414544] Re: Booting stuck at network bringup with bond interfaces

2015-01-26 Thread Martin Pitt
Fixed in http://anonscm.debian.org/cgit/pkg- systemd/systemd.git/commit/?h=experimental&id=355bf7059 ** 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 syst

[Touch-packages] [Bug 1411992] Re: shows confusing warning: "Network interface NamePolicy= disabled on kernel command line, ignoring"

2015-01-26 Thread Martin Pitt
** Changed in: systemd (Ubuntu) Status: Triaged => Fix Committed ** Changed in: systemd (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

[Touch-packages] [Bug 1411972] Re: systemd service blocks upgrade on desktop

2015-01-26 Thread Martin Pitt
I recommend to call dh_installinit with --no-start. This won't harm the phone or the boot, but will prevent this failure when you try to install the package on a machine without android. Note that on a desktop with upstart it seems to work: Setting up powerd (0.16+15.04.20150120-0ubuntu1) ... powe

[Touch-packages] [Bug 1350947] Re: apparmor: no working rule to allow making a mount private

2015-01-26 Thread Martin Pitt
This fix is contained in the latest lxc in vivid now. ** Changed in: lxc (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to lxc in Ubuntu. https://bugs.launchpad.net/bugs/135

[Touch-packages] [Bug 1347020] Re: systemd does not boot in a container

2015-01-26 Thread Martin Pitt
With latest lxc and lxcfs this works now, both system and session containers with systemd, with systemd on the host. ** Changed in: lxc (Ubuntu) Status: Triaged => Fix Released ** Changed in: lxc (Ubuntu Trusty) Assignee: (unassigned) => Stéphane Graber (stgraber) -- You received th

[Touch-packages] [Bug 1316796] Re: systemd-fsck lacks integration for fsck progress output to plymouth, the way mountall handled it

2015-01-26 Thread Martin Pitt
** Changed in: systemd (Ubuntu) Status: Confirmed => In Progress ** Changed in: systemd (Ubuntu) Importance: Undecided => Medium ** Changed in: systemd (Ubuntu) Milestone: None => ubuntu-15.02 -- You received this bug notification because you are a member of Ubuntu Touch seeded pa

Re: [Touch-packages] [Bug 1359439] Re: [ 7.287663] systemd-logind[1057]: Failed to start unit user@126.service: Unknown unit: user@126.service

2015-01-26 Thread Martin Pitt
Mauricio Faria de Oliveira [2015-01-26 18:44 -]: > Would you have any update on the process of resolving this (maybe someone/I > can help?) Sure, anyone who wants to look into this is welcome of course. It just turned out to be much less trivial than I originally thought. > or its severity (

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