Koozali.org: home of the SME Server

shareddrives problem

MalcolmL

shareddrives problem
« on: July 27, 2002, 07:54:10 PM »
Hello, I'm new to e-smith and have just installed 5.5, I have just tried to install the dungog-pkg-shareddrives-0.1-1 RPM and have run into a few problems, checking the log I find that autofs is failing due to dependencies
from the messages log -

Jul 27 16:20:00 fastlane e-smith[4784]: error: failed dependencies:
Jul 27 16:20:00 fastlane e-smith[4784]: ^Ilibcrypto.so.1   is needed by autofs-3.1.7-14
Jul 27 16:20:00 fastlane e-smith[4784]: ^Ilibssl.so.1   is needed by autofs-3.1.7-14

Have I missed something?

MalcolmL

Re: shareddrives problem
« Reply #1 on: July 27, 2002, 07:56:58 PM »
I'm also unable to remove the RPM?

Jeff C

Re: shareddrives problem
« Reply #2 on: July 27, 2002, 09:33:50 PM »
The rpm is probably not compatible with 5.5 as it is missing some dependancies.

To remove an rpm type:

rpm -e dungog-pkg-shareddrives  (without any of the extensions)

Cheers,

-jeff

MalcolmL

Re: shareddrives problem
« Reply #3 on: July 27, 2002, 10:27:20 PM »
I get this error when I try to remove the package?

[root@fastlane root]# rpm -e dungog-pkg-shareddrives
usage:
    /sbin/e-smith/db dbfile keys
    /sbin/e-smith/db dbfile print [key]
    /sbin/e-smith/db dbfile show [key]
    /sbin/e-smith/db dbfile get key
    /sbin/e-smith/db dbfile set key type [prop1 val1] [prop2 val2] ...
    /sbin/e-smith/db dbfile setdefault key type [prop1 val1] [prop2 val2]
...
    /sbin/e-smith/db dbfile delete key
    /sbin/e-smith/db dbfile printtype [key]
    /sbin/e-smith/db dbfile gettype key
    /sbin/e-smith/db dbfile settype key type
    /sbin/e-smith/db dbfile printprop key [prop1] [prop2] [prop3] ...
    /sbin/e-smith/db dbfile getprop key prop
    /sbin/e-smith/db dbfile setprop key prop1 val1 [prop2 val2] [prop3
val3] ...
    /sbin/e-smith/db dbfile delprop key prop1 [prop2] [prop3] ...
error: execution of %preun scriptlet from dungog-pkg-shareddrives-0.1-1
failed,
exit status 255

gs

Re: shareddrives problem
« Reply #4 on: July 28, 2002, 02:32:29 AM »
Replace autofs by autofs3.1.7-21.i386.rpm in /opt/dundog-pkg-shareddrives and start install.sh

MalcolmL

Re: shareddrives problem
« Reply #5 on: July 28, 2002, 11:38:52 PM »
Thanks, that fixed it.