xlkiller Posted April 8, 2010 Share Posted April 8, 2010 HelloI currently have several servers using MySQL Mumble.When I log in on some server SuperUser no password is required and I find myself connected with the pseudo SuperUser like any other user ...Do you have a solution ?Is there also a command that checks the error of the database ?http://www.monsterup.com/upload/1270735651307.jpg Link to comment Share on other sites More sharing options...
Administrators kissaki Posted April 9, 2010 Administrators Share Posted April 9, 2010 "on some server"does that mean it's not on all MySQL-using servers?Is the superuser pw set?Do you have it in your access-tokens (passwords) list? (client)The server log should at least write about you connecting. If you're logging in about that as well. Maybe it does state something? Link to comment Share on other sites More sharing options...
xlkiller Posted April 13, 2010 Author Share Posted April 13, 2010 On mumble-server.log: <W>2010-04-13 18:54:39.400 12 => <2:(-1)> New connection: 82.240.163.20:56583 <W>2010-04-13 18:54:40.085 12 => <2:(-1)> Client version 1.2.3 (Win: 95c274) <W>2010-04-13 18:54:40.715 12 => Starting voice thread <W>2010-04-13 18:54:40.932 12 => CELT codec switch ffffffff8000000b 0 (prefer ffffffff8000000b) <W>2010-04-13 18:54:41.096 12 => <2:SuperUser(-1)> Authenticated On MySQL:server_id = 12murmur_users = No user on the server 12murmur_user_info = No user on the server 12If i use dbus:dbus-send --system --print-reply --dest=net.sourceforge.mumble.murmur --type=method_call / net.sourceforge.mumble.Meta.setSuperUserPassword int32:12 string:MyPasswordSame problem, No SuperUser password required.If i reboot my server, all SuperUser Password are reset.Where SuperUser Password stored ? Link to comment Share on other sites More sharing options...
Administrators kissaki Posted April 14, 2010 Administrators Share Posted April 14, 2010 Where SuperUser Password stored ? The password is stored in the users table in the database.Each server (server_id) has the superuser account (or "user") with user_id 0. And that one also has a pw field. Link to comment Share on other sites More sharing options...
xlkiller Posted April 14, 2010 Author Share Posted April 14, 2010 Look my problemI HAVE 73 Mumble Server on my DatabaseI have restarted my server yesterday and now i have just 2 User with 0 user_id ! :arrow: http://www.monsterup.com/upload/1271262128386.jpgI have restarted my server now and in my database i have all SuperUser Account. :arrow: http://www.monsterup.com/upload/1271262183877.jpgBetween yesterday and today I see nothing in the logs that talks about removing SuperUser Accountit's a bug or a server hack? Link to comment Share on other sites More sharing options...
Administrators kissaki Posted April 15, 2010 Administrators Share Posted April 15, 2010 SuperUser account can't be removed.At least that's how it's supposed to be.Of course you could query mysql directly and do it.But Mumble/Murmur denies removing superuser accounts (thus also via Ice for example). Link to comment Share on other sites More sharing options...
xlkiller Posted April 15, 2010 Author Share Posted April 15, 2010 Probleme solved. I found an error in my PHP file ... Sorry and Than'ks you very much ! Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now