Koozali.org: home of the SME Server

Shared Folder Won't install locally

Offline byte

  • *
  • 2,183
  • +2/-0
Re: Shared Folder Won't install locally
« Reply #15 on: August 09, 2010, 01:11:07 PM »
Moving this topic to the SME Contribs forum, it is more appropriate there. Thanks
--[byte]--

Have you filled in a Bug Report over @ http://bugs.contribs.org ? Please don't wait to be told this way you help us to help you/others - Thanks!

Offline Linuxer01

  • 13
  • +0/-0
Re: Shared Folder Won't install locally
« Reply #16 on: August 09, 2010, 02:34:17 PM »
I upgraded to 7.5.1 but when i run the command yum localinstall smeserver-shared-folders .... it says
cannot find a valid baseurl for repo: smeaddons
Error: cannot find a valid baseurl for repoLsmeaddons


also when i run rpm -ivh smeserver-shared-folders......
it gives the same error about acl

Offline Stefano

  • *
  • 10,836
  • +2/-0
Re: Shared Folder Won't install locally
« Reply #17 on: August 09, 2010, 02:39:02 PM »
linuxer01: put smeserver-shared-folder AND acl rpm in the same dir and do:
Code: [Select]
rpm -ivh *.rpm

should work

Offline Linuxer01

  • 13
  • +0/-0
Re: Shared Folder Won't install locally
« Reply #18 on: August 09, 2010, 02:53:56 PM »
yes it did something, i think it matched both files together

which one should i use then yumlocalinstall or arp -ivh in order to install the package ?

i so much worried if i do the wrong one and bust the server.

thanks

Offline Stefano

  • *
  • 10,836
  • +2/-0
Re: Shared Folder Won't install locally
« Reply #19 on: August 09, 2010, 03:16:06 PM »
which one should i use then yumlocalinstall or arp -ivh in order to install the package ?

if you are not connected and have all the needed rpms, rpm is the right one

Offline Linuxer01

  • 13
  • +0/-0
Re: Shared Folder Won't install locally
« Reply #20 on: August 09, 2010, 03:26:30 PM »
Thanks!!
It's installed
Here is what I did:
1. upgraded from 7.3 to 7.5.1
2. downloaded the needed acl file from http://ftp.ntut.edu.tw/share/linux/CentOS/4.5/apt/i386/RPMS.os/acl-2.2.23-5.3.el4.i386.rpm
3. put both files in the same folder and run rpm -ivh *.rpm
4. rpm -ivh smeserver-shared-folder .....
5. signal-event post-upgrade
6. signal-event reboot


i tell you, if you dont have internet connection to you server do this.


thanks to Stefano,



Offline Stefano

  • *
  • 10,836
  • +2/-0
Re: Shared Folder Won't install locally
« Reply #21 on: August 09, 2010, 03:39:12 PM »
3. put both files in the same folder and run rpm -ivh *.rpm

ok

Quote
4. rpm -ivh smeserver-shared-folder .....

this is not necessary.. you've already installed all the rpms with the previous command ;-)