This script is for Slackware 13.37 only and may be outdated.

SlackBuilds Repository

13.37 > Network > murmur (1.2.3)

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

NOTE: If you're upgrading from 1.1.4, the SlackBuild has changed:
/var/{lib,log,run}/mumble-server moved to /var/{lib,log,run}/murmur

This script requires the system to have a murmur user and group:

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

To use a different user and/or group:

# MURMUR_USER=user MURMUR_GROUP=group ./murmur.SlackBuild

To run murmur at boot:

# chmod +x /etc/rc.d/rc.murmur

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

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

Maintained by: James Geboski
Keywords: mumble,teamspeak,ventrilo,voip,voice chat
ChangeLog: murmur

Homepage:
http://mumble.sourceforge.net/

Source Downloads:
mumble-1.2.3.tar.gz (55804e3dfe98b16eeb40abca6c254625)

Download SlackBuild:
murmur.tar.gz
murmur.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Validated for Slackware 13.37

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