Issues with mount_shares_locally
Posted: Sat Jan 21, 2012 11:27 am
As the title implies, I am having issues with mount_shares_locally. (I'm on f12). I was originally getting the following:
After some googling, I found a possible solution by
Which made an ever bigger mess. Now I get:
So...how do I undo the chmod (if necessary) and how do I get this to work?
Thanks in advance!!
Code: Select all
$ service mount_shares_locally start
Mounting Samba shares locally: /sbin/mount.cifs: permission denied: no match for Backups found in /etc/fstab
/sbin/mount.cifs: permission denied: no match for Documents found in /etc/fstab
/sbin/mount.cifs: permission denied: no match for Movies found in /etc/fstab
/sbin/mount.cifs: permission denied: no match for Music found in /etc/fstab
/sbin/mount.cifs: permission denied: no match for Pictures found in /etc/fstab
/sbin/mount.cifs: permission denied: no match for Software found in /etc/fstab
/sbin/mount.cifs: permission denied: no match for TV found in /etc/fstab
/sbin/mount.cifs: permission denied: no match for Videos found in /etc/fstab
/sbin/mount.cifs: permission denied: no match for XBMC Shared Data found in /etc/fstab
touch: cannot touch `/var/lock/subsys/mount_shares_locally': Permission denied
[ OK ]
Code: Select all
chmod u+s /sbin/mount.cifs
Code: Select all
$ service mount_shares_locally start
Mounting Samba shares locally: This mount.cifs program has been built with the ability to run as a setuid root program disabled.
mount.cifs has not been well audited for security holes. Therefore the Samba team does not recommend installing it as a setuid root program.
This mount.cifs program has been built with the ability to run as a setuid root program disabled.
mount.cifs has not been well audited for security holes. Therefore the Samba team does not recommend installing it as a setuid root program.
This mount.cifs program has been built with the ability to run as a setuid root program disabled.
mount.cifs has not been well audited for security holes. Therefore the Samba team does not recommend installing it as a setuid root program.
This mount.cifs program has been built with the ability to run as a setuid root program disabled.
mount.cifs has not been well audited for security holes. Therefore the Samba team does not recommend installing it as a setuid root program.
This mount.cifs program has been built with the ability to run as a setuid root program disabled.
mount.cifs has not been well audited for security holes. Therefore the Samba team does not recommend installing it as a setuid root program.
This mount.cifs program has been built with the ability to run as a setuid root program disabled.
mount.cifs has not been well audited for security holes. Therefore the Samba team does not recommend installing it as a setuid root program.
This mount.cifs program has been built with the ability to run as a setuid root program disabled.
mount.cifs has not been well audited for security holes. Therefore the Samba team does not recommend installing it as a setuid root program.
This mount.cifs program has been built with the ability to run as a setuid root program disabled.
mount.cifs has not been well audited for security holes. Therefore the Samba team does not recommend installing it as a setuid root program.
This mount.cifs program has been built with the ability to run as a setuid root program disabled.
mount.cifs has not been well audited for security holes. Therefore the Samba team does not recommend installing it as a setuid root program.
touch: cannot touch `/var/lock/subsys/mount_shares_locally': Permission denied
[ OK ]
Thanks in advance!!