[Touch-packages] [Bug 2064096] Re: rsyslog service timeout on noble numbat

2024-04-29 Thread Simon Déziel
Here's how to reproduce this in a LXD VM: Download Ubuntu 24.04 Desktop image into ~/Downloads Import the ISO $ lxc storage volume import default ~/Downloads/ubuntu-24.04-desktop-amd64.iso 24.04-desktop --type=iso Prepare a LXD VM $ lxc init --empty --vm lxd-noble-fde -c limits.memory=6GiB -c

[Touch-packages] [Bug 2063257] Re: Noble: default pam config for login tries do load non-existent pam_lastlog.so

2024-04-25 Thread Simon Déziel
*** This bug is a duplicate of bug 2060676 *** https://bugs.launchpad.net/bugs/2060676 ** This bug has been marked a duplicate of bug 2060676 login: remove pam_lastlog.so from config -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 2057927] Re: lxd vga console throws "Operation not permitted" error

2024-04-22 Thread Simon Déziel
I just tested 5.21/stable and couldn't reproduce as it properly disable the /proc/sys/kernel/apparmor_restrict_unprivileged_userns and /proc/sys/kernel/apparmor_restrict_unprivileged_unconfined that would otherwise have caused those denials. Marking as incomplete until you can reproduce with

[Touch-packages] [Bug 2060965] Re: liblxc is missing in 24.04

2024-04-17 Thread Simon Déziel
Thanks for the follow-up! ** Changed in: lxc (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to lxc in Ubuntu. https://bugs.launchpad.net/bugs/2060965 Title: liblxc is missing in

[Touch-packages] [Bug 2036127] Re: Restarting `systemd-networkd` looses unmanaged bridged parents

2024-02-26 Thread Simon Déziel
@enr0n, yes, I did restart systemd-networkd after creating /etc/systemd/network/10-netplan-vlan1.network.d/keep_master.conf. If you want to reproduce, the steps outlined in the bug descriptions should provide you with a simple reproducer. -- You received this bug notification because you are a

[Touch-packages] [Bug 2036127] Re: Restarting `systemd-networkd` looses unmanaged bridged parents

2024-02-23 Thread Simon Déziel
@enr0n, the proposal to add: bridges: br0: interfaces: [vlan1] To the network config defeats the purpose. The goal is to not have to do double configuration. The bridge is define in LXD, the vlan1 only in netplan. The other proposed fix of `KeepMaster=true` snippet in

[Touch-packages] [Bug 2051572] Re: Always preseed core and snapd snap in server seed

2024-02-15 Thread Simon Déziel
FYI, snapd is a "base-less" snap: $ lxc launch ubuntu-minimal-daily:22.04 c1 $ lxc shell c1 root@c1:~# snap list No snaps are installed yet. Try 'snap install hello-world'. root@c1:~# snap install snapd 2024-02-15T21:17:09Z INFO Waiting for automatic snapd restart... snapd 2.61.1 from Canonical✓

[Touch-packages] [Bug 2039873] Re: [SRU] liblxc-dev was built with LXC_DEVEL=1 in Ubuntu 22.04 and later releases

2024-02-02 Thread Simon Déziel
This was verified on Mantic with -proposed (1:5.0.1-0ubuntu8~23.10.1). Here's how: $ lxc launch ubuntu-daily:23.10 c2 Creating c2 Starting c2 $ lxc shell c2 root@c2:~# apt-get update ... root@c2:~# apt-get install -Vy liblxc-dev Reading package lists... Done Building dependency tree... Done

[Touch-packages] [Bug 2039873] Re: [SRU] liblxc-dev was built with LXC_DEVEL=1 in Ubuntu 22.04 and later releases

2024-02-02 Thread Simon Déziel
This was verified on Jammy with -proposed (1:5.0.0~git2209-g5a7b9ce67-0ubuntu1.1). Here's how: $ lxc launch ubuntu-daily:22.04 c1 Creating c1 Starting c1 root@c1:~# apt-get update ... root@c1:~# apt-get install -Vy liblxc-dev Reading package lists... Done Building dependency tree... Done Reading

[Touch-packages] [Bug 2051572] Re: Always preseed core and snapd snap in server seed

2024-01-30 Thread Simon Déziel
** Description changed: In removing the LXD snap from preseeding in the server seed for Ubuntu - 24.04 as part LP #2051346 [1] we also removed the snaps snap and the + 24.04 as part LP #2051346 [1] we also removed the snapd snap and the core22 snap. This means that are subsequent snap

[Touch-packages] [Bug 2047939] Re: Let tzdata not recommend tzdata-icu

2024-01-22 Thread Simon Déziel
@bdrung, I just noticed this package is now in universe in Noble. Is the demotion related to this bug? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to tzdata in Ubuntu. https://bugs.launchpad.net/bugs/2047939 Title: Let

[Touch-packages] [Bug 2033422] Re: openssl: backport to jammy "clear method store / query cache confusion"

2024-01-20 Thread Simon Déziel
Using a fast HTTPS server (same LAN as client), the `main.py` tests goes from ~8s to ~2.5s: # time python3 /tmp/main.py Distro: Ubuntu 22.04.3 LTS Python Version: 3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0] OpenSSL Version: OpenSSL 3.0.2 15 Mar 2022 0 1 2 3 ... 99 real0m8.163s user

[Touch-packages] [Bug 2039873] Re: liblxc-dev was built with LXC_DEVEL=1 in Ubuntu 22.04 and later releases

2024-01-19 Thread Simon Déziel
In fact, the same but updated note was already on https://documentation.ubuntu.com/lxd/en/latest/installing/#install-lxd- from-source where it mentions that it affects 22.04 onward while the one you dug up says 23.04/23.10 are not affected ;) -- You received this bug notification because you are

[Touch-packages] [Bug 2039873] Re: liblxc-dev was built with LXC_DEVEL=1 in Ubuntu 22.04 and later releases

2023-11-23 Thread Simon Déziel
** Summary changed: - liblxc-dev was built with LXC_DEVEL=1 in Ubuntu Jammy/Kinetic + liblxc-dev was built with LXC_DEVEL=1 in Ubuntu 22.04 and later releases -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to lxc in Ubuntu.

[Touch-packages] [Bug 2039873] Re: liblxc-dev was built with LXC_DEVEL=1 in Ubuntu Jammy/Kinetic

2023-10-19 Thread Simon Déziel
https://git.launchpad.net/ubuntu/+source/lxc/tree/debian/patches/0003-meson- Set-DEVEL-flag-post-release.patch is the patch that should be dropped by the SRU. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to lxc in Ubuntu.

[Touch-packages] [Bug 2036127] [NEW] Restarting `systemd-networkd` looses unmanaged bridged parents

2023-09-14 Thread Simon Déziel
Public bug reported: My home network comprises many VLANs managed by `systemd- networkd`/`netplan`. Those VLANs are then used as parent interfaces for LXD networks. Whenever `systemd-networkd` is restarted (i.e: post- update), my whole network breaks because all the unmanaged bridges lose their

[Touch-packages] [Bug 1914839] Re: package upgrade should replace /etc/ssl/certs/ca-certificates.crt atomically

2023-09-06 Thread Simon Déziel
This was fixed in ca-certificates version 20211016 which is what Jammy released with. As of today, all Ubuntu releases from Bionic onward ship 20230311 so marking as fix released. ** Changed in: ca-certificates (Ubuntu) Status: Triaged => Fix Released -- You received this bug

[Touch-packages] [Bug 484786] Re: Better support for btrfs snapshots

2023-06-16 Thread Simon Déziel
Nowadays, btrfs snapshots can only be taken by the owner of the source subvol. https://btrfs.readthedocs.io/en/latest/ch-mount- options.html#btrfs-specific-mount-options: > Historically, any user could create a snapshot even if he was not owner of the source subvolume, the subvolume deletion has

[Touch-packages] [Bug 2010561] Re: The Netplan Everywhere NetworkManager fails to supply Netplan with networking information until a connection is deleted and re-created

2023-06-01 Thread Simon Déziel
@slyon I saw that https://git.launchpad.net/network- manager/commit/?h=netplan/lunar- gu=900b2e15bce37363b263a224e60674f804114693 requires the `file` package to be available. Some systems don't have installed, albeit probably not common on desktops but I though I'd mention just in case. That same

[Touch-packages] [Bug 2009738] Re: no lxc manpage

2023-03-09 Thread Simon Déziel
Did I mentioned it was not convenient? :P $ d="$(mktemp -d)" $ lxc manpage "$d" $ ls -1 "$d" lxc.1 lxc.alias.1 lxc.alias.add.1 lxc.alias.list.1 lxc.alias.remove.1 lxc.alias.rename.1 lxc.cluster.1 lxc.cluster.add.1 ... $ ls -1 "$d" | wc -l 293 -- You received this bug notification because you

[Touch-packages] [Bug 2009738] Re: no lxc manpage

2023-03-09 Thread Simon Déziel
I've been told that snaps can't ship man pages unfortunately: https://forum.snapcraft.io/t/support-for-man-pages/2299/24 https://bugs.launchpad.net/snapd/+bug/1575593 You can get something with `lxc manpage` which is basically the builtin --help formatted for man. However, that's not

[Touch-packages] [Bug 1404635] Re: rsync: recv_generator: mkdir error with folder ending with space

2023-03-08 Thread Simon Déziel
Interesting! If your recollection is accurate then I unfortunately don't see how rsync could workaround that FAT32 limitation :/ -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to rsync in Ubuntu.

[Touch-packages] [Bug 2009575] Re: Upgrade to 3.1.3-8ubuntu0.5 causing sync errors

2023-03-08 Thread Simon Déziel
Jammy's rsync (3.2.7) has --trust-sender that's described as: "trust the remote sender's file list" However that won't be of much help as that's not available in older releases :/ -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed

[Touch-packages] [Bug 806880] Re: make_bak_dir mkdir failed: File exists (17)

2023-03-07 Thread Simon Déziel
The rsync versions mentioned in the bug are very old and the distro version they came with, long out of support. As such, I'll mark the issue as incomplete until this can be reproduced/confirmed with a recent/supported version. Thanks! ** Changed in: rsync (Ubuntu) Status: Confirmed =>

[Touch-packages] [Bug 1404635] Re: rsync: recv_generator: mkdir error with folder ending with space

2023-03-07 Thread Simon Déziel
I'll mark this old bug as fix released because I can't reproduce it on 20.04 (3.1.3) nor 22.04 (rsync 3.2.7). Here's how I tested it on 20.04: # rsync --version rsync version 3.1.3 protocol version 31 ... # mkdir -p "src/a " dst # rsync -aiv src/ dst/ sending incremental file list .d..t..

[Touch-packages] [Bug 2007837] Re: Regression in stderr handling in 3.2.3 breaks BackupPc on 22.04; fix available in 3.2.4

2023-03-01 Thread Simon Déziel
I /think/ there is work being done by security to land a MRE for rsync, you might want to sync with @mdeslaur. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to rsync in Ubuntu. https://bugs.launchpad.net/bugs/2007837 Title:

[Touch-packages] [Bug 1641236] Re: Confined processes inside container cannot fully access host pty device passed in by lxc exec

2023-02-10 Thread Simon Déziel
@georgiag, the behaviour changes when you tell tcpdump to do line buffering (`-l`). -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apparmor in Ubuntu. https://bugs.launchpad.net/bugs/1641236 Title: Confined processes

[Touch-packages] [Bug 869881] Re: rsyslogd fails to load lmnsd_gtls.so

2023-01-18 Thread Simon Déziel
Yeah, I figured it was likely the outcome when I replied to a bug that was last touched 10 years ago ;) The bug will close itself in ~60 days if nothing happen so I think that's OK. Thanks! -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 869881] Re: rsyslogd fails to load lmnsd_gtls.so

2023-01-15 Thread Simon Déziel
I tested a rsyslog client talking to a rsyslog server both using `rsyslog-gnutls 8.2112.0-2ubuntu2.2` on Ubuntu 22.04 and it worked fine. There, there is no error loading "/usr/lib/x86_64-linux- gnu/rsyslog/lmnsd_gtls.so" as long as the `-gnutls` package is installed. I used only a cert (from

[Touch-packages] [Bug 1965076] Re: rsync --update incorrectly reports file "is newer" than itself

2022-10-24 Thread Simon Déziel
@paride, I know it's a low priority item but I was wondering what's next to do for the SRU? Thanks! -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to rsync in Ubuntu. https://bugs.launchpad.net/bugs/1965076 Title: rsync

[Touch-packages] [Bug 1965076] Re: rsync --update incorrectly reports file "is newer" than itself

2022-10-13 Thread Simon Déziel
Thanks Paride for the feedback, here's a refreshed debdiff! ** Patch removed: "rsync_3.2.3-8ubuntu4.debdiff" https://bugs.launchpad.net/ubuntu/+source/rsync/+bug/1965076/+attachment/5623548/+files/rsync_3.2.3-8ubuntu4.debdiff ** Patch added: "rsync_3.2.3-8ubuntu3.1.debdiff"

[Touch-packages] [Bug 1965076] Re: rsync --update incorrectly reports file "is newer" than itself

2022-10-12 Thread Simon Déziel
I packaged the upstream fix (minus the changes to NEWS.md) and created the debdiff attached. ** Description changed: + [Impact] + + This bug causes rsync 3.2.3 to wrongly report files with an exact same mtime as being "newer" + implying they would need to be transfered/sync'ed where in fact

[Touch-packages] [Bug 1965076] Re: rsync --update incorrectly reports file "is newer" than itself

2022-10-11 Thread Simon Déziel
** Also affects: rsync via https://github.com/WayneD/rsync/issues/98 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to rsync in Ubuntu. https://bugs.launchpad.net/bugs/1965076

[Touch-packages] [Bug 1965076] Re: rsync --update incorrectly reports file "is newer" than itself

2022-10-10 Thread Simon Déziel
If you can fill out the SRU template, that'd be great! I see that you worked with upstream to ID which commit corrected the problem, that will be useful to whoever creates a debdiff! If you need a hand with the debdiff, please let me know and I'll set some time aside. Thanks! -- You received

[Touch-packages] [Bug 1965076] Re: rsync --update incorrectly reports file "is newer" than itself

2022-10-10 Thread Simon Déziel
@Ian, the back and forth on status was apparently due to a simple mistake on which distro version was affected. The good news is that thanks to comment #7, we now know that Kinetic is fixed which is one of the required step to do a SRU (https://wiki.ubuntu.com/StableReleaseUpdates) to have the fix

[Touch-packages] [Bug 1965076] Re: rsync --update incorrectly reports file "is newer" than itself

2022-10-10 Thread Simon Déziel
I can confirm the problem affects rsync 3.2.3-8ubuntu3 as shipped in 22.04. ** Changed in: rsync (Ubuntu) Status: Invalid => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to rsync in Ubuntu.

[Touch-packages] [Bug 1991975] Re: dev file system is mounted without nosuid

2022-10-06 Thread Simon Déziel
I can confirm the issue on an *old* GCP instance: $ mount | grep devtmp devtmpfs on /dev type devtmpfs (rw,relatime,size=490260k,nr_inodes=122565,mode=755,inode64) $ cat /etc/cloud/build.info build_name: server serial: 20200902 $ uname -a Linux mx1 5.15.0-1018-gcp #24~20.04.1-Ubuntu SMP Mon

[Touch-packages] [Bug 634900] Re: "oom never" makes ssh upstart job fail to start in OpenVZ container

2022-08-23 Thread Simon Déziel
I'll mark the bug as fix released as I think Ubuntu releases no longer suffer from this problem. Also, all Ubuntu releases still receiving normal support have moved away from upstart. ** Changed in: upstart (Ubuntu) Status: Triaged => Fix Released -- You received this bug notification

[Touch-packages] [Bug 1980146] Re: dnsmasq often using 100% of CPU if the upstream nameserver is unreachable

2022-08-17 Thread Simon Déziel
** Summary changed: - dnsmasq often using 100% of CPU + dnsmasq often using 100% of CPU if the upstream nameserver is unreachable -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to dnsmasq in Ubuntu.

[Touch-packages] [Bug 1983981] [NEW] Wrong package version displayed in action summary if update is available

2022-08-08 Thread Simon Déziel
Public bug reported: If an update for a package is available but not installed, simulating a purge shows the wrong version. On that 20.04 system, an update to libxml2 2.9.10+dfsg-5ubuntu0.20.04.4 was available but only the ".3" one was installed. Simulating a purge gives this bogus output (with

[Touch-packages] [Bug 943819] Re: package rsyslog 4.6.4-2ubuntu4.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 10

2022-07-27 Thread Simon Déziel
This bug was reported against an Ubuntu version that's long been EOL. Please try to reproduce with a supported release and report a new bug if appropriate. Thanks. ** Changed in: rsyslog (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a

[Touch-packages] [Bug 936968] Re: rsyslog-gnutls requires rsyslog=4.2.0-2ubuntu8 which is not latest

2022-07-27 Thread Simon Déziel
The affected Ubuntu release is no longer supported so closing the bug. The problem seemed like a mirror or an apt issue more than a rsyslog one anyway. ** Changed in: rsyslog (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu

[Touch-packages] [Bug 1163941] Re: package rsyslog 5.8.6-1ubuntu8.1 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 10

2022-07-27 Thread Simon Déziel
This bug was reported against an Ubuntu version that's long been EOL. Please try to reproduce with a supported release and report a new bug if appropriate. Thanks. ** Changed in: rsyslog (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of

[Touch-packages] [Bug 1155988] Re: package rsyslog-pgsql 5.8.6-1ubuntu8 failed to install/upgrade: subprocess installed pre-removal script returned error exit status 1

2022-07-27 Thread Simon Déziel
This bug was reported against an Ubuntu version that's long been EOL. Please try to reproduce with a supported release and report a new bug if appropriate. Thanks. ** Changed in: rsyslog (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of

[Touch-packages] [Bug 1408748] Re: package rsyslog 7.4.4-1ubuntu11.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128

2022-07-27 Thread Simon Déziel
This bug was reported against an Ubuntu version that's long been EOL. Please try to reproduce with a supported release and report a new bug if appropriate. Thanks. ** Changed in: rsyslog (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a

[Touch-packages] [Bug 1189013] Re: package rsyslog 5.8.6-1ubuntu8.4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 13

2022-07-27 Thread Simon Déziel
This bug was reported against an Ubuntu version that's long been EOL. Please try to reproduce with a supported release and report a new bug if appropriate. Thanks. ** Changed in: rsyslog (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of

[Touch-packages] [Bug 1191301] Re: package rsyslog 5.8.6-1ubuntu8.4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 127

2022-07-27 Thread Simon Déziel
This bug was reported against an Ubuntu version that's long been EOL. Please try to reproduce with a supported release and report a new bug if appropriate. Thanks. ** Changed in: rsyslog (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of

[Touch-packages] [Bug 1477584] Re: package rsyslog 7.4.4-1ubuntu14 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2022-07-27 Thread Simon Déziel
This bug was reported against an Ubuntu version that's long been EOL. Please try to reproduce with a supported release and report a new bug if appropriate. Thanks. ** Changed in: rsyslog (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a

[Touch-packages] [Bug 925058] Re: package rsyslog 4.6.4-2ubuntu4.2 failed to install/upgrade: le sous-processus dpkg-deb --control a retourné une erreur de sortie d'état 2

2022-07-27 Thread Simon Déziel
This bug was reported against an Ubuntu version that's long been EOL. Please try to reproduce with a supported release and report a new bug if appropriate. Thanks. ** Changed in: rsyslog (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a

[Touch-packages] [Bug 1188435] Re: logger --udp does not work (sends AF_UNIX)

2022-07-27 Thread Simon Déziel
Ubuntu 22.04 with rsyslog 8.2112.0 doesn't have this problem so marking as fixed, thanks! ** Changed in: rsyslog (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to rsyslog in

[Touch-packages] [Bug 918965] Re: package rsyslog 4.2.0-2ubuntu8.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 10

2022-07-27 Thread Simon Déziel
This bug was reported against an Ubuntu version that's long been EOL. Please try to reproduce with a supported release and report a new bug if appropriate. Thanks. ** Changed in: rsyslog (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a

[Touch-packages] [Bug 1204990] Re: rsyslog-relp improperly depends on a specific version of rsyslog no longer in the repo

2022-07-27 Thread Simon Déziel
Ubuntu 18.04 with rsyslog 8.32.0 is not affected by that problem anymore so marking as such. Thanks. ** Changed in: rsyslog (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 847665] Re: package rsyslog-mysql 5.8.1-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2022-07-27 Thread Simon Déziel
This bug was reported against an Ubuntu version that's long been EOL. Please try to reproduce with a supported release and report a new bug if appropriate. Thanks. ** Changed in: rsyslog (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a

[Touch-packages] [Bug 698171] Re: package rsyslog 4.2.0-2ubuntu8.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1. action "restart" failed

2022-07-27 Thread Simon Déziel
This bug was reported against an Ubuntu version that's long been EOL. Please try to reproduce with a supported release and report a new bug if appropriate. Thanks. ** Changed in: rsyslog (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a

[Touch-packages] [Bug 1430457] Re: upgrade from 14.10 to 15.04

2022-07-27 Thread Simon Déziel
This bug was reported against an Ubuntu version that's long been EOL. Please try to reproduce with a supported release and report a new bug if appropriate. Thanks. ** Changed in: rsyslog (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a

[Touch-packages] [Bug 498531] Re: package rsyslog 4.2.0-2ubuntu5.1 failed to upgrade: exit status 1. start: Unknown job: rsyslog

2022-07-27 Thread Simon Déziel
This bug was reported against an Ubuntu version that's long been EOL. Please try to reproduce with a supported release and report a new bug if appropriate. Thanks. ** Changed in: rsyslog (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a

[Touch-packages] [Bug 933943] Re: rsyslogd please apply patch for large group handling

2022-07-27 Thread Simon Déziel
Marking as fix released based on versions reported in comment # 10. Ubuntu Trusty ships 7.4.4 so it has the patch. ** Changed in: rsyslog (Ubuntu) Status: Triaged => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 476877] Re: package rsyslog 4.2.0-2ubuntu5.1 failed to upgrade: exit status 1. start: Job is already running: rsyslog

2022-07-27 Thread Simon Déziel
This bug was reported against an Ubuntu version that's long been EOL. Please try to reproduce with a supported release and report a new bug if appropriate. Thanks. ** Changed in: rsyslog (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of

[Touch-packages] [Bug 588101] Re: package rsyslog 4.2.0-2ubuntu8 failed to install/upgrade: Hang after displaying Installing new version of config file /etc/rsyslog.conf

2022-07-27 Thread Simon Déziel
This bug was reported against an Ubuntu version that's long been EOL. Please try to reproduce with a supported release and report a new bug if appropriate. Thanks. ** Changed in: rsyslog (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of

[Touch-packages] [Bug 506691] Re: package rsyslog 4.2.0-2ubuntu5.1 failed to install/upgrade: underprocess installerade post-installation-skript gav felkod 255

2022-07-27 Thread Simon Déziel
This bug was reported against an Ubuntu version that's long been EOL. Please try to reproduce with a supported release and report a new bug if appropriate. Thanks. ** Changed in: rsyslog (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of

[Touch-packages] [Bug 583936] Re: package rsyslog-mysql 4.2.0-2ubuntu8 failed to install/upgrade: subprocess installed pre-removal script returned error exit status 1

2022-07-27 Thread Simon Déziel
** Changed in: rsyslog (Ubuntu) Status: Confirmed => Incomplete -- 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/583936 Title: package rsyslog-mysql 4.2.0-2ubuntu8

[Touch-packages] [Bug 873238] Re: package rsyslog 4.6.4-2ubuntu4.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 127

2022-07-27 Thread Simon Déziel
This bug was reported against an Ubuntu version that's long been EOL. Please try to reproduce with a supported release and report a new bug if appropriate. Thanks. ** Changed in: rsyslog (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of

[Touch-packages] [Bug 498806] Re: package rsyslog 4.2.0-2ubuntu5.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 10

2022-07-27 Thread Simon Déziel
This bug was reported against an Ubuntu version that's long been EOL. Please try to reproduce with a supported release and report a new bug if appropriate. Thanks. ** Changed in: rsyslog (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a

[Touch-packages] [Bug 670097] Re: package rsyslog 4.2.0-2ubuntu8 failed to install/upgrade:

2022-07-27 Thread Simon Déziel
This bug was reported against an Ubuntu version that's long been EOL. Please try to reproduce with a supported release and report a new bug if appropriate. Thanks. ** Changed in: rsyslog (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of

[Touch-packages] [Bug 701166] Re: package rsyslog 4.2.0-2ubuntu8.1 failed to upgrade: exit status 127. Can not write log, openpty() failed (/dev/pts not mounted?)

2022-07-27 Thread Simon Déziel
This bug was reported against an Ubuntu version that's long been EOL. Please try to reproduce with a supported release and report a new bug if appropriate. Thanks. ** Changed in: rsyslog (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of

[Touch-packages] [Bug 710045] Re: package rsyslog 4.2.0-2ubuntu8.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 20

2022-07-27 Thread Simon Déziel
This bug was reported against an Ubuntu version that's long been EOL. Please try to reproduce with a supported release and report a new bug if appropriate. Thanks. ** Changed in: rsyslog (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of

[Touch-packages] [Bug 801651] Re: package rsyslog 4.2.0-2ubuntu8.1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2022-07-27 Thread Simon Déziel
This bug was reported against an Ubuntu version that's long been EOL. Please try to reproduce with a supported release and report a new bug if appropriate. Thanks. ** Changed in: rsyslog (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of

[Touch-packages] [Bug 801810] Re: package rsyslog (not installed) failed to install/upgrade: ErrorMessage: il sottoprocesso vecchio script di post-installation ha restituito lo stato di errore 1

2022-07-27 Thread Simon Déziel
This bug was reported against an Ubuntu version that's long been EOL. Please try to reproduce with a supported release and report a new bug if appropriate. Thanks. ** Changed in: rsyslog (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of

[Touch-packages] [Bug 798535] Re: package rsyslog-mysql 4.6.4-2ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2022-07-27 Thread Simon Déziel
This bug was reported against an Ubuntu version that's long been EOL. Please try to reproduce with a supported release and report a new bug if appropriate. Thanks. ** Changed in: rsyslog (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of

[Touch-packages] [Bug 869500] Re: package rsyslog 4.6.4-2ubuntu4.1 failed to install/upgrade: Unterprozess script post-installation installé wurde durch Signal (Processus arrêté) getötet

2022-07-27 Thread Simon Déziel
This bug was reported against an Ubuntu version that's long been EOL. Please try to reproduce with a supported release and report a new bug if appropriate. Thanks. ** Changed in: rsyslog (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of

[Touch-packages] [Bug 872258] Re: package rsyslog 4.6.4-2ubuntu4.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2022-07-27 Thread Simon Déziel
This bug was reported against an Ubuntu version that's long been EOL. Please try to reproduce with a supported release and report a new bug if appropriate. Thanks. ** Changed in: rsyslog (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of

[Touch-packages] [Bug 874331] Re: package rsyslog 4.6.4-2ubuntu4.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2022-07-27 Thread Simon Déziel
This bug was reported against an Ubuntu version that's long been EOL. Please try to reproduce with a supported release and report a new bug if appropriate. Thanks. ** Changed in: rsyslog (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of

[Touch-packages] [Bug 873609] Re: package rsyslog 4.6.4-2ubuntu4.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2022-07-27 Thread Simon Déziel
This bug was reported against an Ubuntu version that's long been EOL. Please try to reproduce with a supported release and report a new bug if appropriate. Thanks. ** Changed in: rsyslog (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of

[Touch-packages] [Bug 878337] Re: package rsyslog 4.6.4-2ubuntu4.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 127

2022-07-27 Thread Simon Déziel
This bug was reported against an Ubuntu version that's long been EOL. Please try to reproduce with a supported release and report a new bug if appropriate. Thanks. ** Changed in: rsyslog (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of

[Touch-packages] [Bug 967295] Re: package rsyslog 4.6.4-2ubuntu4.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 10

2022-07-27 Thread Simon Déziel
This bug was reported against an Ubuntu version that's long been EOL. Please try to reproduce with a supported release and report a new bug if appropriate. Thanks. ** Changed in: rsyslog (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of

[Touch-packages] [Bug 694949] Re: package rsyslog 4.2.0-2ubuntu8.1 failed to upgrade: exit status 127. /etc/init.d/rsyslog: 74: i2c-viapro: not found

2022-07-27 Thread Simon Déziel
This bug was reported against an Ubuntu version that's long been EOL. Please try to reproduce with a supported release. Marked as incomplete until then. Thanks. ** Changed in: rsyslog (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of

[Touch-packages] [Bug 1814302] Re: Quasselcore apparmor profile issue in lxd container.

2022-06-13 Thread Simon Déziel
I've proposed the change to Debian: https://salsa.debian.org/sdeziel- guest/quassel/-/merge_requests/1 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apparmor in Ubuntu. https://bugs.launchpad.net/bugs/1814302 Title:

[Touch-packages] [Bug 1966562] Re: ubuntu-minimal should not depend on isc-dhcp-client

2022-06-10 Thread Simon Déziel
Thanks for the explanation and pointer to the ML thread, makes sense to me now. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-meta in Ubuntu. https://bugs.launchpad.net/bugs/1966562 Title: ubuntu-minimal should

[Touch-packages] [Bug 1222301] Re: rsyncd.conf man page on numeric ids has incorrect instructions about chroot

2022-04-11 Thread Simon Déziel
Looks like this was fixed as it now (rsync 3.2.3-8ubuntu3 from 22.04 dev) says: man rsyncd.conf: > A chroot-enabled module should not have this parameter set to false unless > you're using a "name converter" program or you've taken steps to ensure that > the module has the necessary resources

[Touch-packages] [Bug 530236] Re: rsync options summary is malformed in the online help

2022-04-11 Thread Simon Déziel
`yelp man:rsync` works fine on Ubuntu 20.04 with rsync version 3.1.3-8ubuntu0.3 so marking as fix released, thanks! ** Changed in: rsync (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 1433787] Re: rsync corrupts systematically jpg files when copying from jmtpfs

2022-04-11 Thread Simon Déziel
Hello David, Ubuntu 14.10 was released a long time ago and is long end of life. Are you still able to reproduce the issue on a supported release? I'll mark the bug as Incomplete until you can report back. Thank you! ** Changed in: rsync (Ubuntu) Status: New => Incomplete -- You received

[Touch-packages] [Bug 853243] Re: rsync cannot deal with long file names

2022-04-11 Thread Simon Déziel
*** This bug is a duplicate of bug 279557 *** https://bugs.launchpad.net/bugs/279557 This bug was filled a long time ago so it is probably fixed. Also, as Hans noted, this looks like a dup of LP: #279557 so I'll mark it as such. Please re-open if that is still a problem, thanks! ** This bug

[Touch-packages] [Bug 201344] Re: rsync prints out non-informative error messages

2022-04-11 Thread Simon Déziel
The error message is now clearer (IMHO of course): $ rsync rsync://cdimage.ubuntu.com/cdimage/releases/hardy/alpha-6/hardy-desktop-i386.iso rsync: change_dir "/releases/hardy/alpha-6" (in cdimage) failed: No such file or directory (2) rsync error: some files/attrs were not transferred (see

[Touch-packages] [Bug 286357] Re: rsync crashes: double free or corruption (fasttop)

2022-04-11 Thread Simon Déziel
Ubuntu Natty (11.04) was a long time ago and since it was reported as fixed in that release, it means all still supported releases should be good. ** Changed in: rsync (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu

[Touch-packages] [Bug 728227] Re: add --copy-devices option to rsync

2022-04-11 Thread Simon Déziel
Looks like rsync got that option in the end as this is what I get from 18.04's version: # rsync --help | grep copy-devices --copy-devices copy device contents as regular file # dpkg -l| grep rsync ii rsync3.1.2-2.1ubuntu1.4 amd64

[Touch-packages] [Bug 1966127] Re: ubuntu-desktop-minimal pulls gnome-session which is in universe

2022-04-05 Thread Simon Déziel
Thanks Jeremy! -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-meta in Ubuntu. https://bugs.launchpad.net/bugs/1966127 Title: ubuntu-desktop-minimal pulls gnome-session which is in universe Status in gdm3 package

[Touch-packages] [Bug 1452115] Re: Python interpreter binary is not compiled as PIE

2022-04-04 Thread Simon Déziel
@alexmurray, totally random observation that is not related to this bug but might save you/others some times. The following 4 steps: # use a LXD VM for testing lxc launch --vm images:ubuntu/jammy sec-jammy-amd64 # stop the VM and disable UEFI secure boot lxc stop sec-jammy-amd64 # ensure

[Touch-packages] [Bug 1774788] Re: Daemon won't start at boot up (18LTS fully patched)

2022-03-30 Thread Simon Déziel
When rsyncd cannot find the address it was told to bind to, it exits with rc=10 and systemd doesn't even attempt a restart. To make it restart on such condition, the systemd unit should have `Restart=on-failure` added. -- You received this bug notification because you are a member of Ubuntu

[Touch-packages] [Bug 1959047] Re: systemd ignores RootDirectory option in .service units

2022-03-29 Thread Simon Déziel
Bionic verification was successfully done using the steps outlined in the bug description. The important parts are captured here: $ lxc exec lp1959047 -- apt-get install -y lxd Reading package lists... Done Building dependency tree Reading state information... Done The following additional

[Touch-packages] [Bug 1959047] Re: systemd ignores RootDirectory option in .service units

2022-03-29 Thread Simon Déziel
** Description changed: [Impact] Ubuntu carries a patch on top of systemd [a] to silence namespace set up failures. This is meant as a workaround for a bug in the LXD version shipped in Ubuntu 18.04. Masking namespace set up failures creates a false sense of security for the

[Touch-packages] [Bug 423607] Re: ubuntu-minimal should depends on dhcp3-client | dhcp-client instead of only dhcp3-client

2022-03-26 Thread Simon Déziel
It's been a while that ubuntu-minimal depends on isc-dhcp-client: $ apt-cache show ubuntu-minimal | grep Depends | grep dhcp Depends: adduser, apt, apt-utils, console-setup, debconf, debconf-i18n, e2fsprogs, eject, init, iproute2, iputils-ping, isc-dhcp-client, kbd, kmod, less, locales,

[Touch-packages] [Bug 1966562] [NEW] ubuntu-minimal should not depend on isc-dhcp-client

2022-03-26 Thread Simon Déziel
Public bug reported: ubuntu-minimal already depends on `init` which depends on `systemd-sysv` which depends on `systemd` which comes with `systemd-networkd` that has a DHCP client in it. Having the isc-dhcp-client package feels redundant. # Additional information $ lsb_release -rd Description:

[Touch-packages] [Bug 1959047] Re: systemd ignores RootDirectory option in .service units

2022-03-24 Thread Simon Déziel
@stgraber, I added the SRU template, let me know if something's off. Thanks! ** Description changed: + [Impact] + + Ubuntu carries a patch on top of systemd [a] to silence + namespace set up failures. This is meant as a workaround + for a bug in the LXD version shipped in Ubuntu 18.04. + +

[Touch-packages] [Bug 1959047] Re: systemd ignores RootDirectory option in .service units

2022-03-24 Thread Simon Déziel
Thanks @stgraber for providing 3.0.3-0ubuntu1~18.04.2~ppa1 (via https://launchpad.net/~stgraber/+archive/experimental). This allowed me to create a Bionic VM in which I created a Jammy container. The Jammy was then configured to have systemd in debug mode: root@bionic-vm:~# lxc config set c1

[Touch-packages] [Bug 1966127] [NEW] ubuntu-desktop-minimal pulls gnome-session which is in universe

2022-03-23 Thread Simon Déziel
Public bug reported: ubuntu-desktop-minimal is in main but installing it pulls gnome-session from universe. Here is how to reproduce it: 1) Create a Jammy VM: $ lxc launch images:ubuntu/jammy jammy-vm --vm 2) Enter the Jammy VM: $ lxc shell jammy-vm 3) Install ubuntu-desktop-minimal

[Touch-packages] [Bug 1860826] Re: pam_unix(sudo:auth): Couldn't open /etc/securetty: No such file or directory

2021-09-28 Thread Simon Déziel
It works: # witness the original bug while running `sudo -i` in another session: sdeziel@xeon:~$ tail -f /var/log/auth.log | grep pam Sep 28 16:56:52 xeon sudo: pam_unix(sudo:auth): Couldn't open /etc/securetty: No such file or directory Sep 28 16:56:53 xeon sudo: pam_unix(sudo:session): session

[Touch-packages] [Bug 1777070] Re: firefox plugin libwidevinecdm.so crashes due to apparmor denial

2021-08-07 Thread Simon Déziel
> these can be added fairly soon. > https://gitlab.com/apparmor/apparmor/-/merge_requests/684 > > though that is just landing it upstream and I am not sure when the > next ubuntu upload will be At least on 20.04, the profile comes from the firefox package, not the apparmor one: $ dpkg -S

[Touch-packages] [Bug 1891215] Re: systemd-resolved re-creates /run/systemd/resolve/*resolv.conf for every IPv6 RA received

2021-07-09 Thread Simon Déziel
Verification for Groovy (246.6-1ubuntu1.5) # Initial repro on groovy: root@groovy:~# md5sum /etc/resolv.conf; stat -t -L /etc/resolv.conf 6b21d96b644bdafc7a3094fe04ab4e88 /etc/resolv.conf /etc/resolv.conf 729 8 81a4 102 104 8f 111 1 0 0 1625844827 1625844823 1625844823 0 4096 root@groovy:~#

[Touch-packages] [Bug 1891215] Re: systemd-resolved re-creates /run/systemd/resolve/*resolv.conf for every IPv6 RA received

2021-07-09 Thread Simon Déziel
Verification for Focal (245.4-4ubuntu3.8) # Initial repro on focal: root@focal:~# md5sum /etc/resolv.conf; stat -t -L /etc/resolv.conf fbfde622ae28a4dcfbf73a397a10c6ae /etc/resolv.conf /etc/resolv.conf 717 8 81a4 101 103 76 123 1 0 0 1625844292 1625844273 1625844273 0 4096 root@focal:~# ip

[Touch-packages] [Bug 1891215] Re: systemd-resolved re-creates /run/systemd/resolve/*resolv.conf for every IPv6 RA received

2021-07-09 Thread Simon Déziel
Sorry about the noise, I had a problem in my reproducing steps, the previous comment should be ignored. I got confused by stat's output changing but that was the atime, not the mtime that was changing. ** Tags removed: verification-failed-focal ** Tags added: verification-needed-focal -- You

  1   2   3   4   >