Custom Query (894 matches)
Results (178 - 180 of 894)
Ticket | Owner | Reporter | Resolution | Summary | |
---|---|---|---|---|---|
#426 | desai | [email protected]… | fixed | RPMng driver ignores quick mode (-q) | |
Description |
Running bcfg2 -q on an RPMng driven system results in the system computing full checksums. The patch fixes this. It turns off md5sums and checking the file sizes. For the reason for the latter I'll open a new ticket. |
||||
#428 | desai | [email protected]… | fixed | rpmng and epoch display/handling | |
Description |
The EVR display during bcfg2's operation has an asterisk ('*') when there is no epoch present. The typical convention is to not display the epoch if it is None, sometimes even if it is 0. Furthermore rpm does set noepoch=zeroepoch since several years now. The old noepoch < zeroepoch bug is from the promoteepoch ages that did quite a lot of adventurous loops when comparing (absent epoch of an installed file is set the same as one to be installed). It is safe and also required to assume that no epoch is the same as zero epoch. |
||||
#429 | desai | bradshaw | fixed | postinst problems ucfr doesn't exist | |
Description |
I was just installing the 0.9.3pre6 on my ubuntu dapper x86_64 machine and it fails with /var/lib/dpkg/info/bcfg2.postinst: line 25: ucfr: command not found now I have ucf installed spock# dpkg -l ucf Desired=Unknown/Install/Remove/Purge/Hold? | Status=Not/Installed/Config?-files/Unpacked/Failed-config/Half-installed |/ Err?=(none)/Hold/Reinst?-required/X=both-problems (Status,Err: uppercase=bad)
+++-===============================-===============================-============================================================================== ii ucf 2.004 Update Configuration File: preserves user changes to config files. and here is the file list, which actually doesn't include the ucfr spock# dpkg -L ucf /. /usr /usr/share /usr/share/lintian /usr/share/lintian/overrides /usr/share/lintian/overrides/ucf /usr/share/man /usr/share/man/man1 /usr/share/man/man1/ucf.1.gz /usr/share/man/man1/lcf.1.gz /usr/share/man/man5 /usr/share/man/man5/ucf.conf.5.gz /usr/share/doc /usr/share/doc/ucf /usr/share/doc/ucf/examples /usr/share/doc/ucf/examples/postinst /usr/share/doc/ucf/examples/postrm /usr/share/doc/ucf/copyright /usr/share/doc/ucf/changelog.gz /usr/bin /usr/bin/ucf /usr/bin/lcf /etc /etc/ucf.conf /var /var/lib /var/lib/ucf so where does the ucfr come from or is that a typo? Rick |