On Thu, Oct 18, 2012 at 12:56:15PM -0000, Matteo Croce wrote:
> I have no /var/log/upstart/mountall.log

Ok.  This is because of the 'console output' line.  If you comment this line
out, do you get this log file on reboot?

> script
>     . /etc/default/rcS
>     [ -f /forcefsck ] && force_fsck="--force-fsck"
>     [ "$FSCKFIX" = "yes" ] && fsck_fix="--fsck-fix"
> 
>     # set $LANG so that messages appearing in plymouth are translated
>     if [ -r /etc/default/locale ]; then
>         . /etc/default/locale
>         export LANG LANGUAGE LC_MESSAGES LC_ALL
>     fi
> 
>     mkdir /dev/shm /dev/pts
>     ln -s /proc/self/fd /dev/

The above two lines are not part of the standard mountall job.  Why are they
here?

>     exec mountall --daemon $force_fsck $fsck_fix

Ok, so currently this line doesn't show either --verbose or the redirection,
so it's not surprising that no log is created in /run on boot.  Did you try
the line I had suggested?:

      exec mountall --daemon $force_fsck $fsck_fix --verbose >
/run/mountall.log 2>&1

In asking for a copy of this job file, I was hoping to confirm that this
change was made correctly.

-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
Ubuntu Developer                                    http://www.debian.org/
slanga...@ubuntu.com                                     vor...@debian.org

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1064074

Title:
  mountall blocks boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/1064074/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to