Mailinglist Archive: opensuse-factory (824 mails)
| < Previous | Next > |
Re: [opensuse-factory] How to check the sanity of the system
- From: "Carlos E. R." <robin.listas@xxxxxxxxxxxxxx>
- Date: Wed, 12 Sep 2007 04:42:18 +0200 (CEST)
- Message-id: <Pine.LNX.4.64.0709120434370.5954@xxxxxxxxxxxxxxxx>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
The Tuesday 2007-09-11 at 23:19 -0300, Juan Erbes wrote:
> In the 32 bits I found 2 weeks ago some libraries named libstdc++*,
> which date was from year 2000, i would to verify from which package
> are it, but with rpm -q could not detect it, and I moved it to a
> backup directory.
You can get the 'rpm -q' output sorted by installation date. My preferred
method is (was) this:
rpm -q -a --queryformat "%{INSTALLTIME}\t%{INSTALLTIME:day} \
%{BUILDTIME:day} %-30{NAME}\t%15{VERSION}-%-7{RELEASE} \
%25{PACKAGER}\n" | sort | less -S
You can add the fields you like to that output (--querytags gives you the
available tags).
Or you can use "rpm -q -a --last" which sorts directly.
> This 32 bits system has from time to time a rpmdb crashes,
Try a rebuild of the database. Or reinstall an older version of the
database, a backup is created by cron daily, I think.
- --
Cheers,
Carlos E. R.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Made with pgp4pine 1.76
iD8DBQFG51ILtTMYHG2NR9URAr9qAJ93+PH6IQRDuks1yEgymitOAE+uygCghmak
O6A+s3eCmE32lSValWyYFO8=
=NOa0
-----END PGP SIGNATURE-----
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-factory+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-factory+help@xxxxxxxxxxxx
Hash: SHA1
The Tuesday 2007-09-11 at 23:19 -0300, Juan Erbes wrote:
> In the 32 bits I found 2 weeks ago some libraries named libstdc++*,
> which date was from year 2000, i would to verify from which package
> are it, but with rpm -q could not detect it, and I moved it to a
> backup directory.
You can get the 'rpm -q' output sorted by installation date. My preferred
method is (was) this:
rpm -q -a --queryformat "%{INSTALLTIME}\t%{INSTALLTIME:day} \
%{BUILDTIME:day} %-30{NAME}\t%15{VERSION}-%-7{RELEASE} \
%25{PACKAGER}\n" | sort | less -S
You can add the fields you like to that output (--querytags gives you the
available tags).
Or you can use "rpm -q -a --last" which sorts directly.
> This 32 bits system has from time to time a rpmdb crashes,
Try a rebuild of the database. Or reinstall an older version of the
database, a backup is created by cron daily, I think.
- --
Cheers,
Carlos E. R.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Made with pgp4pine 1.76
iD8DBQFG51ILtTMYHG2NR9URAr9qAJ93+PH6IQRDuks1yEgymitOAE+uygCghmak
O6A+s3eCmE32lSValWyYFO8=
=NOa0
-----END PGP SIGNATURE-----
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-factory+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-factory+help@xxxxxxxxxxxx
| < Previous | Next > |