[Bug 1435428] Re: disconnecting qemu-nbd leaves device node behind

2015-04-03 Thread Jason Gerard DeRose
Martin, After a lot more testing, both synthetic and normally using my day-to- day tools, I haven't been able to reproduce the disconnect problem, so I'm writing that off as a fluke or as some silly error on my part. As far as I can tell, the original qemu-nbd mounting bug has been solidly

[Bug 1435428] Re: vivid: systemd breaks qemu-nbd mounting

2015-03-25 Thread Jason Gerard DeRose
@didrocks - yup, it's working now! Thank you! -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu. https://bugs.launchpad.net/bugs/1435428 Title: vivid: systemd breaks qemu-nbd mounting To manage notifications about this

[Bug 1435428] Re: vivid: systemd breaks qemu-nbd mounting

2015-03-25 Thread Jason Gerard DeRose
Hmm, and one more thing: qemu-nbd --disconnect (at least sometimes) doesn't seem to be working when booting with systemd: $ ls /dev/nbd0* /dev/nbd0 /dev/nbd0p1 /dev/nbd0p2 /dev/nbd0p5 $ sudo qemu-nbd --disconnect /dev/nbd0 /dev/nbd0 disconnected $ echo $? 0 $ ls /dev/nbd0* /dev/nbd0

[Bug 1435428] Re: vivid: systemd breaks qemu-nbd mounting

2015-03-25 Thread Jason Gerard DeRose
Hmmm, there may still be an issue, as I didn't encounter this yesterday when doing my task multiple times after booting with Upstart. I'm mounting these qcow2 disk images in order to export a tarball of the filesystem. First three tarballs exported swimmingly, but the fourth time it seemed to

[Bug 1435428] Re: vivid: systemd breaks qemu-nbd mounting

2015-03-25 Thread Jason Gerard DeRose
Hmm, maybe something else was going on. In an isolated test script, I haven't reproduced the disconnect problem again yet. I attached the script I'm using in case anyone else what's to give it ago. ** Attachment added: qemu-nbd-test.py

[Bug 1435428] Re: vivid: systemd breaks qemu-nbd mounting

2015-03-24 Thread Jason Gerard DeRose
** Summary changed: - vivid: mounting with qemu-nbd fails + vivid: systemd breaks qemu-nbd mounting ** Description changed: On Trusty and Utopic, this works: $ sudo modprobe nbd $ sudo qemu-nbd --snapshot -c /dev/nbd0 my.qcow2 $ sudo mount /dev/nbd0p1 /mnt $ sudo umount /mnt

[Bug 1435428] [NEW] vivid: mounting with qemu-nbd fails

2015-03-23 Thread Jason Gerard DeRose
Public bug reported: On Trusty and Utopic, this works: $ sudo modprobe nbd $ sudo qemu-nbd --snapshot -c /dev/nbd0 my.qcow2 $ sudo mount /dev/nbd0p1 /mnt $ sudo umount /mnt But on Vivid, even though the mount command exists with 0, something goes awry and the mount point gets unmounted

[Bug 1435428] Re: vivid: mounting with qemu-nbd fails

2015-03-23 Thread Jason Gerard DeRose
** Description changed: On Trusty and Utopic, this works: $ sudo modprobe nbd $ sudo qemu-nbd --snapshot -c /dev/nbd0 my.qcow2 $ sudo mount /dev/nbd0p1 /mnt $ sudo umount /mnt - But on Vivid, even though the mount command exists with 0, something - goes awry and the mount point

[Bug 1429938] Re: stopping ssh.service closes existing ssh connections

2015-03-11 Thread Jason Gerard DeRose
Hmm, now I'm thinking this has nothing to do with openssh-server. I think the problem is actually that when I run this over SSH: # shutdown -h now My ssh client exists with status 255... whereas running the same thing prior to the flip-over to systemd would exit with status 0. -- You received

[Bug 1429938] Re: stopping ssh.service closes existing ssh connections

2015-03-11 Thread Jason Gerard DeRose
So interestingly, this isn't happening when I just type these commands into an SSH session. But if you create a script like this in say /tmp/test.sh: #!/bin/bash apt-get -y purge openssh-server ssh-import-id apt-get -y autoremove shutdown -h now And then execute this through an ssh call like

[Bug 1429938] Re: stopping ssh.service closes existing ssh connections

2015-03-11 Thread Jason Gerard DeRose
Also, on Vivid there will be this error: Connection to localhost closed by remote host. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openssh in Ubuntu. https://bugs.launchpad.net/bugs/1429938 Title: stopping ssh.service closes

[Bug 1429938] Re: stopping ssh.service closes existing ssh connections

2015-03-11 Thread Jason Gerard DeRose
Same problem when running `reboot`, which I'd say is even more important for automation. Port 2204 is forwarding to a qemu VM running Utopic, port 2207 is running Vivid: jderose@jgd-kudp1:~$ ssh root@localhost -p 2204 reboot jderose@jgd-kudp1:~$ echo $? 0 jderose@jgd-kudp1:~$ ssh root@localhost

[Bug 1429938] Re: stopping ssh.service closes existing ssh connections

2015-03-11 Thread Jason Gerard DeRose
Okay, here's a simple way to reproduce: $ ssh root@whatever shutdown -h now $ echo $? On Vivid, the exist status from the ssh client will be 255. On Trusty and Utopic it will be 0. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to

[Bug 1429938] [NEW] systemd changes behavior of apt-get remove openssh-server

2015-03-09 Thread Jason Gerard DeRose
Public bug reported: On Trusty and Utopic, when you run `apt-get remove openssh-server` over an SSH connection, your existing SSH connection remains open, so it's possible to run additional commands afterward. However, on Vivid now that the switch to systemd has been made, `apt- get remove

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

2015-03-09 Thread Jason Gerard DeRose
Being able to run a script like this over SSH: apt-get -y remove openssh-server shutdown -h now Can be extremely useful in automation tooling, but the switch to systemd breaks this: https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1429938 -- You received this bug notification because

[Bug 1429938] Re: systemd changes behavior of apt-get remove openssh-server

2015-03-09 Thread Jason Gerard DeRose
Also, just to clarify, this is definitely a change (or in my mind regression) introduced by systemd. Yesterday, the System76 image master tool worked fine and dandy with an up-to-date Vivid VM, as it has throughout the rest of the previous Vivid dev cycle. Today things broke. -- You received

[Bug 1313550] Re: ping does not work as a normal user on trusty tarball cloud images.

2014-05-08 Thread Jason Gerard DeRose
This also affects the `gnome-keyring` package. The System76 imaging system (Tribble) uses a tar-based approach similar to the MAAS fast-path installer, and we've had to add a work-around for /usr/bin/gnome- keyring-daemon on our desktop images: $ getcap /usr/bin/gnome-keyring-daemon

[Bug 1313550] Re: ping does not work as a normal user on trusty tarball cloud images.

2014-05-08 Thread Jason Gerard DeRose
Stéphane, Gotcha, thanks for the feedback! So am I correct in thinking that the --xattrs option is currently broken in tar on 14.04? If so, is there any chance this could be fixed in an SRU? -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 1313550] Re: ping does not work as a normal user on trusty tarball cloud images.

2014-05-08 Thread Jason Gerard DeRose
Clint, Ah, thanks for bringing up --xattrs-include=*, I didn't notice this option! I agree this is really a bug/misfeature in tar... if I use --xattrs both when creating and unpacking a tarball, I expect it to just work. -- You received this bug notification because you are a member of Ubuntu

[Bug 623144] Re: chkutmp assert failure: *** stack smashing detected ***: ./chkutmp terminated

2012-02-28 Thread Gerard Petersen
+1 Intell 2.6.32-33-generic #72-Ubuntu SMP Ubuntu 10.04.4 LTS /etc/cron.daily/chkrootkit: *** stack smashing detected ***: ./chkutmp terminated === Backtrace: = /lib/tls/i686/cmov/libc.so.6(__fortify_fail+0x50)[0x1f2390] /lib/tls/i686/cmov/libc.so.6(+0xe233a)[0x1f233a]

[Bug 563973] Re: vsftpd fails to start on boot when using pasv_addr_resolve

2010-05-15 Thread Gerard van Dorst
Problem still exists vsftpd: version 2.2.2 May 16 00:15:01 vps3532 init: vsftpd main process ended, respawning May 16 00:15:01 vps3532 init: vsftpd main process (11238) terminated with status 1 May 16 00:15:01 vps3532 init: vsftpd main process ended, respawning May 16 00:15:01 vps3532 init:

[Bug 394365] [NEW] package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10.2 failed to install/upgrade: le sous-processus post-installation script a retourn? une erreur de sortie d'?tat 1

2009-07-01 Thread gerard augustine
Public bug reported: boot process fail ProblemType: Package Architecture: i386 DistroRelease: Ubuntu 9.04 ErrorMessage: le sous-processus post-installation script a retourné une erreur de sortie d'état 1 NonfreeKernelModules: nvidia Package: mysql-server-5.0 5.1.30really5.0.75-0ubuntu10.2

[Bug 394365] Re: package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10.2 failed to install/upgrade: le sous-processus post-installation script a retourn? une erreur de sortie d'?tat 1

2009-07-01 Thread gerard augustine
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/28601273/Dependencies.txt ** Attachment added: DpkgTerminalLog.gz http://launchpadlibrarian.net/28601274/DpkgTerminalLog.gz -- package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10.2 failed to install/upgrade: le

[Bug 282298] Re: [SRU] Intrepid: No Access to NAS (samba=2.2.x) shares any more

2008-11-19 Thread Gerard
http://launchpadlibrarian.net/19559308/libsmbclient_3.2.3-1ubuntu3_i386.deb worked for me too, thanks. -- [SRU] Intrepid: No Access to NAS (samba=2.2.x) shares any more https://bugs.launchpad.net/bugs/282298 You received this bug notification because you are a member of Ubuntu Server Team, which

[Bug 185729] Re: nautilus is unable to copy folders from samba

2008-05-18 Thread Gerard
Sorry guys - I have to me too on this one. I have a similar setup using a D-Link NAS. Gutsy was working fine, Hardy is no good. What I did notice was in ~/.gvfs the volume exists and I can copy etc from there ok. it is only through the normal file management that I get the same result as

[Bug 222234] Re: Hardy Heron: samba has quit unexpectedly

2008-04-27 Thread gerard
Hello Yes I've got an entry which says, when I pass the mouse over it, create, modify and erase samba shares. see screenshot below In French: créer, modifier et supprimer les partages samba ** Attachment added: samba entry in admin menu