Bug#1061280: sysvinit crashes podman container on install

2024-01-25 Thread Mark Hindley
Control: tags -1 patch On Mon, Jan 22, 2024 at 02:37:39PM -0700, Sam Hartman wrote: > > "Mark" == Mark Hindley writes: > > Mark> Can you confirm? > > I agree that should work. > I have enough confidence and am busy enough today that I don't want to > build just to apply the patch.

Bug#1061280: sysvinit crashes podman container on install

2024-01-22 Thread Mark Hindley
Sam, Thanks for this. A quick look at sysvinit-core postinst reveals: restart=yes if ischroot --default-true ; then restart=no fi if [ -n "${DPKG_ROOT:-}" ]; then restart=no fi # If systemd is running, don't restart init or doing any initctl # migration. if [ -d

Bug#1061280: sysvinit crashes podman container on install

2024-01-21 Thread Sam Hartman
package: sysvinit-core: version: 3.08-5 severity: important justification: breaks unrelated software in uncommon environment I was curious about a discussion on debian-devel, so I tried to install sysvinit and wdm at the same time. I tried: podman run --rm -ti debian:unstable apt update apt