Modify

Ticket #294 (closed defect: fixed)

Opened 17 years ago

Last modified 17 years ago

Missing debsums cause bad warnings

Reported by: naapuri Owned by: desai
Priority: trivial Milestone:
Component: bcfg2-client Version:
Keywords: debsums Cc:

Description

If a package doesn't have debsums, the bcfg2 client incorrectly says that "Bad files are: <packagename>".

...
> /usr/bin/debsums -as libcap1
> /usr/bin/debsums -as libcomerr2
> /usr/bin/debsums -as libconsole
> /usr/bin/debsums -as libdb4.2
< debsums: no md5sums for libdb4.2
Package libdb4.2 failed validation. Bad files are:
 libdb4.2
> /usr/bin/debsums -as libdb4.3
< debsums: no md5sums for libdb4.3
Package libdb4.3 failed validation. Bad files are:
 libdb4.3
> /usr/bin/debsums -as libdb4.4
< debsums: no md5sums for libdb4.4
Package libdb4.4 failed validation. Bad files are:
 libdb4.4
> /usr/bin/debsums -as libdevmapper1.02
> /usr/bin/debsums -as libedit2
> /usr/bin/debsums -as libgcc1
> /usr/bin/debsums -as libgcrypt11
...

(Re-installing these packages will help, since debsums installs a post-installation script that calculates md5sums if needed.)

Attachments

Change History

comment:1 Changed 17 years ago by desai

  • Status changed from new to closed
  • Resolution set to fixed

The warnings are fixed in [1e7086f009aeea0b749fa3ff24946438298f5943] (SVN r2540). I think that the packages should be reinstalled, since we can't verify the checksums.

WARNING! You need to establish a session before you can create or edit tickets. Otherwise the ticket will get treated as spam.

View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
The resolution will be deleted. Next status will be 'reopened'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.