[Bug 1723350] Re: sssd offline on boot, stays offline forever

2018-09-10 Thread Andreas Hasenack
Sorry, "fix released" is for the current development of Ubuntu which is 18.10. I'll add a task for bionic, and remove the artful one. ** Also affects: sssd (Ubuntu Bionic) Importance: Undecided Status: New ** Changed in: sssd (Ubuntu Artful) Status: Triaged => Won't Fix -- You

[Bug 1791139] Re: postfix-mysql package upgrade results in server configuration error

2018-09-10 Thread Andreas Hasenack
** Merge proposal linked: https://code.launchpad.net/~kstenerud/ubuntu/+source/postfix/+git/postfix/+merge/354654 -- You received this bug notification because you are a member of Ubuntu Server, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/1791139 Title:

[Bug 1787739] Re: postfix name lookup failed after dist-upgrade (Aug-2018)

2018-09-10 Thread Andreas Hasenack
** Changed in: bind9 (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Server, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/1787739 Title: postfix name lookup failed after dist-upgrade (Aug-2018) To

[Bug 1755189] Re: squid3 helper basic_pop3_auth crashes

2018-09-10 Thread Andreas Hasenack
PR: https://github.com/squid-cache/squid/pull/284 -- You received this bug notification because you are a member of Ubuntu Server, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/1755189 Title: squid3 helper basic_pop3_auth crashes To manage notifications about this

[Bug 1755189] Re: squid3 helper basic_pop3_auth crashes

2018-09-10 Thread Andreas Hasenack
Still valid. ** Tags added: bitesize -- You received this bug notification because you are a member of Ubuntu Server, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/1755189 Title: squid3 helper basic_pop3_auth crashes To manage notifications about this bug go to:

[Bug 1790732] Re: killall unable to find privileged processes

2018-09-10 Thread Andreas Hasenack
** Changed in: psmisc (Ubuntu) Status: Incomplete => Triaged ** Changed in: psmisc (Ubuntu) Importance: Undecided => Low -- You received this bug notification because you are a member of Ubuntu Server, which is subscribed to psmisc in Ubuntu. https://bugs.launchpad.net/bugs/1790732

[Bug 1753329] Re: deprecate and stop packaging?

2018-09-10 Thread Andreas Hasenack
I added it to the sprint topics again -- You received this bug notification because you are a member of Ubuntu Server, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/1753329 Title: deprecate and stop packaging? To manage notifications about this bug go to:

[Bug 1789097] Re: winbind does not work after reboot on Mint 19 / Ubuntu 18.04

2018-09-10 Thread Andreas Hasenack
Sure. Let's see what upstream comes up with after the last round of comments there. If it's a patch that can be backported to the bionic version, we might go that route. If not, then adding the network-online target it is. -- You received this bug notification because you are a member of Ubuntu

[Bug 1791403] Re: postfix 3.3.0 unable to create missing queue directories

2018-09-10 Thread Andreas Hasenack
Can you try: "sudo apt install --reinstall postfix"? -- You received this bug notification because you are a member of Ubuntu Server, which is subscribed to postfix in Ubuntu. https://bugs.launchpad.net/bugs/1791403 Title: postfix 3.3.0 unable to create missing queue directories To manage

[Bug 1791139] Re: postfix-mysql package upgrade results in server configuration error

2018-09-10 Thread Andreas Hasenack
That construct from the broken "if" statement is used everywhere indeed: $ grep -E "\(postconf \|grep" debian/*.postinst debian/postfix-cdb.postinst: if [ $(postconf |grep alias_database | awk '{print $3}'|awk -F \: \ debian/postfix-ldap.postinst: if [ $(postconf |grep alias_database

[Bug 1791403] Re: postfix 3.3.0 unable to create missing queue directories

2018-09-10 Thread Andreas Hasenack
Thanks for filing this bug in Ubuntu. Unfortunately this report lacks enough information to diagnose the issue. For example, I just installed postfix on a fresh bionic system, and all looks fine: root@bionic-postfix:~# apt-cache policy postfix postfix: Installed: 3.3.0-1ubuntu0.1 Candidate:

[Bug 1791536] Re: package mysql-server-5.7 5.7.23-0ubuntu0.18.04.1 failed to install/upgrade: installed mysql-server-5.7 package post-installation script subprocess returned error exit status 1

2018-09-10 Thread Andreas Hasenack
Thanks for filing this bug in Ubuntu. The logs show that mysql failed to start because it's missing its configuration directory: ERROR: Unable to start MySQL server: mysqld: Can't read dir of '/etc/mysql/conf.d/' (Errcode: 2 - No such file or directory) mysqld: [ERROR] Fatal error in defaults

[Bug 1791018] Re: self-test errors do not break the build

2018-09-10 Thread Andreas Hasenack
** Changed in: mysql-5.7 (Ubuntu) Status: New => Triaged ** Changed in: mysql-5.7 (Ubuntu) Importance: Undecided => Low -- 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 1790783] Re: xinetd has wrong locale

2018-09-10 Thread Andreas Hasenack
Can't it also be that the client connecting to xinetd is supplying its own locale settings? ssh does this by default, to cite one example. ** Changed in: xinetd (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Server, which is

[Bug 1791097] Re: package amavisd-new 1:2.10.1-2ubuntu1 failed to install/upgrade: il sottoprocesso installato script di post-installation ha restituito lo stato di errore 1

2018-09-10 Thread Andreas Hasenack
** Changed in: amavisd-new (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Server, which is subscribed to amavisd-new in Ubuntu. https://bugs.launchpad.net/bugs/1791097 Title: package amavisd-new 1:2.10.1-2ubuntu1 failed to

[Bug 1789097] Re: winbind does not work after reboot on Mint 19 / Ubuntu 18.04

2018-09-10 Thread Andreas Hasenack
As a workaround, could you try creating this file: /usr/lib/networkd- dispatcher/routable.d/10-winbind with these contents: #!/bin/sh pid=$(systemctl show winbind -p MainPID --value) if [ "$pid" -ne "0" ]; then kill -HUP $pid fi Then make it executable: sudo chmod +x

[Bug 1651660] Re: package python-samba 2:4.3.11+dfsg-0ubuntu0.16.04.1 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2018-09-10 Thread Andreas Hasenack
Hi Kim, sorry for being unclear. I meant for people affected by this bug to try to run this command, which is what the package does in its post installation procedure: pycompile -p python-samba On a clean xenial install, that does not fail. If it fails for someone, it means a non-standard

[Bug 1791538] Re: The Samba 'panic action' script, /usr/share/samba/panic-action, was called for PID 4795 (/usr/sbin/smbd).

2018-09-10 Thread Andreas Hasenack
Thanks for filing this bug in Ubuntu. Unfortunately there is a lot of missing information from this report, like which ubuntu release, or package version. This can all be easily attached to the report by running this command from the machine where the crash occurred: sudo apport-collect -p

[Bug 1791338] Re: host command fails for undefined symbol

2018-09-10 Thread Andreas Hasenack
libGeoIP.so.1 => /usr/local/lib/libGeoIP.so.1 (0x7fd8b060c000) That looks like you have a local installation of the geoip library (the "/local/" directory path). Could you investigate that please? On a fresh 18.04 I have: # ldd /usr/lib/x86_64-linux-gnu/libdns.so.1100|grep Geo

[Bug 1780944] Re: Please provide Squid-4

2018-09-10 Thread Andreas Hasenack
I tried. ** Changed in: squid (Ubuntu) Assignee: Andreas Hasenack (ahasenack) => (unassigned) ** Changed in: squid (Ubuntu) Status: In Progress => New ** Changed in: squid3 (Ubuntu) Status: Confirmed => New -- You received this bug notification because you are a member of

[Bug 1790971] Re: package samba 2:4.7.6+dfsg~ubuntu-0ubuntu2.2 failed to install/upgrade: installed samba package post-installation script subprocess returned error exit status 1

2018-09-10 Thread Andreas Hasenack
Thanks for getting back to us. Regarding your windows connectivity issues, maybe they are using the deprecated SMB1 protocol version, which was disabled by default in newer samba releases. ** Changed in: samba (Ubuntu) Status: Incomplete => Invalid -- You received this bug notification