Re: FreeBSD 6.1 - mount_nullfs broken?

2006-03-24 Thread Viren Patel
On Thu, Mar 23, 2006 at 04:31:08PM -0600, Viren Patel wrote: Hello. I just upgraded a FreeBSD 6.0 system to 6.1-prerelease and now mount_nullfs seems to be broken. I get the error mount_nullfs: Operation not supported by device. Nothing has changed in the hardware or the config files.

Re: FreeBSD 6.1 - mount_nullfs broken?

2006-03-24 Thread Kris Kennaway
On Fri, Mar 24, 2006 at 08:05:31AM -0600, Viren Patel wrote: # umount /export/jails/testjail/dev # mount_nullfs -o ro /export/jails/basejail /export/jails/testjail/basejail mount_nullfs: Operation not supported by device After looking at the dmesg output more closely one discrepancy I

Re: FreeBSD 6.1 - mount_nullfs broken?

2006-03-24 Thread Viren Patel
On Fri, Mar 24, 2006 at 08:05:31AM -0600, Viren Patel wrote: # umount /export/jails/testjail/dev # mount_nullfs -o ro /export/jails/basejail /export/jails/testjail/basejail mount_nullfs: Operation not supported by device After looking at the dmesg output more closely one discrepancy I

Re: FreeBSD 6.1 - mount_nullfs broken?

2006-03-24 Thread Kris Kennaway
On Fri, Mar 24, 2006 at 12:39:30PM -0600, Viren Patel wrote: On Fri, Mar 24, 2006 at 08:05:31AM -0600, Viren Patel wrote: # umount /export/jails/testjail/dev # mount_nullfs -o ro /export/jails/basejail /export/jails/testjail/basejail mount_nullfs: Operation not supported by device

Re: FreeBSD 6.1 - mount_nullfs broken?

2006-03-24 Thread Lowell Gilbert
Kris Kennaway [EMAIL PROTECTED] writes: On Fri, Mar 24, 2006 at 12:39:30PM -0600, Viren Patel wrote: On Fri, Mar 24, 2006 at 08:05:31AM -0600, Viren Patel wrote: # umount /export/jails/testjail/dev # mount_nullfs -o ro /export/jails/basejail /export/jails/testjail/basejail

Re: FreeBSD 6.1 - mount_nullfs broken?

2006-03-24 Thread Viren Patel
Compile it into your kernel or load the module. Read the handbook for more help. Kris That did it! The nullfs module was not being loaded into the kernel. I added it to loader.conf.local and it works now. This is definitely a change from 6.0 to 6.1-prerelease. Viren

Re: FreeBSD 6.1 - mount_nullfs broken?

2006-03-24 Thread Viren Patel
Or you could come at it the other way; figure out how you did it when you were running 6.0. The procedure has not changed. I didn't change a thing, even in 6.0. The nullfs just worked. I did the usual upgrade process to get from 6.0 to 6.1: 1. change cvs tag from RELENG_6_0 to RELENG_6

Re: FreeBSD 6.1 - mount_nullfs broken?

2006-03-24 Thread Kris Kennaway
On Fri, Mar 24, 2006 at 01:24:35PM -0600, Viren Patel wrote: Compile it into your kernel or load the module. Read the handbook for more help. Kris That did it! The nullfs module was not being loaded into the kernel. I added it to loader.conf.local and it works now. This is

Re: FreeBSD 6.1 - mount_nullfs broken?

2006-03-24 Thread Viren Patel
On Fri, Mar 24, 2006 at 01:24:35PM -0600, Viren Patel wrote: Compile it into your kernel or load the module. Read the handbook for more help. Kris That did it! The nullfs module was not being loaded into the kernel. I added it to loader.conf.local and it works now. This is

Re: FreeBSD 6.1 - mount_nullfs broken?

2006-03-24 Thread Kris Kennaway
On Fri, Mar 24, 2006 at 04:52:40PM -0600, Viren Patel wrote: On Fri, Mar 24, 2006 at 01:24:35PM -0600, Viren Patel wrote: Compile it into your kernel or load the module. Read the handbook for more help. Kris That did it! The nullfs module was not being loaded into

FreeBSD 6.1 - mount_nullfs broken?

2006-03-23 Thread Viren Patel
Hello. I just upgraded a FreeBSD 6.0 system to 6.1-prerelease and now mount_nullfs seems to be broken. I get the error mount_nullfs: Operation not supported by device. Nothing has changed in the hardware or the config files. Here is the output dmesg: Copyright (c) 1992-2006 The FreeBSD Project.

Re: FreeBSD 6.1 - mount_nullfs broken?

2006-03-23 Thread Kris Kennaway
On Thu, Mar 23, 2006 at 04:31:08PM -0600, Viren Patel wrote: Hello. I just upgraded a FreeBSD 6.0 system to 6.1-prerelease and now mount_nullfs seems to be broken. I get the error mount_nullfs: Operation not supported by device. Nothing has changed in the hardware or the config files. Here is