Probleme mit rpm --verify

Moin!

Ich habe in Problem mit rpm

 
# rpm -V cron
/etc/cron.d/: no configuration entry in active permission profiles found. Cannot check this path. 
/etc/cron.daily/: no configuration entry in active permission profiles found. Cannot check this path. 
/etc/cron.hourly/: no configuration entry in active permission profiles found. Cannot check this path. 
/etc/cron.monthly/: no configuration entry in active permission profiles found. Cannot check this path. 
/etc/cron.weekly/: no configuration entry in active permission profiles found. Cannot check this path. 

“[FONT=monospace]active permission profile” ist “secure”, letztendlich also
/usr/share/permissions/permissions.secure

Die Datei wird auch gelesen, wie mir “date -u” bestätigt.

Jedoch:

 
# grep -F '/etc/cron' /usr/share/permissions/permissions.secure
/etc/crontab                                            root:root          600 
/etc/cron.d/                                            root:root          755                                    
/etc/cron.daily/                                        root:root          755 
/etc/cron.hourly/                                       root:root          755 
/etc/cron.monthly/                                      root:root          755 
/etc/cron.weekly/                                       root:root          755 

Die Einträge sind also vorhanden.

Wieso, bei Ihren Heiligen Äpfeln, meckert rpm nun trotzdem?

[/FONT]

Probier mal –

  • „rpm --rebuilddb”
  • „zypper install --force filesystem”
  • „zypper install --force permissions”
  • „zypper install --force cron”

Irgendwas ist mit die RPM Datenbank faul – also, reparieren …

Wahrscheinlich deswegen:

**erlangen:~ #** cat /usr/share/doc/packages/cron/cron_to_cronie.README 
package cron 4.2 is only auxiliary package needed for proper renaming package cron to cronie 

usefull links : 
http://en.opensuse.org/Cron_replace 
http://en.opensuse.org/Cron_rename 
**erlangen:~ #**

:wink:

**erlangen:~ #** rpm -V cronie 
**erlangen:~ #**

:slight_smile: