ispconfig 2 on deb 8 disk full: trouble shooting advice?

Discussion in 'General' started by David Bucknell, Oct 30, 2017.

  1. David Bucknell

    David Bucknell New Member

    Hi, Could someone point out where I should post to begin seeking advice on how to approach this problem?
    Thank you.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Which exact problems do you have?
     
  3. David Bucknell

    David Bucknell New Member

    The mail stopped working, and when I checked, I saw that the disk was maxed out at 100%.
    Just for fun, I tried restarting apache2 and mysql and both failed with disk full errors.

    Now, I have resized the server so that / is 80%. I was able to start mysql, but not apache2.
    Checking.
    Apache2 error:
    The apache2 configtest failed. ... (warning).
    Oct 30 16:03:51 hermes apache2[3322]: Output of config test was:
    Oct 30 16:03:51 hermes apache2[3322]: AH00548: NameVirtualHost has no effect and will be removed in the next relea...onf:62
    Oct 30 16:03:51 hermes apache2[3322]: AH00112: Warning: DocumentRoot [/var/www/website.com/web] does not exist
    Oct 30 16:03:51 hermes apache2[3322]: AH00543: apache2: bad user name web1
    Oct 30 16:03:51 hermes apache2[3322]: Action 'configtest' failed.
    Oct 30 16:03:51 hermes apache2[3322]: The Apache error log may have more information.
    Oct 30 16:03:51 hermes systemd[1]: apache2.service: control process exited, code=exited status=1
    Oct 30 16:03:51 hermes systemd[1]: Failed to start LSB: Apache2 web server.

    Hmm. Dunno what hapened to configuration (DocumentRoot).
     
    Last edited: Oct 30, 2017
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Check out the apache error.log to see why it fails.
     
  5. David Bucknell

    David Bucknell New Member

    Bad news: tail /var/log/apache2/error.log --> nothing.
    Strangely, I was able to restart apahe2 with /etc/init.d/apache2 restart ...
    But I still can't get to any Web page.

    root@hermes:~# /etc/init.d/apache2 restart
    [ ok ] Restarting apache2 (via systemctl): apache2.service.
    root@hermes:~# ps aux|grep apache
    root 5578 0.1 2.2 490076 46924 ? Ss 16:28 0:00 /usr/sbin/apache2 -k start
    www-data 5583 0.0 0.2 172064 5168 ? S 16:28 0:00 /usr/sbin/apache2 -k start
    www-data 5603 0.0 0.8 490344 18372 ? S 16:28 0:00 /usr/sbin/apache2 -k start
    www-data 5604 0.0 0.8 490156 16480 ? S 16:28 0:00 /usr/sbin/apache2 -k start
    www-data 5605 0.0 0.8 490148 16480 ? S 16:28 0:00 /usr/sbin/apache2 -k start
    www-data 5606 0.0 0.8 490156 16480 ? S 16:28 0:00 /usr/sbin/apache2 -k start
    www-data 5607 0.0 0.8 490108 16480 ? S 16:28 0:00 /usr/sbin/apache2 -k start
    www-data 5655 0.0 0.8 490108 16480 ? S 16:28 0:00 /usr/sbin/apache2 -k start
    root 5673 0.0 0.1 12728 2236 pts/0 S+ 16:29 0:00 grep apache

    Also can't get to prt 8080 for IspConfig.
    But maybe it's an ssl cert problem?
    Now, I'm getting an ssl error on the IspConfig page.

    Now the apache2 erro.log is working:
    [ 2017-10-30 16:28:09.8553 5584/7f6d60d2b740 agents/Watchdog/Main.cpp:728 ]: All Phusion Passenger agents started!
    [Mon Oct 30 16:28:09.934471 2017] [:error] [pid 5578] python_init: Python version mismatch, expected '2.7.5+', found '2.7.9'.
    [Mon Oct 30 16:28:09.934583 2017] [:error] [pid 5578] python_init: Python executable found '/usr/bin/python'.
    [Mon Oct 30 16:28:09.934591 2017] [:error] [pid 5578] python_init: Python path being used '/usr/lib/python2.7/:/usr/lib/python2.7/plat-x86_64-linux-gnu:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload'.
    [Mon Oct 30 16:28:09.934631 2017] [:notice] [pid 5578] mod_python: Creating 8 session mutexes based on 150 max processes and 0 max threads.
    [Mon Oct 30 16:28:09.934638 2017] [:notice] [pid 5578] mod_python: using mutex_directory /tmp
    [Mon Oct 30 16:28:09.950502 2017] [ssl:warn] [pid 5578] AH01906: hermes.website.com.com:8080:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
    [Mon Oct 30 16:28:09.950537 2017] [ssl:warn] [pid 5578] AH01909: hermes.website.com.com:8080:0 server certificate does NOT include an ID which matches the server name
    [Mon Oct 30 16:28:09.957340 2017] [mpm_prefork:notice] [pid 5578] AH00163: Apache/2.4.10 (Debian) mod_fastcgi/mod_fastcgi-SNAP-0910052141 mod_fcgid/2.3.9 Phusion_Passenger/4.0.53 mod_python/3.3.1 Python/2.7.9 OpenSSL/1.0.1t configured -- resuming normal operations
    [Mon Oct 30 16:28:09.957397 2017] [core:notice] [pid 5578] AH00094: Command line: '/usr/sbin/apache2'
     
    Last edited: Oct 30, 2017

Share This Page