This is the mail archive of the gdb-prs@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gdb/605: autofs won't mount smbfs


>Number:         605
>Category:       gdb
>Synopsis:       autofs won't mount smbfs
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Jul 11 12:28:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Jerome Asselin
>Release:        redhat 7.2
>Organization:
>Environment:
kde
>Description:

automount could not find the file /bin/smbmnt.
As a result the samba file system could not be
automounted.
>How-To-Repeat:

#/etc/auto.master
/mnt/windoze   file:/etc/auto.windoze  --timeout=60
#EOF

#/etc/auto.windoze
mydoc  -fstype=smbfs,credentials=/etc/samba/smbauth,uid=511,gid=100,workgroup=MYHOME  ://windoze/mydoc
#EOF

service autofs restart

cd /mnt/windoze/mydoc #Empty folder !?!
>Fix:

An easy workaround would be to create a symlink:
ln -s /usr/sbin/smbmnt /bin/smbmnt

Perhaps a better fix can be done be resetting the
appropriate path in SAMBA and/or AUTOMOUNT.
>Release-Note:
>Audit-Trail:
>Unformatted:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]