Custom Query (894 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (85 - 87 of 894)

Ticket Owner Reporter Resolution Summary
#769 desai strauss fixed AttributeError: error instance has no attribute 'errno'
Description

Only happens when it can't contact the server:

[[email protected] etc]# bcfg2 -vqeI
No ca is specified. Cannot authenticate the server with SSL.
Traceback (most recent call last):
  File "/usr/sbin/bcfg2", line 300, in ?
    client.run()
  File "/usr/sbin/bcfg2", line 176, in run
    probe_data = proxy.GetProbes()
  File "/usr/lib/python2.4/site-packages/Bcfg2/Proxy.py", line 62, in __call__
    if err.errno == 336265218:
AttributeError: error instance has no attribute 'errno'
#873 desai Jack Neely <[email protected]…> fixed Attributes for packages pulled in by Packages plugin's prereqs
Description

I need to be able to add attributes to the packages that the Packages plugin prereq generator adds to my configuration.

For example, my configuration includes the "sendmail-cf" package. The Packages plugin automatically adds the "sendmail" package as its required by "sendmail-cf." I manage in my configuration /etc/mail/sendmail.mc which sendmail will use to recreate the sendmail.cf with the sendmail-cf package installed.

However, Bcfg2 insists that the "sendmail" package fails verification because /etc/mail/sendmail.cf has been modified and I'm not directly managing that file. I'd really like to not verify the sendmail package or be able to tell Bcfg2 to ignore the /etc/mail/sendmail.cf file.

A suggested method was to use BoundPackage to set verify='false' but this method just adds a second sendmail package to the configuration and does not affect the attributes for the package added by the Packages prereq generator.

#1084 desai https://launchpad.net/~antonisk fixed Auto-add "Essential" Debian packages to spec.
Description

As the title says, it would be nice if the Packages plugin auto-added "Essential: yes" to the spec.

Note: See TracQuery for help on using queries.