[Bug 1906710] [NEW] Ansible 2.5 too old to handle Python 3.8 on Ubuntu 20.04

2020-12-03 Thread Joi Owen
Public bug reported: TL;DR: Ansible 2.5 is too old to manage any targeted hosts running Python 3.8 or newer (Ubuntu 20.04 and higher) and lacking a python 2.x install. I have Ubuntu 18.04 on my office laptop. I installed the most recent ansible from the repos on it and started developing ansible

[Bug 1662137] Re: 16.04 recovery shell works only for two minutes

2018-06-29 Thread Joi Owen
I have this issue on a hyper-v gen2 secure-boot Ubuntu 16.04 Desktop install. Because it's gen2 Hyper-v I can't boot my usual SystemRescueCD, and dropping into recovery mode from the grub menu is also worthless due to this bug. My last option is to boot from an install cd and try to resize the pa

[Bug 1694922] Re: /etc/cron.monthly/ieee-data fails every month on redirected URLS

2018-11-01 Thread Joi Owen
Is there any plan to backport this fix to Ubuntu 16.04 LTS? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1694922 Title: /etc/cron.monthly/ieee-data fails every month on redirected URLS To manage n

[Bug 1823871] Re: After unattended-upgrade of systemd IP configuration removed from interfaces

2019-04-09 Thread Joi Owen
Two of our Ubuntu 18.04 hosts applied this update this morning and both dropped offline. They're both using netplan and have bonded interfaces. The bond layer was offline. I had to reboot to get the network stack running again. I left one host offline so the coworker who configured them can look

[Bug 1823871] Re: After unattended-upgrade of systemd IP configuration removed from interfaces

2019-04-09 Thread Joi Owen
I followed up with my coworker who originally built our two misbehaving boxes. He also ended up having to reboot the second box I left for him, to get the br01 bridge configuration back in working order. Simply running 'netplan apply' and restarting the systemd network service did not resolve it,

[Bug 1823871] Re: After unattended-upgrade of systemd IP configuration removed from interfaces

2019-04-10 Thread Joi Owen
I've done some more digging into the systemd package update issue. We have a number of Ubuntu 18.04 hosts, most of them are virtual machines running simple eth0 configurations under Hyper-V. All of those VMs updated the systemd package without issue. The only hosts which had issues after the sys

[Bug 1876486] Re: Kernel panic booting after 18.04 to 20.04 upgrade

2020-07-09 Thread Joi Owen
I've just encountered this issue myself, on a VM that started life as Ubuntu 16.04, do-release-upgrade to 18.04, then to 20.04, and now it fails to boot with a similar error: /lib/systemd/libsystemd- shared-245.so: undefined symbol: seccomp_api_get The only non-Ubuntu-standard stuff on this VM i

[Bug 1825043] [NEW] The new check_load settings are too low

2019-04-16 Thread Joi Owen
Public bug reported: The new default check_load definition in /etc/nagios/nrpe.cfg is way too low for real-life. It seems the command definition changed between Ubuntu 16.04 and 18.04 to use a -r option, but I'm finding this simply causes false alarms the moment a nagios client is configured to r

[Bug 1712748] Re: package glusterfs-server 3.11.2-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2019-04-17 Thread Joi Owen
I'm installing glusterfs-server on some new hardware. If I ssh to the new host, sudo -i, then apt-get install glsuterfs-server, it fails with the timeout, and pstree shows that the process is hung up in systemd- ask-tty, but nothing ever appears on the terminal. When I do the same process directl

[Bug 1574900] Re: libpam-mysql undefined symbol: make_scrambled_password

2017-03-20 Thread Joi Owen
I've been following this thread for a while now, as this issue also exists in Trusty. I am using someone's custom-patched vsftpd deb. Is there any plan to backport this release to trusty? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubunt

RE: [Bug 1574900] Re: libpam-mysql undefined symbol: make_scrambled_password

2017-03-20 Thread Joi Owen
This issue with libpam predates mysql 5.7. It's present in trusty's vsftpd 3.0.2-1ubuntu2.14.04.1, mysql 5.5.54-0ubuntu0.14.04.1, and the standard libpam package. My workaround last year when I encountered the issue was to remove both vsftpd and libpam-mysql from the default repos and to manually

[Bug 1681474] [NEW] Man Pages missing, dependency missing

2017-04-10 Thread Joi Owen
Public bug reported: Figuring out how to use this package requires studying the package file contents and the perl sources. The perl environment provides easy ways to create man pages from perl doc, but the package doesn't provide a dependency on the perl-doc package, either. I eventually figure

[Bug 1585614] Re: PHP Update on 2016-05-25 causes Apache not to restart, libm.so.6: symbol __strtold_nan, version GLIBC_PRIVATE not defined in file libc.so.6 with link time reference

2016-05-25 Thread Joi Owen
This change in libm.so has also broken the pam_mysql.so library, thus my vsftpd service is also broken. My nagios started alarming about this breaking around 6:30 am this morning, dpkg.log shows only 5 packages were updated in this morning's automatic update: man-db, libc-bin, libc6, and multiarch

[Bug 1585614] Re: PHP Update on 2016-05-25 causes Apache not to restart, libm.so.6: symbol __strtold_nan, version GLIBC_PRIVATE not defined in file libc.so.6 with link time reference

2016-05-25 Thread Joi Owen
@adconrad As it happens, it did. I just came back to update my comment to say so and found your question. This suggests the libc6 update (not glibc, my server doesn't have glibc package installed) should have required a reboot? I don't recall if the server mentioned a reboot was required in the

[Bug 1887656] Re: prometheus-pgbouncer-exporter is incompatible with pgbouncer

2022-05-04 Thread Joi Owen
I second the motion. The sources this package is built from have not been updated since 2016 and are no longer functional. This package needs to be removed if it can't be updated. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https

[Bug 1887656] Re: prometheus-pgbouncer-exporter is incompatible with pgbouncer

2022-05-04 Thread Joi Owen
The Prometheus community has a much more current version written in GO. https://github.com/prometheus-community/pgbouncer_exporter -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1887656 Title: promet

[Bug 1322186] Re: pgbouncer init.d fails to start with no message when start=0

2022-05-09 Thread Joi Owen
This behavior is documented in the README.Debian file provided with the package. "- The pgbouncer daemon is disabled by default, to enable it you need to set START to 1 in /etc/default/pgbouncer." This is not the only Debianized package to behave this way. Given the amount of manual configurati

[Bug 1972710] [NEW] Package unnecessarily depend son postgresql-common

2022-05-09 Thread Joi Owen
Public bug reported: The prometheus-pgbouncer-exporter only opens a socket to an existing pgbouncer daemon if pgbouncer is installed and running. Exporter does not use a psql client or talk directly to PostgresSQL services. This package does not need to depend on postgresql-common at all, and do

[Bug 1887656] Re: prometheus-pgbouncer-exporter is incompatible with pgbouncer

2022-05-10 Thread Joi Owen
** Patch added: "0001-Correct-name-of-pgbouncer-metric.-Fixes-LP-1887656.patch" https://bugs.launchpad.net/ubuntu/+source/prometheus-pgbouncer-exporter/+bug/1887656/+attachment/5588239/+files/0001-Correct-name-of-pgbouncer-metric.-Fixes-LP-1887656.patch -- You received this bug notification b