Bug#737759: hurd: Add init.d script to create /var/run/mtab

2017-06-26 Thread Samuel Thibault
Petter Reinholdtsen, on dim. 25 juin 2017 09:20:21 +0200, wrote: > Is this issue still relevant, or should this bug be closed? If hurd do not > want > or need mtab, but instead patch tools to not need it, I believe it should be > closed. AIUI, now that we have /etc/mtab as a symlink to /proc/mo

Bug#737759: hurd: Add init.d script to create /var/run/mtab

2017-06-25 Thread Petter Reinholdtsen
Is this issue still relevant, or should this bug be closed? If hurd do not want or need mtab, but instead patch tools to not need it, I believe it should be closed. -- Happy hacking Petter Reinholdtsen

Bug#737759: hurd: Add init.d script to create /var/run/mtab

2014-02-06 Thread Samuel Thibault
Petter Reinholdtsen, le Thu 06 Feb 2014 12:58:13 +0100, a écrit : > [Samuel Thibault] > > Well, I'm not sure we want to add an init script just for this while > > simply building coreutils will fix the issue (and we have to get it > > built at some point anyway). When I mentioned on IRC that it co

Bug#737759: hurd: Add init.d script to create /var/run/mtab

2014-02-06 Thread Petter Reinholdtsen
[Samuel Thibault] > Well, I'm not sure we want to add an init script just for this while > simply building coreutils will fix the issue (and we have to get it > built at some point anyway). When I mentioned on IRC that it could > be brownpaperbag-fixed, I was thinking about just a one-liner in > s

Bug#737759: hurd: Add init.d script to create /var/run/mtab

2014-02-06 Thread Samuel Thibault
Petter Reinholdtsen, le Thu 06 Feb 2014 12:14:37 +0100, a écrit : > Here is a more complete patch to implement my proposed change. It > drop the symlinking in /etc/hurd/rc and do it in an init.d scripts > instead. Well, I'm not sure we want to add an init script just for this while simply buildin

Bug#737759: hurd: Add init.d script to create /var/run/mtab

2014-02-06 Thread Petter Reinholdtsen
Here is a more complete patch to implement my proposed change. It drop the symlinking in /etc/hurd/rc and do it in an init.d scripts instead. -- Happy hacking Petter Reinholdtsen diff -ur hurd-0.5.git20140203/debian/patches/rc.patch hurd-0.5.git20140203-pere/debian/patches/rc.patch --- hurd-0.5

Bug#737759: hurd: Add init.d script to create /var/run/mtab

2014-02-05 Thread Petter Reinholdtsen
Package: hurd Version: 1:0.5.git20140203-1 Severity: important Tags: patch At the moment in unstable when booting Hurd using sysvinit, df and friends do not work because /var/run/mtab do not exist. It should point to /proc/mounts, and this is done in /etc/hurd/rc when not booting using sysvinit.