Debain 7 used apache 2.2, Debian jessie uses apache 2.4, the apache config syntax hs changed between these versions. therefor it is required to run a ispconfig update with "reconfigure services" first, then login to ispconfig, go to tools Y resync and run a resync on the websites. This will convert all vhosts to the apache 2.4 syntax.
I did a dist-upgrade, now I'm trying to do a ispconfig_update.sh to do a "reconfigure services" but it saids "There are no updates available for ISPConfig 3.0.5.4p5" . I suposse that I should force it to convert the vhosts to apache 2.4 syntax but I don't know how.
Ok. I found a solution. I don't know if this is the correct way, but it works for me. I change in /etc/apache2/apache2.conf : This line: IncludeOptional sites-enabled/*.conf By this other one IncludeOptional sites-enabled/ So apache now load the vhosts files and all seems to work as it should.
Any news about the error radim described ? I have the same issue. Code: Apr 28 21:20:35 vps000 quotaon.sh[214]: Checking quotas... Apr 28 21:20:35 vps000 systemd[1]: quota.service: main process exited, code=exited, status=1/FAILURE Apr 28 21:20:35 vps000 systemd[1]: Failed to start Check And Enable File System Quotas. Apr 28 21:20:35 vps000 systemd[1]: Unit quota.service entered failed state.
I have purged quota, reinstalled it, but problem is still same.. http://mixx.org/tmp/quotaproblem.jpg
If you manually start the quota service after boot (service quota start) the service starts without error. Maybe some systemd dependency problem ?
I'm also having problem with FTP when tried to login over non-secured connection, getting message [WARNING] Authentication failed for user [c0abc] when tried over TLS, gettign message [WARNING] Sorry, cleartext sessions are not accepted on this server.#012Please reconnect using SSL/TLS security mechanisms. EDIT - SOLVED: pureftpd daemon seems to have problem with /etc/pure-ftpd/conf/TLSCipherSuite - which is there by default installation now when deleted, both uncrypted and crypted login ways are working! I thought it may be caused by totalcmd or Filezilla, but have no idea, why also unencrypted connection is not working then....
I'm in this situation as well. How do I proceed? "I did a dist-upgrade, now I'm trying to do a ispconfig_update.sh to do a "reconfigure services" but it saids "There are no updates available for ISPConfig 3.0.5.4p5" . I suposse that I should force it to convert the vhosts to apache 2.4 syntax but I don't know how"
Use the manual update instructions from release notes: Code: cd /tmp wget http://www.ispconfig.org/downloads/ISPConfig-3-stable.tar.gz tar xvfz ISPConfig-3-stable.tar.gz cd ispconfig3_install/install php -q update.php
Okay, thank you. Did tools > resync as well for the vhosts. I'm still getting some vhost issues I think though as all the sites are error 403 forbidden. Code: Shall the script create a ISPConfig backup in /var/backup/ now? (yes,no) [yes]: Creating backup of "/usr/local/ispconfig" directory... Creating backup of "/etc" directory... Checking ISPConfig database .. OK Starting incremental database update. Reconfigure Permissions in master database? (yes,no) [no]: Reconfigure Services? (yes,no) [yes]: Configuring Postfix Configuring Jailkit Configuring Dovecot Configuring Spamassassin Configuring Amavisd Configuring Getmail Configuring Pureftpd Failed to get D-Bus connection: Unknown error -1 Configuring BIND Configuring Apache Configuring vlogger Configuring Apps vhost Configuring Database Configuring Bastille Firewall Updating ISPConfig ISPConfig Port [8080]: Create new ISPConfig SSL certificate (yes,no) [no]: Reconfigure Crontab? (yes,no) [yes]: Updating Crontab Restarting services ... Failed to get D-Bus connection: Unknown error -1 Failed to get D-Bus connection: Unknown error -1 Failed to get D-Bus connection: Unknown error -1 Failed to get D-Bus connection: Unknown error -1 Failed to get D-Bus connection: Unknown error -1 Failed to get D-Bus connection: Unknown error -1 Update finished.
Your services are having errors (see dbus messages) and therefor ispconfig could not update the vhost config files, so the result are still old config files. https://www.howtoforge.com/community/threads/wheezy-2-jessie.69979/#post-329581
I did a mini HowTo on the Jessie upgrade here... https://www.howtoforge.com/communit...fig3-debian-wheezy-to-jessie-in-openvz.70071/
Same problem here... I have resolved with: Change /etc/fstab from usrjquota=quota.user,grpjquota=quota.group to usrjquota=aquota.user,grpjquota=aquota.group delete /home/quota.user and quota.group remount quota fs or reboot create new aquota.use aquota.group quotacheck -avcugm
I just wanted to add that I did a successful dist-upgrade from Debian wheezy (7) to jessica (8) and everything seems to run fine - but I had to do a manual update from ISPConfig 3 as described in this thread and on other pages: It is not sufficient to execute "ispconfig_update.sh" if you have the newest version of ISPConfig already because ISPconfig thinks there's nothing to do. You need to download a new package even if you have that version already installed and proceed from there. Many thanks!
Again about the quota error message. I have made yesterday new isntallation according http://www.ispconfig.org/blog/1/ent...an-8-jessie-apache2-bind-dovecot-ispconfig-3/ and there is same message "Failed to start Check and Enable File System Quotas See 'systemctl status quota.service' So this is not problem of upgrade.....
I have been unsuccessful trying to get apache2 mpm_event to work with this setup - jessie, apache 2.4, squirrelmail isponcig3, postfix and dovecot. Is it possible, and can you give a guideline about steps to take? I know that I have to remove mod_php5 and mpm_prefork and mpm_worker. But ISPConfig3 rysnc doesn't provide something usable for mpm_event. Is it suppossed to, and will you support this (mpm_event is the best reason to move to apache 2.4 - and the best performing way to run apache 2.4) Thanks for a response. Ed
Quota is installed, when it is restarted afger system start, it works, but idliek to have a clean solution... Maybe its caused by wrong services startup order ? http://mixx.org/ispc3/ispconfig-quota-problem.jpg
To fix Debian Jessie "[FAILED] Failed to start Check And Enable File System Quotas" problem, you must start the Quota Service after the local filesystem has been mounted. In order to do this, append local-fs.target to /lib/systemd/system/quota.service in the After= section, restart, and check that everything is ok with journalctl or systemctl status.