Quoting Gerhard Lausser <[EMAIL PROTECTED]>: > Hi > > > > I have also tried using the rsync script modified in the getimage by > > giving the option --ignore-errors. > some weeks ago, i wrote: > > rsync error: some files could not be transferred (code 23) at main.c(636) > > > i had the same, with a golden client running SuSE Enterprise 9. The rsyncd > used with this distribution (2.6.2 protocol 28) transmits error codes which > cause the rsync client called by getimage to fail. These errors appear for > example, if rsyncd accesses files in /proc. > I had to modify the getimage command, so that rsync is called with > "--ignore-errors". > > > > > I am looking for a solution. > i made a copy of getimage, where i added --ignore-errors to rsync. > There are two calls to rsync. Are you sure, you added --ignore-errors > to both of them? >
I also am getting the rsync error, and have modified getimage as you suggested. I've also added a print statement to getimage to display what command line args are being used: Retrieving /etc/systemimager/mounted_filesystems from gold_client_ip to check for mounted filesystems... Command is rsync -av --numeric-ids --ignore-errors rsync://gold_client_ip:873/root/etc/systemimager/mounted_filesystems /var/lib/s ystemimager/images/isp-server-03/etc/systemimager/mounted_filesystems --ignore-errors definitely appears to be set, but I am still getting the rsync error.. Any other suggestions would be greatly appreciated. The frustrating thing is that I get ~99% of the servers image down, but due to the rsync failure, the image is not created... Regards, MB > > Greetings, > Gerhard > > > > > > > ___________________________________________________________ > Gesendet von Yahoo! Mail - Jetzt mit 250MB Speicher kostenlos - Hier > anmelden: http://mail.yahoo.de > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://productguide.itmanagersjournal.com/ > _______________________________________________ > Sisuite-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/sisuite-users > ------------------------------------------------------------------------- This e-mail was sent via Data FX Online WebMail http://www.datafx.com.au/ ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ Sisuite-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sisuite-users
