[Bug 1690684] Re: samba panic

2017-09-20 Thread Andreas Hasenack
Ok, your eth0 network interface is controlled by network manager then. This means that it only becomes available after you login on your Ubuntu desktop, and that's why samba is failing: the network interface you told it to use is not available when samba starts. You have some options: a) do not

[Bug 1584629] Re: Failed to start LSB: Load O2CB cluster services at system boot.

2017-09-20 Thread Andreas Hasenack
The development seems to be happening here: https://github.com/markfasheh/ocfs2-tools Might be worth filing a bug there: https://github.com/markfasheh/ocfs2-tools/issues -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to the bug report.

[Bug 1690684] Re: samba panic

2017-09-20 Thread Andreas Hasenack
> Now when I reboot I get the panic email. Is it possible that eth0 is not up when samba starts? How is eth0 brought up, is it via network manager in the GUI, or via /etc/network/interfaces? Could you paste the contents of /etc/network/interfaces here please? -- You received this bug

[Bug 1717833] Re: package mysql-server-5.7 5.7.19-0ubuntu0.16.04.1 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2017-09-20 Thread Andreas Hasenack
Thanks for filing this bug in Ubuntu. The server is failing to start because a configuration directory is missing: mysqld: Can't read dir of '/etc/mysql/conf.d/' (Errcode: 2 - No such file or directory) Could you please show the output of these commands: sudo ls -la /etc/mysql

[Bug 1708665] Re: prerotate.sh fails due to no shell for www-data user

2017-09-20 Thread Andreas Hasenack
Very much related: https://bugs.debian.org/cgi- bin/bugreport.cgi?bug=858461 ** Changed in: awstats (Ubuntu) Status: Confirmed => Triaged ** Bug watch added: Debian Bug tracker #858461 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=858461 -- You received this bug notification

[Bug 1708665] Re: prerotate.sh fails due to no shell for www-data user

2017-09-20 Thread Andreas Hasenack
I'd suggest /bin/sh, as that is the shell in the shebang line of the script. ** Changed in: awstats (Ubuntu) Importance: Undecided => Low ** Tags added: bitesize server-next -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to awstats

[Bug 1718503] Re: package liblwres141:amd64 1:9.10.3.dfsg.P4-10.1ubuntu5.2 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configurat

2017-09-20 Thread Andreas Hasenack
Thanks for filing this bug in Ubuntu. Please try the following commands to see if they fix your problem: sudo apt update sudo apt install --reinstall liblwres141:amd64 Then try: sudo apt -f install to see if there is anything left to fix. Thanks! ** Changed in: bind9 (Ubuntu) Status:

[Bug 1718045] Re: package clamav-daemon 0.99.2+dfsg-0ubuntu0.16.04.1 failed to install/upgrade: subprocess new pre-removal script returned error exit status 5

2017-09-20 Thread Andreas Hasenack
Thanks for filing this bug in Ubuntu. There is something going on with your clamav-socket systemd unit it seems: Preparing to unpack .../clamav-daemon_0.99.2+dfsg-0ubuntu0.16.04.2_amd64.deb ... Failed to stop clamav-daemon.socket: Unit clamav-daemon.socket not loaded. dpkg: warning: subprocess

[Bug 1574911] Re: my_make_scrambled_password() is not a replacement for make_scrambled_password()

2017-09-20 Thread Andreas Hasenack
I have a branch with a patch for xenial, but I'm afraid the pam-mysql source package is very much broken there. The build process de-applies the patches, then builds the binaries, then applies the patches, and finishes. Not even the two existing patches are applied in that package, much less my

[Bug 1718133] Re: Live block migration in Pike fails due to qemu-img

2017-09-20 Thread James Page
** Patch added: "qemu-2.10-compat.patch" https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1718133/+attachment/4953631/+files/qemu-2.10-compat.patch -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu.

[Bug 1718295] Re: Unexpected exception in API method: MigrationError_Remote: Migration error: Disk info file is invalid: qemu-img failed to execute - Failed to get shared "write" lock\nIs another proc

2017-09-20 Thread James Page
Setting Nova bug task back to 'New' as I think we do need to accommodate this behavioural change in qemu. -- 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/1718295 Title: Live migration

[Bug 1718295] Re: Unexpected exception in API method: MigrationError_Remote: Migration error: Disk info file is invalid: qemu-img failed to execute - Failed to get shared "write" lock\nIs another proc

2017-09-20 Thread James Page
Distro patch to unblock Ubuntu Pike UCA and Artful (needs conditional check for general consumption). ** Patch added: "qemu-2.10-compat.patch" https://bugs.launchpad.net/nova/+bug/1718295/+attachment/4953632/+files/qemu-2.10-compat.patch ** Changed in: nova Status: Invalid => New --

[Bug 1718133] Re: Live block migration in Pike fails due to qemu-img

2017-09-20 Thread James Page
** Changed in: nova (Ubuntu Artful) Status: Triaged => In Progress ** Changed in: nova (Ubuntu Artful) Assignee: (unassigned) => James Page (james-page) ** Changed in: cloud-archive/pike Status: Triaged => In Progress ** Changed in: cloud-archive/pike Assignee:

[Bug 1718133] Re: Live block migration in Pike fails due to qemu-img

2017-09-20 Thread James Page
I've uploaded test packages to: https://launchpad.net/~james-page/+archive/ubuntu/pike The patch this includes will only work with qemu 2.10 as found in artful and the Pike UCA; will need todo a larger patch for submission to Nova to deal with multiple versions. -- You received this bug

[Bug 1718133] Re: Live block migration in Pike fails due to qemu-img

2017-09-20 Thread James Page
Nova/devstack bug 1718295 -- 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/1718133 Title: Live block migration in Pike fails due to qemu-img To manage notifications about this bug go

[Bug 1718133] Re: Live block migration in Pike fails due to qemu-img

2017-09-20 Thread James Page
Marking qemu task as invalid - this is really a new feature that nova needs to deal with. ** Also affects: cloud-archive Importance: Undecided Status: New ** Also affects: cloud-archive/pike Importance: Undecided Status: New ** Changed in: nova (Ubuntu) Importance:

[Bug 1718133] Re: Live block migration in Pike fails due to qemu-img

2017-09-20 Thread James Page
Pike UCA is in sync with Artful versions; I'm working to reproduce so we can debug further. -- 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/1718133 Title: Live block migration in Pike

[Bug 1718133] Re: Live block migration in Pike fails due to qemu-img

2017-09-20 Thread James Page
** Also affects: qemu (Ubuntu) Importance: Undecided Status: New -- 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/1718133 Title: Live block migration in Pike fails due to