recsu412 Posted June 4, 2010 Share Posted June 4, 2010 I have just installed Kubuntu 10.04 and trying to run murmur on it but i have encounter a problem. After i reboot the computer i must manually restart murmur to be able to connect to it, trying both from same computer and others on the LAN. I have manage to get php and ice running so i can connect through a webadmin and a channelviewer at the same time I fail to connect with mumble client. I'm new to linux and ubunu so i have no idea where to look for the problem. Any idea? Link to comment Share on other sites More sharing options...
Administrators kissaki Posted June 5, 2010 Administrators Share Posted June 5, 2010 So you can see live-data via your web interface?Well, Murmur seems to not bind to your network ip then, you can probably connect to it locally? (is it a remove srv or a desktop system on which you can try that?)You can alsonetstat -lnt | grep YOURPORTto see if murmur really binded to the port and is listening. Link to comment Share on other sites More sharing options...
recsu412 Posted June 5, 2010 Author Share Posted June 5, 2010 Thanks for the help!Its a desktop so i have Mumble installed too and the strange thing is that i cannot connect from the same machine.After boot i runnetstat -lnt | grep 64738and it seems mumble-server not listening on that port.After restart of mumble-server then it is listening...So how do i get it to start correct after boot? Link to comment Share on other sites More sharing options...
Administrators kissaki Posted June 6, 2010 Administrators Share Posted June 6, 2010 What OS? Distribution? Link to comment Share on other sites More sharing options...
recsu412 Posted June 6, 2010 Author Share Posted June 6, 2010 Kubuntu 10.04 LTS Link to comment Share on other sites More sharing options...
rawnar Posted June 6, 2010 Share Posted June 6, 2010 Just a throw in the dark, but could it be that murmur is started before your networking is setup. This explains why you can connect to murmur through ice and not connect to it with mumble (UDP,TCP). But can connect to it after a restart of murmur, because the networking is then setup.Cheers. Computer specs: AMD FX-8320, 8GB DDR3-SDRAM, AMD Radeon HD 7950, Asus Xonar D1, Windows 7 Ultimate 64bit/Debian Jessie AMD64. Link to comment Share on other sites More sharing options...
recsu412 Posted June 7, 2010 Author Share Posted June 7, 2010 Just a throw in the dark, but could it be that murmur is started before your networking is setup. This explains why you can connect to murmur through ice and not connect to it with mumble (UDP,TCP). But can connect to it after a restart of murmur, because the networking is then setup.Cheers.That seem logic to me but is there anyway to delay the startup of mumble?Edit:I solved it. I'm letting KDE handle the startup and it then bind to the network. Link to comment Share on other sites More sharing options...
rawnar Posted June 7, 2010 Share Posted June 7, 2010 Nice to be of help. But is should normally work, so one question to complete the picture.Did you install murmur from the general repository or from slicer's one?Could you also provide the output of the following commando's. find /etc/rc* -name "*networking" find /etc/rc* -name "*mumble-server" Thanks Computer specs: AMD FX-8320, 8GB DDR3-SDRAM, AMD Radeon HD 7950, Asus Xonar D1, Windows 7 Ultimate 64bit/Debian Jessie AMD64. Link to comment Share on other sites More sharing options...
recsu412 Posted June 7, 2010 Author Share Posted June 7, 2010 find /etc/rc* -name "*networking"/etc/rc0.d/S35networking/etc/rc6.d/S35networkingfind /etc/rc* -name "*mumble-server"/etc/rc0.d/K95mumble-server/etc/rc1.d/K95mumble-server/etc/rc2.d/S95mumble-server/etc/rc3.d/S95mumble-server/etc/rc4.d/S95mumble-server/etc/rc5.d/S95mumble-server/etc/rc6.d/K95mumble-serverBut my solution wasn't any good...Using that method to start mumble-server makes the connection with ICE to fail...I have installed with both metods but the output now was with the general i think, i was installing usingapt-get install mumble-server Link to comment Share on other sites More sharing options...
rawnar Posted June 8, 2010 Share Posted June 8, 2010 Just found out that Ubuntu is using Upstart instate of the traditional init-process. I am on Debian testing using the traditional init-process at boot. If you would be on Debian your networking would not be started at boot time, as runlevel 0 and 6 (rc0.d and rc6.d) stand for halt and reboot. But you are on Ubuntu so maybe Upstart is controlling your networking.Maybe someone also using Ubuntu can help you. Computer specs: AMD FX-8320, 8GB DDR3-SDRAM, AMD Radeon HD 7950, Asus Xonar D1, Windows 7 Ultimate 64bit/Debian Jessie AMD64. Link to comment Share on other sites More sharing options...
tomdarkness Posted June 8, 2010 Share Posted June 8, 2010 Have you checked murmur's log to see what is actually going off? It should indicate if it successfully binds to a IP address and port (or not).I've never used upstart before (CentOS fan here :D) but I believe you can configure a job with "start on network-interface-up" to run the job script to start murmur after networking has started properly (Think you can include additional parameters to the start on.. to limit it to specific networking devices as well) and you've got a IP address if you're using DHCP (Not sure why you would on a server but..) Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now