From owner-freebsd-current@FreeBSD.ORG Fri Jun 19 08:05:40 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 25ED21065670 for ; Fri, 19 Jun 2009 08:05:40 +0000 (UTC) (envelope-from serenity@exscape.org) Received: from ch-smtp01.sth.basefarm.net (ch-smtp01.sth.basefarm.net [80.76.149.212]) by mx1.freebsd.org (Postfix) with ESMTP id D4D4E8FC15 for ; Fri, 19 Jun 2009 08:05:39 +0000 (UTC) (envelope-from serenity@exscape.org) Received: from c83-253-252-234.bredband.comhem.se ([83.253.252.234]:42209 helo=mx.exscape.org) by ch-smtp01.sth.basefarm.net with esmtp (Exim 4.69) (envelope-from ) id 1MHZ6M-0001G5-5F for freebsd-current@freebsd.org; Fri, 19 Jun 2009 10:05:36 +0200 Received: from [192.168.1.5] (macbookpro [192.168.1.5]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mx.exscape.org (Postfix) with ESMTPSA id 7079E1674; Fri, 19 Jun 2009 10:05:33 +0200 (CEST) Message-Id: <889F64DF-7323-4C43-A6ED-3F952EE8EF10@exscape.org> From: Thomas Backman To: Thomas Backman In-Reply-To: <6AE25B6A-A985-4182-98CD-AD0C230274BE@exscape.org> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v935.3) Date: Fri, 19 Jun 2009 10:05:31 +0200 References: <6AE25B6A-A985-4182-98CD-AD0C230274BE@exscape.org> X-Mailer: Apple Mail (2.935.3) X-Originating-IP: 83.253.252.234 X-Scan-Result: No virus found in message 1MHZ6M-0001G5-5F. X-Scan-Signature: ch-smtp01.sth.basefarm.net 1MHZ6M-0001G5-5F 7248519499d31310681b63a0ddd0c082 Cc: FreeBSD current Subject: Re: smbfs.ko regression? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Jun 2009 08:05:40 -0000 On Jun 18, 2009, at 06:48 PM, Thomas Backman wrote: > Has anyone else had trouble with smbfs.ko/samba mounting recently? > > I upgraded to r194428 today, and on reboot noticed that the computer > had hanged (i.e. took way too long to boot), so I plugged a monitor > in and noticed that it had hanged on loading the smbfs module/ > mounting a smbfs share, and then the same thing happened on > "mounting late filesystems" (dmesg -a | grep late returns nothing > now that it works, BTW). IIRC it dropped to single-user due to "/etc/ > rc returing an error" or something to that matter. I commented the > line out in fstab and did an "exit" and it came up from single user > beautifully. > The error appears to be a bit random and I haven't been able to > reproduce it, but it happened two or three times so it wasn't just a > one-off. It did print some kind of error, but I guess there's no way > of getting at that now? > ... > > Regards, > Thomas OK, ignore this. Totally silly error on my side and it has nothing to do with smbfs or even FreeBSD, it was... ahem, hardware related. As in a cable being half-plugged in, half not. Damn 8P8C/RJ45 connectors breaking... ;) Regards, Thomas PS. I haven't tried unloading it, though - that's got to be a real issue. Currently compiling world+kernel so I'm not very willing to try it right now.