C++ CSS HTML Java JavaScript MySQL Oracle PERL PHP SQL Unix VBScript XHTML XML Сети
When Verification Fails — rpm -V Output
 

When Verification Fails — rpm -V Output

When verifying a package, RPM produces output only Here is the format:
SM5DLUGT c <file>
        

Where:

It's unlikely that every." will be printed in that flag's place. Let's look at an example or two:
.M5....T   /usr/X11R6/lib/X11/fonts/misc/fonts.dir
        

c" between the attribute list and the filename).
S.5....T c /etc/passwd
        

Here, the size, checksum, and modification time of the system password file have all changed. The "c" indicates that this is a config file.
missing    /var/spool/at/spool
        

This last example illustrates what RPM does when a file, that should be there, is missing entirely.

Other Verification Failure Messages

When rpm -V finds other problems, the output is a bit easier to understand:
# rpm -V blather
Unsatisfied dependencies for blather-7.9-1: bother >= 3.1
#
          

It's pretty easy to see that the blather package requires at least version 3.1 of the bother package.

Главная