Custom Query (894 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (82 - 84 of 894)

Ticket Owner Reporter Resolution Summary
#391 desai [email protected] wontfix libxml2 source rpm
Description

Just an FYI, I wasn't able to build RPMs from the libxml2 source RPM on SLES 9 until I added this line to the top of the spec:

%define _unpackaged_files_terminate_build 0

Otherwise it would fail saying "Installed (but unpackaged) file(s) found". Apparently you can also set this system-wide in /usr/lib/rpm/macros.

-Theron

#418 desai [email protected] wontfix Legacy run services (lrc) should be ignored on GNU/OpenSolaris
Description

Packages that install init scripts controlled by DebInit? show up in SMF as legacy run services. Bcfg2 sees this as extra configuration. I think it makes sense to completely ignore lrc if DebInit? is active.

#446 desai lueningh wontfix RPMng doesn't announce its failures
Description

One of my machines wasn't playing nicely with RPMng: I would specify it as a driver, and Bcfg would silently drop it from its list. It turns out I didn't have rpm-python installed, as proved by the traceback below. We should check for this and announce the failure.

alcf-tb3:~ # bcfg2 -q -v -n -D Action,POSIX,Chkconfig,RPMng
Loaded tool drivers:
 Action     Chkconfig  POSIX
>>> import Bcfg2.Client.Tools.RPMng
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "/usr/lib64/python2.4/site-packages/Bcfg2/Client/Tools/RPMng.py", line 5, in ?
    import Bcfg2.Client.Tools, rpmtools, os.path, rpm, ConfigParser
  File "/usr/lib64/python2.4/site-packages/Bcfg2/Client/Tools/rpmtools.py", line 23, in ?
    import rpm, optparse, pwd, grp
ImportError: No module named rpm
>>> 
Note: See TracQuery for help on using queries.