[Bug 1904620] Re: Tomcat 8.0.32 does not start with libraries compatible with Java 8 or older but compiled for Java 9

2020-11-23 Thread Guillaume Penin
Hi, Please find in attachment a relevant patch for the current Ubuntu Xenial Tomcat 8 source tree. Regards, ** Patch added: "fix-60688.patch" https://bugs.launchpad.net/ubuntu/+source/tomcat8/+bug/1904620/+attachment/5437226/+files/fix-60688.patch -- You received this bug notification beca

[Bug 1904620] [NEW] Tomcat 8.0.32 does not start with libraries compatible with Java 8 or older but compiled for Java 9

2020-11-17 Thread Guillaume Penin
Public bug reported: An update to the BCEL library has been pushed upstream since Tomcat 8.0.42 : https://bz.apache.org/bugzilla/show_bug.cgi?id=60688 Without this update, loading libraries which are compatible with Java 8 or older but compiled for Java 9 on Tomcat 8.0.32 on Ubuntu Xenial prevent

[Bug 1904620] Re: Tomcat 8.0.32 does not start with libraries compatible with Java 8 or older but compiled for Java 9

2020-11-20 Thread Guillaume Penin
Hi, I've asked the dev team for the most simple reproducer, that i will try to provide ASAP. Please find the necessary commit applied on the 8.0.41 source tree : https://github.com/apache/tomcat80/commit/d491003658865af441a982c52dfaa1d2fa460d5f Regards, -- You received this bug notification be

[Bug 1796376] Re: Bug #1739107 fix causes linux-cloud-tools-common not to be upgradable with unattended-upgrades on shutdown mode

2018-10-12 Thread Guillaume Penin
Hi Eric, The downgrade operation you saw is just because I've used the same server to give you the logs and to test the step-by-step instructions before writing them on this bug report. I can confirm that the issue can be reproduced any time starting from the 2 versions (Xenial : 4.4.0-135.161, B

[Bug 1796376] Re: Bug #1739107 fix causes linux-cloud-tools-common not to be upgradable with unattended-upgrades on shutdown mode

2018-10-12 Thread Guillaume Penin
@Eric, no, it is not necessary. We encountered the same problem on AWS EC2 instances that share the same OS image and also have the linux- cloud-tools-common package installed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bu

[Bug 1796376] Re: Bug #1739107 fix causes linux-cloud-tools-common not to be upgradable with unattended-upgrades on shutdown mode

2018-10-12 Thread Guillaume Penin
@Eric : Is cloud-init installed on your system. If not, can you install it and try again please ? Indeed, as you can see in my first comment, removing the cloud-init dependency on the linux-cloud-tools-common makes the update process work well. So it seems to be related with cloud-init. -- You re

[Bug 1796376] Re: Bug #1739107 fix causes linux-cloud-tools-common not to be upgradable with unattended-upgrades on shutdown mode

2018-10-12 Thread Guillaume Penin
@Eric : Sosreport sent by email. Did you try the second time (with cloud-init installed) to reproduce with unattended upgrades on shutdown mode ? I did not mention it but upgrading the package outside of unattended upgrades on shutdown mode works. -- You received this bug notification because you

[Bug 1796376] Re: Bug #1739107 fix causes linux-cloud-tools-common not to be upgradable with unattended-upgrades on shutdown mode

2018-10-12 Thread Guillaume Penin
@Eric : The server was installed with a 4.15.0-34.37 kernel from a corporate OS image, and linux-cloud-tools-common package was also in version 4.15.0-34.37. All packages where in state "ii". I dist-upgrade the server with APT (to version 4.15.0-36.39) and only downgrade the linux-cloud-tools-comm

[Bug 1796376] Re: Bug #1739107 fix causes linux-cloud-tools-common not to be upgradable with unattended-upgrades on shutdown mode

2018-10-18 Thread Guillaume Penin
Hi Eric, Please find attached the resulting file "shutdown-log.txt". ** Attachment added: "shutdown-log.txt" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1796376/+attachment/5202460/+files/shutdown-log.txt -- You received this bug notification because you are a member of Ubuntu Bugs

[Bug 1796376] [NEW] Bug #1739107 fix causes linux-cloud-tools-common not to be upgradable with unattended-upgrades on shutdown mode

2018-10-05 Thread Guillaume Penin
Public bug reported: Since the following linux-cloud-tools-common package versions : Xenial : 4.4.0-135.161 Bionic : 4.15.0-34.37 the Systemd service unit file for hv-kvp-daemon has been modified with new dependencies that make the package unable to be upgraded with unattended-upgrades on shut

[Bug 1796376] Re: Bug #1739107 fix causes linux-cloud-tools-common not to be upgradable with unattended-upgrades on shutdown mode

2018-10-05 Thread Guillaume Penin
Sorry, i'm not able to run apport through our enterprise Network. ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1796376 Title: B

[Bug 1739107] Re: linux-cloud-tools-common: Ensure hv-kvp-daemon.service starts before walinuxagent.service

2018-10-06 Thread Guillaume Penin
Hi all, I suspect that this fix is now preventing unattended-upgrades (in shutdown down) to upgrade the package linux-cloud-tools-common. The update process hangs during "Preparing to unpack". The server restarts after the unattended-upgrades service timeout expires. Package state after reboot :

[Bug 1796376] Re: Bug #1739107 fix causes linux-cloud-tools-common not to be upgradable with unattended-upgrades on shutdown mode

2018-10-10 Thread Guillaume Penin
@Eric : Logs in attachment. Thanks a lot for your help. ** Attachment added: "apt and unattended-upgrades logs" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1796376/+attachment/5199435/+files/bug-1796376.tgz -- You received this bug notification because you are a member of Ubuntu Bu

[Bug 1796376] Re: Bug #1739107 fix causes linux-cloud-tools-common not to be upgradable with unattended-upgrades on shutdown mode

2018-10-10 Thread Guillaume Penin
@David, of course : - Start from an up-to-date Ubuntu Bionic : [root@uzimysut01 ~]# lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description:Ubuntu 18.04.1 LTS Release:18.04 Codename: bionic - Downgrade linux-cloud-tools-common to version 4.15.0-34.37 :

[Bug 1803530] [NEW] [Xenial][udev] postinst script should use "invoke-rc.d stop" instead of "systemctl stop"

2018-11-15 Thread Guillaume Penin
Public bug reported: In order to respect the local initscript policy layer that may be present in /usr/sbin/policy-rc.d, the postinst script of the udev package should use "invoke-rc.d stop" instead of "systemctl stop". This direct systemctl call can be found in the handle_service_rename() functi

[Bug 1796376] Re: Bug #1739107 fix causes linux-cloud-tools-common not to be upgradable with unattended-upgrades on shutdown mode

2018-11-02 Thread Guillaume Penin
Hi Eric, I confirm that this behaviour can only be reproduced in 'uu' context and only in 'shutdown mode'. I can also confirm that the upgrade process is now OK in Bionic with your test package : - unattended-upgrades version after the test package installation : ii unattended-upgrades

[Bug 1841566] [NEW] Cloud-Init does not rotate its own log files

2019-08-27 Thread Guillaume Penin
Public bug reported: The following log files : /var/log/cloud-init.log /var/log/cloud-init-output.log produced by Cloud-Init are not rotated. As a consequence, they keep growing indefinitely and can fill up the underlying partition. Is it possible to supply a logrotate configuration in the clou

[Bug 1795659] Re: kernel panic using CIFS share in smb2_push_mandatory_locks()

2019-11-04 Thread Guillaume Penin
Hi, Unfortunately, the patch does not seem to solve the problem. Running Ubuntu 18.04 LTS with kernel 4.15.0-64, the crash still occurs with the same signature : Oct 14 08:00:01 uzorldsp01 kernel: [109699.415372] BUG: unable to handle kernel NULL pointer dereference at 0038 Oct 14 08

[Bug 1820755] Re: Netboot install fails due to linux-image-4.4.0-143-generic.postinst linux-update-symlinks not found

2019-03-22 Thread Guillaume Penin
** Also affects: linux-meta (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1820755 Title: Netboot install fails due to linux-image-4.4.0-143-gener

[Bug 1820755] Re: Netboot install fails due to linux-image-4.4.0-143-generic.postinst linux-update-symlinks not found

2019-03-22 Thread Guillaume Penin
Hi, We are also affected by this bug. Adding linux-meta in the loop because a simple solution could be to now add a tighter dependency on the linux-image-4.4.0-*-generic package, that means linux-base (>= 4.5ubuntu1~16.04.1). ** Changed in: linux-meta (Ubuntu) Status: New => Confirmed --

[Bug 1837227] [NEW] Random mount units sometimes fail, while file system is correctly mounted

2019-07-19 Thread Guillaume Penin
Public bug reported: In Ubuntu 18.04 at least, we sometimes get a random server in emergency mode with a failed mount unit (ext4 file system), while the corresponding file system is in fact correctly mounted. It happens roughly once every 1000 reboots. It seems to be related with this bug : https

[Bug 1645636] Re: deadlock during lvm snapshot

2017-04-24 Thread Guillaume Penin
Hi all, I think we just hit the same bug on a Production server today, with a snapshot on the root filesystem. Here are the relevant logs : kernel: [455151.056975] INFO: task jbd2/dm-0-8:214 blocked for more than 120 seconds. kernel: [455151.149417] INFO: task dmeventd:27193 blocked for more tha

[Bug 1618900] [NEW] [Xenial/0.90] Systemd dependencies issues when used in "Shutdown mode"

2016-08-31 Thread Guillaume Penin
Public bug reported: Using unattended-upgrades 0.90 in "Shutdown mode" on Ubuntu Xenial, we encounter the following systemd dependencies issues : - The network is often down when unattended-upgrades is running, so packages can not be downloaded (can be mitigated by using APT::Periodic::Download

[Bug 1470165] [NEW] sysstat data corruption when adding or removing VCPUs

2015-06-30 Thread Guillaume Penin
Public bug reported: Using sysstat 10.0.3-1 on Ubuntu Precise 12.04 LTS. When we add or remove VCPUs to virtual machines (KVM or VMWare in our case), sysstat data starts to be corrupted the next day. All sysstat data will be corrupted, until the current data file is deleted as a workaround. - Sy

[Bug 1231529] [NEW] Unattended-upgrades is unable to upgrade language-selector-common

2013-09-26 Thread Guillaume Penin
Public bug reported: We're using unattended-upgrades in Ubuntu 12.04 LTS, configured to only update packages from ubuntu-security repository. language-selector-common (0.79.4) was added to ubuntu-security repository on Friday 2013/09/13. This package depends on accountsservice (>= 0.6.15-2ubuntu

[Bug 1341628] Re: [needs-packaging]openjdk-8 in 14.04

2015-11-12 Thread Guillaume Penin
*** This bug is a duplicate of bug 1368094 *** https://bugs.launchpad.net/bugs/1368094 +1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1341628 Title: [needs-packaging]openjdk-8 in 14.04 To ma

[Bug 1516018] [NEW] [7u85-2.6.1-5ubuntu0.12.04.1] security update introduced new libsctp1 dependency that breaks unattended-upgrades

2015-11-13 Thread Guillaume Penin
Public bug reported: The openjdk-7 "7u85-2.6.1-5ubuntu0.12.04.1" security update introduces a new dependency on libsctp1. As libsctp1 is not presently in the security pocket, automatic update for those who only activate the ubuntu-security suite with unattended-upgrades fails with : => pkg 'libsc

[Bug 1507658] [NEW] [3.2.0-91-generic] kernel BUG at /build/linux-_q8eS2/linux-3.2.0/fs/jbd2/journal.c:832!

2015-10-19 Thread Guillaume Penin
Public bug reported: Since kernel 3.2.0-91 update in Ubuntu server 12.04 LTS, 5 of our servers have encountered a serious problem and needed to be rebooted after making random I/O operations (LVM, resize2fs, etc...). All servers that were impacted reported this error in dmesg : kernel BUG at /bui

[Bug 1507658] Re: [3.2.0-91-generic] kernel BUG at /build/linux-_q8eS2/linux-3.2.0/fs/jbd2/journal.c:832!

2015-10-19 Thread Guillaume Penin
Unable to use apport-collect on our servers as it does not seem to use proxy settings. ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bug

[Bug 1507658] Re: [3.2.0-91-generic] kernel BUG at /build/linux-_q8eS2/linux-3.2.0/fs/jbd2/journal.c:832!

2015-10-21 Thread Guillaume Penin
Kernel has been installed without problem on 3 servers. I/O stress test is in progress... I will update this bug in a couple of hours with results. Thanks for your help ! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.l

[Bug 1507658] Re: [3.2.0-91-generic] kernel BUG at /build/linux-_q8eS2/linux-3.2.0/fs/jbd2/journal.c:832!

2015-10-21 Thread Guillaume Penin
No more instability after 5 hours of I/O stress on the 3 updated servers (lvcreate, lvremove, mkfs, resize2fs, etc...). I can confirm that the bug is fixed with this kernel release. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. http

[Bug 1507935] Re: linux: 3.2.0-92.131 -proposed tracker

2015-10-22 Thread Guillaume Penin
Hi, Will this kernel update be integrated in the security pocket, as we are severely affected by a bug (#1507658) and we only automatically sync our internal repository with security updates ? If not, is it possible to have a list of URLs, in order to download all needed packages (amd64 & i386) w

[Bug 1514428] [NEW] pvmove hangs while moving LVs

2015-11-09 Thread Guillaume Penin
Public bug reported: Operating System : Ubuntu 12.04 LTS LVM version : 2.02.66-4ubuntu7.1 When trying to pvmove from one device to another on an active production system, it seems that we encounter the following bug : https://bugzilla.redhat.com/show_bug.cgi?id=706036 Symptoms : - pvmove command

[Bug 1514428] Re: pvmove hangs while moving LVs

2015-11-10 Thread Guillaume Penin
Some more information about this problem : We wanted to pvmove approximately 600GB of data between two (VMWare) disks : /dev/sdb and /dev/sdc - With database activity (PostgreSQL) : pvmove hangs exactly at the same point (60%) - Without database activity (PostgreSQL) : pvmove finishes co

[Bug 2084233] [NEW] Excluded libaio library from mlock may hang system while removing rootfs snapshot

2024-10-11 Thread Guillaume Penin
Public bug reported: Hi, One of our production system hang while executing a custom backup script, using LVM snapshots and raw copies in order to build an alternative boot environment. We opened an issue on the LVM2 Github (https://github.com/lvmteam/lvm2/issues/159), and one of the contributor