[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

New Debian user help



Hi Guys,

I am a long time CentOS user, and have decided, after several months of consideration, to move my hosting from CentOS to Debian.

I currently have a couple VPS' and have installed Debian on both of them, one will be my database server, the other will deal with Apache and PHP.

I have tried to install libapache2-mod-php5 using apt-get, and the output I get from apt-get is as follows:
    root@hydrogen:~# apt-get install libapache2-mod-php5
    Reading package lists... Done
    Building dependency tree... Done
    The following extra packages will be installed:
        apache2-mpm-prefork apache2-utils apache2.2-bin apache2.2-common libaprutil1-dbd-sqlite3 libaprutil1-ldap libonig2 libqdbm14 php5-common php5-suhosin
    Suggested packages:
        apache2-doc apache2-suexec apache2-suexec-custom php-pear
    The following NEW packages will be installed:
        apache2-mpm-prefork apache2-utils apache2.2-bin apache2.2-common libapache2-mod-php5 libaprutil1-dbd-sqlite3 libaprutil1-ldap libonig2 libqdbm14 php5-common php5-suhosin
    0 upgraded, 11 newly installed, 0 to remove and 0 not upgraded.
    Need to get 5209kB/5480kB of archives.
    After this operation, 15.6MB of additional disk space will be used.
    Do you want to continue [Y/n]? y
    Err http://ftp.debian.org squeeze/main libaprutil1-dbd-sqlite3 1.3.9+dfsg-3
        404  Not Found [IP: 130.89.149.226 80]
    Err http://ftp.debian.org squeeze/main libaprutil1-ldap 1.3.9+dfsg-3
        404  Not Found [IP: 130.89.149.226 80]
    Err http://ftp.debian.org squeeze/main apache2.2-bin 2.2.15-5
        404  Not Found [IP: 130.89.149.226 80]
    Err http://ftp.debian.org squeeze/main apache2-utils 2.2.15-5
        404  Not Found [IP: 130.89.149.226 80]
    Err http://ftp.debian.org squeeze/main apache2.2-common 2.2.15-5
        404  Not Found [IP: 130.89.149.226 80]
    Err http://ftp.debian.org squeeze/main apache2-mpm-prefork 2.2.15-5
        404  Not Found [IP: 130.89.149.226 80]
    Err http://ftp.debian.org squeeze/main php5-common 5.3.2-1
        404  Not Found [IP: 130.89.149.226 80]
    Err http://ftp.debian.org squeeze/main libapache2-mod-php5 5.3.2-1
        404  Not Found [IP: 130.89.149.226 80]
    Err http://ftp.debian.org squeeze/main php5-suhosin 0.9.31-1
        404  Not Found [IP: 130.89.149.226 80]
    Failed to fetch http://ftp.debian.org/debian/pool/main/a/apr-util/libaprutil1-dbd-sqlite3_1.3.9+dfsg-3_i386.deb  404  Not Found [IP: 130.89.149.226 80]
    Failed to fetch http://ftp.debian.org/debian/pool/main/a/apr-util/libaprutil1-ldap_1.3.9+dfsg-3_i386.deb  404  Not Found [IP: 130.89.149.226 80]
    Failed to fetch http://ftp.debian.org/debian/pool/main/a/apache2/apache2.2-bin_2.2.15-5_i386.deb  404  Not Found [IP: 130.89.149.226 80]
    Failed to fetch http://ftp.debian.org/debian/pool/main/a/apache2/apache2-utils_2.2.15-5_i386.deb  404  Not Found [IP: 130.89.149.226 80]
    Failed to fetch http://ftp.debian.org/debian/pool/main/a/apache2/apache2.2-common_2.2.15-5_i386.deb  404  Not Found [IP: 130.89.149.226 80]
    Failed to fetch http://ftp.debian.org/debian/pool/main/a/apache2/apache2-mpm-prefork_2.2.15-5_i386.deb  404  Not Found [IP: 130.89.149.226 80]
    Failed to fetch http://ftp.debian.org/debian/pool/main/p/php5/php5-common_5.3.2-1_i386.deb  404  Not Found [IP: 130.89.149.226 80]
    Failed to fetch http://ftp.debian.org/debian/pool/main/p/php5/libapache2-mod-php5_5.3.2-1_i386.deb  404  Not Found [IP: 130.89.149.226 80]
    Failed to fetch http://ftp.debian.org/debian/pool/main/p/php-suhosin/php5-suhosin_0.9.31-1_i386.deb  404  Not Found [IP: 130.89.149.226 80]
    E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

My question is this, is there something I am not doing to make sure that apt-get is trying to install the correct versions of software? The only thing I have done so far is to change my root password and add a second non superuser.

My /etc/apt/sources.list is:
    deb http://ftp.debian.org/debian squeeze main contrib
    deb http://security.debian.org squeeze/updates main contrib

My /etc/debian_version is:
    squeeze/sid

Many thanks for your help
--Paul

Reply to: