OpenSUSE :: Install Mumble And Create A Mumble-server On Computer

Apr 10, 2011

A few days ago I decided to install mumble and create a mumble-server on my computer. So far the network requirements have been met, I have forwarded the necessary ports, etc.. etc... The only problem is mumble-server. As soon as I install it, if I restart my computer and run the terminal command

Code: $ murmurd The servers starts and the database (murmur.sqlite) and log (murmur.log) files are created. As for the ini file, I am able to specify an ini file found in my /home/MYUSERNAME directory, it will use that ini file. The server will be up, and me and my friends will be able to use it. I can kill the server and restart it without a problem. As soon as my computer is restarted, if i run the murmurd command this appears, whereas before nothing appeared unless i forced the server to stay attached to the terminal.

[Code]....

View 4 Replies


ADVERTISEMENT

OpenSUSE :: Unable To Install Mumble 1.2.2

Feb 3, 2011

I'm having trouble installing Mumble 1.2.2. I'm running OpenSuse 11.3 (i586). I started by following the instructions provided on this page : BuildingLinux - Mumble I followed instruction to compile with GIT. I installed git-core with yast and then entered commands as specified in the referenced page.

The problem comes when I try to use the qmake command (qmake -recursive main.pro). I get a command not found message and after running (cnf qmake) here is the answer I get: The program qmake can be found in the following package: * libqt4-devel [ chemin : usr/bin/qmake, d�p�t : zypp 9repo-oss ] (My dist is french, "chemin" means "path" and "d�p�t" means "deposit", can you make sense of that?) So it appears that qmake is installed but I can't run it in terminal for some reason.

View 4 Replies View Related

CentOS 5 :: How To Install Mumble Server (murmur)

Jan 13, 2011

I have trouble with installing mumble-server.I found mumble-server-1.2.2-2.1.i386.rpmbuthttp://img502.imageshack.us/img502/3421/termm.jpg

View 2 Replies View Related

Ubuntu :: How To Host Own Mumble Server

May 25, 2010

I am running Ubuntu 10.04 Desktop, and I'm pretty fed up with having to pay companies to host my Mumble server, while its something I could handle to do.But I just don't know how to do, nor what to do.Ive scowled the Internet for legit tutorial but nothing adds up.How can I host my own Mumble Server?Can somebody give me a detailed tutorial

View 9 Replies View Related

Debian :: Multiple Instances Of Mumble-server?

Oct 31, 2015

i'm new to linux, and i want to create mumble servers for my friends.My first server is finished and he works but, is it possible to create multiples instances of mumble ?

View 1 Replies View Related

Ubuntu Networking :: Use Own Port On Mumble Server?

Aug 1, 2010

I'm trying to set up my own mumble server, but I don't want to use the default port 64738, for security reasons. I've tried changing the lines:

Code:

# Port to bind TCP and UDP sockets to
port=64738

in the /etc/mumble-server.ini file to a port of my own choosing. However, it won't work unless I use port 64738. Is there anything I can do about this? Do I perhaps need to change something in ice (whatever that is)?

View 1 Replies View Related

OpenSUSE :: Mumble - Push To Talk - Xbindkeys ?

Jul 17, 2011

Basically, my middle mouse button (button 2) wasn't being detected by mumble when I was trying to enter a ptt key. The button itself was bound to do some weird copy-paste function, so I figured maybe that's why, so I rebound it to Shift+Right arrow using xbindkeys and xvkbd. I then went into mumble and it detected this no problem, however due to the xbindkeys config, when I press the middle mouse button it only does the bound function once.... i.e. I press it, it sends Shift+Right arrow to the X serv, but then stops, which is obviously useless for a push-to-talk button.

So, really what I am asking is, how should I go about sorting this? Is xbindkeys able to translate a keypress in sync with the mouse button (i.e if I hold the mouse button, it holds down the keys bound to it) or am I going down the wrong route and there is a better way to get middle mouse as my push to talk button on mumble. Perhaps a different keybind software?

View 1 Replies View Related

Slackware :: Install Mumble 1.2 On 13 - Missing Dependencies?

Feb 1, 2010

who to install mumble 1.2 on slackware 13 i can't install, missing dependencies, tx. hola alguien sabe como instalar mumble 1.2 en slackware 13? no encuentro las dependencias, gracias

View 14 Replies View Related

Fedora :: Mumble / Murmur Package In The Manager Doesn't Seem To Install

Mar 15, 2011

I am just starting to use fedora as I'm on compsoc committee at my uni, and need to be able to use the server which runs it. Am trying to get a mumble server running (just on my laptop with a fedora 14 install) And am really struggling, can't get the stuff manually and do it, as it says it depends on some other packages which I can't find in the package manager, and if I just use the murmur package in the manager, then it doesn't seem to install, and even if it does, if I try to run it, it says the database is not writeable

[URL]

View 14 Replies View Related

Slackware :: Using Mumble 1.2.2 - No Sound And Microphone Not Working

Mar 28, 2011

I used Mumble 1.2.2 for a while on my Slackware 13.1 system without any problems. After some time (before 1.2.3 was released) it suddenly stopped working. A few days ago, I wiped my disk and re-installed Slackware 13.1. Compiling 1.2.3 worked. Running it just stopped with a "FUTEX"-Error. I searched the source code for futex (with "-i" parameter) and didn't found anything. There were matches in the compiled object files. So, it's probably something with Qt.

Then I compiled Mumble 1.2.2 and run it. Worked. But it didn't find my microphone. I can hear everybody else but I cannot talk. I tried every device but there is no sound. If I activate the microphone in alsaconfig I can hear myself, so the microphone seems to work. A few minutes ago, I compiled Mumble 1.2.3. You know what? It runs without any "FUTEX_WAIT" error. But, the microphone does not work.

View 4 Replies View Related

Slackware :: Building Mumble 1.2.2 On Slackware - Current 64?

Jan 10, 2011

I'm very keen on getting Mumble installed on my slackware -current 64 bit install. I found a slackbuild script for 12.2 here, but changing the version number resulted in failure. I also tried following the build instructions on the Mumble website, which failed with the following.

Code:
neil@slackbox:~/Downloads/mumble/mumble-1.2.2$ qmake -recursive main.pro
Reading /home/neil/Downloads/mumble/mumble-1.2.2/src/mumble11x/mumble11x.pro
WARNING: /home/neil/Downloads/mumble/mumble-1.2.2/src/mumble11x/mumble11x.pro:33: Variable LIBPATH is deprecated; use QMAKE_LIBDIR instead.
WARNING: /home/neil/Downloads/mumble/mumble-1.2.2/src/mumble11x/mumble11x.pro:33: Variable LIBPATH is deprecated; use QMAKE_LIBDIR instead.

[Code]...

View 12 Replies View Related

OpenSUSE Install :: Setup A SVC Server And How To Create Diferent Proyects On It

Dec 7, 2010

BEGIN PGP SIGNED MESSAGE Hash: SHA1 anyone can tell me how to setup a SVC server and how to create
diferent proyects on it?

VampirD
Microsoft Windows is like air conditioning
Stops working when you open a window.
BEGIN PGP SIGNATURE
Version: GnuPG v2.0.15 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org/

[Code]...

View 2 Replies View Related

Server :: How To Create Personal VoIP Network With Home Computer

Aug 13, 2010

Asterisk and its cousin technologies intrigue as well as confuse me. I'm wondering: Is it possible to set up an Asterisk (or other) server on a home computer with no special hardware and use it to route calls between mobile devices in remote locations? I'm hoping this could work similarly to Skype Mobile, Google Voice, etc., except on a WAY smaller scale. This is just something I'd use personally for calls to family and friends--nothing huge.

Since my computer is just a regular laptop with no 3G connectivity, I don't expect to use 3G for calls. I just think it would be cool, for instance, to go to a caf� with WiFi and use a SIP/VoIP client on my Android phone to call up a friend who also has a phone or PC with a SIP/VoIP client on it. I realize I could do the same thing far more easily with an account at Skype or some other provider. My interest in attempting this project is more for the learning experience than practical use.

If indeed this is possible to do with the hardware I already own, any tips for starting out? My computer is a MacBook Pro 5,5 (dual-booting Sabayon Linux and Mac OS X). I know I could install Asterisk from within Sabayon, install a specialized telephony distro to a new partition, or run a virtual Asterisk machine--but I'm not sure which option, if any, would be most appropriate here. I'm also not sure if Asterisk would accomplish what I want, or if I should look at other software.

View 6 Replies View Related

OpenSUSE :: FIrewall Setup / Client Computer Cannot See NFS Server When Scanning For Server - OSE 11.2?

Apr 21, 2010

I have a small home-office network. On that network I have two linux computers, one is a client the other a server.

On the server I have NFS Server setup and mount some NFS exports on the client computer.

On the server I have the firewall on and here it becomes a little tricky.

Since both the server and the client connect to the router the interface (eth1) is theoretically both an internal & external zone.

The router is commercial grade and therefore has a good firewall on it which is also setup. Therefore the firewall on the server is really more of a backup than a necessity. But that's fine, and by having the server's firewall on 'fail2ban' is able to work which I like to have working so I don't want to just turn off the server firewall even though I have good security from the router.

However, when I turn on the server's firewall, the client computer cannot see the NFS server when scanning for server -- done by: clicking on "Choose" next to "NFS Server Hostname" when adding an NFS share in the NFS Client in YaST. Clearly something is being blocked even though I have both "NFS Client" and "NFS Server Service" allowed in the server firewall. The Firewall config. files for these are below.

The Firewall configuration is pretty much "out of the box". That is I have the services I need opened up for the external zone, the other zones are left at their default which means the internal zone, although not used (i.e.: attached to any interface), is completely open.

The perfect solution I guess would be to setup my client computer to connect through a different NIC (perhaps eth0), make that the "Internal Zone" and therefore allow all traffic through to it while still blocking the server from the external zone. However, I cannot make that physical change to my network for now so I am looking for an in between (non-perfect) solution.

In this case I am guessing that means opening up extra NFS ports to the external zone so I have full NFS functionality. I don't mind this because like I said, the router firewall is the main line of defense anyway.

So, given all of the above could someone tell me what I would need to additionally open up in the server firewall to make the NFS server detection work on the client while the firewall was on. Or, if you have a cleverer/better solution without me changing my physical network that would be great.

Hopefully I have written this in enough detail and clearly enough so that all the parameters are clear but if not, feel free to ask me what you like and I'll try to make it clear.

Code:
## Description: Firewall Configuration for NFS kernel server.
#
# Only the variables TCP, UDP, RPC, IP and BROADCAST are allowed.
# More may be supported in the future.
code....

View 6 Replies View Related

OpenSUSE Install :: Opensuse Installer Doesn't Allow To Create / Partition (ext4) >20GB

Jan 9, 2010

I am currently installing 11.2 on a new 1TB hdd.the opensuse installer does not allow me to create a / partition (ext4) >20GB. Does anyone know why and how I can get around this limitation?

View 9 Replies View Related

OpenSUSE :: Create Server To Be The DCHP Server

Sep 11, 2011

I am new to Opensuse, I am trying to create my Opensuse server to be the DCHP server but as I check there is no dhcp on the Yast>Network services.

View 4 Replies View Related

OpenSUSE Install :: Create Boot Floppies From CD Install Version?

May 19, 2010

Short question: It has been possible in earlier releases to create boot floppies from CD install version, for those PCs who haven't a bootable CD drive.11.2 is deployed as a DVD iso, but I need CD isos for an older laptop with a bootable CD drive only, not DVD. Is there a similar possibility for 11.2 also available?I want a full install, not the readonly "Live" versions.

View 2 Replies View Related

OpenSUSE Install :: Live Gnome-cd To Create An Usb Install Piece?

Jul 18, 2010

I am trying to create an usb install from an gnome-live cd. All I have done is not working:

dd
fedora liveusb-creator
fusbi
linuxlive usb creator
unetbootin
pendrive

All I can get are errors saying cang find kernel or error like that. I have used linux and windows environment. The iso I am using is fine, I am sure because I have instaled it on two pcs. Iso gnome-live >> usb (bootable to install)

View 1 Replies View Related

OpenSUSE Install :: OpenSuse 11.2 Cant Create Partitions On RAW Partition?

Dec 8, 2009

I did shrinking of windows drive to give 10 gb raw space for OpenSuSe 11.2 installation on my T60 laptop.OpenSuSe installer failed to create partitions out of single 10 gb RAW partition.Is there any other way to slice single RAW partition in to / , /home & swap?

View 3 Replies View Related

OpenSUSE Install :: Put 11.2 Into A Computer With XP On It?

Dec 22, 2009

i have recently put opensuse 11.2 into a computer with XP on it. I held out on GRUB, but now i need it. I was wondering in this will interfere with my XP update.

View 3 Replies View Related

Debian :: Install A File Server On An Old Computer?

Sep 22, 2010

I would like to install a file server on an old computer and access it via USB from my laptop.

View 2 Replies View Related

OpenSUSE Install :: Reformat Computer And Install 11.2?

Jul 22, 2010

At the moment I've got dual-bootable machine with WinXP (25GB on hard disk) and openSUSE 11.2 (20GB on hard disk). After saving the important files on my ~/home I want to wipe off all data from both my partitions and then install WinXP (with 15GB) and openSUSE 11.2 with 30GB. The problem is I'm not sure how to go about doing this? I'm guessing the problem will be the boot process. I installed openSUSE on a machine that already had WinXP and I didn't change any boot settings so it must still be controlled by XP. So presumably I'd have to:

1. Remove openSUSE first and then remove XP using the XP CD.
2. Install XP again
3. Install openSUSE on another partition as I did before but with different partition sizes.

Or should I install openSUSE first before XP? I think I'm more confident on installing XP first since I've already done it earlier. The only other complication is that this is my 'laptop' screen is broken so I use an external monitor. This is what prevented me from formatting my computer earlier.

Thanks.

View 4 Replies View Related

OpenSUSE :: How To Create A Local Update Server

Aug 26, 2011

We have several linux hosts at our site. I would like to set one of the servers to offer a local update service rather than have each host contact the public servers for update information. This would greatly speed the updates for each host since we only have a DSL connection (about 1.2Mbps transfer rate). Is there a tutorial somewhere that describes how to set up a "shadow" update server?

View 9 Replies View Related

OpenSUSE Install :: Sftp In To Ip But Not Computer Name?

Apr 13, 2010

it's as the title sayes i can sftp into the ip address ok but if I put the computor name instead I get return

Code:
ssh: Could not resolve hostname server: Name or service not known Couldn't read packet: Connection reset by peer hopesome1 knows a round this

View 1 Replies View Related

OpenSUSE :: Install It To My Computer Using A Live-USB?

Jul 21, 2010

I have netbook and i have been trying to install OpenSUSE from USB
the thing is installing from USB with Mint, I could install.
I have been using FUSB, liveusb-creator3.9.2, unetbootin and Univeral-USB-Installer-v1.7.2
is there any other way to install OpenSUSE onto my Netbook which does not have CD/DVD-rom?

View 3 Replies View Related

OpenSUSE Install :: Can' T Boot Computer

Sep 6, 2010

After installing win7 I've lost the grub menu. I tried live cd and reset it. Bu I couldn' t. When I write find /boot/grub/menu. it's write (hd0,1). how can I reset the grub menu?

View 1 Replies View Related

Fedora :: Install Software From Server Without Copy To Computer?

Aug 6, 2010

I want to install a software to my computer, I've mounted that server directory, so I can visit them in the x-windows, but I can not install the file as it requires to be root, the help file of that software gives a command for installing to linux system like this:

# /net/....(server name and directory path)/setup

but when i use this command it says wrong, as this is not a recognized path, just wondering is there a similar command in Fedora that I can access to the net directories in terminal?

View 7 Replies View Related

Server :: Install Novell SUSE Ver 11 From Different Computer DVD ROM Over Network?

Jun 23, 2010

Need to install Novell SUSE Linux version 11 from Different computer DVD ROM over Network.

View 1 Replies View Related

OpenSUSE Install :: Create Partition For Opensuse 11.2

Jan 23, 2010

I'm using 1TB BIOS Raid stripe 0 (Intel 82801ER ICH5R) and I want to use this configure to install Opensuse 11.2 is this correct?

1GB for /boot
5GB for swap
100GB for /
Rest of disk for /home

And other question is when I install on this configure sometimes setup hangs after finishing copying file and restart to enter configuration section.

View 7 Replies View Related

OpenSUSE Network :: Create A Backup Ldap Server?

Apr 27, 2010

We have a ldap server which has been running for a couple years now, and I was told to make a fallback / backup ldap server. So should the old one fail we won't be officially screwed.

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved