faraon3
01-30-2010, 08:13 PM
Hello Everyone,
I've solved a ton of issues by searching these boards, but I've run into one I haven't be able to yet. I realize voice comm programs such as Teamspeak Vent. and Mumble aren't officially supported but I'm hoping someone could shed some light on my issue.
I managed to get Mumble up and running and can connect with the client just fine. My problem arises when I try to end my SSH session, the murmur server shuts down. I'm starting the process with "nohup ./murmur.x86 > nohup.log &". As long as I keep the SSH session open, its fine (its run for a few hours without a problem as long as I keep my terminal open and connected to bluehost). As soon as I close the SSH session and murmur tries to save to its sqlite database the process goes down.
However I do get one error in the log when I reconnect:
<F>2010-01-31 03:56:46.462 SQL Error [INSERT INTO `slog` (`server_id`, `msg`) VALUES(?,?)]: unable to open database file Unable to fetch row
I've researched the error and the two most common problems that would cause that are:
1) database corruption - this is not the case as the mumble FAQ says to run echo "pragma integrity_check;" | sqlite3 your-database-name-here.sqlite which returns "ok"
2) file descriptor limit - I'm pretty sure this isn't the problem since I used to get an error in the log that says something along the lines of "the server requires 130 file descriptors but only 100 available" to which I lowered the max users allowed to 50 and the error in the log went away.
I couldn't find any posts on these forums about mumble (well one, but it didn't have any responses) is this because its known not to work on bluehost? Any ideas? If you need any more information please let me know.
Thanks in advance!
I've solved a ton of issues by searching these boards, but I've run into one I haven't be able to yet. I realize voice comm programs such as Teamspeak Vent. and Mumble aren't officially supported but I'm hoping someone could shed some light on my issue.
I managed to get Mumble up and running and can connect with the client just fine. My problem arises when I try to end my SSH session, the murmur server shuts down. I'm starting the process with "nohup ./murmur.x86 > nohup.log &". As long as I keep the SSH session open, its fine (its run for a few hours without a problem as long as I keep my terminal open and connected to bluehost). As soon as I close the SSH session and murmur tries to save to its sqlite database the process goes down.
However I do get one error in the log when I reconnect:
<F>2010-01-31 03:56:46.462 SQL Error [INSERT INTO `slog` (`server_id`, `msg`) VALUES(?,?)]: unable to open database file Unable to fetch row
I've researched the error and the two most common problems that would cause that are:
1) database corruption - this is not the case as the mumble FAQ says to run echo "pragma integrity_check;" | sqlite3 your-database-name-here.sqlite which returns "ok"
2) file descriptor limit - I'm pretty sure this isn't the problem since I used to get an error in the log that says something along the lines of "the server requires 130 file descriptors but only 100 available" to which I lowered the max users allowed to 50 and the error in the log went away.
I couldn't find any posts on these forums about mumble (well one, but it didn't have any responses) is this because its known not to work on bluehost? Any ideas? If you need any more information please let me know.
Thanks in advance!