error building pelican script with java

2 messages Options
Embed this post
Permalink
chaithanyaprasad

error building pelican script with java

Reply Threaded More More options
Print post
Permalink
pelican_script.sh


I am getting the following error

I: Extracting mktemp...
I: Extracting mount...
I: Extracting ncurses-base...
I: Extracting ncurses-bin...
I: Extracting passwd...
I: Extracting perl-base...
I: Extracting procps...
I: Extracting sed...
I: Extracting sysv-rc...
I: Extracting sysvinit...
I: Extracting sysvinit-utils...
I: Extracting tar...
I: Extracting tzdata...
I: Extracting util-linux...
I: Extracting zlib1g...
W: Failure trying to run: chroot /home/chaithanya/amd64/nodes/chroot mount -t proc proc /proc
P: Begin unmounting filesystems...
mv: cannot stat `/home/chaithanya/amd64/nodes//tftpboot': No such file or directory
umount: proc-live: not found
umount: sysfs-live: not found
umount: devpts-live: not found
mkdir: cannot create directory `/home/chaithanya/amd64/frontend/': File exists
P: Cleaning chroot
cp: cannot stat `/home/chaithanya/amd64/tftpboot/*': No such file or directory
cp: cannot stat `/home/chaithanya/pelicanhome/*': No such file or directory
cp: cannot stat `/home/chaithanya/packages/*': No such file or directory
./pelican_script.sh: 481: I: Accepting license for sun-java6-jre etc: not found
 


some one help me  


or send me a link for pelican hpc with java installed in the live cd

or a script for making it
Michael Creel

Re: error building pelican script with java

Reply Threaded More More options
Print post
Permalink
I had a look at your script, and I think the location of your insertions is not correct. For example, you try to use the variable $DISTRIBUTION before it is defined. Checking that might help.

Apart from that, there is apparently an easier way to do this: see http://lists.debian.org/debian-live/2009/04/msg00141.html

M.