On Wed, Feb 17, 2021 at 12:02:51PM -0500, Sergio Durigan Junior wrote: > ustriage found 15 bugs. These are the noteworthy ones: > > ### https://pad.lv/1915674 - (New) [samba] - Sharing folder in Files: > net usershare returned error 255 > > There has been some movement in the bug before, but I decided to attempt > to reproduce it locally and failed. I asked for more info. > > > ### https://pad.lv/1915811 - (New) [libvirt] - Empty NUMA topology in > machines with high number of CPUs > > Subscribed Christian to it and pinged him on MM. > > > > ### https://pad.lv/1915826 - (New) [apache2] - package apache2 > 2.4.41-4ubuntu3.1 failed to install/upgrade: installed apache2 package > post-installation script subprocess returned error exit status 1 > > Incomplete; need more info.
Try this to repro: 434 ls /usr/share/apache2/default-site/index.html 435 sudo apt-get install apache2 436 ls /usr/share/apache2/default-site/index.html 437 sudo rm -rf /usr/share/apache2/default-site/ 438 sudo apt-get purge apache2 439 ls /usr/share/apache2/default-site/index.html 440 sudo apt-get install apache2 cp: cannot stat '/usr/share/apache2/default-site/index.html': No such file or directory dpkg: error processing package apache2 (--configure): installed apache2 package post-installation script subprocess returned error exit status 1 Can't say for certain if this is what the reporter did to arrive at this error, but I ran across this pattern with samba on LP: 1886114. I have a suspicion this pattern may explain a lot of the weirder apt-get install bugs being reported by apport. Workaround that seems to work (albeit kinda brute force): $ sudo apt-get purge apache2* $ sudo apt-get install apache2 Btw, apache2's LP: #1910096 looks like it could possibly be a dupe. At least, the log shows the same errors. Bryce > ### https://pad.lv/1915828 - (New) [pacemaker] - pacemaker fails to > release clustered filesystem dlm locks on failover > > Subscribed Lucas to it. > > > As a reminder: > > Bugs in backlog and not touched in 180 days > Found 6 bugs > https://pad.lv/1882272 - (Triaged) [lm-sensors] - fancontrol does > not work after sleep/wakeup > https://pad.lv/1888000 - (New) [linux] - Bionic/Xenial > minimal cloud image: failed to apply load kernel module > also: - (Triaged) [open-iscsi] - Bionic/Xenial > minimal cloud image: failed to apply load kernel module > https://pad.lv/1890406 - (Triaged) [tmux] - tmux sessions > don't show up with who, users, ... > https://pad.lv/1891548 - (New) [autofs] - autofs-ldap's > /etc/ldap/schema/autofs.schema crashes slapd > also: - (New) [openldap] - autofs-ldap's > /etc/ldap/schema/autofs.schema crashes slapd > > -- > Sergio > GPG key ID: E92F D0B3 6B14 F1F4 D8E0 EB2F 106D A1C8 C3CB BF14 > -----BEGIN PGP SIGNATURE----- > > iQIzBAEBCgAdFiEE6S/Qs2sU8fTY4OsvEG2hyMPLvxQFAmAtTDsACgkQEG2hyMPL > vxTcFBAAsINDOq93d0rJTE75lc5zdLEbxQSjvzRk3u/LLi0aZEMKvO5TWStjEA1J > 6g5vB2jgbdGmmegAhFFq6j/I/L0QzewcVnEa/b5b+xK7kVX1KNH1UVlPdVB3K1zO > EQf6uK/6A2O4l1gIWK6WnXKJ8tLqLW6elgxJmQgOlcoc0sS9hA2r3m10emsMhPv2 > idgAzAySKX9Oj8vbqIwwJWxxpipQdvsZBPg71fuPKjuCvRCyWkIw2QX3ZcT/ck1T > 4foq1Tvr1rhIHKx6iS4FfEyhfigJALvnHAWtQ2gvcNTTd6XegO9fkoOjaOZRuuf/ > HufZSSDb8XH46oPKniROXhQdFToxrGwfb4zaX4tLuMFTBfmzmnlXNWFzpWezNRU4 > SF/lCLpDqlbCgcUaPVgdBY5lKzSWMXw9QvVn9C0TbRWl/zYWcvAtgxF36ySSxW4s > MAmZOhewr2fNQTjrbxGQgtTq8ihSmFk3Pi6hzAlGlqmZ43W5bzjGSK/ThrdLNW4v > CDw8YGl9DZSgKWng4bTbgXyuHQqSfzUhtcS11gEn5QvYA7/58w7mjTk/iDLrDc8z > ATejyWnP+0rezF9vvzJv5m0jIq6cXSxC1BKlc/+Q6WhUg9Mf+B5y/AZwU7RXIZoe > bbb89H2bhDJE3obG1UzSe9uIrsQQ6/usbnvgYLANvaIDP6vBUtk= > =58Ek > -----END PGP SIGNATURE----- > -- > ubuntu-server mailing list > [email protected] > https://lists.ubuntu.com/mailman/listinfo/ubuntu-server > More info: https://wiki.ubuntu.com/ServerTeam -- ubuntu-server mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-server More info: https://wiki.ubuntu.com/ServerTeam
