Following an update of AsteriskNOW, I can no longer load the System Configuration from the main page. A bit of poking around led me to the raa service. From the colsole I tried a. ./raa restart and got the following.
Shutting down rPath Appliance Platform (Service Daemon): [ OK ]
Shutting down rPath Appliance Platform (Web Service): [FAILED]
Starting rPath Appliance Platform (Web Service):Traceback (most recent call last):
File “/usr/bin/raa-web-scgi”, line 20, in ?
import conary.lib.util
File “/usr/lib/python2.4/site-packages/conary/lib/util.py”, line 624, in ?
_tempdir = tempfile.gettempdir()
File “/usr/lib/python2.4/tempfile.py”, line 262, in gettempdir
tempdir = _get_default_tempdir()
File “/usr/lib/python2.4/tempfile.py”, line 208, in _get_default_tempdir
raise IOError, (_errno.ENOENT,
IOError: [Errno 2] No usable temporary directory found in [’/tmp’, ‘/var/tmp’, ‘/usr/tmp’, ‘/var/lib/raa’]
[FAILED]
Starting rPath Appliance Platform (Service Daemon): [ OK ]
Thinking this may be related to other posts I tried to update the GUI manually to the latest AsteriskNOW branch, but this has not fixed the problem.
Anyone got any ideas?