(10-22-2014, 12:27 AM)Me.B Wrote: Could you pm me ssh access?
Who is your vps provider?
i am using vps from digital ocean
it's already rebuilt, and i found an annoying problem
i rebuilt my vps (reinstall the os), and tried to install sentora
during installation process, sentora will run the daemon with the 'php -q' command as written on sentora_install.sh line 913
Code:
php -q $PANEL_PATH/panel/bin/daemon.php
then it stuck
after almost 30 minutes it still displays "Checking for latest version of sentora"
the problem solved after removing the daemon run command
(removing line number 913 of sentora_install.sh)
i'll pm you the details
it's already rebuilt and sentora is not yet running because it stuck in installation process during updates check
(10-22-2014, 12:56 AM)5050 Wrote: Hi,
I have myself already noticed that the daemon was stopping, but I got it only in 1 VirtualBox, never on the 4 real servers I tested, so I though I screwed my VM config or network config.
Are you installing on VirtualBox too or on a "real" server ?
About mycrypt, it was already installed on the servers I used, but we will check and ensure it is installed.
You can install it with apt-get install php5-mcrypt under ubuntu
For CentOs it would be yum install php-mcrypt* (to be confirmed by Me.B)
For both OS, do not forget to restart apache after install.
yes
it is running on 512mb digitalocean vps
i tried to run php5-mcrypt (i am using ubuntu 14.04) but it says the mcrypt is already installed