Hey Hugo,
So I've done apt-get update and apt-get upgrade using various sources "stable", "testing", "unstable" they all end up the same for me. (I've installed Debian before on systems so I'm not completely unfamiliar with the proceedure)... Anyway, I working with "testing" now because that is what was advised in the beginning. When I run dpkg -iGREB /var/cache/apt/archive/ I get the following (everytime I run it even many times past the 3rd time it's always the same):
# ...more of the same before this for other packages:
dpkg: error processing pppconfig (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of logrotate:
logrotate depends on cron (>= 3.0pl1-53) | anacron; however:
Package cron is not configured yet.
Package anacron is not installed.
dpkg: error processing logrotate (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
debconf
man-db
console-tools
libssl0.9.7
base-config
netbase
ifupdown
dhcp3-client
console-data
exim4-daemon-light
adduser
tasksel
base-files
ppp
wget
at
passwd
bsdmainutils
exim4
cron
pppoeconf
dhcp3-common
tcpd
telnet
pppconfig
logrotate
firefly:/#
The big dependancy that seems to be causing all the others not to install appears to be either base-config or debconf maybe. I've tried manually install ever package on the above list but none of them will go in without at least one of these two packages first.
Any thoughts?
