bug#21010: eject fails because of hardcoded path to umount

2015-07-08 Thread Ludovic Courtès
Andreas Enge skribis: > On Wed, Jul 08, 2015 at 02:18:21PM +0200, Alex Sassmannshausen wrote: >> eject: unable to exec /bin/umount of `/mnt/usb' > > The culprit is in the source code of util-linux-2.25.2/sys-utils/eject.c: > 681:execl("/bin/umount", "/bin/umount", name, "-n",

bug#21010: eject fails because of hardcoded path to umount

2015-07-08 Thread Andreas Enge
On Wed, Jul 08, 2015 at 02:18:21PM +0200, Alex Sassmannshausen wrote: > eject: unable to exec /bin/umount of `/mnt/usb' The culprit is in the source code of util-linux-2.25.2/sys-utils/eject.c: 681:execl("/bin/umount", "/bin/umount", name, "-n", NULL); 683:e

bug#21010: eject fails because of hardcoded path to umount

2015-07-08 Thread Alex Sassmannshausen
Hello, I'm running GuixSD. I tried to 'eject' a pen drive today using `sudo eject /mnt/usb` The command failed with ---8<>8--- eject: unable to exec /bin/umount of `/mnt/usb' eject: unmount of `/mnt/usb' failed ---8<>8--- Some more inform