Errors in log after deleting websites

Discussion in 'General' started by oceanlies, Dec 25, 2013.

  1. oceanlies

    oceanlies New Member

    Hi,

    After the deletion of 3 websites, i started to get this error message in my log (x3 each time) :

    Code:
    CA path error, file does not exist:admin/openssl.cnf
    The ISPconfig log do not provide more information,and the only post i've been able to found on google (http://www.howtoforge.com/forums/showthread.php?t=63692) is not really helpful.

    If anyone can help me to solve this.

    Thanks.
     
  2. oceanlies

    oceanlies New Member

    I guess the problem is due to quota, later i get this log :

    Code:
    Thu Dec 26 00:30:02 CET 2013 PHP Notice: Undefined index: user in /usr/local/ispconfig/server/cron_daily.php on line 809
    Thu Dec 26 00:30:02 CET 2013 PHP Notice: Undefined index: user in /usr/local/ispconfig/server/cron_daily.php on line 810
    Thu Dec 26 00:30:02 CET 2013 PHP Notice: Undefined index: user in /usr/local/ispconfig/server/cron_daily.php on line 811
    Thu Dec 26 00:30:02 CET 2013 PHP Notice: Undefined index: user in /usr/local/ispconfig/server/cron_daily.php on line 812
    Which refers to :

    Code:
      $rec['used'] = $monitor_data['user'][$username]['used'];
                            $rec['soft'] = $monitor_data['user'][$username]['soft'];
                            $rec['hard'] = $monitor_data['user'][$username]['hard'];
                            $rec['files'] = $monitor_data['user'][$username]['files'
    Misconfiguration of quota during the installation (mounted / instead of /var, /var is on a partition on my server).

    i tried to fix the problem that way :

    add
    Code:
    ,usrjquota=quota.user,grpjquota=quota.group,jqfmt=vfsv0
    
    to the /var partition in
    Code:
    vi /etc/fstab
    and finish with
    Code:
    quotaoff -a
    mount -o remount /var
    quotacheck -avugm
    quotaon -avug
    Let see what happen..
     
    Last edited: Dec 26, 2013
  3. oceanlies

    oceanlies New Member

    No more log after 48h+.
    Problem solved.
     
  4. sistematico

    sistematico New Member

    Im having the same issue, but my fstab is VPS specific.
    How should I proceed?
    Code:
    # UNCONFIGURED FSTAB FOR BASE SYSTEM
    /var/log/ispconfig/httpd/somdomato.com /var/www/sites/usuario0/web1/log    none    bind,nobootwait    0 0
    /var/log/ispconfig/httpd/mail.somdomato.com /var/www/sites/usuario0/web2/log    none    bind,nobootwait    0 0
    /var/log/ispconfig/httpd/img.somdomato.com /var/www/sites/usuario0/web3/log    none    bind,nobootwait    0 0
    /var/log/ispconfig/httpd/paste.somdomato.com /var/www/sites/usuario0/web4/log    none    bind,nobootwait    0 0
    /var/log/ispconfig/httpd/mail.brum.ms /var/www/sites/usuario0/web5/log    none    bind,nobootwait    0 0
    /var/log/ispconfig/httpd/dl.somdomato.com /var/www/sites/usuario0/web6/log    none    bind,nobootwait    0 0
    /var/log/ispconfig/httpd/rede.somdomato.com /var/www/sites/usuario0/web7/log    none    bind,nobootwait    0 0
    /var/log/ispconfig/httpd/url.somdomato.com /var/www/sites/usuario0/web9/log    none    bind,nobootwait    0 0
    /var/log/ispconfig/httpd/blog.somdomato.com /var/www/sites/usuario0/web10/log    none    bind,nobootwait    0 0
    /var/log/ispconfig/httpd/brum.ms /var/www/sites/usuario0/web11/log    none    bind,nobootwait    0 0
    /var/log/ispconfig/httpd/ip.somdomato.com /var/www/sites/usuario0/web12/log    none    bind,nobootwait    0 0
    
    Any help is welcome.
     
  5. till

    till Super Moderator Staff Member ISPConfig Developer

    The issue "CA path error, file does not exist:admin/openssl.cnf" is not related to quota, its a issue with the autofill function of your web browser. go To system > server config > web and empty the ca path and ca passphrase fields and press save.
     
  6. sistematico

    sistematico New Member

    Is not CA Path error.

    Code:
    Thu Dec 26 00:30:02 CET 2013 PHP Notice: Undefined index: user in /usr/local/ispconfig/server/cron_daily.php on line 809
    Thu Dec 26 00:30:02 CET 2013 PHP Notice: Undefined index: user in /usr/local/ispconfig/server/cron_daily.php on line 810
    Thu Dec 26 00:30:02 CET 2013 PHP Notice: Undefined index: user in /usr/local/ispconfig/server/cron_daily.php on line 811
    Thu Dec 26 00:30:02 CET 2013 PHP Notice: Undefined index: user in /usr/local/ispconfig/server/cron_daily.php on line 812
    
    Is this.

    BTW, is there anyway to insert usrquota param in fstab without any entry?

    Thank you.
     
    Last edited: Mar 9, 2014
  7. till

    till Super Moderator Staff Member ISPConfig Developer

    Thats a developer notice in php and not an error. If you are not vtively developing ispconfig, then you should dusable php notices in youe php.ini file.
     

Share This Page