[Pkg-sysvinit-devel] Bug#672959: Bug#672959: kfreebsd-*: panic: vm_fault_copy_wired
Steven Chamberlain
steven at pyro.eu.org
Mon Aug 20 19:50:33 UTC 2012
On 20/08/12 20:16, Axel Beckert wrote:
> [...] clearly something _after_ the fsck does that.
Looking back at my 'dot' graph of initscript dependencies, it seems like
freebsdutils is the only thing that is free to run before, after, or at
the same time as checkroot.sh and thus could be affected by how long it
takes to run.
Then mtab.sh would be the next thing to run after both checkroot.sh and
freebsdutils are finished.
freebsdutils might try to rm and recreate /etc/mtab as a symlink while
fsck is running, if it is not already there. Or more likely that would
fail because I think it would be still read-only at that point.
Or instead it may try to mount things on /dev/fd, /proc or /sys while
fsck is running. I don't know what implications that could have.
Do you think freebsdutils should really wait for checkroot?
Regards,
--
Steven Chamberlain
steven at pyro.eu.org
More information about the Pkg-sysvinit-devel
mailing list