ISPConfig 2.2.35 is available for download. This ISPConfig fixes a bug in the backup function and adds a fix for ClamAV on Fedora Linux. Detailed Changelog ------------------ - Bugfix: Fixed a security problem in the ispconfig backup script. Many thanks to Quintin Russ for reporting this problem and testing the bugfix. - Bugfix: Added a patch that fixed a compile problem in ClamAV on Fedora Linux 11 and below. Changed system requirements ----------------------------- This release requires that you have sudo installed on your system. For debian and ubuntu Linux, use: apt-get install sudo for fedora and Centos use: yum install sudo and for OpenSuSE: yast2 -i sudo Download -------- http://www.ispconfig.org/downloads.htm Forums ------ http://www.howtoforge.com/forums Installation Instructions ------------------------- Download the ISPConfig-2.2.35.tar.gz from ispconfig.org: http://prdownloads.sourceforge.net/ispconfig/ISPConfig-2.2.35.tar.gz?download Installation on the shell as root user: tar xvfz ISPConfig-2.2.35.tar.gz cd install_ispconfig ./setup The installer automatically detects the installed ISPConfig version and performs an update.
Upgrade from 2.2.30 ? I've been a bit late with the upgrades. Will the upgrade be flawless from 2.2.30 ? Is there anything special I should do before trying ?
Yes. Always back up your current ISPConfig installation (directories /root/ispconfig and /home/admispconfig + the ISPConfig database) before you try to upgrade.
Looks as if you use a incompatible shell for /bin/sh, this problem is normally only known from some ubuntu versions. Please run: ln -sf /bin/bash /bin/sh to correct that.
We can try that. But I'am not sure if they will change it as the error is only in combination with compiling apache 1.x and they might just have dropped the support for it.
You are right, but as apache still releases security fixes for 1.3, it's mantained software, so I think it's worth to try.
Take a look at chapter 22 on http://www.howtoforge.com/perfect-server-ubuntu-9.10-karmic-koala-ispconfig-2-p7
Flawless but ... The update went on flawlessly. I feel a bit concerned about ClamAV though. It complains about not being the recommended version. I read elsewhere it wasn't a problem, but a confirmation by one of the ISPconfig gurus wouldn't hurt. Also, freshclam doesn't seem to be able to download its update : ------------------- ClamAV update process started at Tue May 4 18:12:43 2010 WARNING: Your ClamAV installation is OUTDATED! WARNING: Local version: 0.95.3 Recommended version: 0.96 DON'T PANIC! Read http://www.clamav.net/support/faq main.cld is up to date (version: 52, sigs: 704727, f-level: 44, builder: sven) WARNING: getpatch: Can't download daily-10910.cdiff from database.clamav.net WARNING: getpatch: Can't download daily-10910.cdiff from database.clamav.net ERROR: getpatch: Can't download daily-10910.cdiff from database.clamav.net WARNING: Incremental update failed, trying to download daily.cvd ERROR: Can't download daily.cvd from database.clamav.net Giving up on database.clamav.net... Update failed. Your network may be down or none of the mirrors listed in /home/admispconfig/ispconfig/tools/clamav/etc/freshclam.conf is working. Check http://www.clamav.net/support/mirror-problem for possible reasons. ------------------- Should I care (says the guy who spent two days cleaning someone else's server) ?
Don't worry about these warnings. 0.95.3 isn't the newest version, but it's still new enough to support ClamAV's new virus database format.
Ok thank you. By the way the update completed successfuly today. I guess the mirror was down yesterday. Have a nice day and thanks for your work.