Bugs item #790891, was opened at 2003-08-18 19:39 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=109368&aid=790891&group_id=9368
Category: Installation Group: None Status: Open Resolution: None Priority: 5 Submitted By: Benoit des Ligneris (bligneri) Assigned to: Nobody/Anonymous (nobody) Summary: SIS mkautoinstallscript problem Initial Comment: >From [EMAIL PROTECTED] Mon Aug 18 17:51:18 2003 From: Bernard Li <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: [Oscar-users] OSCAR install (static_dhcp) Date: Mon, 18 Aug 2003 14:45:09 -0700 Hi group: I have finally installed OSCAR on our cluster and I would like to share my findings. There is a bug in v2.2.1 where if you choose 'static_dhcp' when you build the clients, the mkautoinstallscript will fail. One solution is to run the mkautoinstallscript with the correct argument 'dhcp' instead of 'static_dhcp' but I found out later that this solution is incomplete, as it does not address running the post_rpm_install script. Therefore, my solution is to choose 'static' instead, build the image and then manually modify the script to make it 'dhcp'. The file to edit is /var/lib/systemimager/scripts/<imagename>.master: You want to remove the line with $GATEWAY and also change 'static' to 'dhcp' and remove the $IP_ADDRESS and the $SUBNET_MASK settings. After that you should be in business. If you recall our problem with ssh - this was because the post_rpm_install script never got run, and this is where it runs the SSH install and keygen and also the propagation of the keys to the clients. Thanks for all your help and I'll continue to try to integrate Oscar to our system! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=109368&aid=790891&group_id=9368 ------------------------------------------------------- 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 _______________________________________________ Oscar-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/oscar-devel
