23.08.2011, 18:50
Nabend zusammen, vielleicht ist ja ein erfahrener Mumbler unter euch. Und zwar... Ich habe Murmur (den Mumble Server) schon vor Längerem installiert. Der läuft auch und man kann ihn einwandfrei benutzen. Allerdings möchte ich nun gerne das Webinterface MumPI aufsetzen. Dafür braucht man ja PHP-Ice
[Link: Registrierung erforderlich]
Hier stehen zwei Sachen, die mir beweisen, dass mein PHP-Ice auch einwandfrei installiert ist.
1.
[Link: Registrierung erforderlich]
Hier stehen zwei Sachen, die mir beweisen, dass mein PHP-Ice auch einwandfrei installiert ist.
1.
Zitat:
To check if Ice in fact does listen, on unix type
netstat -apn | grep 6502
netstat -apn | grep 6502
Code:
:~# netstat -apn | grep 6502
tcp 0 0 127.0.0.1:6502 0.0.0.0:* LISTEN 8140/murmurd
2.
Zitat:
Now we will take a look in the mumble-server log to see if everything is fine.
tail -n10 /var/log/mumble-server/mumble-server.log
If you find a line similar to the following
...
<W>2009-04-06 13:37:11.316 MurmurIce: Endpoint "tcp -h 127.0.0.1 -p 6502" running
...
everything is fine and you can now comunicate to Murmur over the IcePHP extension
tail -n10 /var/log/mumble-server/mumble-server.log
If you find a line similar to the following
...
<W>2009-04-06 13:37:11.316 MurmurIce: Endpoint "tcp -h 127.0.0.1 -p 6502" running
...
everything is fine and you can now comunicate to Murmur over the IcePHP extension
Code:
:~# /etc/init.d/mumble-server restart
:~# tail -n10 /var/log/mumble-server/mumble-server.log
<W>2011-08-23 17:46:16.092 MurmurIce: Endpoint "tcp -h 127.0.0.1 -p 6502" running
Danach kommen natürlich noch mehr Zeilen, die sind aber unwichtig.
So, jetzt im Webinterface steht aber trotzdem
Zitat:
Welcome
It seems your PHP configuration is not running with the Ice extension.
Please set up your PHP to load the Ice extension.
Ice is the middleware between Murmur and PHP/the Interface, allowing PHP to call Murmur functions. Thus, this is necessary.
For introductions on how to set it up, see mumble.sf.net/Ice.
It seems your PHP configuration is not running with the Ice extension.
Please set up your PHP to load the Ice extension.
Ice is the middleware between Murmur and PHP/the Interface, allowing PHP to call Murmur functions. Thus, this is necessary.
For introductions on how to set it up, see mumble.sf.net/Ice.
Arr!! Ich beiß mir gleich in den....
In der settings.inc.php steht auch
$dbInterface_address = 'Meta:tcp -h 127.0.0.1 -p 6502';
Port ist also auch richtig eingestellt... WARUM findet das Webinterface diesen ****** Server nicht?
Wer mir das lösen kann kriegt dann nen Mumble Server von mir ;-)
Mfg Madmatti