Hi Doug: On Mon, Dec 1, 2008 at 10:19 AM, Doug Hackworth <doug.hackwo...@vanderbilt.edu> wrote:
> ------------- node02 mounted_filesystems RETRIEVAL PROGRESS ------------- > @ERROR: access denied to root from node01 (192.168.44.1) Perhaps you have permission problems grabbing files from node02's /root from node01? > # FILE=/etc/systemimager/mounted_filesystems > # rsync --log-file=test_rsync_log.txt r...@node02:$FILE . > # ls > total 8 > -rw-r--r-- 1 root root 662 2008-12-01 09:46 mounted_filesystems > -rw-r--r-- 1 root root 182 2008-12-01 09:46 test_rsync_log.txt > # wtf! > -bash: wtf!: command not found This isn't what si_getimage is doing though: http://trac.systemimager.org/browser/trunk/sbin/si_getimage 341 $command = "rsync -av --numeric-ids"; 342 if ($log) { $command = $command . qq( --log-format="$log"); } 343 if ($ssh_user) { $command = $command . " --bwlimit=10000"; } 344 $command = $command . " rsync://${source_host}:${port}/root/etc/systemimager/mounted_filesystems ${imagedir}/etc/systemimager/mounted_filesystems"; Try this command instead -- note it is trying to retrieve from /root/etc/... not /etc/... from the ${source_host}. Cheers, Bernard ------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ sisuite-users mailing list sisuite-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sisuite-users