This is a read-only archive of the Mumble forums.

This website archives and makes accessible historical state. It receives no updates or corrections. It is provided only to keep the information accessible as-is, under their old address.

For up-to-date information please refer to the Mumble website and its linked documentation and other resources. For support please refer to one of our other community/support channels.

Jump to content

[Solved] Mumble 1.2.8 root channel name


Owned67
 Share

Recommended Posts

Hello,


i can't modify channel 'Root' with SuperUser or Admin Full.


I have try, server has been stopped:

sqlite3 "murmur.sqlite" "Drop table channels"
sqlite3 "murmur.sqlite" "CREATE TABLE 'channels' ('server_id' INTEGER NOT NULL, 'channel_id' INTEGER NOT NULL, 'parent_id' INTEGER, 'name' TEXT, 'inheritacl' INTEGER);"
sqlite3 "murmur.sqlite" "INSERT INTO channels VALUES(1,0,NULL,'TEST',NULL);"

 

start server and channel is always named root...


See:

ScreenShot


Edit: Solved, sorry (registerName)


Cheers,

Link to comment
Share on other sites

 Share

×
×
  • Create New...