fatal: unable to mkdir /var/log/s6/*: Permission denied

Issue #168 resolved
Alex created an issue

Just tried to set up an instance. Failed. See attached log.

Comments (5)

  1. Alex reporter

    However, one problem. Let's Encrypt doesn't work in this version (20160522). Maybe that was fixed in the later versions?

    [2017-03-22 04:20:48] LEScript.INFO: Account already registered. Continuing.
    [2017-03-22 04:20:48] LEScript.INFO: Starting certificate generation process for domains
    [2017-03-22 04:20:48] LEScript.INFO: Requesting challenge for xxxxxxxxxxx
    [2017-03-22 04:20:48] LEScript.INFO: Sending signed request to /acme/new-authz
    [2017-03-22 04:20:49] LEScript.ERROR: HTTP Challenge for xxxxxxxxxxx is not available. Whole response: {"type":"urn:acme:error:unauthorized","detail":"No registration exists matching provided key","status":403}
    [2017-03-22 04:20:49] LEScript.ERROR: #0 /opt/mailserver-admin/src/Analogic/LetsEncryptBundle/Handler/LeHandler.php(58): Analogic\ACME\Lescript->signDomains(Array)
    [2017-03-22 04:20:49] LEScript.ERROR: #1 /opt/mailserver-admin/src/Analogic/LetsEncryptBundle/Controller/LeController.php(78): Analogic\LetsEncryptBundle\Handler\LeHandler->renew(true)
    [2017-03-22 04:20:49] LEScript.ERROR: #2 [internal function]: Analogic\LetsEncryptBundle\Controller\LeController->issueAction(Object(Symfony\Component\HttpFoundation\Request))
    [2017-03-22 04:20:49] LEScript.ERROR: #3 /opt/mailserver-admin/app/bootstrap.php.cache(3110): call_user_func_array(Array, Array)
    [2017-03-22 04:20:49] LEScript.ERROR: #4 /opt/mailserver-admin/app/bootstrap.php.cache(3072): Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object(Symfony\Component\HttpFoundation\Request), 1)
    [2017-03-22 04:20:49] LEScript.ERROR: #5 /opt/mailserver-admin/app/bootstrap.php.cache(3223): Symfony\Component\HttpKernel\HttpKernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
    [2017-03-22 04:20:49] LEScript.ERROR: #6 /opt/mailserver-admin/app/bootstrap.php.cache(2442): Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
    [2017-03-22 04:20:49] LEScript.ERROR: #7 /opt/mailserver-admin/web/app.php(30): Symfony\Component\HttpKernel\Kernel->handle(Object(Symfony\Component\HttpFoundation\Request))
    [2017-03-22 04:20:49] LEScript.ERROR: #8 {main}
    
  2. Alex reporter

    I am running this in Rancher (not docker CLI), so, permission issues must be related to that somehow.

  3. Alex reporter

    I seem to have solved my initial issue somehow. I think I added '-t' docker argument and it started working. However, i'm still having problems with Let's Encrypt.

  4. Log in to comment