Custom Query (894 matches)
Results (55 - 57 of 894)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#62 | desai | bradshaw | fixed | openssl not listed as a dependancy |
Description |
ccn159:~# dpkg -i bcfg2_0.8.2-0pre5_all.deb (Reading database ... 14358 files and directories currently installed.) Preparing to replace bcfg2 0.8.2-0pre2 (using bcfg2_0.8.2-0pre5_all.deb) ... Unpacking replacement bcfg2 ... Setting up bcfg2 (0.8.2-0pre5) ... Installing new version of config file /etc/init.d/bcfg2 ... ccn159:~# /usr/sbin/bcfg2 -q -v -d Traceback (most recent call last):
ImportError?: No module named OpenSSL |
|||
#63 | desai | bradshaw | fixed | Something wrong in the Base64 world |
Description |
ccsched:/sandbox/bcfg2/Cfg/var/cache/debconf/templates.dat# cat :info encoding: base64 owner: root group: root perms: 0644 bcfg.log: Jun 12 10:43:54 ccsched bcfg2-server[29804]: Failed to marshall file /var/cache/debconf/templates.dat. Mark it as base64 One the client: Failure in VerifyEntry? Traceback (most recent call last):
TypeError?: a2b_base64() argument 1 must be string or read-only character buffer, not None Entry: <ConfigFile? name="/var/cache/debconf/templates.dat" owner="root" perms="0644" group="root" encoding="base64"/> Traceback information (please include in any bug report): File /usr/sbin/bcfg2, line 105, in load_toolset
/usr/sbin/bcfg2:137: FutureWarning?: %u/%o/%x/%X of negative int will return a signed string in Python 2.4 and up
exceptions.KeyError?: <Element ConfigFile? at b7981368> File /usr/lib/python2.3/site-packages/Bcfg2/Client/Debian.py, line 18, in init
exceptions.KeyError?: <Element ConfigFile? at b7981368> File /usr/lib/python2.3/site-packages/Bcfg2/Client/Toolset.py, line 63, in init
exceptions.KeyError?: <Element ConfigFile? at b7981368> Fatal error: An unexpected failure occurred in instantiating toolset debian |
|||
#66 | desai | [email protected]… | fixed | APT cache cleaning should be optional |
Description |
(Per discussion on the list) APT cache cleaning on Debian toolkit should be made optional. Currently cache is cleaned every time the toolkit is initialized. This is not always the wanted behavior. |