[Touch-packages] [Bug 2029930] Re: wget crash when printing download rate

2023-11-19 Thread halfgaar
I have just been able to reproduce it by running this on the same server the website example.org is hosted: cd /tmp while true; do rm -rf www.example.org/ && wget --mirror --page-requisites https://www.example.org 2>&1 | grep -F GB/s; done The 'grep GB/s' makes a point of showing the improbable

[Touch-packages] [Bug 2029930] Re: wget crash when printing download rate

2023-10-02 Thread halfgaar
I'm still getting a bunch of wget crashes from cron jobs I have. Is there any progress on this? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to wget in Ubuntu. https://bugs.launchpad.net/bugs/2029930 Title: wget crash when

[Touch-packages] [Bug 2029930] Re: wget crash when printing download rate

2023-08-29 Thread halfgaar
Is there any progress in getting it fixed in 'updates'? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to wget in Ubuntu. https://bugs.launchpad.net/bugs/2029930 Title: wget crash when printing download rate Status in wget

[Touch-packages] [Bug 1881533] [NEW] Remove expired AddTrust_External_Root.crt because it breaks software

2020-06-01 Thread halfgaar
Public bug reported: The AddTrust_External_Root.crt certificate has expired: Data: Version: 3 (0x2) Serial Number: 1 (0x1) Signature Algorithm: sha1WithRSAEncryption Issuer: C=SE, O=AddTrust AB, OU=AddTrust External TTP Network, CN=AddTrust External CA Root

[Touch-packages] [Bug 1822776] Re: [SRU] Apply Bash 4.4.20 to fix cpu spinning on built-in wait

2019-07-04 Thread halfgaar
Sorry for the delay. I had to write a bash script that increased the hit-chance of the bug. I now have 13 spinning bash on a non-updated test server. The one with bash 4.20 is working fine. Bash is also working without issues. The new script is attached. So, all good. ** Attachment added:

[Touch-packages] [Bug 1822776] Re: [SRU] Apply Bash 4.4.20 to fix cpu spinning on built-in wait

2019-06-20 Thread halfgaar
I installed bash from 'proposed' on a test server, and am running some tests on it, and parallel also on normal 18.04 servers. I'll expand this soon, and report back with the results. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 1822776] Re: Apply Bash 4.4.20 to fix cpu spinning on built-in wait

2019-05-29 Thread halfgaar
Thanks; it's not about getting it done yesterday so to speak, so I'll patiently await next week. I suspect you'll be able to reproduce it faster if you lower sysctl kernel.pid_max. With 32k PIDs, one of my apps spawning about a process every two seconds, needed about a week of running to hit it.

[Touch-packages] [Bug 1822776] Re: Apply Bash 4.4.20 to fix cpu spinning on built-in wait

2019-05-20 Thread halfgaar
I added more info (edited the original description) hoping it covers everything the SRU requires. ** Description changed: Bash pre-4.4.20 has a bug in its PID hash table that causes spin-loops when spawning sub processes and waiting for them. There is a fix:

[Touch-packages] [Bug 1822776] Re: Apply Bash 4.4.20 to fix cpu spinning on built-in wait

2019-04-23 Thread halfgaar
I see this bug hasn't gotten attention, but isn't this quite critical? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to bash in Ubuntu. https://bugs.launchpad.net/bugs/1822776 Title: Apply Bash 4.4.20 to fix cpu spinning on

[Touch-packages] [Bug 1822776] [NEW] Apply Bash 4.4.20 to fix cpu spinning on built-in wait

2019-04-02 Thread halfgaar
Public bug reported: Bash pre-4.4.20 has a bug in its PID hash table that causes spin-loops when spawning sub processes and waiting for them. There is a fix: https://ftp.gnu.org/gnu/bash/bash-4.4-patches/bash44-020 Our application started being affected (locking up) by this since migrating from

[Touch-packages] [Bug 998223] Re: Turns on IPv6 privacy extensions regardless of settings in 10-ipv6-privacy.conf

2018-07-31 Thread halfgaar
I seem to be getting the same behavior in Ubuntu 18.04 with the new Netplan. I configured a static address, and regardless of the sysctl settings, I'm getting a privacy extensions address, which is undesirable on (my) servers. -- You received this bug notification because you are a member of

[Touch-packages] [Bug 1673717] Re: rsyslog GnuTLS error -50

2017-05-02 Thread halfgaar
** Bug watch added: Debian Bug tracker #832995 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=832995 ** Also affects: rsyslog (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=832995 Importance: Unknown Status: Unknown -- You received this bug notification because

[Touch-packages] [Bug 1673717] Re: rsyslog GnuTLS error -50

2017-04-07 Thread halfgaar
What is this bug's destiny? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to rsyslog in Ubuntu. https://bugs.launchpad.net/bugs/1673717 Title: rsyslog GnuTLS error -50 Status in rsyslog package in Ubuntu: New Bug

[Touch-packages] [Bug 1673717] [NEW] rsyslog GnuTLS error -50

2017-03-17 Thread halfgaar
Public bug reported: Exactly the same as this: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=832995 Error: > rsyslogd-2078: unexpected GnuTLS error -50 in nsd_gtls.c:530: The > request is invalid. [v8.16.0 try http://www.rsyslog.com/e/2078 ] Provided patch in

[Touch-packages] [Bug 1652755] Re: Resolvconf multiple nameservers and search domains only first is used - quote bug

2016-12-28 Thread halfgaar
Ha, you're right, I introduced a bug to my advantage. Can I propose this other patch instead? Some clear output would be nice. ** Patch added: "Print messages when discarding nameservers"

[Touch-packages] [Bug 1652755] [NEW] Resolvconf multiple nameservers and search domains only first is used - quote bug

2016-12-27 Thread halfgaar
Public bug reported: Having more than one 'nameserver' or 'search' entry in any of the source files results in only the first one being used. The cause is a quote bug in /etc/resolvconf/update.d/libc. Patch attached. ** Affects: resolvconf (Ubuntu) Importance: Undecided Status: New