ISPConfig support archlinux

Discussion in 'Installation/Configuration' started by misterm, Aug 9, 2006.

  1. misterm

    misterm Member HowtoForge Supporter

    Hello with all, I would like to have myself, what is necessary to change so that I make a test of installation on the distribution of the archlinux, because I have an error..

    I have to add this in the file dist.txt

    Can you say to me what I must make so that that functions....
    Yours sincerely
    :) MM
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Have a look at the setup2 script, you will have to add a section there to detect archlinux.
     
  3. misterm

    misterm Member HowtoForge Supporter

    Error setup

    hello till, I have an error, is I would like to ask to you whether config has is good to me...

    Config setup1

    Error setup1

    Config arch-release

    Well with you, is thank you, you know the archlinux...

    MM;)
     
  4. falko

    falko Super Moderator Howtoforge Staff

    I think you should try

    Code:
    version=`cat /etc/arch-release | cut -f3 -d' '`
    instead of

    Code:
    version=`cat /etc/arch-release`
     
  5. misterm

    misterm Member HowtoForge Supporter

    Error Error

    Hello falko

    Listen, your solution, does not function....

    Always the same error...

    Well with you

    MM:confused:
     
  6. falko

    falko Super Moderator Howtoforge Staff

    Then you have to do some debugging... :p
    Try to find out the values of the variables in the script by putting some echo statements into it, e.g.

    Code:
    echo $distvers
     
  7. misterm

    misterm Member HowtoForge Supporter

    The setup functions, but....

    Hello falko

    I have to find, but there remain errors, like mysql, the version mysql 5.0.24, function such with ISPConfig?

    The current version that I use is version 4.1.21, this version should function.....

    Concerning the setup, it but still of the errors, at the time of the install:

    Dist.txt

    I am spirit to compile the version of mysql, I hope that that will function, is that it will direra me, that mysql starts.....

    One problem like same, it is that, he says to me that mysql is not to start

    thank you falko

    MM;)
     
    Last edited: Aug 14, 2006
  8. falko

    falko Super Moderator Howtoforge Staff

    Yes, MySQL 5 is supported by ISPConfig.
     
  9. misterm

    misterm Member HowtoForge Supporter

    Good evening falko, can you say it to me is what this with the starting of the installation, because I believe that I have to find but, it this, with you an idea....

    Thank you

    MM:confused:
     
  10. misterm

    misterm Member HowtoForge Supporter

    I do not seek to annoy you falko, but to create a support for the archlinux, then, there remains this error, as, on made, as he says to me that mysql, is not to start, but for me he starts, then tries to help me, if you want well, or till, or others, A you to see....

    MM:confused:
     
  11. falko

    falko Super Moderator Howtoforge Staff

    Did you debug your setup1 code? Make sure that it results in the same string that you put in dist.txt after the # sign (Arch Linux 072 (Gimmick)).
     

Share This Page