Posts by boesi666

    i found out my mistake


    i logged on with boesi on the domain. But the username which imscp create ist always "username@domain"


    so i forgot to type in the long username.


    is it possible to use short usernames without the domain in the string? For a project i move from one root server to another (imscp).


    On old server the ftp accounts wasn't with the "@domain" in the usernamestring

    Hi together,
    i have installed a fresh ubuntu 14 installation without any other packages. After linux installation i directly installed imscp branch version 1.3.x.
    everything works fine, but ftp login doesen't work so far.


    Code
    1. 220 ProFTPD 1.3.5rc3 Server (myserver)Name (xxx:root): boesi331 Password required for boesiPassword:530 Login incorrect.Login failed.Remote system type is UNIX.Using binary mode to transfer files.ftp> 221 Goodbye.


    i found older post (FTP) but i can't solv my problem.


    My auth.log says:

    Code
    1. proftpd[9550]: xxx (xxx) - USER boesi: no such user found from xxx [xxx] to ::xxx:21



    some other messages:

    Code
    1. Sep 29 11:25:35 myServer postfix/smtpd[9552]: sql_select option missingSep 29 11:25:35 myServer postfix/smtpd[9552]: auxpropfunc error no mechanism availableSep 29 11:25:35 myServer postfix/smtpd[9552]: _sasl_plugin_load failed on sasl_auxprop_plug_init for plugin: sqlSep 29 11:25:35 myServer saslauthd[6987]: pam_mysql - SELECT returned no result.Sep 29 11:25:35 myServer saslauthd[6987]: pam_mysql - SELECT returned no result.Sep 29 11:25:35 myServer saslauthd[6987]: DEBUG: auth_pam: pam_authenticate failed: User not known to the underlying authentication moduleSep 29 11:25:35 blimustec saslauthd[6987]: do_auth : auth failure: [user=owner] [service=smtp] [realm=] [mech=pam] [reason=PAM auth error]

    i did check the proftpd.conf (user sql settings):

    Code
    1. # i-MSCP SQL Managment<IfModule mod_sql.c> SQLBackend mysql SQLAuthTypes Crypt SQLAuthenticate on SQLConnectInfo imscp@localhost "vftp_user" "secretpasswordstring" SQLUserInfo ftp_users userid passwd uid gid homedir shell SQLGroupInfo ftp_group groupname gid members SQLMinUserUID 1001 SQLMinUserGID 1001</IfModule>

    They seems to be ok. I tried to login on phpmyadmin & console with this credentials (vftp_user + pass) and check if the fields exists in database. It seems to be ok, too:
    mysql -u vftp_user -psecretpasswordstring imscp


    Code
    1. mysql> show tables;
    2. +-----------------+
    3. | Tables_in_imscp |
    4. +-----------------+
    5. | ftp_group |
    6. | ftp_users |
    7. | quotalimits |
    8. | quotatallies |
    9. +-----------------+


    ftp User exists in tables.



    I tried to reinstall several times the same version again (1.3.x) with
    perl imscp-autoinstall -d


    Then i tried to install the stable version 1.2.9, but this doesent work (i a downgrade possible?)


    Because there are more erros in auth log (see above this post), i think perhaps there are some problems with sql conenction between services (proftp) and the database? I don't know iff this could be a imscp insatllation bug or any other problems from me.


    I checked the "Service Ports" in control panel, too: FTP | 0.0.0.0, i-MSCP-Daemon,< 127.0.0.1


    Any idea how can a solve my problem?

    Hi,
    i have the same error with activated autoresonder.
    i use version:
    i-MSCP 1.2.2
    Build: 20150212
    Codename: Andromeda
    this this the newest version?
    can i do something to fix this ?
    thanks a lot!!!


    my error mail:
    This is the mail system at host main.xxx.xx.de


    I'm sorry to have to inform you that your message could not


    be delivered to one or more recipients. It's attached below.


    For further assistance, please send mail to postmaster.


    If you do so, please include this problem report. You can


    delete your own text from the attached returned message.


    The mail system


    <[email protected]> (expanded from <[email protected]>): Command died


    with status 255: "/var/www/imscp/engine/messenger/imscp-arpl-msgr". Command


    output: [_[0;31mFATAL_[0m] main: Unable to get message body at


    /var/www/imscp/engine/messenger/imscp-arpl-msgr line 59, <STDIN> line 40.


    Exit code: 255


    Final-Recipient: rfc822; [email protected]


    Original-Recipient: rfc822;[email protected]


    Action: failed


    Status: 5.3.0


    Diagnostic-Code: x-unix; [_[0;31mFATAL_[0m] main: Unable to get message body


    at /var/www/imscp/engine/messenger/imscp-arpl-msgr line 59, <STDIN> line


    40. Exit code: 255

    hi Nuxwin,
    you are right.


    i just askt google and get the same answer :-)


    I tried this before few minutes, but i doesen't work. But now i see, that my error during this test was caused, because i checked php version in a second konsole.


    i tries now again and it works fine :-) a new entry for my install notes ;-)


    after this local installation i can make my next tests for cloning my root server to this backup machine.


    I want to try a mix with this post and a realtime rsync + sql replication that i have a realtime backup system all the time
    my first steps: only hot cloning this server completely with rsync fails, because the test machine doesent started correctly apache modules :-(

    ok, beim 1.1.er setup Fehler wohl auch da:


    Servers::cron::factory: Can't locate Switch.pm in @INC (you may need to install
    the Switch module) (@INC contains: /usr/local/src/imscp-1.1.x/engine/PerlVendor
    /usr/local/src/imscp-1.1.x /usr/local/src/imscp-1.1.x/engine/PerlLib /etc/perl
    /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2 /usr/lib/perl5
    /usr/share/perl5 /usr/lib/perl/5.18 /usr/share/perl/5.18
    /usr/local/lib/site_perl .) at
    /usr/local/src/imscp-1.1.x/engine/PerlLib/Servers/cron/cron.pm line 44, <$fh>
    line 50.
    BEGIN failed--compilation aborted at
    /usr/local/src/imscp-1.1.x/engine/PerlLib/Servers/cron/cron.pm line 44, <$fh>
    line 50.
    Compilation failed in require at (eval 215) line 2, <$fh> line 50.


    [ERROR]


    iMSCP::Debug::END: Exit code: 2



    hmm, auf meinem richtigen server läuft eigentlich alles prima. nur da hatte ich vorher schon alles mögliche drauf.


    auf den testrechnern gar nix.


    php5 ist drauf:
    dpkg -l php5
    Gewünscht=Unbekannt/Installieren/R=Entfernen/P=Vollständig Löschen/Halten
    | Status=Nicht/Installiert/Config/U=Entpackt/halb konFiguriert/
    Halb installiert/Trigger erWartet/Trigger anhängig
    |/ Fehler?=(kein)/R=Neuinstallation notwendig (Status, Fehler: GROSS=schlecht)
    ||/ Name Version Architektur Beschreibung
    +++-==================================-======================-======================-=========================================================================
    ii php5 5.5.9+dfsg-1ubuntu4.5 all server-side, HTML-embedded scripting language (metapackage)


    DISTRIB_DESCRIPTION="Ubuntu 14.04.1 LTS"


    einer ne idee, was ich vergessen habe??

    Hi,
    ich habe gerade auf 2 unterschiedlichen frisch installeirten vm's (ubuntu 14 server) beim i-mscp immer den selben error bekommen:


    Servers::cron::factory: Can't locate Switch.pm in @INC (you may need to install
    the Switch module) (@INC contains: /usr/local/src/imscp-1.2.x/engine/PerlVendor
    /usr/local/src/imscp-1.2.x /usr/local/src/imscp-1.2.x/engine/PerlLib /etc/perl
    /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2 /usr/lib/perl5
    /usr/share/perl5 /usr/lib/perl/5.18 /usr/share/perl/5.18
    /usr/local/lib/site_perl .) at
    /usr/local/src/imscp-1.2.x/engine/PerlLib/Servers/cron/cron.pm line 44, <$fh>
    line 50.
    BEGIN failed--compilation aborted at
    /usr/local/src/imscp-1.2.x/engine/PerlLib/Servers/cron/cron.pm line 44, <$fh>
    line 50.
    Compilation failed in require at (eval 217) line 2, <$fh> line 50.


    Exit code: 255
    root@ubuntu:/usr/local/src/imscp-1.2.x#


    Installiert habe ich auf dem frischen Linux wie folgt:



    #http://wiki.i-mscp.net/doku.php?id=start:installation:debian


    apt-get update && apt-get install whiptail tasksel -y
    tasksel install standard


    #apt-get install libswitch-perl #?? weil fehler beim setup kam ohne dies


    echo 'backup.meintestserver.de' > /etc/hostname
    hostname -F /etc/hostname


    cd /usr/local/src
    wget https://github.com/i-MSCP/imscp/archive/1.2.x.zip


    apt-get install unzip -y
    unzip 1.2.x.zip
    cd imscp-1.2.x/
    perl imscp-autoinstall -d



    ich setze mir mal die vm's zurück und installiere aus dem 1.1er zweig aus dem git hub besser, oder?

    Der Server ist bereits im Einsatz. Ist dann die Einrichtung mittels DRBD nicht schon zu spät?
    Ich kenne DRBD von Tests, dass man damit eine zweite Partition quasi klonen kann, aber nicht mit der Systempartition wo ja hier auch daten wie Systemdateien /etc/sudoers, etc. was i-mscp so verändert (was noch?)...


    Meinst Du wirklich, dass man das mit DRBD sauber hin bekommt?

    Hi,
    Hat jemand Erfahrungen oder Idee, wenn man ein existierenden Root Server mit i-MSCP permanent auf einen Reserver Server clonen möchte?


    Ich mache das bisher mit anderen Server mit einer Kombination aus SQL Replikation und RSYNC
    i-mscp schreibt aber auch in System Files wie sudoers, etc. Da ist per Rsync das permanente Duplizieren sicher nicht 100 % möglich


    Wenn der Haupt Server ausfällt, würde ich gerne dann ein Reserve System mit IP Umschaltung sofort weiter nutzen.