Custom Query (894 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (142 - 144 of 894)

Ticket Owner Reporter Resolution Summary
#998 desai Arto Jantunen <[email protected]…> invalid Reloading services on Debian systems
Description

Currently on a Debian system the bcfg2 client reloads a service by calling /etc/init.d/<service> restart, when in many cases a reload would be enough. The Debian Policy does not define the reload action, so it may or may not exist, depending on package. However the Policy does guarantee the existance of the force-reload action. In packages that can reload themselves without restarting force-reload does a reload, and in packages that cannot it does a restart. In my understanding that makes force-reload the correct action for bcfg2 to take for reloading services on Debian systems.

I would submit a patch for this, but I'm not entirely sure what is the correct way to implement it. Simply always replacing restart with force-reload in src/lib/Client/Tools/DebInit.py may not be the correct solution since in some cases a real restart may be required and doing that would prevent forcing restarts where needed.

This issue was filed as bug #406288 in the Debian BTS, see http://bugs.debian.org/406288

#1001 desai https://www.google.com/accounts/o8/id?id=AItOawkfar6gGD3PuUixQdEZQyRr2mpowLW1A70 invalid Bcfg2 pkg verify fails if /etc/apt/preferences contains blank lines or just comments
Description

Failed to instantiate tool Bcfg2.Client.Tools.APT.APT Traceback (most recent call last):

File "/usr/lib/pymodules/python2.6/Bcfg2/Client/Frame.py", line 98, in init

self.tools.append(tool(self.logger, setup, config))

File "/usr/lib/pymodules/python2.6/Bcfg2/Client/Tools/APT.py", line 68, in init

self.pkg_cache = apt.cache.Cache()

File "/usr/lib/python2.6/dist-packages/apt/cache.py", line 88, in init

self.open(progress)

File "/usr/lib/python2.6/dist-packages/apt/cache.py", line 126, in open

self._cache = apt_pkg.Cache(progress)

SystemError?: E:Unable to parse package file /etc/apt/preferences (1)

#1049 desai https://www.google.com/accounts/o8/id?id=AItOawkPb0RtPyicSdU7pLcv1UrX-yCh-YjkOwU invalid Client bootstraping doesn't work in rc1
Description

http://docs.bcfg2.org/dev/appendix/guides/bootstrap.html#appendix-guides-bootstrap

bcfg2 -x password -p basic -S https://bcfg2-server:6789

This doesn't work anymore:

$ sudo bcfg2 -x password -p basic -S https://bcfg2-server:6789 -qv
No ca is specified. Cannot authenticate the server with SSL.
No ca is specified. Cannot authenticate the server with SSL.
No ca is specified. Cannot authenticate the server with SSL.
Loaded tool drivers:
 APT      Action   DebInit  POSIX    VCS     
The following entries are not handled by any tool:
 Package:None:apache2       Package:None:mysql-server  Package:None:php5         


Phase: initial
Correct entries:	0
Incorrect entries:	3
Total managed entries:	3
Unmanaged entries:	264


Phase: final
Correct entries:	0
Incorrect entries:	3
 Package:apache2       Package:mysql-server  Package:php5         
Total managed entries:	3
Unmanaged entries:	264

No ca is specified. Cannot authenticate the server with SSL.
Note: See TracQuery for help on using queries.