Custom Query (894 matches)
Results (1 - 3 of 894)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#1141 | https://www.google.com/accounts/o8/id?id=AItOawnSjgovXZr-_V3vGkvMSR0pc5LDykRc1Nc | Alexanderyt <[email protected]…> | fixed | bcfg2-lint: AttributeError: 'NoneType' object has no attribute 'splitlines' |
Description |
Ubuntu 12.04 Version: 1.3.0-1~testing2~precise1+e276eef # bcfg2-lint Django configuration problem: Please fill out the database NAME in the settings module before using the database. Traceback (most recent call last):
AttributeError?: 'NoneType?' object has no attribute 'splitlines' |
|||
#1144 | desai | Alexanderyt <[email protected]…> | fixed | The typo in example of POSIXUser Tag |
Description |
http://docs.bcfg2.org/dev/server/plugins/generators/rules.html#posixuser-tag ---cut here-- <MemberOf>bin</MemberOf> </BoundPOSIXUser> Must be </POSIXUser> |
|||
#975 | desai | Arto Jantunen <[email protected]…> | fixed | should handle https:// missing from `bcfg2 -S` better |
Description |
This was originally filed in the Debian BTS as Bug#608622 (see http://bugs.debian.org/608622 ), the original report follows: I feel this IOError should be caught, ideally suggesting the use of https://. epicfail:/etc# bcfg2 -q -v -n -S kgoetz.selfip.net:6789 Traceback (most recent call last):
IOError: unsupported XML-RPC protocol This reaches the server: epicfail:/etc# bcfg2 -q -v -n -S https://kgoetz.selfip.net:6789 |