[opensuse-autoinstall] disabling powersaved in qutoyast config?
i'm building a Xen DomU using autoyast configuration. in my config, i've disabled powersaved, <runlevel> <default>3</default> <services config:type="list"> <service> <service_name>powersaved</service_name> <service_status>disable</service_status> </service> ... </services> </runlevel> the DomU installs, but i note @2nd boot of the DomU, Configuring System according to auto-install settings Error Failed services: powersaved. it seems powersaved is trying to start ... how do i _correctly_ disable powersaved so as not to get the error? thanks. -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
On Monday 09 February 2009 18:15:12 PGNet wrote:
i'm building a Xen DomU using autoyast configuration.
how do i _correctly_ disable powersaved so as not to get the error?
SUSE Linux version? I tried SLES10 SP2 and powersaved is disbaled with your config. -- ciao, Uwe Gansert Uwe Gansert, Server Technologies Team SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) Business: http://www.suse.de/~ug -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
hi, On Tue, Feb 10, 2009 at 3:43 AM, Uwe Gansert <ug@suse.de> wrote:
On Monday 09 February 2009 18:15:12 PGNet wrote: SUSE Linux version? I tried SLES10 SP2 and powersaved is disbaled with your config.
i'm running opensuse 11.1/x86_64 for both Dom0 & DomU. -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
On Tuesday 10 February 2009 16:48:57 PGNet wrote:
SUSE Linux version? I tried SLES10 SP2 and powersaved is disbaled with your config.
i'm running opensuse 11.1/x86_64 for both Dom0 & DomU.
I don't know about powersaved because I dont have that on my 11.1 but actually it should work the way you configured it. This has been reported to work on 11.1 for example: <runlevel> <default>3</default> <services config:type="list"> <service> <service_name>SuSEfirewall2_setup</service_name> <service_status>disable</service_status> </service> <service> <service_name>SuSEfirewall2_init</service_name> <service_status>disable</service_status> </service> <service> <service_name>nfs</service_name> <service_start>3 5</service_start> </service> <service> <service_name>atd</service_name> <service_start>3 5</service_start> </service> <service> <service_name>nscd</service_name> <service_status>disable</service_status> </service> <service> <service_name>smartd</service_name> <service_status>disable</service_status> </service> </services> </runlevel> -- ciao, Uwe Gansert Uwe Gansert, Server Technologies Team SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) Business: http://www.suse.de/~ug -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
hi, On Wed, Feb 11, 2009 at 2:25 AM, Uwe Gansert <ug@suse.de> wrote:
I don't know about powersaved because I dont have that on my 11.1
i don't want it on my system. and hence am trying to disable it. but, this 'fail' interrupts the autoyast install :-/
but actually it should work the way you configured it. This has been reported to work on 11.1 for example:
<runlevel> (snip)
in similar fashion, i have ... <runlevel> <default>3</default> <services config:type="list"> <service> <service_name>cups</service_name> <service_status>disable</service_status> </service> <service> <service_name>powersaved</service_name> <service_status>disable</service_status> </service> <service> <service_name>splash</service_name> <service_status>disable</service_status> </service> <service> <service_name>splash_early</service_name> <service_status>disable</service_status> </service> </services> </runlevel> ... with that config, here's an image of the fail @ install, http://tinyurl.com/d5neg5 i understand it's _supposed_ to work. my issue is that, unfortunately, it doesn't seem to. something's missing or misconfigured ... -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
On Friday 13 February 2009 18:11:24 PGNet wrote:
I don't know about powersaved because I dont have that on my 11.1
i don't want it on my system. and hence am trying to disable it.
where do you get it? It's not on my 11.1 installation source at all? -- ciao, Uwe Gansert Uwe Gansert, Server Technologies Team SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) Business: http://www.suse.de/~ug -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
hi, On Mon, Feb 16, 2009 at 4:57 AM, Uwe Gansert <ug@suse.de> wrote:
where do you get it? It's not on my 11.1 installation source at all?
that was the right question for me to finally 'get it'. powersaved was a 'problematic' (to me ...) package that _had_ been available in 11.0, http://packages.opensuse-community.org/index.jsp?distro=openSUSE_110&searchTerm=powersave and, as you've correctly pointed out, is _not_ in 11.1. this autoyast config was migrated from 11.0 -> 11.1, and i did not remove the reference to powersaved, wanting to ensure it was disabled ... but, not realizing that it had 'gone away'. what i failed to realize is that autoyast installation would 'fail' (or interrupt, as described here) if a stanza was included to disable a service that did not exist. for 11.1, removing that stanza, the error goes away. which raises a question -- i agree that a service EN-able should fail/interrupt if autoyast is faced with a missing service, but should a DIS-able also fail if the service doesn't exist? or, rather, simply pass-thru with no error/no action? personally, i lean towards the former ... but, the latter might make sense. thanks! -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
On Monday 16 February 2009 18:35:31 PGNet wrote:
i agree that a service EN-able should fail/interrupt if autoyast is faced with a missing service, but should a DIS-able also fail if the service doesn't exist?
or, rather, simply pass-thru with no error/no action?
personally, i lean towards the former ... but, the latter might make sense.
you can let that error timeout via report section: http://www.suse.de/~ug/autoyast_doc/CreateProfile.Reporting.html but it might make sense to suppress the error at all in that case. It's now on my TODO to look at it. -- ciao, Uwe Gansert Uwe Gansert, Server Technologies Team SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) Business: http://www.suse.de/~ug -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
participants (2)
-
PGNet
-
Uwe Gansert