Migration Problem ispcp 1.07 -> imscp 1.0.3.0

  • Hi all,


    i wanted to test the migration from ispCP 1.0.7 to i-MSCP 1.0.3.0 on my VirtualBox VM and get in the installation of i-MSCP this error message.






    Used version of Debian squeeze
    only installed package for ispcp 1.0.7

  • Hy,


    looks like it has something with apt-get/aptitude todo.
    Check your /etc/apt/sources.list and try to upgrade your current installed packages.
    You can also try to install a package to see it it works.


    Greez BeNe

  • First of all:
    Post us:
    1.

    Code
    1. cat /etc/apt/source.list


    What says
    2.

    Code
    1. aptitude update


    Try what BeNe sayd:
    3.

    Code
    1. aptitude upgrade


    You probably have locked aptitude:
    Than try:
    4.

    Code
    1. rm /var/cache/apt/archives/lock
    2. rm /var/lib/aptitude/lock
    3. rm /var/lib/dpkg/lock
    4. rm /var/lib/apt/lists/lock


    If you have to do 4. than retest 2. and 3.


    Greetings
    Manuel

    Edited once, last by fluser ().

  • Hi,


    Step 4 has solved my problem now.


    is the source.list properly