[Bug 1287339] Re: Using "ipsec start|stop|restart" confuses upstart/systemd

2018-08-01 Thread Andreas Hasenack
** Changed in: strongswan (Ubuntu) Importance: High => Low -- You received this bug notification because you are a member of Ubuntu Server, which is subscribed to strongswan in Ubuntu. https://bugs.launchpad.net/bugs/1287339 Title: Using "ipsec start|stop|restart" confuses upstart/systemd

[Bug 1784191] Re: smartd sends mail before network is up on boot

2018-08-01 Thread Andreas Hasenack
Thanks for filing this bug in Ubuntu. smartd won't always require networking, so making such a change distribution-wide is probably not the best solution. You adapted well to your local configuration settings, and I'm glad it worked. Other MTAs probably would have handled this better I suspect,

[Bug 1783325] Re: Rabbitmq-server times out during server startup

2018-08-01 Thread Andreas Hasenack
Maybe post the output of these commands when run on a system that was rebooted and where rabbit failed to start: sudo systemd-analyze blame and sudo systemd-analyze critical-chain Maybe the resolver or network wasn't ready when rabbit tried to start. -- You received this bug notification

[Bug 1665695] Re: OpenSSH PKCS#11 interface does not support ECC.

2018-08-01 Thread Andreas Hasenack
I doubt the patch will be added to a linux distribution before it's applied upstream, since it's of a very security sensitive nature. I linked the upstream bug report to this launchpad ticket, though, so we should get notice when it's closed there. ** Bug watch added: OpenSSH Portable Bugzilla

[Bug 1783106] Re: package mysql-hostname-5.7 (not installed) failed to install/upgrade: installed mysql-hostname-5.7 package post-installation script subprocess returned error exit status 1

2018-08-01 Thread Andreas Hasenack
The dmesg output is full with these: [ 9163.715239] audit: type=1400 audit(1532331617.751:43): apparmor="DENIED" operation="mknod" profile="/usr/sbin/mysqld" name="/opt/stack/mysql/server.lower-test" pid=3528 comm="mysqld" requested_mask="c" denied_mask="c" fsuid=0 ouid=0 Ubuntu mysql won't

[Bug 1784466] Re: alternative path mysql.cnf doesn't exist

2018-08-01 Thread Andreas Hasenack
I'm seeing a lot of errors in the mysql package that are about files and directories in /etc missing. I don't know what people are doing, if they are following some broken tutorial out there, or if there is some unknown scenario where mysql configuration files are being deleted from /etc. It

[Bug 1658233] Re: missing apparmor rules

2018-08-01 Thread Andreas Hasenack
@afunix, was this a fresh xenial 16.04.5 install, or an upgrade from a previous release? Can you list the mysql and apparmor packages you have installed? -- You received this bug notification because you are a member of Ubuntu Server, which is subscribed to mysql-5.7 in Ubuntu. Matching

[Bug 1784361] Re: package mysql-server-5.7 5.7.22-0ubuntu18.04.1 failed to install/upgrade: Unterprozess installed mysql-server-5.7 package post-installation script gab den Fehler-Ausgangsstatus 1 zur

2018-08-01 Thread Andreas Hasenack
Thanks for filing this bug in Ubuntu. This is the error reported in the logs: ERROR: Unable to start MySQL server: mysqld: Can't read dir of '/etc/mysql/conf.d/' (Errcode: 2 - No such file or directory) Do you recall what actions you took with mysql that would erase its configuration directory?

[Bug 1783931] Re: Post ubuntu installation with LAMP default databases are not being created

2018-08-01 Thread Andreas Hasenack
This is the current test: http://iso.qa.ubuntu.com/qatracker/milestones/390/builds/177932/testcases/1404/results -- You received this bug notification because you are a member of Ubuntu Server, which is subscribed to mysql-5.7 in Ubuntu. Matching subscriptions: main

[Bug 1783931] Re: Post ubuntu installation with LAMP default databases are not being created

2018-08-01 Thread Andreas Hasenack
This is comparing the new output to the one from the test: https://pastebin.ubuntu.com/p/r4Ts5RwJj6/ The "test" database is gone, and there is a new "sys" db. The list of users is different too. @racb, is it ok to update the test case with the new output, or is something indeed wrong? -- You

[Bug 1784193] Re: clamav-daemon fails to start

2018-08-01 Thread Andreas Hasenack
*** This bug is a duplicate of bug 1783897 *** https://bugs.launchpad.net/bugs/1783897 > I picked all the default values until it started looping between the two > dialog boxes > shown at the top of my attachment. That is indeed a bug, and it was filed recently:

[Bug 1784336] Re: Apache Reload Crash with slotmem-shm

2018-08-01 Thread Andreas Hasenack
It could be https://bz.apache.org/bugzilla/show_bug.cgi?id=62044. That patch (https://bz.apache.org/bugzilla/attachment.cgi?id=35723) is quite big (~30kbytes), but applies cleanly to the bionic package. ** Bug watch added: bz.apache.org/bugzilla/ #62044