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

2021-04-18 Thread Noel McLoughlin
The following 'worked for me' on CentOS verion 8. $ cat /etc/systemd/system/rabbitmq-server/limits.conf [Service] LimitNOFILE=65536 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1783325 Title:

Re: [Bug 1818431] Re: Winbind failing to start leads to postinst erroring out

2019-03-20 Thread Noel McLoughlin
Hi Andreas and Robie, Thank you for thoroughly evaluating and investigating this ticket. We both accept that situations arise when a service cannot start after package install/upgrade. For kernel-space service I think the maintainer script should poll and abort in that case. For user-space

Re: [Bug 1818431] Re: Winbind failing to start leads to postinst erroring out

2019-03-11 Thread Noel McLoughlin
Hi Andreas, If for ANY reason winbind service is not startable APT will be broken - that's the regression this ticket must address. The samba-winbind package has introduced hard dependency on external systems during installation process. 1. systemd - a failure to start service will breaks apt

Re: [Bug 1818431] Re: Winbind failing to start leads to postinst erroring out

2019-03-07 Thread Noel McLoughlin
Hi Andreas, Both Debian and Ubuntu like to install services with a working default > configuration, and it is expected that a service is running after it is > installed. That's why winbind is started right after it is installed. I have three concerns with apt interfering with services- -

[Bug 1512344] Re: [Master Bug] Package nginx-* failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 (due to "Address in Use" issue)

2019-03-04 Thread Noel McLoughlin
here is another Ubuntu package breaking OS: https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1818431 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1512344 Title: [Master Bug] Package nginx-*

[Bug 1512344] Re: [Master Bug] Package nginx-* failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 (due to "Address in Use" issue)

2019-03-04 Thread Noel McLoughlin
This is bullshit and irresponsible - please fix nginx package and stop breaking users Linux OS. The nginx service is responsibility of systemd/upstart not APT/ZYPPER/YUM/PACMAN etc. This needs to be escalated if package is not fixed. -- You received this bug notification because you are a

[Bug 1818431] Re: Winbind failing to start leads to postinst erroring out

2019-03-04 Thread Noel McLoughlin
It seems to be pattern in Ubuntu that package maintainers can break OS: https://bugs.launchpad.net/nginx/+bug/1512344?comments=all How can this be escalated if maintainers do not address this? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1818431] Re: Regression in winbind package postinstall script

2019-03-03 Thread Noel McLoughlin
I retested on Ubuntu 16.04 (Samba/Winbind packages/services, Join Domain/Realm, start winbind) and works fine there. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1818431 Title: Regression in

[Bug 1693521] Re: brcmfmac: Direct firmware load failed

2018-12-17 Thread Noel McLoughlin
Thanks, I used same workaround on Debian for similar problem. # cp /lib/firmware/brcmfmac43430-sdio.txt /lib/firmware/brcmfmac43455-sdio.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1693521

[Bug 1512344] Re: [Master Bug] Package nginx-* failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 (due to "Address in Use" issue)

2017-07-18 Thread Noel McLoughlin
Are't we confusing package management with service management? The purpose of packaging is to bundle software into a deployable unit for consumption by a package manager. RFC1340 is an internet standard saying "World Wide Web HTTP" can be served from port 80, and is neutral on service vendor.

[Bug 1350727] Re: Domains created and managed via libvirt/virsh fail to autostart

2016-01-28 Thread Noel McLoughlin
Just to share a resolution. A general fix is to modify the /etc/init /libvirt-bin.conf to wait for general network startup. $ head -4 /etc/init/libvirt-bin.conf description "libvirt daemon" author "Dustin Kirkland " start on runlevel [2345] and net-device-up