[Bug 2089012] Re: virtio-net slowdown and error message ens3: bad gso: type: 1, size: 1448

2024-11-20 Thread Antonios Tsianakas
Starting with linux-image-5.15.0-125-generic, we observe the same issue on our Nutanix VMs running Jammy, accompanied by significantly reduced interface speeds of about 500 KB/s. The performance issue persists even after running the following command: ethtool -K ens3 gso off However, the performa

[Bug 1973589] Re: Restart loop when using PathExistsGlob

2022-05-16 Thread Antonios Tsianakas
** Description changed: When using PathExistsGlob in a path unit, systemd starts the corresponding service unit in an infinite loop. We have observed this problem only under Jammy. -- [Unit] Description=Test [Path] PathExistsGlob=/home/www-data/test/*.so Unit=te

[Bug 1973589] [NEW] Restart loop when using PathExistsGlob

2022-05-16 Thread Antonios Tsianakas
Public bug reported: When using PathExistsGlob in a path unit, systemd starts the corresponding service unit in an infinite loop. We have observed this problem only under Jammy. -- [Unit] Description=Test [Path] PathExistsGlob=/home/www-data/test/*.so Unit=test.service [Install] Wan

[Bug 1969629] Re: Apache 2.4.x: mod_http2 sends empty response after MaxRequestsPerChild

2022-04-20 Thread Antonios Tsianakas
** Summary changed: - mod_http2: fixes 2 regressions in server limit handling. + Apache 2.4.x: mod_http2 sends empty response after MaxRequestsPerChild -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/19

[Bug 1969629] [NEW] mod_http2: fixes 2 regressions in server limit handling.

2022-04-20 Thread Antonios Tsianakas
Public bug reported: We run into a bug in mod_http2 for Apache 2.4.x. Every time MaxRequestsPerChild is reached, an empty response is sent to the client: https://bz.apache.org/bugzilla/show_bug.cgi?id=65731 This bug was fixed and backported to v2.4.52: https://github.com/apache/httpd/pull/281