Re: kernel panic 6.1

2006-06-08 Thread Jeremy Baggs
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jeremy Baggs wrote: > Got a panic today. following are output from uname -a and kgdb,with > my kernel config as an attachment. > Looks like I had a PCI card conflicting with my SCSI controller. Sorry for the noise. Jeremy -BEGIN PGP

kernel panic 6.1

2006-06-05 Thread Jeremy Baggs
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Got a panic today. following are output from uname -a and kgdb,with my kernel config as an attachment. FreeBSD shiva.home.lan 6.1-STABLE FreeBSD 6.1-STABLE #8: Thu Jun 1 23:42:46 PDT 2006 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/SHIVA i386 - ---

Re: RFC: Adding a ``user'' mount option

2006-04-07 Thread Jeremy Baggs
I suppose it would be nice to have something that works "out of the box", but the solution I have been using is group permissions on the devices and then making the mount point in fstab relative instead of absolute. ie: /dev/cd0 cdrom cd9660 ro,noauto 0 0 Each user ha

UFS endian-ness

2005-07-30 Thread Jeremy Baggs
I was wondering if anyone has done any recent work with, or knows how (non-)trival it would be adding support for mounting big-endian UFS filesystems, such as the one in use on os X. Jeremy ___