Displaying 11 results from an estimated 11 matches for "appconfig".
Did you mean:
pppconfig
2004 Aug 11
2
possible suppression for output ?
Hi,
Whenever i sync certain files in ( like /etc/tnsnames.ora ) from our
hostA to hostB, rsync always print out
/etc/
it prints out the files modified.
it does that for every directory name in the path of files i update...
Is there a way to suppress that output, since it is not modifying that
directory ?
Thanks
Daniel Bourque
Unix Systems Administrator
BTS Platform Services
Learjet Inc.
1998 Nov 16
5
Solaris make for 0.63 failing
...PFLAGS) -c
CPS= cps
CPSFLAGS =
LD= ld
LDFLAGS =
LDLIBS =
MAKE= make
RM= rm -f
AR= ar
ARFLAGS= rv
GET= get
GFLAGS =
SCCSFLAGS =
SCCSGETFLAGS= -s
MAKE= make
MANPATH=
/usr/man:/apps/res/man:/home/res/public/gnu/man:/apps/res/unix/modula_2_2.2/man
DTDATABASESEARCHPATH=
/home/res/gilp/.dt/types,/etc/dt/appconfig/types/%L,/etc/dt/appconfig/types/C,/usr/dt/appconfig/types/%L,/usr/dt/appconfig/types/C
DTXSERVERLOCATION= local
LANG= en_CA
HELPPATH= /usr/openwin/lib/locale:/usr/openwin/lib/help
DTSOURCEPROFILE= true
LC_MONETARY= en_CA
OLWMMENU= /apps/res/unix/owmenu/openwin-menu.generic
LC_TIME= en_CA
PATH=
/u...
2011 Feb 11
0
rails 3 initialize module, running cucumber
...ting nil.[] (NoMethodError)" on the S3Config.key= line when running
cucumber. Why is it not loading up the module when running cucumber?
module S3Config
mattr_accessor :key
mattr_accessor :sec
end
class ActiveRecord::Base
include S3Config
extend DynamicMethods
end
S3Config.key = AppConfig[''access_key_id'']
S3Config.sec = AppConfig[''secret_access_key'']
ActionMailer::Base.default_url_options[:host]=AppConfig[''base_url'']
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" gro...
2015 Mar 26
1
TSIG error with server: tsig verify failure
...gt; netbios name = DC
>
> log level = 3
>
> server role = active directory domain controller
> dns forwarder = 192.168.1.254
>
>[netlogon]
> path =
>/opt/celluloid/samba/var/locks/sysvol/ourdomain.inc/scripts/netlogon
> read only = No
>
>[appconfig]
> path =
>/opt/celluloid/samba/var/locks/sysvol/ourdomain.inc/scripts/appconfig
> read only = No
>
>[sysvol]
> #path = /var/lib/samba/sysvol
> path = /opt/celluloid/samba/var/locks/sysvol
> read only = No
>
>>
>> and the provisoni...
2014 Jun 11
4
TSIG error with server: tsig verify failure
Hello,
I still receive this error in my log.samba and when running
'/samba_dnsupdate --verbose --all-names'. Has this been fixed
completely? Searching through the archives I see this post
https://lists.samba.org/archive/samba-technical/2013-February/090408.html.
Using Samba 4.1.7 with Ubuntu Server 12.04. My understanding is the
update still succeeds but the error is
2007 Sep 12
0
Error when running migrations
I''ve checked out a rails project that i''m working on from a repository,
and created a new database for it. However whenever i try and run the
migrations i get the following error:
rake aborted!
#<AppConfig:0xb7870f84> is not a class/module
Whenever I try to fire up a webrick server, i get the following error:
=> Booting WEBrick...
/usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:274:in `activate'':
#<AppConfig:0xb7342918> is not a class/module (TypeError)
from
/usr/local/li...
2011 Dec 22
0
Problems with database config and prepare_to method
...ase specified in the
database.yml file. After some research I figured out that one of my
custom plugins is causing the problem. The problem is comming from the
initializer of the plugin where I do :
require "#{File.dirname(__FILE__)}/lib/fianet_order"
config.to_prepare do
if AppConfig.fianet.enabled
load_fianet
end
end
We need to use the config.to_prepare because we want that it only loads
1 time when it is the production environment and reload everytime in
development mode. In load_fianet we do a class_eval on a model to add
some specific methods.
If I de...
2013 Aug 13
0
Processed: perl 5.18 transition nearly ready
...to 'serious' from 'important'
> severity 711255 serious
Bug #711255 [src:libtap-formatter-junit-perl] libtap-formatter-junit-perl: FTBFS with perl 5.18: test failures
Severity set to 'serious' from 'important'
> severity 711627 serious
Bug #711627 [src:libyaml-appconfig-perl] libyaml-appconfig-perl: FTBFS with perl 5.18: test failure
Severity set to 'serious' from 'important'
> severity 709784 serious
Bug #709784 {Done: Dominique Dumont <dod at debian.org>} [src:libconfig-model-perl] libconfig-model-perl: FTBFS with perl 5.18: POD
Severity...
2003 Aug 01
0
FW: winbind on Solaris 2.5.1 not working.
...gfile=/dev/null HOSTNAME=testsmb
549:
LD_LIBRARY_PATH=/usr/local/lib:/usr/lib:/usr/platform/sun4u/lib:/usr/share/l
ib:/usr/ccs/lib:/usr/openwin/lib:/usr/dt/lib:/etc/lib:/etc/security/lib
549: XMBINDDIR=/usr/dt/lib/bindings DTUSERSESSION=root-testsmb-0
549:
DTDATABASESEARCHPATH=//.dt/types,/usr/dt/appconfig/types/%L,/usr/dt/appconfi
g/types/C
549: OPENWINHOME=/usr/openwin
549: NLSPATH=/usr/dt/lib/nls/msg/%L/%N.cat:/usr/dt/lib/nls/msg/C/%N.cat
549:
MANPATH=/usr/dt/man::/usr/local/man:/usr/local/samba/man:/usr/share/man:/usr
/openwin/share/man
549: USER=root MACHTYPE=sparc-sun-solaris2.5.1
549:...
2010 Feb 11
1
[PATCH] Provides a reference implementation management server.
...If you want to
+convert them into boolean, for example, you should use the
+:func:`paste.deploy.converters.asbool` 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.a...
2010 Feb 17
0
[PATCH] Provides the new node lifecycle events.
...If you want to
-convert them into boolean, for example, you should use the
-:func:`paste.deploy.converters.asbool` 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.a...