[Bug 1832182] Re: systemd unable to detect running apache if invoked via "apache2ctl graceful"

2021-10-14 Thread Matthias Ferdinand
another hack around this mess: apache2ctl -k graceful (note the "-k") this leads to the script not matching on "graceful", going to the "*" case instead and passing the arguments to /usr/sbin/apache2, bypassing any systemctl invocation. Actually this is what I usually type, but not all of

[Bug 1832182] Re: systemd unable to detect running apache if invoked via "apache2ctl graceful"

2021-10-13 Thread Matthias Ferdinand
I am in the same boat as Vegar Nilsen. Not being able to do a graceful apache restart is a bummer. Not an expert in systemd affairs, but if systemd is unable to track PIDs of services it started, doesn't that make it a bug in systemd (or the apache unit file)? apache2 is run in cgroup

[Bug 1936963] [NEW] focal: conntrack (1.4.5) does not filter -L output with -f (family) argument

2021-07-20 Thread Matthias Ferdinand
es. Using the conntrack 1.4.4 binary from bionic 18.04 (not the libraries) on focal 20.04, output gets properly filtered. Tried conntrack 1.4.6 on a Debian Testing installation, filtering for address family works as with 1.4.4. Perhaps conntrack 1.4.6 should be backported to Ubuntu focal. Regard

[Bug 1876157] Re: Memtest86+ in Ubuntu 20.04 doesn't work, switch to Coreboot branch or package new release v5.31b is available since 12/04/2020

2020-08-05 Thread Matthias Ferdinand
Installed binary package memtest86+ from Debian Stable (memtest86+_5.01-3.1_amd64.deb) in the Ubuntu 20.04 installation, that version runs fine on all my systems where the Focal Fossa version hangs. No source code changes between these versions, just differences in the generated grub menu entries

[Bug 1890344] Re: memtest86+ hangs after few seconds

2020-08-05 Thread Matthias Ferdinand
*** This bug is a duplicate of bug 1876157 *** https://bugs.launchpad.net/bugs/1876157 ** This bug has been marked a duplicate of bug 1876157 Memtest86+ in Ubuntu 20.04 doesn't work, switch to Coreboot branch or package new release v5.31b is available since 12/04/2020 -- You received

[Bug 1890344] Re: memtest86+ hangs after few seconds

2020-08-04 Thread Matthias Ferdinand
I mean no source code changes between these _versions_ (i.e. Ubuntu vs. Debian) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1890344 Title: memtest86+ hangs after few seconds To manage

[Bug 1890344] [NEW] memtest86+ hangs after few seconds

2020-08-04 Thread Matthias Ferdinand
Public bug reported: Ubuntu 20.04 Focal Fossa (5.01-3.1ubuntu1 as well as 5.01-3.1ubuntu3) memtest86+ runs for a few seconds (2-20secs), then hangs same effect on two different Xeon Systems and an old Intel Core2. Installed binary package memtest86+ from Debian Stable

[Bug 1881668] Re: qemu-guest-agent shutdown never reached - hangs

2020-06-04 Thread Matthias Ferdinand
Hi, using qemu-guest-agent from the given ppa, I did not get a single hang in 30 tries. Re-installed the version from the Ubuntu focal repo, and I am back to # hangs: 10, success: 25 Host VG /dev/k2/is quite stacked, perhaps making it easier to run into some race condition: lvm on luks on

[Bug 1881668] Re: qemu-guest-agent asserts on shutdown, shutdown never reached

2020-06-02 Thread Matthias Ferdinand
and here is the libvirt xml for the VM ** Attachment added: "cvs.xml" https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1881668/+attachment/5379822/+files/cvs.xml -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1881668] Re: qemu-guest-agent asserts on shutdown, shutdown never reached

2020-06-02 Thread Matthias Ferdinand
Hi, thanks for looking into this. Apparently it is some race condition, but not a true heisenbug. I scripted vm start and shutdown (script attached), and I get a hang in about 1/3 of the cases. Note: the script uses /usr/bin/retry from the package "retry". ** Attachment added:

[Bug 1881668] [NEW] qemu-guest-agent asserts on shutdown, shutdown never reached

2020-06-01 Thread Matthias Ferdinand
Public bug reported: ( probably the same as https://bugs.debian.org/cgi- bin/bugreport.cgi?bug=951781 ) package qemu-guest-agent 1:4.2-3ubuntu6.1, Ubuntu 20.04 When initiating a VM shutdown via virt-manager menu using Virtual Machine / Shutdown / Shutdown, qemu-guest-agent inside the VM hits an

[Bug 1879738] Re: IPv6 reverse lookup broken (possibly by glibc-2.30.patch)

2020-05-25 Thread Matthias Ferdinand
Hi, please find attached patch for debian/configure.ac. It removes the test for getaddrinfo() (not used in sendmail), and adds a test for gethostbyname2(), adding -DHAS_GETHOSTBYNNAME2=1 to sm_envdef when found. Regards Matthias Ferdinand ** Patch added: "configure.ac snippet to

[Bug 1879738] [NEW] IPv6 reverse lookup broken (possibly by glibc-2.30.patch)

2020-05-20 Thread Matthias Ferdinand
Public bug reported: On Ubuntu 20.04 with glibc-2.31, sendmail fails to verify IPv6 client addresses (reverse-then-forward-lookup) and refuses to accept incoming mail: May 20 16:42:50 mx sm-mta[161617]: ruleset=check_relay, arg1=[IPv6:2a04:6c0:0:0:0:0:bad:0], arg2=IPv6:2a04:6c0:0:0:0:0:bad:0,

Re: [Bug 1620407] Re: vm startup broken when interface definition has script tag

2017-02-16 Thread Matthias Ferdinand
On Tue, Feb 14, 2017 at 07:52:09AM -, ChristianEhrhardt wrote: > @mf+ubuntu1 - could you test proposed for us in your setup? Sorry for the delay, I was held back by $VIRUS (the bio variant). Tested on our machine, and it solves the problem. Thank you very much for working on this. Matthias

Re: [Bug 1620407] Re: vm startup broken when interface definition has script tag

2017-02-02 Thread Matthias Ferdinand
On Thu, Feb 02, 2017 at 05:36:33PM -, ChristianEhrhardt wrote: > By parsing through changes my gut feeling expects: > 9c17d665fdc5f "autocreate tap device for ethernet network type" Sounds very interesting, might even remove the need for the separate daemon we run for interface creation.

Re: [Bug 1620407] Re: vm startup broken when interface definition has script tag

2017-01-13 Thread Matthias Ferdinand
On Fri, Jan 13, 2017 at 04:40:55AM -, ChristianEhrhardt wrote: > Yet I wonder since newer libvirt works (see my experiments before) they > seem to have fixed that "a different way". > I'd pretty much prefer to fix it by backporting that if applicable. > > Do you, based on your work on this,

Re: [Bug 1620407] Re: vm startup broken when interface definition has script tag

2017-01-12 Thread Matthias Ferdinand
On Thu, Jan 12, 2017 at 01:25:28PM -, ChristianEhrhardt wrote: > On libvirt 1.3 I got: > error: Failed to start domain testguest-X-on-X > error: Unable to get index for interface mf_testet: No such device on xenial, that is the exact error message we get, while on "precise" kvm hosts (libvirt

[Bug 1620407] [NEW] vm startup broken when interface definition has script tag

2016-09-05 Thread Matthias Ferdinand
Public bug reported: Ubuntu 16.04.1 LTS (amd64) libvirt-bin 1.3.1-1ubuntu10.1 We use external scripts to setup tap interfaces, e.g. Starting the VM throws an error message ("interface not found" or something like that). IIUC, the script invocation

[Bug 1394403] Re: RewriteRule of "^$" is broken

2016-08-15 Thread Matthias Ferdinand
In case you are still interested in this, here is a "blubb" vhost definition which contains the mod_rewrite->[P] rule (as opposed to having it in .htaccess as with the "bla" vhost). The error log then will show termination after the first go-ahead with proxy request whereas the bla host will

[Bug 1394403] Re: RewriteRule of "^$" is broken

2016-08-15 Thread Matthias Ferdinand
Thanks Wesley for resuming work in this. I can confirm that your new debdiff aligns apache 2.4.7 to newer upstream releases. My original "mod_rewrite->[P] inside .htaccess" issue remains only partly fixed. But that's not your fault or Ubuntus, it appears unfixed even in upstream. With

[Bug 1394403] Re: RewriteRule of "^$" is broken

2015-09-24 Thread Matthias Ferdinand
Hi, apparently only part of the fix was included, http://svn.apache.org/viewvc?view=revision=1557641 seems to be missing. That is the part that keeps mod_dir from firing when mod_rewrite just fired. Rewrites in .htaccess are still affected after upgrade to 2.4.7-1ubuntu4.6. Matthias -- You

[Bug 1394403] Re: RewriteRule of "^$" is broken

2015-09-24 Thread Matthias Ferdinand
Hi, apparently only part of the fix was included, http://svn.apache.org/viewvc?view=revision=1557641 seems to be missing. That is the part that keeps mod_dir from firing when mod_rewrite just fired. Rewrites in .htaccess are still affected after upgrade to 2.4.7-1ubuntu4.6. Matthias -- You

[Bug 1394403] Re: RewriteRule of "^$" is broken

2015-09-24 Thread Matthias Ferdinand
To reproduce (s. attachment): vhost bla.conf (requires a2enmod proxy_http) enables RewriteEngine/RewriteLogging and Proxy DocumentRoot /var/www/bla /var/www/bla/.htaccess: RewriteRule ^(.*)$ http://10.110.110.29/$1 [P] no other files in /var/www/bla/ request / (as in attached

[Bug 1394403] Re: RewriteRule of "^$" is broken

2015-09-24 Thread Matthias Ferdinand
To reproduce (s. attachment): vhost bla.conf (requires a2enmod proxy_http) enables RewriteEngine/RewriteLogging and Proxy DocumentRoot /var/www/bla /var/www/bla/.htaccess: RewriteRule ^(.*)$ http://10.110.110.29/$1 [P] no other files in /var/www/bla/ request / (as in attached

Re: [Bug 1394394] Re: pm-suspend-wakeup-hibernate (aka pm-suspend-hybrid before 3.6)

2014-12-10 Thread Matthias Ferdinand
. This might be useful if suspend-to-both does not work reliably on a specific machine. Regards Matthias On Fri, Dec 05, 2014 at 08:57:36PM -, Christopher M. Penalver wrote: Matthias Ferdinand, could you please execute the following via a terminal in order for the necessary debugging

[Bug 1394388] [NEW] pm-suspend not restoring /sys/power/disk with /bin/dash

2014-11-19 Thread Matthias Ferdinand
Public bug reported: Ubuntu 14.04LTS pm-utils 1.4.1-13ubuntu0.1 When issuing the pm-suspend command, the scripts set the HIBERNATE_MODE in /sys/power/disk to suspend. There is some shell magic to save the previous setting in variable HIBERNATE_MODE_SAVE, but this fails under the default

[Bug 1394394] [NEW] pm-suspend-wakeup-hibernate (aka pm-suspend-hybrid before 3.6)

2014-11-19 Thread Matthias Ferdinand
Public bug reported: Ubuntu 14.04LTS pm-utils 1.4.1-13ubuntu0.1 before kernel 3.6, pm-suspend-hybrid would do suspend/wakeup/hibernate (with full power-off). since kernel 3.6, pm-suspend-hybrid will do suspend-to-both (without full power-off). The old functionality is not available any more.

[Bug 1394403] [NEW] apache 2.4.7 mod_dir bug PR53929

2014-11-19 Thread Matthias Ferdinand
Public bug reported: Ubuntu 14.04LTS x86_64 In apache 2.4.7 there is a bug in mod_dir, in that it does not stop when the URL has just been rewritten by mod_rewrite. If you have rewrite rules in .htaccess, ending in a [P] for an external URL, rule execution should stop and mod_proxy should go

[Bug 1394388] [NEW] pm-suspend not restoring /sys/power/disk with /bin/dash

2014-11-19 Thread Matthias Ferdinand
Public bug reported: Ubuntu 14.04LTS pm-utils 1.4.1-13ubuntu0.1 When issuing the pm-suspend command, the scripts set the HIBERNATE_MODE in /sys/power/disk to suspend. There is some shell magic to save the previous setting in variable HIBERNATE_MODE_SAVE, but this fails under the default

[Bug 1394394] [NEW] pm-suspend-wakeup-hibernate (aka pm-suspend-hybrid before 3.6)

2014-11-19 Thread Matthias Ferdinand
Public bug reported: Ubuntu 14.04LTS pm-utils 1.4.1-13ubuntu0.1 before kernel 3.6, pm-suspend-hybrid would do suspend/wakeup/hibernate (with full power-off). since kernel 3.6, pm-suspend-hybrid will do suspend-to-both (without full power-off). The old functionality is not available any more.

[Bug 1394403] [NEW] apache 2.4.7 mod_dir bug PR53929

2014-11-19 Thread Matthias Ferdinand
Public bug reported: Ubuntu 14.04LTS x86_64 In apache 2.4.7 there is a bug in mod_dir, in that it does not stop when the URL has just been rewritten by mod_rewrite. If you have rewrite rules in .htaccess, ending in a [P] for an external URL, rule execution should stop and mod_proxy should go

[Bug 1389858] Re: Libreoffice calc 4.2.7-0ubuntu1 not updating references after sort

2014-11-07 Thread Matthias Ferdinand
Hi, this update broke several of my spreadsheets that I use regularly, and have been using even back with StarOffice, then OpenOffice and finally LibreOffice for years. While the Ubuntu patch makes it sort in some way different from the New LO way of updating References, it still breaks. This is