smbfs module + securelevel

2005-01-02 Thread Gregor Mosheh
I am trying to mount a SMB share in the usual fashion:
mount -t smbfs //[EMAIL PROTECTED]/share /mnt

And in response I get this:
smbfs: vfsload(smbfs): Operation not permitted

I am running at securelevel 1, so it would make sense
if that were why I'm not allowed to load the module.
My question is: How do I have this module loaded
during the boot process, before the securelevel is
set? Is there a rc.conf variable to set? Or is
mentioning this smbfs share in the fstab sufficient?




__ 
Do you Yahoo!? 
Read only the mail you want - Yahoo! Mail SpamGuard. 
http://promotions.yahoo.com/new_mail 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: smbfs module + securelevel

2005-01-02 Thread Stefan Bethke
Am 02.01.2005 um 20:04 schrieb Gregor Mosheh:
I am trying to mount a SMB share in the usual fashion:
mount -t smbfs //[EMAIL PROTECTED]/share /mnt
And in response I get this:
smbfs: vfsload(smbfs): Operation not permitted
I am running at securelevel 1, so it would make sense
if that were why I'm not allowed to load the module.
My question is: How do I have this module loaded
during the boot process, before the securelevel is
set? Is there a rc.conf variable to set? Or is
mentioning this smbfs share in the fstab sufficient?
To make sure a module is loaded, add a line to /boot/loader.conf:
smbfs_load=YES
I believe that you also might need to load libiconf.ko, if it isn't 
pulled in automatically when loading smbfs:

libiconf_load=YES
HTH,
Stefan
--
Stefan Bethke [EMAIL PROTECTED]   Fon +49 170 346 0140
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: smbfs module + securelevel

2005-01-02 Thread Gregor Mosheh
Viel danke, Stefan!


--- Stefan Bethke [EMAIL PROTECTED] wrote:

 Am 02.01.2005 um 20:04 schrieb Gregor Mosheh:
 
  I am trying to mount a SMB share in the usual
 fashion:
  mount -t smbfs //[EMAIL PROTECTED]/share /mnt
 
  And in response I get this:
  smbfs: vfsload(smbfs): Operation not permitted
 
  I am running at securelevel 1, so it would make
 sense
  if that were why I'm not allowed to load the
 module.
  My question is: How do I have this module loaded
  during the boot process, before the securelevel is
  set? Is there a rc.conf variable to set? Or is
  mentioning this smbfs share in the fstab
 sufficient?
 
 To make sure a module is loaded, add a line to
 /boot/loader.conf:
 
  smbfs_load=YES
 
 I believe that you also might need to load
 libiconf.ko, if it isn't 
 pulled in automatically when loading smbfs:
 
  libiconf_load=YES
 
 
 HTH,
 Stefan
 
 -- 
 Stefan Bethke [EMAIL PROTECTED]   Fon +49 170 346
 0140
 
 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]