14.04 FAQ

 

14.04 FAQ Questions

 

  • How do I enable the old User Portal?
 Click on System -> Admin Settings and select 'Old Style Web Portal'.

 

  •  I'd like to Restart a server from scratch without re-installing software
 
    • service sipxecs stop
    • ps -ef | grep sipx
    • Kill all processes owned by sipx that are still running - cfengine as one example
    • kill -9 above processes identified
    • service mongod stop
    • rm -rf /var/lib/mongodb/*
    • sipxecs-setup --reset-all