Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 May 2001 13:56:04 -0600
From:      "Cory Vokey" <cory.vokey@messagingdirect.com>
To:        <freebsd-stable@freebsd.org>
Cc:        "Doug Lee" <dgl@visi.com>
Subject:   Re: smbfs: kernel/library version mismatch after make world
Message-ID:  <059e01c0e7b0$3a8ca4d0$535ca1c6@elbrus>
References:  <20010528142059.A703@kirk.sector14.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi Doug, I ran into a similar problem last week and had to 
add "options SYSVSEM" to get smbd to run correctly.  The 
kernel config. for the 4.2 release did not have this option 
and everything worked fine, but for some reason 4.3
requires it.  

Cory Vokey.

----- Original Message ----- 
From: "Doug Lee" <dgl@visi.com>
To: <freebsd-stable@FreeBSD.ORG>
Sent: Monday, May 28, 2001 12:20 PM
Subject: smbfs: kernel/library version mismatch after make world


> I just cvsuped to 4.3-STABLE (from 4.2-STABLE) and did make
> buildworld, make buildkernel, make installkernel, and make
> installworld.  During the buildkernel, I realized I wanted to make
> some changes to my kernel config file; so I did, then aborted and
> started over the buildkernel.  No errors.
> 
> The biggest change was the addition of these lines for SMBFS:
> 
> # SMB/CIFS requester
> options NETSMB #SMB/CIFS requester
> options NETSMBCRYPTO #encrypted password support for SMB
> options LIBMCHAIN #mbuf management library
> options LIBICONV # Kernel side iconv library
> options SMBFS #SMB/CIFS filesystem
> 
> After a mergemaster and a final reboot, I tried as root:
> 
> mount -t smbfs file://winserver/c /mnt
> 
> I got this in response (originally one line):
> 
> smbfs: smb_lib_init: kernel module version(103006) don't match
> library(102001).
> 
> I then tried manually kldloading smbfs.ko, but things went down hill
> from there; details if they'll help, but I doubt it or I'd have put
> them here. :-)
> 
> I believe I had tried using smbfs once on this machine in its pre-MFC
> days; but that's been months now.  I don't even remember if it was a
> port then or a direct attempt at installing from the source.
> 
> Suggestions?
> 
> Please CC me so I don't lose the reply in the list mailbox. :)
> 
> -- 
> Doug Lee           dgl@visi.com        http://www.visi.com/~dgl
> Bartimaeus Group   doug@bartsite.com   http://www.bartsite.com
> "Nearly all men can stand adversity, but if you want to test a man's
> character, give him power." -Abraham Lincoln
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-stable" in the body of the message
> 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?059e01c0e7b0$3a8ca4d0$535ca1c6>