This is Gentoo's testing wiki. It is a non-operational environment and its textual content is outdated.

Please visit our production wiki at https://wiki.gentoo.org

Murmur

From Gentoo Wiki (test)
Jump to:navigation Jump to:search
Resources

Murmur is the server component to Mumble built on the Qt framework. See uMurmur for a lighter weight embedded version.

Installation

USE flags

Cannot load package information. Is the atom media-sound/murmur correct?

Emerge

root #emerge --ask media-sound/murmur

Configuration

Files

  • /etc/murmur/murmur.ini - Daemon configuration file.
  • /etc/conf.d/murmur - OpenRC service configuration file.
  • /usr/lib/systemd/system/murmur.service - systemd service configuration file.

Services

OpenRC

To have the murmur daemon run on system boot, issue:

root #rc-update add murmur default

To start murmur, issue:

root #rc-service murmur start

systemd

To have the murmur daemon run on system boot, issue:

root #systemctl enable murmur.service

To start murmur on systemd, issue:

root #systemctl start murmur.service

Usage

Gaining SuperUser privileges

A SuperUser account is created by default on every instance of a Murmur service. This account is created to assist in administration tasks such as kicking or banning an abusive user or quickly an easily creating new channels. In order to obtain SuperUser privileges, the correct password must be used. The SuperUser password is written to the Murmur log file (/var/log/murmur/murmur.log). Use any pager program or text edit to view the log (for security reasons the log is only view able for users with root privileges), or simply grep for the line:

root #cat /var/log/murmur/murmur.log | grep "Password for 'SuperUser'"

Once the password has been obtained, use a client to connect to the server as the user called "SuperUser". Instructions on adding SuperUser privileges to other accounts can be found here on the Mumble wiki.

Removal

Unmerge

root #emerge --ask --depclean media-sound/murmur

See also

  • uMurmur - A minimalistic Mumble server designed to run on embedded systems.
  • Mumble - An open source, cross platform, low-latency, high quality voice over IP (VoIP) client.

External resources