Custom Query (894 matches)
Results (124 - 126 of 894)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#926 | solj | Thomas Ackermann <[email protected]…> | fixed | Rules - service check on localized systems |
Description |
chkconfigs output when system is not set to english is not interpreted correctly by the service rules. for example:
< nullmailer 0:Aus 1:Aus 2:Ein 3:Ein 4:Ein 5:Ein 6:Aus
Found active services: Verifying packa... |
|||
#927 | desai | Thomas Ackermann <[email protected]…> | fixed | python-lxml dependency in client RPMS made by redhat make |
Description |
made by: svn checkout on trunk cd redhat make rpm -qpR bcfg2-1.1.0-0.0rc4r.noarch.rpm /bin/sh /bin/sh /bin/sh /bin/sh /sbin/chkconfig /sbin/chkconfig /sbin/service /sbin/service /usr/bin/python config(bcfg2) = 1.1.0-0.0rc4r initscripts python(abi) = 2.4 python-lxml >= 0.9 rpmlib(CompressedFileNames?) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix?) <= 4.0-1 whereas python-lxml wouldn't be needed in here anoymore i guess ? |
|||
#662 | desai | Tim Laszlo <[email protected]…> | fixed | Virtual package targets no longer bind |
Description |
Packages defined using virtual targets in bundles no longer bind. The definitions work in 0.9.6, but fail to bind to a specific target using svn. This line in a bundle - <Package name='wireless-tools' altsrc='wireless-tools:x86_64'/> generates this in the server log - Failed binding entry Package:wireless-tools with altsrc wireless-tools:x86_64 Falling back to Package:wireless-tools |