ISPConfig 2.2.19 is available for download

Discussion in 'General' started by till, Jan 8, 2008.

  1. baskin

    baskin Member

    Thanks for the quick response.

    The password mentioned in this commands is the ispconfig admin password or the root account password?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    You may use any password for this, but you should not use the root or admin password for security reasons.
     
  3. baskin

    baskin Member

    Thanks it worked. I can go now to my girlfriend's home (I'm 1 hour late) :)

    Keep up the good work.
     
  4. lubos

    lubos New Member

    Hi Till
    thanks for update - went flawlessly on Deb Etch. Great job.
     
  5. jbravo

    jbravo Member

    There are still system/services files touched by ISPConfig without newline at the end:
    - /etc/passwd + /etc/shadow;
    - /etc/postfix/virtusertable;
    - /etc/postfix/local-host-names;
    - /etc/proftpd.conf;

    Is there any backup of files overwritten by upgrade? I guess that i should do it by myself but is would be good practice not to harm current config (user customizations to ispconfig files and so on).

    And i was surprised that theres is no info (i did not noticed any) about performing upgrade and not clean install - have to check some config files after installation to be sure.

    --
    GreetZ .:JbRaVo:.
     
  6. falko

    falko Super Moderator ISPConfig Developer

    The backups of /root/ispconfig, /home/admispconfig and an SQL dump of the ISPConfig database are created in the /tmp directory during the update.
     
  7. jbravo

    jbravo Member

    Happily i did not setup to clear /tmp every system reboot:)
    Yes, they are there (/tmp) and have timestamp in filenames.
    Thanks.

    Is there any info about that in ispconfig docs/installation process? If not i think it is valuable information for administrator and somewhere have to be mentioned.

    --
    GreetZ .:JbRaVo:.
     
  8. falko

    falko Super Moderator ISPConfig Developer

    I'm not sure right now... :eek:
     
  9. beco

    beco New Member

    hi,

    my version is 2.2.16, I would like to know which file I need to backup before start.

    Some link already explain it?

    []s

    Beco
     
  10. falko

    falko Super Moderator ISPConfig Developer

    I'd back up /root/ispconfig, /home/admispconfig, and the ISPConfig database.
    You can back up /root/ispconfig like this:
    Code:
    cd /root
    tar -pczf root_ispconfig.tar.gz ispconfig
    /home/admispconfig:
    Code:
    cd /home
    tar -pczf home_admispconfig.tar.gz admispconfig/
    For the database take a look here:
    http://www.howtoforge.com/faq/6_3_en.html
     
  11. Hawker

    Hawker New Member

    For those that have been having trouble updating FC3 boxes, GCC has been updated for FC3.

    apt-get will install the update.

    I was finally able to update ISPC on my FC3 box from 2.2.16 to 2.2.19. :)
     
  12. Malc

    Malc New Member

    Upgraded on Ubuntu (Fiesty Fawn) no issues. Thanks
     
  13. tal56

    tal56 Member

    I've using Centos 5.0 with ISPConfig 2.2.18 and want to update both Centos to 5.1 and ISPConfig to 2.2.19, can those that have done this already tell me which should be done first?

    Should I do the yum update to update to 5.1 first or update ispconfig to 2.2.19 before doing the yum update? Thanks
     
  14. wpwood3

    wpwood3 New Member

    I doubt it matters.

    I did the yum update to 5.1 first and then updated ISPConfig from 18 to 19. Everything went smoothly.
     
  15. tal56

    tal56 Member

    Thanks, I'll do what you did since it went smooth. I heard there was an issue with Dovecot with the Centos 5.1 update, not sure if thats fixed now on the update, however I guess you never experienced any issues?
     
  16. wxman

    wxman New Member

    I'm using Ubuntu 6.06 and did the upgrade, and it failed jut like it did for rbartz post on 8th January 2008, 21:59. I followed Till's advice in post 9th January 2008, 01:49 afterwards. Unfortunately after the reinstall of version .18 seemed to go okay, I can't log into ISPConfig now. I'm using my original link, but it says it can't be found. The server says ISPConfig is running, so what could I be doing wrong?

    Thanks
     
  17. lubos

    lubos New Member

    Hi wxman,
    try to
    Code:
    shutdown -r now
    your server trough ssh.
    I had once the same problem. I could not log into ISPConfig and server said that it's running. When I restarted server I was able to log in.
    Hopefully it will help.
     
  18. wxman

    wxman New Member

    Hi lubos

    I gave it a try, but no luck. My test website is still running, so is webmin. I wondered if the certificate was messed up, but using Firefox to log in just says unable to establish connection to server. I get this when I do a /etc/init.d/ispconfig_server restart:

    Code:
    Starting ISPConfig system...
    /root/ispconfig/httpd/bin/apachectl startssl: httpd could not be started
    ISPConfig system is now up and running!
    
    Thanks for trying.
     
    Last edited: Jan 25, 2008
  19. wxman

    wxman New Member

    I guess I just should have listened to myself. I did the rebuild cert trick:

    Code:
    openssl genrsa -des3 -passout pass:yourpassword -out /root/ispconfig/httpd/conf/ssl.key/server.key2 1024
    openssl req -new -passin pass:yourpassword -passout pass:yourpassword -key /root/ispconfig/httpd/conf/ssl.key/server.key2 -out /root/ispconfig/httpd/conf/ssl.csr/server.csr -days 365
    openssl req -x509 -passin pass:yourpassword -passout pass:yourpassword -key /root/ispconfig/httpd/conf/ssl.key/server.key2 -in /root/ispconfig/httpd/conf/ssl.csr/server.csr -out /root/ispconfig/httpd/conf/ssl.crt/server.crt -days 365
    openssl rsa -passin pass:yourpassword -in /root/ispconfig/httpd/conf/ssl.key/server.key2 -out /root/ispconfig/httpd/conf/ssl.key/server.key
    chmod 400 /root/ispconfig/httpd/conf/ssl.key/server.key
    
    Rebooted, now it's running.

    I still wish I could upgrade, but now I'm a bit chicken to.

    UPDATE:
    I got brave, redid the upgrade steps adding in from post:
    http://www.howtoforge.com/forums/showthread.php?t=19222.
    It went in without any flaws this time!
    Thanks again to the developers!
     
    Last edited: Jan 25, 2008
  20. Lellel

    Lellel New Member

    Thank you all developpers for yor efforts in Isp-config! Love you guys!

    In this release 2.2.19 i found a line in the changelog that found my interst.
    "- Added basic support for webdav."
    How do i enable it/configure it/ whats the url to the webdav dir for the user web1_test?

    I cant get it to work the way I thought it was supposed, and I can't find any documentation specific for ISP-config.

    Thanks for your time and answer!

    Cheers,
    LeLLeL
     

Share This Page