Gildas
#1
Hello,
I am trying to install EtherPad and there is an error
Warning: _common.sh: line 564: mail: command not found
the command mail
dosen’t exists, maybe you should use sendmail
instead?
Here is the full log https://paste.yunohost.org/azomanolos.diff
YunoHost configuration
Hardware: x64 vps
YunoHost version: 2.7.9
Debian 8 Jessie
frju365
#2
Hello,
You can do sudo apt install mailutils
to solve the problem. And, then, try to install the application again.
frju365
1 Like
Gildas
#3
Thanks, it would be great to install mailutils automatically at the beginning of the installation of Etherpad, I will open an issue on GitHub tomorrow
frju365
#4
I think it will be a dependance of the core of Yunohost in the next releases. Because, it’s needed by many applications.
As frju365 said, mailutils isn’t a dependance of etherpad, but a dependance of many apps.
So, that’s need to be fixed on the core.
A fix is already ongoing, https://github.com/YunoHost/yunohost/commit/88d7a31bda1780b9cc81ff073092fc41629d58b3. It’s probably going to be on the next stable release.
Thank you !! It also solved my problem ! Thank youuuuu 