SlackBuilds Repository

15.0 > Network > mumble-server (1.4.287)

mumble-sever is the VoIP server component for Mumble. Murmur is
installed in a system-wide fashion, but can also be run by
individual users. Each mumble-server process supports multiple virtual
servers, each with their own user base and channel list.
Administration of mumble-server is done through D-Bus.

This script requires the system to have a mumble-server user and group:

# groupadd -g 261 murmur
# useradd -g murmur -u 261 -d /var/lib/mumble-server -s /bin/false murmur

To use a different user and/or group:

# MURMUR_USER=user MURMUR_GROUP=group ./mumble-server.SlackBuild

To run mumble-server at boot:

# chmod +x /etc/rc.d/rc.mumble-server

Add the following to /etc/rc.d/rc.local:

if [ -x /etc/rc.d/rc.mumble-server ]; then
/etc/rc.d/rc.mumble-server start
fi

Note that the project changed the name from murmurd to mumble-server.
Not all of the upstream documentation has been updated yet.

Notes:
- This does not build the mumble client (mumble).
- ZeroC Ice is optional for server RPC support. Build with
ICE=yes ./mumble-server.SlackBuild
See: https://wiki.mumble.info/wiki/Ice

This requires: protobuf3

Maintained by: Edward W. Koenig
Keywords:
ChangeLog: mumble-server

Homepage:
https://wiki.mumble.info/wiki/Main_Page

Source Downloads:
mumble-1.4.287.tar.gz (c9a2eb6413d165da606fb8d4657a1697)

Download SlackBuild:
mumble-server.tar.gz
mumble-server.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Validated for Slackware 15.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds