Re: Boot with no working console?

2014-06-04 Thread Adrian Steinmann
On Thu, May 15, 2014 at 12:01:18PM -0700, Konrad Schroder wrote: > I have an PC Engines APU1C that I've been trying to boot into NetBSD. > The problem is that it has no frame buffer hardware at all, and the > serial ports, as far as I can tell, don't work (either with the > bootloader or with th

Re: unmounting a NFS-exported file system

2013-10-20 Thread Adrian Steinmann
kill -STOP mountd-pid && kill -STOP nfsd-pid \ && fsck NFS-exported-mountpoint && \ kill -START nfsd-pid && kill -START mountd-pid just a crazy idea, never tried it myself... I'd hate to be on an NFS client though ;-) Ast On Sat, Oct 19, 2013 at 06:33:59PM +0200, Hauke Fath wrote: > On Sat, 19 O

EuroBSDcon slides: pivot_root for BSD including NetBSD code

2012-10-20 Thread Adrian Steinmann
I have just delivered a presentation on pivot_root at EuroBSDcon and have put up the most important slides, a patch including new files against HEAD 20121017, and a custom ramdisk build I used to demonstrate pivot_root here: http://marabu.ch/pivot_root_eurobsdcon_2012/index.html I looking for fee