Local mount script not working after Amahi 6 upgrade
Posted: Fri Mar 04, 2011 1:57 am
It worked fine before the upgrade but now it's not feeling to well 
It's easily fixed by the solution bellow, but might be something you wanna fix in the upgrade script or something.

Code: Select all
[root@localhost ~]# /etc/init.d/mount_shares_locally start
Mounting Samba shares locally: /etc/init.d/mount_shares_locally: line 27: /sbin/mount.cifs: No such file or directory
/etc/init.d/mount_shares_locally: line 27: /sbin/mount.cifs: No such file or directory
/etc/init.d/mount_shares_locally: line 27: /sbin/mount.cifs: No such file or directory
/etc/init.d/mount_shares_locally: line 27: /sbin/mount.cifs: No such file or directory
/etc/init.d/mount_shares_locally: line 27: /sbin/mount.cifs: No such file or directory
/etc/init.d/mount_shares_locally: line 27: /sbin/mount.cifs: No such file or directory
/etc/init.d/mount_shares_locally: line 27: /sbin/mount.cifs: No such file or directory
[ OK ]
Code: Select all
[root@localhost ~]# yum install cifs-utils
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* fedora: ftp.astral.ro
* rpmfusion-free: download1.rpmfusion.org
* rpmfusion-free-updates: download1.rpmfusion.org
* rpmfusion-nonfree: download1.rpmfusion.org
* rpmfusion-nonfree-updates: download1.rpmfusion.org
* updates: ftp.astral.ro
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package cifs-utils.x86_64 0:4.8.1-4.fc14 set to be installed
--> Processing Dependency: keyutils for package: cifs-utils-4.8.1-4.fc14.x86_64
--> Running transaction check
---> Package keyutils.x86_64 0:1.2-6.fc12 set to be installed
--> Finished Dependency Resolution
Dependencies Resolved
=============================================================================================================================================================================================================================================
Package Arch Version Repository Size
=============================================================================================================================================================================================================================================
Installing:
cifs-utils x86_64 4.8.1-4.fc14 updates 41 k
Installing for dependencies:
keyutils x86_64 1.2-6.fc12 fedora 36 k
Transaction Summary
=============================================================================================================================================================================================================================================
Install 2 Package(s)
Total download size: 77 k
Installed size: 141 k
Is this ok [y/N]: y
Downloading Packages:
(1/2): cifs-utils-4.8.1-4.fc14.x86_64.rpm | 41 kB 00:04
(2/2): keyutils-1.2-6.fc12.x86_64.rpm | 36 kB 00:01
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Total 7.4 kB/s | 77 kB 00:10
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Installing : keyutils-1.2-6.fc12.x86_64 1/2
Installing : cifs-utils-4.8.1-4.fc14.x86_64 2/2
Installed:
cifs-utils.x86_64 0:4.8.1-4.fc14
Dependency Installed:
keyutils.x86_64 0:1.2-6.fc12
Complete!
[root@localhost ~]# /etc/init.d/mount_shares_locally start
Mounting Samba shares locally: [ OK ]
[root@localhost ~]#