Custom Query (894 matches)
Results (31 - 33 of 894)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#686 | desai | lueningh | fixed | 1.0pre4 client traceback when server disallows connection |
Description |
I added aliases to all of my machines in clients.xml, giving me an entry for one particular machine that looked like: <Client profile='bgp-mgt8' name='mgt8.ether.alcf.anl.gov' address='10.40.2.8'> <Alias name='mgt8-mgmt.ether.alcf.anl.gov' address='10.40.2.8'/> </Client> When running the client, it tracebacked: mgt8:/var/lib/bcfg2/Metadata # bcfg2 -v -I -b ssh -S https://10.40.2.8:6789 -C /tmp/bcfg2.conf Unknown failure Traceback (most recent call last): File "/usr/lib64/python2.4/site-packages/Bcfg2/Proxy.py", line 41, in __call__ return _Method.__call__(self, *args) File "/usr/lib64/python2.4/xmlrpclib.py", line 1096, in __call__ return self.__send(self.__name, args) File "/usr/lib64/python2.4/xmlrpclib.py", line 1383, in __request verbose=self.__verbose File "/usr/lib64/python2.4/site-packages/Bcfg2/Proxy.py", line 132, in request msglen = int(headers.dict['content-length']) KeyError: 'content-length' Failed to download probes from bcfg2 Server Failure and the server (running in debug mode) complained: Address 10.40.2.8 has multiple reverse assignments; a uuid must be used Client 10.40.2.8 failed to authenticate due to metadata problem Authentication Failure mgt8.ether.alcf.anl.gov - - [09/Jul/2009 09:30:58] code 401, message Unauthorized Two thoughts here:
|
|||
#709 | solj | Travis Campbell <[email protected]…> | fixed | 1.1.0 doesn't shutdown when you ^C from a non-daemonized bcfg2-server instance. |
Description |
I just loaded bcfg2-server on a new box and whenever I run it in interactive mode (eg, don't daemonize and disassociate from the terminal), the bcfg2-server process refuses to die off after I hit Control-C. The last entry I see from the verbose output is: Handled 5 events in 0.001s serve_forever() [stop] server_close() and it hangs forever after this. I have to send a sigquit in order for it to now shutdown at this point. |
|||
#972 | desai | https://www.google.com/accounts/o8/id?id=AItOawmQmn0B7szSWU05XNIWqq49So7cIisAOpI | fixed | 1.1.1 client causes an "install loop" on packages which are already installed on client. |
Description |
[[email protected]… chris]# rpm -q bcfg2 bcfg2-1.1.1-0.1.noarch built using rpmbuild -tb from the tarball downloaded from this site. Running on RHEL6 client [[email protected]… chris]# cat /etc/redhat-release Red Hat Enterprise Linux Server release 6.0 (Santiago) [[email protected]… chris]# uname -a Linux dev1.st.dev.fmp 2.6.32-71.7.1.el6.x86_64 #1 SMP Wed Oct 27 03:44:59 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux using python: [[email protected]… chris]# rpm -q python python-2.6.5-3.el6.x86_64 connecting against bcfg2-server 1.0.1 which desai said should be fine :) Using Packages plugin for package management, connecting against a local mrepo server. attachments to follow. |