This is what I get:
# ifup eth0
Determining IP information for eth0...dhclient(1977) is already running - exiting.
This version of ISC DHCP is based on the release available
on ftp.isc.org. Features have been added and other changes
have been made to the base software release in order to make
it work better with this distribution.
Please report for this software via the Red Hat Bugzilla site:
http://bugzilla.redhat.com
exiting.
failed.
# ifdown eth0
# cd /etc/sysconfig/networking/devices
# cp ifcfg-eth0 /home/andvari
# rm ifcfg-eth0
rm: remove regular file `ifcfg-eth0'? y
# ifup eth0
Determining IP information for eth0... done.
# ifup eth0
Determining IP information for eth0...dhclient(5230) is already running - exiting.
This version of ISC DHCP is based on the release available
on ftp.isc.org. Features have been added and other changes
have been made to the base software release in order to make
it work better with this distribution.
Please report for this software via the Red Hat Bugzilla site:
http://bugzilla.redhat.com
exiting.
failed.
# ls
#
The internet is broken if I leave it like this. So:
# cp /home/andvari/ifcfg-eth0 ifcfg-eth0
# ifup eth0
Determining IP information for eth0... done.
#
I have added some python libraries, like whatever was necessary for Quod Libet, gpodder, and a few other programs that use python. I don't think I've removed any though.