Custom Query (894 matches)
Results (49 - 51 of 894)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#850 | solj | https://www.google.com/accounts/o8/id?id=AItOawntJ05hIp41Y-72vdUTMMBOIn4BrYWCDOE | fixed | client lockfile error: Failed to open lockfile |
Description |
I just installed bcfg2 on opensolaris and was getting the following error: Failed to open lockfile Bcfg2 still runs and operates correctly. It turns out that I didn't have a "/var/lock" directory. Creating the directory resolved the issue. Can bcfg2 present a better error message of where its trying to write its lockfile? Or perhaps a lockfile option in /etc/bcfg2.conf for the future Thanks, Ed |
|||
#861 | solj | Bruce Bush <[email protected]…> | fixed | Python block in Genshi bundle causes traceback |
Description |
This example causes a traceback: <Bundle name='awstats' xmlns:py="http://genshi.edgewall.org/">
</Bundle> This example works: <Bundle name='awstats' xmlns:py="http://genshi.edgewall.org/"> <py:for each="vhost in metadata.Probes['vhosts'].split(':')" >
</py:for> </Bundle> |
|||
#863 | solj | https://www.google.com/accounts/o8/id?id=AItOawljNfSmwBX_TkYOMH5BtaTMIervYOZOkV0 | fixed | bcfg 1.0.1 version rpm builds but fails to install |
Description |
Hello folks, being interested in running version 1.0.1 (after reading the ChangeLog? since 0.9.6) I succeed building rpms for bcfg2-1.0-1.noarch.rpm bcfg2-server-1.0-1.noarch.rpm but I cannot install them with the following reason: error: Failed dependencies:
Despite the usual path for python is /usr/bin on Linux systems, the most amazing fact about that is that /usr/local/bin/python is indeed present in the system. I've even tried to remove the symbolic link to the /usr/bin/python and make the hard copy but nothing changes. Any ideas how to get it working and why ever depending on binary instead of package? |