On Wed, Jan 21, 2004 at 06:57:08PM +0100, Vinodh Velusamy wrote: > Dann, > It seems to be not executing the rsync before the chroot i.e > > I added some echo's to the image.master as follows > > ******************* > echo "done 1" > rsync -av --numeric-ids $IMAGESERVER::$IMAGENAME/ /a/ || shellout > echo "done 2" > # Leave notice of which image is installed on the client > echo $IMAGENAME > /a/etc/systemimager/IMAGE_LAST_SYNCED_TO || shellout > > chroot /a/ systemconfigurator --runboot || shellout > ************************* > When I boot the client I get > > done 1 > @ERROR: chroot failed
ah - this is probably an error on the server side - the rsync daemon complaning that it can't chroot. make sure the image it is looking for exists (in the path it think it should) - and maybe echo out the rsync command too, and see if you can run it from another machine in your network. ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Sisuite-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/sisuite-users
