On Tue, 2003-04-29 at 10:44, Dan Holmsand wrote: > I've had the same trouble. > > This seems to be NPTL-related: smbmount (which is invoked by mount) > apparently needs to have LD_ASSUME_KERNEL set to 2.4.1. > > This is what I did: > > 1. Renamed /usr/bin/smbmount to /usr/bin/smbmount.orig > > 2. Created a new script at /usr/bin/smbmount like this: > > > #!/bin/bash > LD_ASSUME_KERNEL=2.4.1 exec -a $0 /usr/bin/smbmount.orig "$@" > > > 3. chmod +x /usr/bin/smbmount > > > ...and all of a sudden smbmount (and mount -t smbfs, autofs with smbfs, > etc.) works for me. Might be worth a try. > Interesting. Someone should file a bug on this... -- Shawn <drevil@xxxxxxxxxxxx> http://www.warpcore.org/