Bug#934457: installation in chroot failing with Unknown device "/dev/fuse": No such device

2019-08-29 Thread Tyler Weldon
Hello, The issue is in the command: udevadm test --action -p $(udevadm info -q path -n /dev/fuse) the -p flag is being seen as a parameter to the --action flag, which is not a valid action. Per the udevadm man page: *-c*, *--action=**ACTION* Type of event to be triggered. Possible actions are

Bug#934457: installation in chroot failing with Unknown device "/dev/fuse": No such device

2019-08-29 Thread Patrick Schleizer
Thank you very much for looking into this! Does the following information help to make head or tail of this? Otherwise, I will provide better instruction for reproduction. László Böszörményi (GCS): > How did you create that Buster chroot? #!/bin/bash set -x set -e img=/home/user/test.img ex

Bug#934457: installation in chroot failing with Unknown device "/dev/fuse": No such device

2019-08-28 Thread GCS
Control: tags -1 +moreinfo On Sun, Aug 11, 2019 at 11:24 AM Patrick Schleizer wrote: > The following code from /var/lib/dpkg/info/fuse.postinst is failing. > > if [ -e /dev/fuse ] > then > udevadm test --action -p $(udevadm info -q path -n /dev/fuse) > > /dev/null 2>&1 > fi It's very s

Processed: Re: Bug#934457: installation in chroot failing with Unknown device "/dev/fuse": No such device

2019-08-28 Thread Debian Bug Tracking System
Processing control commands: > tags -1 +moreinfo Bug #934457 [fuse] installation in chroot failing with Unknown device "/dev/fuse": No such device Added tag(s) moreinfo. -- 934457: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=934457 Debian Bug Tracking System Contact ow...@bugs.debian.org

Bug#934457: installation in chroot failing with Unknown device "/dev/fuse": No such device

2019-08-11 Thread Patrick Schleizer
Package: fuse Severity: grave X-Debbugs-CC: whonix-de...@whonix.org Dear maintainer, The following code from /var/lib/dpkg/info/fuse.postinst is failing. if [ -e /dev/fuse ] then udevadm test --action -p $(udevadm info -q path -n /dev/fuse) > /dev/null 2>&1 fi + [ -e /dev/fuse ] + ud