Hi,
I'm trying to install a server on my home box to train before renting a dedicated so I don't mess with the valuable time.
For this I'm following the following guide:
the perfect server setup
I know. Totally noob and not secure. I've been away a long time and need to get the hang of it again.
I crash at these steps:
Quote:
First we import the GPG keys for software packages:
Code:
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY*
Enable the contrib and centosplus repositories:
Code:
vi /etc/yum.repos.d/CentOS-Base.repo
Edit the lines below:
Code:
[base]
[...]
exclude=postfix
[...]
[update]
[...]
exclude=postfix
[...]
[centosplus]
[...]
enabled=1
includepkgs=postfix
[...]
[contrib]
[...]
enabled=1
[...]
Then we update our existing packages on the system:
|
Every time I get to the "Running Transaction Test" the system freezes.
I have tried removing the postfix lines and do another update, but it halts at the same place.
I'm desperate and frankly ... I'm getting depressed that I can't get past a simple upgrade. This is a stable release or not?
Thanks for your time.
p.s. if anybody can point me into the direction of a tutorial which will mind the security a bit more, please let me know
