From owner-freebsd-stable Mon May 28 11:21:14 2001 Delivered-To: freebsd-stable@freebsd.org Received: from kirk.sector14.net (24-168-222-195.mf.cox.rr.com [24.168.222.195]) by hub.freebsd.org (Postfix) with ESMTP id 78D2D37B422 for ; Mon, 28 May 2001 11:21:11 -0700 (PDT) (envelope-from dgl@kirk.sector14.net) Received: (from dgl@localhost) by kirk.sector14.net (8.11.3/8.11.3) id f4SIL0r11386; Mon, 28 May 2001 14:21:00 -0400 (EDT) (envelope-from dgl) Date: Mon, 28 May 2001 14:20:59 -0400 From: Doug Lee To: freebsd-stable@freebsd.org Subject: smbfs: kernel/library version mismatch after make world Message-ID: <20010528142059.A703@kirk.sector14.net> Mail-Followup-To: Doug Lee , freebsd-stable@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Organization: Bartimaeus Group Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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 //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