On Fri, Apr 25, 2003 at 01:39:03PM -0700, Steve G wrote: > Hello, > > OK, I've finally got a autoinstall boot disk that starts up > ethernet. It now fails saying:
hey Steve, this is one of those threads that i've put off reading until i had some time. its probably too late to be of use for you, but maybe the answers will help someone reading the archives. > rsync: failed to connect to 10.1.2.14: Connection refused. > I don't have a firewall on that machine. > > I read through the whole manual and I don't see any example > of the steps involved in installing a system. There's an > example of making a golden image, but not distributing it. > No where does it say that I need to start anything on the > image server. Doing a netstat, I don't see anything other > than sshd listening. the rpms do not immediately start the rsync daemon, but it does install an initscript (/etc/init.d/systemimager). you'll need to manual start that, and chkconfig it on if you want it automatically started at boot time. i'm told that starting services from an rpm postinst is not expected. > I posed this question back on 4-10, and no one answered. Am > I supposed to install an rsync daemon? Or does it supposed > to run off of xinetd? Why isn't this documented? Is there a > magic command that does all this? the systemimager initscript starts an rsync daemon. it doesn't use an inetd service. > Is there a tutorial that someone can point me to that is > better than the official documentation? I've been trying to > get systemimager to work for almost a month now and its > been one thing after another. i just went to the manual to add this documentation, but i noticed its already in the installation chapter. i dunno if you were looking at an up-to-date-enough version. ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ Sisuite-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/sisuite-users
