Unable to create any website. Bug?

Discussion in 'General' started by cubells, Feb 3, 2015.

  1. cubells

    cubells Member HowtoForge Supporter

    Hi all there:

    ISPConfig Version: 3.0.5.4p5
    # lsb_release -a
    No LSB modules are available.
    Distributor ID: Debian
    Description: Debian GNU/Linux 7.8 (wheezy)
    Release: 7
    Codename: wheezy

    When I create a new website, I can't access webpage because no web directory is created.

    The directory /var/www/clients/client1/web8/ is not created for domain.


    Only a cron.log seems to show some type of error:

    Tue Feb 3 21:10:02 CET 2015 libkmod: ERROR ../libkmod/libkmod.c:554 kmod_search_moddep: could not open moddep file '/lib/modules/3.10.23-xxxx-std-ipv6-64/modules.dep.bin'
    Tue Feb 3 21:10:02 CET 2015 Failed to load mptctl
    Tue Feb 3 21:10:02 CET 2015 sh: -c: line 0: unexpected EOF while looking for matching `"'
    Tue Feb 3 21:10:02 CET 2015 sh: -c: line 1: syntax error: unexpected end of file
    Tue Feb 3 21:10:05 CET 2015 mount: mount point /var/www/clients/client1/web14/log does not exist
    Tue Feb 3 21:10:05 CET 2015 cp: target `/var/www/clients/client1/web14/web/error/' is not a directory
    Tue Feb 3 21:10:05 CET 2015 chmod: cannot access `/var/www/clients/client1/web14/web/error/': No such file or directory
    Tue Feb 3 21:10:05 CET 2015 cp: cannot create regular file `/var/www/clients/client1/web14/web/index.html': No such file or directory
    Tue Feb 3 21:10:05 CET 2015 cp: cannot create regular file `/var/www/clients/client1/web14/web/': No such file or directory
    Tue Feb 3 21:10:05 CET 2015 cp: cannot create regular file `/var/www/clients/client1/web14/web/': No such file or directory


    Any idea?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Is /var/www a symlink? Post the output of:

    ls -la /var
     
  3. cubells

    cubells Member HowtoForge Supporter

    Yes, It is.

    The "problem" is that I've created websites without problems before, and now I can't.

    # ls -la /var/
    total 52
    drwxr-xr-x 13 root root 4096 Jun 1 2014 .
    drwxr-xr-x 23 root root 4096 Feb 3 20:31 ..
    drwxr-x--- 6 root root 4096 Oct 30 21:39 backup
    drwxr-xr-x 2 root root 4096 Feb 4 06:25 backups
    drwxr-xr-x 12 root root 4096 May 31 2014 cache
    drwxr-xr-x 51 root root 4096 Feb 4 05:20 lib
    drwxrwsr-x 2 root staff 4096 Jun 17 2012 local
    lrwxrwxrwx 1 root root 9 May 31 2014 lock -> /run/lock
    drwxr-xr-x 14 root root 4096 Feb 4 06:25 log
    drwxrwsr-x 2 root mail 4096 Feb 4 07:38 mail
    drwxr-xr-x 2 root root 4096 Oct 10 2012 opt
    lrwxrwxrwx 1 root root 4 May 31 2014 run -> /run
    drwxr-xr-x 6 root root 4096 May 31 2014 spool
    drwxrwxrwt 2 root root 4096 Feb 4 04:51 tmp
    drwxr-xr-x 4 vmail vmail 4096 Aug 20 18:28 vmail
    lrwxrwxrwx 1 root root 9 Jun 1 2014 www -> /home/www
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    cubells likes this.
  5. cubells

    cubells Member HowtoForge Supporter

    Thanks Till.

    That was the problem. Thanks a lot.
     

Share This Page