Page 1 of 1

Lets Encrypt - sed pipe error

Posted: Fri Nov 25, 2016 2:50 pm
by ThA-LaN-LaW
Hi Vesta-Team,

folloing error will be shown after a Let's Encrypt certificate will be (successfully!) installed:

Code: Select all

[root@web web]# v-add-letsencrypt-domain USER DOMAIN ALIAS
sed: can't read /usr/local/vesta/data/queue/letsencrypt.pipe: No such file or directory
[root@web web]# ls -l /usr/local/vesta/data/queue/
total 8
-rwxr-x---  1 root root   0 Nov 25 05:13 backup.pipe
-rwxr-x---  1 root root 365 Sep  5 19:34 disk.pipe
-rwxr-x---  1 root root   0 Nov 25 15:39 restart.pipe
-rwxr-x---  1 root root 110 Sep  5 19:35 traffic.pipe
-rwxr-x---. 1 root root   0 Dec 18  2015 webstats.pipe
should we ignore this one?

best regards

Re: Lets Encrypt - sed pipe error

Posted: Mon Nov 28, 2016 2:29 am
by huloza
same error, the certificate generated but got error.

Regards!

Re: Lets Encrypt - sed pipe error

Posted: Mon Nov 28, 2016 8:10 am
by jamesblackvn
same error, the certificate generated but got error.

Regards!

Re: Lets Encrypt - sed pipe error

Posted: Tue Nov 29, 2016 3:20 pm
by ScIT
+1

Re: Lets Encrypt - sed pipe error

Posted: Thu Dec 01, 2016 3:26 pm
by ThA-LaN-LaW
on a fresh install there is a /usr/local/vesta/data/queue/letsencrypt.pipe !

Code: Select all

[root@web]# ls -l /usr/local/vesta/data/queue/
total 12
-rwxr-x---  1 root root   0 Dec  1 05:10 backup.pipe
-rwxr-x---  1 root root 365 Sep 20 16:10 disk.pipe
-rw-r--r--  1 root root   1 Dec  1 15:55 letsencrypt.pipe
-rwxr-x---  1 root root   0 Dec  1 15:39 restart.pipe
-rwxr-x---  1 root root 110 Sep 20 16:10 traffic.pipe
-rwxr-x---. 1 root root   0 Sep 13 11:58 webstats.pipe

Re: Lets Encrypt - sed pipe error

Posted: Thu Dec 01, 2016 7:36 pm
by ScIT
Easy way to fix:

Code: Select all

sudo touch /usr/local/vesta/data/queue/letsencrypt.pipe

Re: Lets Encrypt - sed pipe error

Posted: Wed Feb 01, 2017 2:44 am
by locus
I just got this issue too on 0.9.8r17

Re: Lets Encrypt - sed pipe error

Posted: Wed Jun 07, 2017 12:56 pm
by Fleuv
Don't forget to setup the right file permissions:

Code: Select all

touch /usr/local/vesta/data/queue/letsencrypt.pipe
chmod 750 /usr/local/vesta/data/queue/letsencrypt.pipe