Server upgraded to asl 3.0.9 overnight, unable to log-in to ASL GUI this morning. Followed instructions posted here and at
https://www.atomicorp.com/wiki/index.ph ... leshooting and double checked/re-installed everything, but when connecting to port 3000 just get empty/blank/white page in every web browser.
Tortix is installed and running:
Code:
ps auxwww | grep tortixd
tortix 2556 0.0 0.2 221204 8852 ? S Aug26 0:11 /var/asl/usr/sbin/tortixd
tortix 12385 0.0 0.2 218972 8156 ? S Aug27 0:03 /var/asl/usr/sbin/tortixd
tortix 13707 0.0 0.2 221032 8560 ? S Aug24 0:12 /var/asl/usr/sbin/tortixd
root 14086 0.0 0.0 217556 2592 ? Ss Jul20 0:18 /var/asl/usr/sbin/tortixd
tortix 15173 0.0 0.2 218708 8144 ? S Aug29 0:00 /var/asl/usr/sbin/tortixd
root 17712 0.0 0.0 61260 796 pts/1 R+ 08:24 0:00 grep tortixd
tortix 28396 0.0 0.2 221036 8488 ? S Aug22 0:14 /var/asl/usr/sbin/tortixd
Code:
/var/asl/bin/asl-web-setup:
ASL Web Configuration
ASL includes a stand-alone web based management console
that will allow for interaction and review of alerts.
ASL web requires apache, and mysql in order to operate
Testing login with defined credentials...
ASL Web has already been configured.
Would you like to add more users to the system? (yes/no) [Default: no]:
Code:
netstat -anp | grep tortixd | grep 30000
tcp 0 0 :::30000 :::* LISTEN 2556/tortixd
Code:
iptables -L -n | grep 30000
ACCEPT tcp -- x.x.x.x 0.0.0.0/0 tcp dpt:30000
Code:
rpm -qa | grep tortixd
tortixd-mod_ssl-2.2.3-43.4.el5.art.x86_64
tortixd-2.2.3-43.4.el5.art.x86_64
No other errors being reported. Is there an ASL error log to further diagnose?
Thanks