Displaying 4 results from an estimated 4 matches for "initvar".
Did you mean:
initval
2011 Jul 26
2
undefined method `initvars'
We are seeing this error in our log files on some clients:
puppetd[15068]: Could not run Puppet configuration client: undefined
method `initvars'' for #<Puppet::Type::Package:0x2aaaabbb4858>
Where do I begin troubleshooting this? The client software versions are:
ruby-1.8.5-5.el5_4.8.x86_64
ruby-libs-1.8.5-5.el5_4.8.x86_64
ruby-shadow-1.4.1-7.el5.x86_64
facter-1.5.8-1.el5.noarch
ruby-augeas-0.4.1-1.el5.x86_64
puppet-0.25.5...
2008 Dec 03
1
system-config-network crash
...tos 5 and earlier
this evening I used system-config-network to add it to the system.
Now when I try to run system-config-network again it crashes with the following
error. Can anyone tell me how I can fix this?
Component: system-config-network
Version: 1.3.99.10
Summary: TBa9c752cb ConfPAP.py:85:initvars:IndexError: list index out of range
Traceback (most recent call last):
File "/usr/sbin/system-config-network-gui", line 167, in main
window = mainDialog()
File "/usr/share/system-config-network/netconfpkg/gui/maindialog.py", line
247, in __init__ self.load()
File &qu...
2012 Jul 02
0
[klibc:master] [VAR] Sanitise environment variable names on entry
...a.org.au>
Signed-off-by: maximilian attems <max at stro.at>
---
usr/dash/var.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/usr/dash/var.c b/usr/dash/var.c
index 027beff..dc90249 100644
--- a/usr/dash/var.c
+++ b/usr/dash/var.c
@@ -136,7 +136,8 @@ INIT {
initvar();
for (envp = environ ; *envp ; envp++) {
- if (strchr(*envp, '=')) {
+ p = endofname(*envp);
+ if (p != *envp && *p == '=') {
setvareq(*envp, VEXPORT|VTEXTFIXED);
}
}
2010 Oct 04
3
Upgrade to 2.6.1 appears to break puppetmaster
...39;'
/usr/lib/ruby/1.8/monitor.rb:242:in `synchronize''
/usr/lib/ruby/1.8/puppet/node/environment.rb:81:in `known_resource_types''
/usr/lib/ruby/1.8/puppet/resource/type_collection_helper.rb:5:in
`known_resource_types''
/usr/lib/ruby/1.8/puppet/parser/compiler.rb:423:in `initvars''
/usr/lib/ruby/1.8/puppet/parser/compiler.rb:181:in `initialize''
/usr/lib/ruby/1.8/puppet/parser/compiler.rb:18:in `new''
/usr/lib/ruby/1.8/puppet/parser/compiler.rb:18:in `compile''
/usr/lib/ruby/1.8/puppet/indirector/catalog/compiler.rb:77:in `compile''...