DaemonForums  

Go Back   DaemonForums > FreeBSD > FreeBSD General

FreeBSD General Other questions regarding FreeBSD which do not fit in any of the categories below.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 19th February 2009
carpman carpman is offline
Shell Scout
 
Join Date: Jul 2008
Posts: 94
Default mount_nullfs: Operation not supported by device

Hello, in my investigation to find out why jail ssh access is failing i find this in logs:

Code:
FAIL (wwwuser: mount_nullfs: Operation not supported by device)FAIL (wwwuser: mount_bash: Operation not supported by device)FAIL (wwwuser: mount_nullfs: Operation not supported by device)FAIL (wwwuser: mount_nullfs: Operation not supported by device)
The server is a Dell poweredge 1650 with what i believe is the Dell PERC 3/DC PowerEdge RAID Controller addon card.

From what i can gather it may related to not having nullfs.ko kernel module loaded.

Code:
# kldstat
Id Refs Address    Size     Name
 1    3 0xc0400000 3fd3f8   kernel
 2    1 0xc07fe000 68ee4    acpi.ko

Tried loading manually:

Code:
kldload -v nullfs.ko
kldload: can't load nullfs.ko: Operation not permitted
Now i assuming this is because i have
Code:
kern_securelevel_enable="YES"
What is the best way to get this loaded on reboot with out foobarring a reboot?

cheers
Reply With Quote
  #2   (View Single Post)  
Old 19th February 2009
richardpl richardpl is offline
Spam Deminer
 
Join Date: May 2008
Location: Croatia
Posts: 284
Default

Quote:
Originally Posted by /boot/loader.conf
nullfs_load="YES"
and reboot.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
not supported by my php Nk2Network OpenBSD Packages and Ports 3 18th April 2009 09:59 AM
Are these USB wireless adapters supported in OpenBSD? guitarscn OpenBSD General 4 7th April 2009 01:29 AM
mount: /dev/ad1s1d : Operation not permitted tutosun FreeBSD General 8 9th October 2008 07:28 PM
identifying device associated with USB device? spiderpig OpenBSD General 2 7th July 2008 05:18 AM
FreeBSD supported branches update corey_james FreeBSD Security 0 3rd June 2008 03:55 AM


All times are GMT. The time now is 10:17 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick