Dedupe, dude!
- Details
- Category: Linux stuff
(2) Install RPM modules on OpenFiler
- conary update beecrypt=contrib.rpath.org@rpl:devel
- conary update rpm=rpm.rpath.org@rpl:devel/4.4.4
Mayno above not needed. Three ingredients: Java, Fuse & SDFS package itself
Goto http://jdk7.java.net/download.html and find the link for JRE or JDK. Copy the link shortcut to clipboard.
On console, do wget <link to jdk>
unpack archive:
move to /usr/lib/jvm/jdk1.7.0_02
export JAVA_HOME=/usr/lib/jvm/jdk1.7.0_02
nano -w /etc/security/limits.conf
need C compiler to compile sdfs; so:
conary update gcc
conary update libtool
conary update glib:devel
conary update glibc:devel
conary update automake
conary update autoconf
conary update pkgconfig
cd into unpacked fuse directory (sdfs_fuse_2.8.4/fuse_src_sdfs-2.8.4) and do
./configure
make
make install
modprobe fuse
Add '/usr/local/lib' to '/etc/ld.so.conf' and run ldconfig.
Download and unpack SDFS
tar -xzg sdfs-1.1.0.tar.gz
=> problem with Glibc version
https://forums.openfiler.com/viewtopic.php?id=6015