From owner-freebsd-questions Mon Mar 18 7:35:34 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp018.mail.yahoo.com (smtp018.mail.yahoo.com [216.136.174.115]) by hub.freebsd.org (Postfix) with SMTP id 2065B37B477 for ; Mon, 18 Mar 2002 07:34:51 -0800 (PST) Received: from bara?zani (AUTH login) at unknown (HELO moti) (bara?zani@12.27.148.78) by smtp.mail.vip.sc5.yahoo.com with SMTP; 18 Mar 2002 15:34:46 -0000 Message-ID: <047e01c1ce92$bacdef90$fd6e34c6@moti> From: "Bara Zani" To: References: <000c01c1ce44$7fe61e50$1250a8c0@Jaideep> Subject: Re: /dev/nsmb* Date: Mon, 18 Mar 2002 10:36:47 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Did you by anychance run a cvsup upgraded but did not run mergemaster ? i had the same problems mergemaster solved them . ----- Original Message ----- From: "Jaideep Bhatia" To: "'Joe Marcus Clarke'" ; "'Nathan Mace'" Cc: "'Walter Hop'" ; Sent: Monday, March 18, 2002 1:16 AM Subject: RE: /dev/nsmb* > You don't have to create any nsb* device. SMB support should be compiled > in the kernel. Install the samba port. Edit smb.conf file properly and > reboot the machine. > Hope this should solve your problem. > Regards, > Jaideep > > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of Joe Marcus > Clarke > Sent: Monday, March 18, 2002 11:46 AM > To: Nathan Mace > Cc: Walter Hop; freebsd-questions@FreeBSD.ORG > Subject: Re: /dev/nsmb* > > > On Mon, 2002-03-18 at 00:39, Nathan Mace wrote: > > On Monday 18 March 2002 12:08 am, Walter Hop wrote: > > > [in reply to Nathan Mace, Monday 18 March 2002 06:04] > > > > > > > whenever i try to mount a samba share on freebsd-4.5 i get the > > > > following error: > > > > > > > > can't get handle to requester (no /dev/nsmb* device) > > > > > > Have you tried making the nsmb0 device by: > > > > > > % cd /dev > > > % sh ./MAKEDEV nsmb0 > > > > i get a "nsmb0 - no such name" > > Are you sure this is FreeBSD 4.5? The nsmb* device is listed in > MAKEDEV, and works for me. From /dev/MAKEDEV: > > nsmb*) > unit=`expr $i : 'nsmb\(.*\)'` > mknod nsmb$unit c 144 $unit > ;; > > > If you're sure you have the right MAKEDEV script, make sure you're not > trying to run it with bash. The sh you should be using is the Bourne > shell that shipped with FreeBSD. > > I have noticed that when running in a SMP configuration, using the smbfs > kernel modules doesn't work. You have to hardcode the SMB stuff into > the kernel. However, on single CPU configs, what you're doing works. > > Joe > > > > > nathan > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > > _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message