-
Ubuntu Etherpad Init script won’t work
This is due to a permission error on the log folder
Quickest fix is:
chown -R etherpad /var/log/etherpad
Try that then do
cd /usr/share/etherpad/bin sudo -u etherpad ./run.sh
Related posts:
- My Etherpad start up script I like my etherpad to run in a screen so...
- Install Etherpad Lite on Ubuntu and Debian Installing Etherpad Lite on Debian/Ubuntu clean. Part 1 – Installing...
- Etherpad with Active Directory (LDAP/AD) So you want to host your own Etherpad deployment and...
- Etherpad emails show wrong port (9000) when sending from version 1 running apache and mod_proxy Etherpad emails may show as port 9000 if you are...
- Etherpad Startup execution failed with non-200 response: 500 Etherpad won’t start and errors with output Etherpad Startup execution...
-
http://adamisageek.com Adam