Can't Access Web GUI / Asterisk Running

Hi all,

Running 12.7.4-1710-2.sng7.

My phones are sort of working, but it seems some services are not running, including the web GUI. The Voicemail Phone Apps button on our Sangoma Phones says can’t load XML.

Doing service httpd restart failed and said to check systemctl status httpd.service, which shows:
● httpd.service - The Apache HTTP Server Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled; vendor preset: disabled) Active: failed (Result: exit-code) since Thu 2018-01-18 14:18:31 EST; 55s ago Docs: man:httpd(8) man:apachectl(8) Process: 14831 ExecStop=/bin/kill -WINCH ${MAINPID} (code=exited, status=1/FAILURE) Process: 19851 ExecReload=/usr/sbin/httpd $OPTIONS -k restart (code=exited, status=0/SUCCESS) Process: 14829 ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND (code=exited, status=1/FAILURE) Main PID: 14829 (code=exited, status=1/FAILURE)

Some other commands led me to no disk space warnings, so I ran df -h and saw:
Filesystem Size Used Avail Use% Mounted on /dev/mapper/SangomaVG-root 220G 4.5G 216G 3% / devtmpfs 908M 0 908M 0% /dev tmpfs 919M 120K 919M 1% /dev/shm tmpfs 919M 919M 0 100% /run tmpfs 919M 0 919M 0% /sys/fs/cgroup /dev/sda1 1.9G 103M 1.7G 6% /boot tmpfs 184M 0 184M 0% /run/user/995 tmpfs 184M 0 184M 0% /run/user/0
Why is /run at 100%?

What should I do?

I have this problem again. I can’t remember what I did to fix last time, but it’s the exact same thing.

Any ideas?

asterisk is probably running as root.

fwconsole stop
fwconsole start

No go. I tried that as well as fwconsole restart which reports successful, but web GUI doesn’t load. See below for some info. I thought it was because the /run is 100% full the last time.

 systemctl status httpd.service
● httpd.service - The Apache HTTP Server
   Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled; vendor preset: disabled)
   Active: failed (Result: exit-code) since Tue 2018-04-10 13:41:40 EDT; 1h 59min ago
	 Docs: man:httpd(8)
		   man:apachectl(8)
  Process: 19847 ExecStop=/bin/kill -WINCH ${MAINPID} (code=exited, status=1/FAILURE)
  Process: 3150 ExecReload=/usr/sbin/httpd $OPTIONS -k restart (code=exited, status=0/SUCCESS)
  Process: 19845 ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND (code=exited, status=1/FAILURE)
 Main PID: 19845 (code=exited, status=1/FAILURE)

df -h
Filesystem                  Size  Used Avail Use% Mounted on
/dev/mapper/SangomaVG-root  220G  4.6G  215G   3% /
devtmpfs                    907M     0  907M   0% /dev
tmpfs                       919M  144K  919M   1% /dev/shm
tmpfs                       919M  919M     0 100% /run
tmpfs                       919M     0  919M   0% /sys/fs/cgroup
/dev/sda1                   1.9G  151M  1.7G   9% /boot
tmpfs                       184M     0  184M   0% /run/user/0
tmpfs                       184M     0  184M   0% /run/user/995

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.