When the autoinstall script executes the following line near the end of the image distribution process:
rsync $IMAGESERVER::scripts/imaging_complete > /dev/null 2>&1
I get the following *3* lines in my rsyncd.conf:
2004/04/27 16:01:29 [5810] rsync on scripts/imaging_complete from poker.lkg.hp.com (16.118.32.119)
2004/04/27 16:01:30 [5810] link_stat /imaging_complete : No such file or directory
2004/04/27 16:01:30 [5810] rsync error: some files could not be transferred (code 23) at main.c(372)
And the client spits out the following:
rsync <image_server_IP>::scripts/imaging_complete
client: nothing to do: perhaps you need to specify some filenames or the --recursive option?
rsync error: partial transfer (code 23) at main.c(594)
And, since netbootmond is only looking for the one line that has the "scripts/imaging_complete" string (the first of these three), netbootmond isn't doing it's thing to allow installed clients to boot locally upon next boot.
The rsync's of the image occurred w/out hitch prior to executing this command. The rsync deamon is indeed running, and /etc/systemimager/rsyncd.conf is standard/stock:
list = yes timeout = 600 dont compress = *.gz *.tgz *.zip *.Z *.ZIP *.bz2 *.deb *.rpm *.dbf uid = root gid = root use chroot = yes log file = /var/log/systemimager/rsyncd # # For additional security, modify and uncomment this line. See # "man rsyncd.conf" for details. # #hosts allow = 127.0.0.0/24 MY_NET/NETMASK MY_CLIENT/32
[boot] path = /usr/share/systemimager/boot
[overrides] path = /var/lib/systemimager/overrides
[scripts] path = /var/lib/systemimager/scripts
[base-image] path=/var/lib/systemimager/images/base-image
Any thougts on why rsync is outputting these additional lines?
Thanks much.
Steve Grandinetti
-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE. http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
Sisuite-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/sisuite-users
