Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
murmur config query
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
thecooptoo
Veteran
Veteran


Joined: 27 Apr 2003
Posts: 1353
Location: UK

PostPosted: Mon Nov 05, 2007 10:37 pm    Post subject: murmur config query Reply with quote

Ive got murmur and mumble installed
now this happens
Code:
skippy paul # murmur
ServerDB: Opened successfully
[2007-11-05T22:25:48] Server listening on port 64738
=[2007-11-05T22:26:27] <1:(-1)> New connection: 127.0.0.1:43385
[2007-11-05T22:26:27] <1:(-1)> Rejected connection: Invalid Username
[2007-11-05T22:26:27] <1:(-1)> Connection closed:



where do i set the usernames ( sorry to be stupid )
_________________
join the optout - http://nhsconfidentiality.org
Back to top
View user's profile Send private message
Naib
Watchman
Watchman


Joined: 21 May 2004
Posts: 6051
Location: Removed by Neddy

PostPosted: Wed Jan 02, 2008 9:49 pm    Post subject: Reply with quote

what murmur version

No users need to be added for murmur to be usable HOWEVER the preset user SuperUser needs to have its password set

either go murmur --supw PASSWORD[b] (or replace murmur with murmurd for 1.1.1) OR just use sqlite3

as root
[b]sqlite3 /var/lib/murmur/murmur.sqlite
sqlite> UPDATE players SET pw = 'newpassword' WHERE name = 'SuperUser';
sqlite> <Ctrl-D>


Then try

You can then add users via either SQLITE interface (or sqliteman package is a very good gui for sqlite) or (when I fix the script...) a script

if you have any issues, post back, I have a murmur-1.1.1 server setup&running for users of #gentoo-chat
_________________
Quote:
Removed by Chiitoo
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum