Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

murmur-user-wrapper(1) [debian man page]

murmur-user-wrapper(1)					      General Commands Manual					    murmur-user-wrapper(1)

NAME
murmur-user-wrapper - User wrapper for murmurd. SYNOPSIS
murmur-user-wrapper [options] DESCRIPTION
Murmur is the server component of Mumble, a low-latency, high quality VoIP application. Murmur-wrapper is a wrapper script to make it eas- ier for normal users to set up their own, private murmur server. OPTIONS
-d "directory" Set directory to use. By default, the wrapper script uses $HOME/murmur -s Check if murmur process is running. -k Terminate running murmur process. -i Initialize only, do not start the server. -p "password" Specify password for the SuperUser account and exit. SuperUser is the mumble equivalent of root, a special user which bypasses all access restrictions. NOTES
To create your own private server, you first want to run murmur-user-wrapper -i Then edit ~/murmur/murmur.ini to set the various configuration settings. The most important is probably the port; unless you're the only murmur process running on this server, you'll need to change it. When you're happy with your settings, you need to set the password for SuperUser, which is your administrator account. murmur-user-wrapper -p <password> Once this is done, simply run murmur-user-wrapper to start the server. SEE ALSO
murmurd(1). AUTHOR
mumble and murmurd was written by Thorvald Natvig <slicer@users.sourceforge.net>. 2008 May 09 murmur-user-wrapper(1)

Check Out this Related Man Page

IPFWADM-WRAPPER(8)														IPFWADM-WRAPPER(8)

NAME
ipfwadm-wrapper - IP firewall administration SYNOPSIS
ipfwadm-wrapper -A command parameters [options] ipfwadm-wrapper -I command parameters [options] ipfwadm-wrapper -O command parameters [options] ipfwadm-wrapper -F command parameters [options] ipfwadm-wrapper -M [ -l | -s ] [options] DESCRIPTION
Ipfwadm-wrapper emulates the behaviour of ipfwadm. You can use this wrapper to use your old ipfwadm firewall rules with ipchains. See ipfwadm(8) for more details. If the kernel does not support ipchains (eg. a 2.0 kernel), and the file /sbin/ipfwadm.real exists and is executable, then it will be exe- cuted with the arguments given to ipfwadm-wrapper. This allows simple dual-booting of 2.2 and 2.0 kernels with the same firewalling scripts: simply move ipfwadm to ipfwadm.real, and ipfwadm-wrapper to ipfwadm. SEE ALSO
ipfwadm(8), ipchains(8) BUGS
The script isn't clever at parsing command line arguments. You must use separate arguments, rather than run them together. For example, `ipfwadm -Mle' becomes `ipfwadm-wrapper -M -l -e'. Fragment accounting rules are not translated correctly; they will account packets with source port 65535. Due to new kernel restrictions, you must be root even to list rules for 2.2 kernels. If /usr is mounted from NFS, you will not be able to use ipfwadm-wrapper before /usr is mounted. AUTHOR
Paul ``Rusty'' Russell <ipchains@rustcorp.com> February 8, 1998 IPFWADM-WRAPPER(8)
Man Page

15 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Dummieq: How do I delete?

I have a directory that I want to delete. I'm using a new iMac, and is logged in as SuperUser (or what it's called) I tried to use the rm -r command but it didn't work. The directory contains an empty file. :o) (4 Replies)
Discussion started by: 42!?
4 Replies

2. Shell Programming and Scripting

How to run a command with some other user id

Hi Say I am running a script using my user id csaha. How can I run any specific command in the same sctipr using any other user id (say root). Definitely I have the password of root. Any idea how the same can be achieved ??? Example: I need to run a script using my id (csaha) only on... (4 Replies)
Discussion started by: csaha
4 Replies

3. Shell Programming and Scripting

Execute internal script as different user

I have a script that I must run as user X and need to send the results to a different server as user Y (sftp). User Y has been set up to not require password authentication between the 2 servers. I would prefer to keep these in a single script, as our operations might have to run it from time to... (6 Replies)
Discussion started by: aubtc
6 Replies

4. AIX

Getting process ID in a shell script.

Hi all, In my script i need to store the process ID of my app server in a variable. I know how to verify whether a process is running, by following: ps -ef|grep 'jboss' status=$? if ; then # process is running else # process is nor running fi But what I need here... (11 Replies)
Discussion started by: haroon_a
11 Replies

5. Solaris

Login into different user on the same server

Hi All, Please can you advise as to how should I write a shell script so that I can switch user from one user account to the other on the same server. The requirements are user must be able to provide with a user name and it should then take a password which I have saved in a file and... (7 Replies)
Discussion started by: Shazin
7 Replies

6. AIX

User creation problem

Hi, I am getting tired in creating several users in a day. Can anyone have a script to create several users in the same server, as well as, to create one user in several servers. where i have to put script and how to run the script. Waiting for your reply. Thanks in advance (5 Replies)
Discussion started by: udtyuvaraj
5 Replies

7. UNIX for Dummies Questions & Answers

How to allow a different user to run a script

Hi I have a script that i would like to be run by a different user. For example, I have a file called 'mytest.pl' created by user 'user4' What command should i use to make sure that user 'ydanial' has ability to run 'mytest.pl' ? Thanks (6 Replies)
Discussion started by: DallasT
6 Replies

8. Shell Programming and Scripting

Wants to create 3 users in 400 servers

I wants to create 3 users and set password for the users in 400 servers. I can run this script without error. If wants to set the password in the same command it is not working. Like that i have to create 3 users #!/usr/bin/ksh for server in `cat /tmp/servers` do echo "servername =... (5 Replies)
Discussion started by: G0kulakrishnan
5 Replies

9. Red Hat

Sudo + Nohup = no password?

Little confused here When i go to run sudo nohup ./script.ksh & I dont get asked for a password. It starts a process ID, I can see it when i do a ps -ef | grep script. But I dont get an output file from my script, so its not doing anything. What gives? does it have to do the "&" ? ... (4 Replies)
Discussion started by: nitrobass24
4 Replies

10. Solaris

Printing pdf problem using pasta.cfg

hi folks I have issue in printing pdf while using ERP application, it's using pasta utility to print pdf. If i print from command line its successful while when ERP user give print command the printer doesnot print anything rather it gives error which is as follows ESP Ghostscript 815.01:... (12 Replies)
Discussion started by: smazshah
12 Replies

11. UNIX for Dummies Questions & Answers

Removing permissions from all users including owner

Hello all: I will include a "requirement" for an issue I am attempting to solve for my boss. Basically, he would like to know if there is a way to prevent users and owner from editing 'write' script in Vi. - While working in Unix Vi, users would be able to keep all the previous versions... (15 Replies)
Discussion started by: bruski4
15 Replies

12. Shell Programming and Scripting

[Solved] Permission problem, programming advice needed, Perl

Hi all, I have written a wrapper script in Perl which will be used on AIX, Linux and Windows and I do not want to change any code for the needs for a specific OS if avoidable. It works fine so far on all 3 OSes, not blowing up any stacks any more, but I am unsure how to handle writing log files... (7 Replies)
Discussion started by: zaxxon
7 Replies

13. Shell Programming and Scripting

Help needed on wrapper script

Hi Gurus, I need to build a wrapper script which will be passing the loading date and the data file name (provides option to the user to load a single data file or load all the data files) to the actual loader data_load.ksh to load in the database. 1. I want to execute the loader script... (6 Replies)
Discussion started by: express14
6 Replies

14. Solaris

Sudo help needed

Hello, I have a wrapper script that I am trying to build/execute, which has two different sub scripts, which run as two separate users. Purpose is to mask the contents of the script and allow the user to execute utlrp.sql, which requires sys level privs to execute. User FORD logs in, and... (5 Replies)
Discussion started by: willyb
5 Replies

15. Shell Programming and Scripting

Help OS X script : password input

Hello Sorry for the question.. i would like to make a script for OS X that allow me to change the password for a user account. i have to use this script on several iMac with the same user/password. i want to store the passwords inside the script, no security problems involved. the... (9 Replies)
Discussion started by: araan87
9 Replies