[opensuse-autoinstall] ayast_setup and script status posibilities
Hi, We are currently developing a SLES 11 setup which is run on vmware. We do not install the systems by installserver but just deploy vmware templates (clones ) on the vm's. These clones have all needed rpm's and products installed, but do not have any configuration. So in the boot process of the clone , we call a scripts which collects a prepared autoyast profile from an webserver and runs the profile using the ayast_setup procedure. So far so good , it al works and the whole system and all components are configured properly. But to make all the configuration stuff work , we have added a bunch of scripts to the autoyast profile which needs to run at the end of the ayast_setup procedure. This also works fine. The problem we have is that the script processing might take a great deal of time, during that period the status bar of ayast_setup is at 100 % all of the time. There is no status at all shown on which script is run at the moment or what is happening. I know I could turn on the option which shows the stdin and stdout , but this also asks for user confirmation to continue. So my question is : Is there a way with SLES11 autoyast profiles to produces pop-ups or something similar , without any required user input ? ( we don't want any user input , the process should be fully unattendend ) We have about 20 scripts running from autoyast right now , the total time they take to complete is now 30 minutes, that's the reason why we would like to show somehow that there is something actually runnning. Any help is appreciated. Ron -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
on Tuesday 02 February 2010 R.E. van Holk wrote:
Is there a way with SLES11 autoyast profiles to produces pop-ups or something similar , without any required user input ?
that's possible since openSUSE 11.2 but not with SLES11 http://ugansert.blogspot.com/2009/07/more-timeouts-for-autoyast.html
( we don't want any user input , the process should be fully unattendend ) We have about 20 scripts running from autoyast right now , the total time they take to complete is now 30 minutes, that's the reason why we would like to show somehow that there is something actually runnning.
there is no easy non-ugly way on pre-11.2 versions. You can try to raise popups from your scripts with some X11 programm like "notify-send" but that's neither nice, nor does it work in ncurses installations. -- ciao, Uwe Gansert Uwe Gansert SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) Business: http://www.suse.de/~ug listening to: "The Never-Ending Why" by Placebo -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
participants (2)
-
R.E. van Holk
-
Uwe Gansert