search for: base_config

Displaying 4 results from an estimated 4 matches for "base_config".

2007 Jun 28
2
NOTICE: cannot instrument return of fd_intr at 7b7d6278: non-canonical return instruction
...kgs on /var/opt/sun/jet/js_media/pkg EISCD: Running 000.eiscd.000.postinstall EISCD: Using latest EISCD version -> 24APR07 EISCD: Calling EIS CD setup-standard.sh EISCD: Run setup-standard.sh -q Jun 27 11:38:31 first sendmail[1008]: My unqualified host name (first.) unknown; sleeping for retry BASE_CONFIG: Running 001.base_config.001.eispatch.base_config BASE_CONFIG: Patches being applied from /var/opt/sun/jet/js_media/patch/eiscd/24APR07/patch/10 Jun 27 11:39:31 first sendmail[1008]: unable to qualify my own domain name (first.) -- using short name Jun 27 11:39:32 first sendmail[1995]: My unquali...
2006 Aug 07
0
The new formalism : you can try it
...config is nammed myups, the admin nutadmin, the upsmon master monmaster and the upsmon slave is nammed monslave, and the passwords are put to "!", that is to say invalide password, and users having such a password (or an empty password) will be ignored. By default, upsconfig use CONFPATH/base_config directory to find the nut.conf template to generate the configuration file (/usr/local/nut-new-conf/etc/base_config in the example). It use CONFPATH/base_config/comments directory to make the comments in the configuration file. The comments files must be nammed conf.comm.* where * correspond to the...
2010 Feb 11
1
[PATCH] Provides a reference implementation management server.
...function, as in:: + + from paste.deploy.converters import asbool + setting = asbool(global_conf.get('the_setting')) + +""" + +from tg.configuration import AppConfig + +import ovirtserver +from ovirtserver import model +from ovirtserver.lib import app_globals, helpers + +base_config = AppConfig() +base_config.renderers = [] + +base_config.package = ovirtserver + +#Set the default renderer +base_config.default_renderer = 'genshi' +base_config.renderers.append('genshi') +# if you want raw speed and have installed chameleon.genshi +# you should try to use this ren...
2010 Feb 17
0
[PATCH] Provides the new node lifecycle events.
...function, as in:: - - from paste.deploy.converters import asbool - setting = asbool(global_conf.get('the_setting')) - -""" - -from tg.configuration import AppConfig - -import ovirtserver -from ovirtserver import model -from ovirtserver.lib import app_globals, helpers - -base_config = AppConfig() -base_config.renderers = [] - -base_config.package = ovirtserver - -#Set the default renderer -base_config.default_renderer = 'genshi' -base_config.renderers.append('genshi') -# if you want raw speed and have installed chameleon.genshi -# you should try to use this ren...