Custom Query (894 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (100 - 102 of 894)

Ticket Owner Reporter Resolution Summary
#1053 desai https://www.google.com/accounts/o8/id?id=AItOawkjKgZsrk-wj8Ikb2eLLRqMctAjiqUuv2g fixed Wrong regular expression for /etc/logcheck/ignore.d.server/bcfg2-server
Description

On Debian, the regular expression to ignore:

Generated config for foo.bar.com in x.xxxs need to be changed.

Simply change "seconds" to "s" in the expression.

#1052 https://www.google.com/accounts/o8/id?id=AItOawnSjgovXZr-_V3vGkvMSR0pc5LDykRc1Nc https://www.google.com/accounts/o8/id?id=AItOawkjKgZsrk-wj8Ikb2eLLRqMctAjiqUuv2g fixed `bcfg -ven` vs. `bcfg -I` yield different output
Description

When using the bcfg2-accounts plugin (https://github.com/weiss/bcfg2-accounts),\

and adding a new user to Properties/accounts.xml.

bcfg2 -n : gives no indication that an action is necessary.

bcfg2 -I : works as expected. Expected meaning you are prompted to modify the \ user.

An example can be found here: http://pastebin.com/A0Uf4Gz4. You may ignore the\

question about why usermod is being called at all.

#1051 desai https://www.google.com/accounts/o8/id?id=AItOawkPb0RtPyicSdU7pLcv1UrX-yCh-YjkOwU fixed Do not show y/N proposal for Packages that can not be installed
Description

In interactive mode of Bcfg2 client:

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         

The following packages are specified in bcfg2:
 apache2       mysql-server  php5         
The following packages are prereqs added by Packages:


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

Install Package: apache2? (y/N): y
Install Package: mysql-server? (y/N): y
Install Package: php5? (y/N): y

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

It would more intuitive to see the following messages:

...
Unmanaged entries:      264

Can't install Package: apache2 (no plugins can handle operation) [Press Enter]
Can't install Package: mysql-server (no plugins can handle operation) [Press Enter]
Can't install Package: php5 (no plugins can handle operation) [Press Enter]

Phase: final
...

If -d (debug) option is specified, the prompts can also show names of the plugins that will be called to process the command, e.g:

Install Package (Packages,): apache2? (y/N): y
Install Package (Packages,): mysql-server? (y/N): y
Note: See TracQuery for help on using queries.