On Wed, 29 Jun 2005 13:12:11 -0700 [EMAIL PROTECTED] wrote: AUE> I can access SMB shares from a Windows domain controller in KDE (using AUE> smb://), however always get an Access Denied error when I try to mount AUE> using "mount -t smbfs -o username=..." from the command line. Identical AUE> command line on a PC Mandrake linux system with Samba 3.0 works fine. Any AUE> ideas what might be wrong?
Yeah, a gcc bug breaks passwords.. you need to rebuild the rpm.. here is an old thread: Begin forwarded message: Date: Wed, 18 May 2005 00:46:41 -0400 From: [EMAIL PROTECTED] To: Yellow Dog Linux General Discussion List <[email protected]> Subject: Re: SMB problems... Fwd: SMB fileserver Eric It worked. Amazing, I almost lose all my hair over this. It must be said that security = share won't work, only security = user. It's been said that Tiger would not allow share and unencrypted passwords. I modified my smb.conf to now say encrypt passwords = yes security = user I was also having problems with an existing user. Deleting it with smbpasswd -x user and then adding it back again with smbpasswd -a user allowed that user to be able to connect again. Thanks a lot for your patience since I know you had previously answered my call for help. I just was afraid to use those commands since I always install from source with ./configure, make and make install. Ej On May 15, 2005, at 11:31 PM, Eric Dunbar wrote: > Hello XL bear, > > This is part of a thread (titled SMB fileserver) that appeared in late > March. This is the most important e-mail of the bunch but I posted a > few follow-up clarification e-mails that you may want to check out > (detailing what I did to get SMB working). > > Follow the hint... > > HINT: to Google archives, try '<keywords> > site:terrasoftsolutions.com' > > If you can't find enough info to get you going, let me know & I can > FWD the others too. > > Good luck, Eric. > > ---------- Forwarded message ---------- > From: Robert Story <rstory-l ott revelstone duut com> > Date: Mar 25, 2005 6:36 PM > Subject: Re: SMB fileserver > To: Yellow Dog Linux General Discussion List > <[email protected]> > Cc: geert.janssens3 atpandora dddot be > > > On Fri, 25 Mar 2005 19:52:58 +0100 Geert wrote: > GJ> On Friday 25 March 2005 17:35, Robert Story wrote: > GJ> > On Fri, 25 Mar 2005 08:43:01 -0500 Eric wrote: > GJ> > ED> Has the problem with SMB passwords been fixed in YDL 4.0.1? > GJ> > > GJ> > No. But all you have to do is grab the source rpm, apply the > spec patch, > GJ> > and rebuild. > GJ> > GJ> Would you write the recipe for this ? I mean, there are > certainly people on > GJ> > GJ> this list, that haven't done such things yet (patching is new > for me too). > GJ> Just a simple command after command example would be helpful. > > 1) Grab the samba src rpm from your favorite mirror: > > ftp://mirror.services.wisc.edu/mirrors/linux/distributions/ > yellowdog/update > s/yellowdog-4.0/SRPMS/samba-3.0.10-1.ydl.1.src.rpm > > 2) install it (as root): rpm -ivh samba-3.0.10-1.ydl.1.src.rpm > > 3) Save the attached patch to /tmp/ > > 4) cd /usr/src/yellowdog/SPECS/; patch -p0 < /tmp/samba-pwd.pat > > 5) cd ..; rpmbuild -bb SPECS/samba.spec > > 6) rpm -Fvh RPMS/ppc/samba-* _______________________________________________ yellowdog-general mailing list [email protected] http://lists.terrasoftsolutions.com/mailman/listinfo/yellowdog-general HINT: to Google archives, try '<keywords> site:terrasoftsolutions.com'
