Date: Thu, 30 Oct 2003 19:09:31 +0200 From: Sheldon Hearn <sheldonh@starjuice.net> To: freebsd-questions@FreeBSD.org Subject: Re: mount_smbfs: RPC struct is bad Message-ID: <20031030170931.GD883@starjuice.net> In-Reply-To: <20031030161644.GB883@starjuice.net> References: <20031030093717.GH883@starjuice.net> <20031030161644.GB883@starjuice.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On (2003/10/30 18:16), Sheldon Hearn wrote: > > I'm using SMBFS on FreeBSD 4.9-PRERELEASE from 2003-09-18, and running > > into problems mounting W2K shares. I was last able to mount these > > shares a month ago. Since then, the only change I'm aware of was the > > world update (to catch security patches) and accompanying mergemaster. > > I've just tried with FreeBSD 4.9-STABLE, using today's sources and I > still get: > > > # mount /smb/foo > > smbfs: unable to open connection: syserr = RPC struct is bad > > Backups are suffering. Any ideas (even shots in the dark) would be > helpful. Found the problem. The Windows user "backup", as which the FreeBSD box authenticates when mounting the Windows shares, was created on the domain controller without "Password never expires" enabled, and the business concerned doesn't have a password recycling policy designed to handle automatic password expiry of system accounts. SMBFS expects one of several responses to the authentication phase, but "your password has expired, please change it" isn't one of them. I'll send my findings to Boris, the author of our SMBFS support. At least this is in the archives, now. :-) Ciao, Sheldon.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031030170931.GD883>