Ryan, you cannot remove the directory because it's mounted (Device or resource busy)... you have to umount it and run rm -fr again... btw it has been fixed in 3.7.3.
Regards, -Andrea [EMAIL PROTECTED] wrote: > Hello, > > I've been trying to install SI v3.6.3 on a RedHat v8.0 system for a > while. I finally got all my dependancies, but when I run > si_prepareclient I recieve an error about not being able to remove a > temporary file. Then the process abruptly cuts out. A condensed > output can be seen below: > > I ran the command: #si_prepareclient --server 129.128.14.34 > . > . > . >>>> mount /etc/systemimager/boot/initrd /tmp/.systemimager.6 -o loop -t ext2 > >>>> tar -C /tmp/.systemimager.0 -cf - . | tar -C /tmp/.systemimager.6 -xf - > tar: ./dev/gpmctl: socket ignored > tar: ./dev/log: socket ignored > tar: ./usr/sbin/chroot: Wrote only 6144 of 10240 bytes > tar: Skipping to next header > tar: Archive contains obsolescent base-64 headers > tar: Error exit delayed from previous errors >>>> rm -fr /tmp/.systemimager.0 /tmp/.systemimager.6 > rm: cannot remove directory `/tmp/.systemimager.6': Device or resource busy > FAILED: rm -fr /tmp/.systemimager.0 /tmp/.systemimager.6 at > /usr/lib/systemimager/perl/SystemImager/UseYourOwnKernel.pm line 723. > [EMAIL PROTECTED] root]# > > > So it couldn't remove /tmp/.systemimager.6 which shouldn't be a > difficult task since I am running all this as root (the file is named > .6 not .1 since I have tried this a few times). > > Any help would be greatly appreciated. > > Thanks, > > Ryan Saunders Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Sisuite-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sisuite-users
