From: Mohammed C. <mcy...@ya...> - 2008-06-23 18:04:23
|
Hans I tried the installation after creating extra folder within the kernel location and this is this is what i get when i run make install. [root@bldwk01 ScramDisk-1.3]# make install list='crypto driver utils gui docs'; for subdir in $list; \ do make -C $subdir install; done make[1]: Entering directory `/opt/ScramDisk-1.3/crypto' make[1]: Nothing to be done for `install'. make[1]: Leaving directory `/opt/ScramDisk-1.3/crypto' make[1]: Entering directory `/opt/ScramDisk-1.3/driver' if ! test -d /lib/modules/scramdisk; then \ mkdir -p /lib/modules/scramdisk; \ fi && \ install -m 644 scramdisk.ko /lib/modules/scramdisk && \ cd /lib/modules/2.6.9-67.0.15.EL/extra && \ ln -s ../../scramdisk/scramdisk.ko scramdisk.ko && \ depmod -F /boot/System.map-`uname -r` make[1]: Leaving directory `/opt/ScramDisk-1.3/driver' make[1]: Entering directory `/opt/ScramDisk-1.3/utils' mkdir -p /usr/bin install -m 4755 sdmount sdumount sdcreate /usr/bin install -m 755 sdchange sdreformat /usr/bin test -d /etc/scramdisk/ || mkdir -p /etc/scramdisk test -d /usr/share/scramdisk/ || mkdir -p /usr/share/scramdisk install -m 644 scramdiskrc /etc/scramdisk if test -d /etc/init.d/boot.d; then \ (install -m 755 scramdisk.init /etc/init.d/boot.scramdisk && \ test -x /sbin/insserv && /sbin/insserv /etc/init.d/boot.scramdisk); \ elif test -d /etc/rcS.d; then \ (install -m 755 scramdisk.init /etc/init.d/scramdisk && \ test -x /usr/sbin/update-rc.d && \ /usr/sbin/update-rc.d scramdisk start 80 S . stop 04 S .); \ fi ./scramdisk.init start Loading Scramdisk encrypted filesystems make[1]: Leaving directory `/opt/ScramDisk-1.3/utils' make[1]: Entering directory `/opt/ScramDisk-1.3/gui' cp -f "scramdisk" "/usr/bin/scramdisk" strip "/usr/bin/scramdisk" cp -f "change.png" "/usr/share/scramdisk" cp -f "create.png" "/usr/share/scramdisk" cp -f "mount.png" "/usr/share/scramdisk" cp -f "reformat.png" "/usr/share/scramdisk" cp -f "scramdisk.png" "/usr/share/scramdisk" cp -f "umount.png" "/usr/share/scramdisk" make[1]: Leaving directory `/opt/ScramDisk-1.3/gui' make[1]: Entering directory `/opt/ScramDisk-1.3/docs' test -d /usr/share/scramdisk || mkdir -p /usr/share/scramdisk test -d /usr/share/doc/scramdisk || mkdir -p /usr/share/doc/scramdisk install -m 644 index_en.html intro_en.html mount_en.html create_en.html change_en.html config_en.html bookmarks_en.html index_de.html intro_de.html mount_de.html create_de.html change_de.html config_de.html bookmarks_de.html gui.jpg create.jpg tccreate.jpg reformat.jpg ppdialog.jpg tcppdialog.jpg config.jpg gui_de.jpg create_de.jpg tccreate_de.jpg reformat_de.jpg ppdialog_de.jpg tcppdialog_de.jpg config_de.jpg /usr/share/scramdisk install -m 644 scramdisk.pdf /usr/share/doc/scramdisk/scramdisk_en.pdf install -m 644 scramdisk_de.pdf /usr/share/doc/scramdisk test -d /usr/share/man/man1 && install -m 644 scramdisk.1.gz /usr/share/man/man1 && \ cd /usr/share/man/man1 && \ ln -s scramdisk.1.gz sdchange.1.gz && \ ln -s scramdisk.1.gz sdcreate.1.gz && \ ln -s scramdisk.1.gz sdmount.1.gz && \ ln -s scramdisk.1.gz sdumount.1.gz make[1]: Leaving directory `/opt/ScramDisk-1.3/docs' I still dont see the startup files in /etc/init.d. Please advise Thanks Mohammed --- On Mon, 6/23/08, Mohammed Cyclegar <mcy...@ya...> wrote: From: Mohammed Cyclegar <mcy...@ya...> Subject: Re: [SD4L-user] reg scramdisk installation on REDHAT To: sd4...@li..., "Hans-Ulrich Juettner" <han...@t-...> Date: Monday, June 23, 2008, 8:27 AM Hello Hans Thanks for the update ...i did verify the folder and it does exists but it does not have a folder extra. here is the output [root@bldwk01 2.6.9-67.0.15.EL]# pwd /lib/modules/2.6.9-67.0.15.EL [root@bldwk01 2.6.9-67.0.15.EL]# ls -l total 724 lrwxrwxrwx 1 root root 38 May 29 10:42 build -> /usr/src/kernels/2.6.9-67.0.15.EL-i686 drwxr-xr-x 9 root root 4096 May 29 10:47 kernel -rw------- 1 root root 130928 Jun 18 08:42 modules.alias -rw------- 1 root root 69 Jun 18 08:42 modules.ccwmap -rw------- 1 root root 144781 Jun 18 08:42 modules.dep -rw------- 1 root root 73 Jun 18 08:42 modules.ieee1394map -rw------- 1 root root 357 Jun 18 08:42 modules.inputmap -rw------- 1 root root 235 Jun 18 08:42 modules.isapnpmap -rw------- 1 root root 133687 Jun 18 08:42 modules.pcimap -rw------- 1 root root 74721 Jun 18 08:42 modules.symbols -rw------- 1 root root 158926 Jun 18 08:42 modules.usbmap lrwxrwxrwx 1 root root 5 May 29 10:42 source -> build [root@bldwk01 2.6.9-67.0.15.EL]# DO you want me to create a folder extra and retry the installation. Please advise Thanks Mohammed --- On Thu, 6/19/08, Hans-Ulrich Juettner <han...@t-...> wrote: From: Hans-Ulrich Juettner <han...@t-...> Subject: Re: [SD4L-user] reg scramdisk installation on REDHAT To: "Mohammed Cyclegar" <mcy...@ya...>, sd4...@li... Date: Thursday, June 19, 2008, 3:02 PM Hello Mohammed, Mohammed Cyclegar wrote: > Hans > > Thanks for all your help... > > I checked my installation it seems like it has not installed successfully. > > I dont see any startup files in /etc/init.d. > > I tried installing it again...after a successfull uninstall and i am attaching the logs for both make and make install. > > Can you please check where its failing. > > Thanks again > Mohammed > the installation failed because there is no directory /lib/modules/2.6.9-67.0.15.EL/extra in your system. The install script expects a directory /lib/modules/<kernelversion> with <kernelversion> the version number of the running kernel as determined by uname -r in the script. For kernels 2.6 there is a directory extra below this where SD4L puts a link to kernel module scramdisk.ko it had installed in the /lib/modules/scramdisk which the script created also. Would you please check what directories you have below /lib/modules and what is in the directory /lib/modules/2.6.9-67.0.15.EL if it exists. Best regards Ulrich ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ SD4L-user mailing list SD4...@li... https://lists.sourceforge.net/lists/listinfo/sd4l-user |