CentOS 3.x YUM Errors

When getting an error stating the PGP key is not correct

rpm –import http://mirror.centos.org/centos-3/RPM-GPG-KEY-CentOS-3

The PGP Key is also reportedly on each CD.

More info at http://www.centos.org/modules/smartfaq/faq.php?faqid=29

Tagged with: Linux

Related Posts

Why INSERT IGNORE should not be used

Let’s say you’re building a reference table from source data, e.g. a silver medallion table from a primary source. In this example I am using a file of random locations on the globe extracted from OpenStreetMap (OSM) as my primary source.

Read more

What Constitutes Clean Data?

Clean data is one of those terms everyone uses and few define precisely. Row counts match? No nulls in key columns? Values within expected ranges? All useful checks — and all insufficient once you move from a table view to a visualization view.

Read more

Curated MySQL Data Sets for Realistic Testing

Synthetic benchmarks have their place, but I have always preferred working with real data. Not client production data — that stays private — but publicly available datasets that reflect the messy shapes, skewed distributions, and indexing challenges you encounter in the wild.

Read more