Custom Query (894 matches)
Results (13 - 15 of 894)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#789 | solj | lueningh | fixed | /etc/defaults oddness |
Description |
After building an RPM of the bcfg 1.0.0 source and installing it on a fresh server, I couldn't start it up and it wasn't immediately obvious how to fix it: mgt5:/var/lib/bcfg2 # /etc/init.d/bcfg2-server start bcfg2-server is disabled - see /etc/default/bcfg2-server failed mgt5:/var/lib/bcfg2 # ls /etc/default/bcfg2-server ls: /etc/default/bcfg2-server: No such file or directory Looks like that file needs to be added to the packaging. |
|||
#124 | desai | Patrick Ruckstuhl <[email protected]…> | fixed | /etc/init.d/bcfg2 not valid |
Description |
When I try to run the /et/init.d/bcfg2 script I get this error /etc/init.d/bcfg2: line 17: [1: command not found /etc/init.d/bcfg2: line 17: [1: command not found /etc/init.d/bcfg2: line 17: [1: command not found Reading Package Lists... Done Building Dependency Tree... Done bcfg2 |
|||
#31 | desai | [email protected]… | fixed | 0.8.1pre8 client super-broken |
Description |
Running the 0.8.1pre8 client for the first time lead to a long string of tracebacks and a client that, amusingly, kept looping around and reporting that it was dirty. I eventually control-c killed it. Anyway, it said: RecvProbeData completed successfully GetConfig completed successfully > rpm -qa --qf '%{NAME} %{VERSION}-%{RELEASE} ' Traceback information (please include in any bug report): File /usr/sbin/bcfg2, line 126, in load_toolset self.toolset = mod.ToolsetImpl(self.config, self.setup) exceptions.NameError: global name 'sys' is not defined File /usr/lib/python2.3/site-packages/Bcfg2/Client/Redhat.py, line 17, in __init__ self.Refresh() exceptions.NameError: global name 'sys' is not defined File /usr/lib/python2.3/site-packages/Bcfg2/Client/Redhat.py, line 34, in Refresh for line in self.saferun("rpm -qa --qf '%{NAME} %{VERSION}-%{RELEASE}\n'")[1]: exceptions.NameError: global name 'sys' is not defined File /usr/lib/python2.3/site-packages/Bcfg2/Client/Toolset.py, line 70, in saferun runpipe = readonlypipe(command, bufsize=16384) exceptions.NameError: global name 'sys' is not defined File /usr/lib/python2.3/site-packages/Bcfg2/Client/Toolset.py, line 33, in __init__ os.dup2(null.fileno(), sys.__stdin__.fileno()) exceptions.NameError: global name 'sys' is not defined Fatal error: An unexpected failure occurred in instantiating toolset rh as well as > /sbin/chkconfig --list jumbo Failure in VerifyEntry Traceback (most recent call last): File "/usr/lib/python2.3/site-packages/Bcfg2/Client/Toolset.py", line 208, in VerifyEntry self.states[entry] = method(entry) File "/usr/lib/python2.3/site-packages/Bcfg2/Client/Redhat.py", line 41, in VerifyService srvdata = self.saferun("/sbin/chkconfig --list %s"%entry.attrib['name'])[1][0].split() File "/usr/lib/python2.3/site-packages/Bcfg2/Client/Toolset.py", line 70, in saferun runpipe = readonlypipe(command, bufsize=16384) File "/usr/lib/python2.3/site-packages/Bcfg2/Client/Toolset.py", line 33, in __init__ os.dup2(null.fileno(), sys.__stdin__.fileno()) NameError: global name 'sys' is not defined |