Hello Thomas and thank you for reply. Yes I opened and forwarded port 443 in the firewall. I do get to the webpage 503, so my guess is it is not a matter of Linux itself but has more something to do with configuration of apache and seafile server. But where to start looking ?
Is seafile really running? it seems that seafile is not running.
you can check it with “ps -ef | grep seahub” in the terminal, you should den see something like:
Hi markusweb - I tried again, here are all the outputs I could reap:
sudo ./seafile.sh start
[11/03/16 20:55:13] …/common/session.c(132): using config file /home/android/seafile/conf/ccnet.conf
Starting seafile server, please wait …
Seafile server started
Done.
sudo ./seahub.sh start-fastcgi
LC_ALL is not set in ENV, set to en_US.UTF-8
./seahub.sh: line 207: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No such file or directory
Starting seahub (fastcgi) at 127.0.0.1:8000 …
android@192.168.20.33’s password:
Welcome to Ubuntu 14.04 LTS (GNU/Linux 3.4.0-g0baf67b armv7l)
Documentation: https://help.ubuntu.com/
Ubuntu 14.04 LTS [running via Linux Deploy]
Last login: Fri Nov 4 17:11:38 2016 from xx
android@localhost:~$ sestatus -b
-bash: sestatus: command not found
should sestatus be installed ?
android@localhost:~$ sudo apt-get install sestatus
Reading package lists… Done
Building dependency tree
Reading state information… Done
E: Unable to locate package sestatus
android@localhost:~$ ls /sys/fs/selinux/
access checkreqprot context disable load null policyvers status
avc class create enforce member policy reject_unknown user
booleans commit_pending_bools deny_unknown initial_contexts mls policy_capabilities relabel
android@localhost:~$ ls /etc/selinux/
semanage.conf
/usr/sbin/setsebool httpd_can_network_connect true
-bash: /usr/sbin/setsebool: No such file or directory
and since the system is using Deploy Linux/ chroot / container - I also tried Selinux Mode Changer (XDADevs) to set Android Selinux mode to permissive.
Same problem.
Does anybody have a suggestion what to check next ?