[Touch-packages] [Bug 1582191] [NEW] Boot stalls for 90 seconds on mdadm

2016-05-16 Thread Johan Ehnberg
Public bug reported: On a fresh Ubuntu Xenial 16.04 LTS Server install, the boot stalls for exactly 90 seconds when using a fairly complex partitioning setup. After this, everything works as expected. The partitioning is as follows: /sda GPT /sda1 ESP (/boot/efi) /sda2 raid1 md0 ext4 (/boot)

[Touch-packages] [Bug 1589289] Re: fstrim: cannot open /dev/.lxd-mounts: Permission denied

2016-09-04 Thread Johan Ehnberg
** Description changed: - fstrun daily cronjob output in an unprivileged LXD container: + fstrun weekly cronjob output in an unprivileged LXD container: /etc/cron.weekly/fstrim: fstrim: cannot open /dev/.lxd-mounts: Permission denied fstrim: /dev/fuse: not a directory fstrim: /dev/lxd:

[Touch-packages] [Bug 1779340] [NEW] systemd-networkd-wait-online.service Failed to start Wait for Network to be Configured with bridge

2018-06-29 Thread Johan Ehnberg
Public bug reported: The following simple netplan config results in a 2-minut unneccessary delay on boot. Everything works like it should in the end. The bridge has no interfaces due to a regression in Ubuntu migrating to netplan (see

[Touch-packages] [Bug 1868456] Re: "sudo: setrlimit(RLIMIT_CORE): Operation not permitted" error when using sudo in 20.04 LXD container

2020-05-18 Thread Johan Ehnberg
Workaround: echo "Set disable_coredump false" | sudo tee -a /etc/sudo.conf ** Also affects: lxd (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to sudo in Ubuntu.

[Touch-packages] [Bug 1868456] Re: "sudo: setrlimit(RLIMIT_CORE): Operation not permitted" error when using sudo in 20.04 LXD container

2020-05-18 Thread Johan Ehnberg
Container management seems to be the source of the error, sudo just suppresses it. So a potential fix is in LXD or related packages. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to sudo in Ubuntu.

[Touch-packages] [Bug 1659719] Re: ssh can't call a binary from a snap without the full path

2020-05-13 Thread Johan Ehnberg
This is fairly problematic when core functionality that is orchestrated in the cloud moves from deb to snap. In our example, lxc (LXD command line tool) was assumed to be in the path when building the orchestration. Using the full path makes it less portable. It also makes managing multiple

[Touch-packages] [Bug 1813394] Re: DROPBEAR_IFDOWN=* takes interface down but leaves netplan config

2020-05-25 Thread Johan Ehnberg
Digging even further back, it turns out that IFDOWN is in itself a workaround for an equal issue dating back to ~2012. As such, the core of the issue lies with how initramfs network setup overrides netplan. Adding that package. Given the very limited setup /etc/initramfs-tools/initramfs.conf

[Touch-packages] [Bug 1880740] [NEW] Provide a straightforward way to reset networking after initramfs

2020-05-26 Thread Johan Ehnberg
Public bug reported: Since initramfs networking is rather limited, a simple flag to reset networking afterwards (or not to generate netplan files) would be valuable. The intended effect is to allow fully featured networking tools to set up the network afterwards. Use cases include the following,

[Touch-packages] [Bug 1813394] Re: DROPBEAR_IFDOWN=* takes interface down but leaves netplan config

2020-05-26 Thread Johan Ehnberg
It seems the workaround above does not work on Ubuntu 20.04. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1813394 Title: DROPBEAR_IFDOWN=* takes interface down

[Touch-packages] [Bug 1813394] Re: DROPBEAR_IFDOWN=* takes interface down but leaves netplan config

2021-01-13 Thread Johan Ehnberg
Which version of Mint (or which upstream Ubuntu it is based on?) I wonder if there is a way to get those rows into the configs rather than editing packaged files? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1813394] Re: DROPBEAR_IFDOWN=* takes interface down but leaves netplan config

2021-04-07 Thread Johan Ehnberg
I can confirm the workaround by boxeus works on Ubuntu 20.04 LTS. To improve on that, the lines can be added to the /etc/dropbear- initramfs/config config file instead to avoid upgrade issues. It is loaded towards the end of /usr/share/initramfs-tools/scripts/init- bottom/dropbear anyway.

[Touch-packages] [Bug 2061140] Re: dropbear-initramfs package fails to install on Ubuntu 24.04 beta server

2024-04-16 Thread Johan Ehnberg
Indeed, looks like this issue is related to initramfs-tools, be that through an incompatibility introduced in either. I tested with the package in Debian Sid dropbear-initramfs (2024.84-1) and got the same error. Meanwhile, on a Debian Sid install, it works. Based on the above, I added