Custom Query (894 matches)
Results (13 - 15 of 894)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#1147 | desai | DongInn Kim <[email protected]…> | fixed | pysvn.Client.update function is not available in VCS.py |
Description |
It seems that pysvn.Client.update fails to run because it is not avaiabled in pysvn or because the way to call "update" is not correct? Failed to update repository Traceback (most recent call last): File "/usr/lib/python2.6/site-packages/Bcfg2-1.2.3-py2.6.egg/Bcfg2/Client/Tools/VCS.py", line 127, in Installsvn client = pysvn.Client.update(entry.get('name'), recurse=True) AttributeError: 'function' object has no attribute 'update' |
|||
#1146 | desai | https://www.google.com/accounts/o8/id?id=AItOawmUWUSICZipFKbjYsQOLyWp-dcZkiAbN5M | fixed | migrate_perms_to_mode.py should handle <Path type='directory'> tags in Rules files |
Description |
I ran the migrate_perms_to_mode.py script in my repo during the upgrade from 1.2 to 1.3, but it missed a few things. Some have been fixed, while Rules configurations containing tags of the form <Path type='directory' perms='0644' /> are not converted to a mode= attribute |
|||
#1145 | desai | https://www.google.com/accounts/o8/id?id=AItOawm7-QeHxXGyyMwjN6_wFPC-gGTvrxu0YaE | fixed | AttributeError: 'module' object has no attribute 'Metadata' |
Description |
bcfg2-admin init Store Bcfg2 configuration in etc/bcfg2.conf: Location of Bcfg2 repository var/lib/bcfg2: Input password used for communication verification (without echoing; leave blank for a random): What is the server's hostname [bcfg2]: Input the server location https://bcfg2:6789: Input base Operating System for clients: 1: Red Hat/Fedora?/RHEL/RHAS/Centos 2: SUSE/SLES 3: Mandrake 4: Debian 5: Ubuntu 6: Gentoo 7: FreeBSD 8: Arch : 6 Path where Bcfg2 server private key will be created etc/ssl/bcfg2.key: Path where Bcfg2 server cert will be created etc/ssl/bcfg2.crt: The following questions affect SSL certificate generation. If no data is provided, the default values are used. Country name (2 letter code) for certificate: ru State or Province Name (full name) for certificate: mo Locality Name (eg, city) for certificate: mo Warning: /etc/bcfg2.conf already exists. Overwrite? [y/N]: y Generating a 2048 bit RSA private key ......+++ ......................................+++ writing new private key to '/etc/ssl/bcfg2.key' Signature ok subject=/C=ru/ST=mo/L=mo/CN=bcfg2 Getting Private key Traceback (most recent call last):
AttributeError?: 'module' object has no attribute 'Metadata' |