@julian said:
lsb_release -a
This iss output:
[email protected] [~]# lsb_release -a
-bash: lsb_release: command not found
and
[email protected] [~]# uname -a
Linux the.thebettinguniversity.org 2.6.32-042stab113.11 #1 SMP Fri Dec 18 17:32:04 MSK 2015 x86_64 x86_64 x86_64 GNU/Linux
Also im geting this when run this command:
[email protected] [~/public_html]# sudo service redis start
Starting redis-server:
*** FATAL CONFIG FILE ERROR ***
Reading the configuration file, at line 53
'logfile /var/log/redis/redis.log'
Can't open the log file: Permission denied
[FAILED]
[email protected] [~/public_html]# sudo service redis status
redis-server is stopped
How to reenable redis server again?
NOTE: I reenabled radis again>
[email protected] [/]# sudo service redis status
redis-server (pid 4183) is running...
added firewall rules:
firewall --zone=public --add-port=4567/tcp --permanent
firewall --reload
and start nodebb from
./nodebb start
but still not open on http://216.172.178.106:4567/
Why?