How to install

  • As I have promised to try Sascha roundcube pass changer with courier, I've installed a fresh Debian local
    and now here the individual points


    Quote

    lsb_release -a


    No LSB modules are available.
    Distributor ID: Debian
    Description: Debian GNU/Linux 6.0.2 (squeeze)
    Release: 6.0.2
    Codename: squeeze



    Quote

    apt-get -v


    apt 0.8.10.3 für i386, kompiliert am Apr 15 2011 21:02:20
    Unterstützte Module:
    *Ver: Standard .deb
    *Pkg: Debian dpkg interface (Priority 30)
    S.L: 'deb' Standard Debian binary tree
    S.L: 'deb-src' Standard Debian source tree
    Idx: Debian Source Index
    Idx: Debian Package Index
    Idx: Debian Translation Index
    Idx: Debian dpkg status file


    Quote

    cat /etc/source.list


    You mean determined


    Quote

    # cat /etc/apt/sources.list

    :)


    #


    # deb cdrom:[Debian GNU/Linux 6.0.2.1 _Squeeze_ - Official i386 NETINST Binary-1 20110628-13:01]/ squeeze main


    #deb cdrom:[Debian GNU/Linux 6.0.2.1 _Squeeze_ - Official i386 NETINST Binary-1 20110628-13:01]/ squeeze main


    deb http://ftp2.de.debian.org/debian/ squeeze main contrib non-free
    deb-src http://ftp2.de.debian.org/debian/ squeeze main contrib non-free


    deb http://security.debian.org/ squeeze/updates main contrib non-free
    deb-src http://security.debian.org/ squeeze/updates main contrib non-free


    # squeeze-updates, previously known as 'volatile'
    deb http://ftp2.de.debian.org/debian/ squeeze-updates main contrib non-free
    deb-src http://ftp2.de.debian.org/debian/ squeeze-updates main contrib non-free



    Quote

    :~# aptitude install lsb-release


    Es werden keine Pakete installiert, aktualisiert oder entfernt.
    0 Pakete aktualisiert, 0 zusätzlich installiert, 0 werden entfernt und 0 nicht aktualisiert.
    Muss 0 B an Archiven herunterladen. Nach dem Entpacken werden 0 B zusätzlich belegt sein.




    Edit: 22:56 11.08.2011


    Here is the list of the packages that are installed

    Quote

    :~# dpkg-query -W --showformat='${Installed-Size} ${Package}\n'|sort -n >> /root/liste.txt

    Files

    • liste.txt

      (5.55 kB, downloaded 24 times, last: )

    Edited once, last by Tango ().

  • :D:D:D
    Do you use grafic installer? For server? Can you output:

    Code
    1. which whiptail
    2. which dialog
  • That error come in 2 condition:
    1. whiptail command fail
    2. you select no when asked if distro is detected ok.
    To see if 1:

    Code
    1. TERM=linux;/usr/bin/whiptail --clear --nocancel --backtitle 'i-MSCP internet Multi Server Control Panel' --scrolltext --title 'i-MSCP Setup' --yesno '
    2. We have detected Debian wheezy. Is this ok?' 23 79; echo $?

    if you asked something say (YES) not NO :p. What is output code?

  • whiptail is installed
    no start and end of the script itself
    I do not get to yes / no choice


    #### Exporting i-MSCP Source ####
    Export abgeschlossen.
    i-MSCP internet Multi Server Control Panel
    âââââââââââââââââââââââââââââââ⤠i-MSCP Setup âââââââââââââââââââââââââââââââââ[3;1Hâ
    â Detecting Debian variant
    â ââ â
    â â
    â â
    â â
    â â
    â â
    â â
    â â
    â â
    â â
    â â
    â â
    â â
    â â
    â â
    â â
    â â
    â â
    âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ


    ^[[?1;2c
    i-MSCP internet Multi Server Control Panel
    âââââââââââââââââââââââââââââââ⤠i-MSCP Setup âââââââââââââââââââââââââââââââââ[3;1Hâ
    â Check if runned as root
    â ââ â
    â â
    â â
    â â
    â â
    â â
    â â
    â â
    â â
    â â
    â â
    â â
    â â
    â â
    â â
    â â
    â â
    â â
    âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ
    i-MSCP internet Multi Server Control Panel

























    ^[[?1;2c
    i-MSCP internet Multi Server Control Panel

























    ^[[?1;2c


    ERRORS:
    Fail detecting distribution ...
    root@server:~# 1;2c1;2c


    The problem lies elsewhere, if I install the packages itself with nightly script it works without problems


    So must be one or more packets are missing and the script to crash

    Edited once, last by Tango ().

  • Do you make this installation on you home pc oder is it a real server?
    If you are connected with putty check please the setting "Window => Translation" in putty.
    And check your locales on the server/pc...

  • Problem is with whiptail (which is a pain in ass). Seems more like it fail to detect terminal capability. I`ll drop whiptail usage and use only dialog. I`ll let you know when I fix this.

  • I get the same error yesterday on a fresh debian 6 vserver.


    with r5106 it´s running now :D


    well done!

    Edited once, last by xister ().

  • Tx for testing. I still do not know why whiptail fail to detect terminal on squeeze but work on wheezy. I hope now will be no more trouble with it.