|
Home Projects Wiki
Table of Contents
Hudlite Configuration NotesNon-Centos i386 installations of Hudlite-server are very much alpha/beta! Hudlite-server startupAsterisk and IRCD must be running before Hudlite-server is started Starting Hudlite-server
Hudlite-server and the irc-hybrid server are disabled at startup (during init). As we don’t use init to start asterisk but For testing use from the console service ircd start service hudlite-server start after you have logged in. If everything is working as you want and you want to automatically start hudlite-server when your server starts/powers on then un-comment the ircd and hudlite-server lines in /etc/rc.local in versions above (but not including) 0.3 of the installer. E.g : from this (the order is important) /etc/rc.local /usr/sbin/amportal start #service ircd start #service hudlite-server start to /etc/rc.local /usr/sbin/amportal start service ircd start service hudlite-server start Hudlite on FC6There is a limitation in part of the Hudlite software which breaks it on FC6. You can workaround this by attempting this → http://www.trixbox.org/modules/newbb/viewtopic.php?viewmode=flat&topic_id=10345&forum=15 (8th post down). If anyone can get this documented in some scripted form I can include it otherwise it will have to wait until I can get around to it. |