29.01.2018 18:50, Thomas Wagner пишет:
On 2018-01-28 09:52, Andrei Borzenkov wrote:
28.01.2018 11:09, Thomas Wagner пишет:
On 2018-01-27 19:31, Andrei Borzenkov wrote:
# rpm -qa | grep kernel-default | sort kernel-default-4.14.0-1.1.gab9e909.x86_64 kernel-default-4.14.1-2.1.ga5bca71.x86_64 kernel-default-4.14.13-1.1.gbd444a0.x86_64 kernel-default-4.14.14-1.1.geef6178.x86_64 kernel-default-4.14.15-2.1.g5b3d0ce.x86_64 kernel-default-4.14.15-3.1.g9e84548.x86_64 kernel-default-4.14.15-4.1.g12e5c10.x86_64 kernel-default-4.14.2-1.1.gb0610fc.x86_64 kernel-default-4.14.3-1.1.ga731a45.x86_64 kernel-default-4.14.4-1.1.gb29439c.x86_64 kernel-default-4.14.7-1.1.g0598608.x86_64 kernel-default-4.4.104-39.1.x86_64 kernel-default-4.4.92-31.1.x86_64
# rpm -ql kernel-default-4.4.92-31.1.x86_64 package kernel-default-4.4.92-31.1.x86_64 is not installed
Database consists of data and indexes. "rpm -qa" will crawl all data, while "rpm -q" attempts to only check index. This implies that RPM database is corrupted and index was not properly updated after package was removed. You may try to run
cd /var/lib/rpm /usr/lib/rpm/rpmdb_verify Packages Name
to see if it finds anything. Thanks for the suggestion. I just tired it and does not report anything.
Well, then I guess it really remains rpm --rebuilddb && zypper clean && zypper ref -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org