Demo

Probiere ClanSphere aus und teste daran herum. Demo


Antworten: 15
Seite [1]
scennative


Poststar




Beiträge: 640
# Thema - 03.05.2009 um 12:40 Uhr
Morgen. Da ich nen V-Server bei Samcity habe, wollte ich mal das mumble ausprobieren:

Installation war erfolgreich:

Aber ich habe irgendein problem mit den starten damit:

Hier die murmur.ini:
mehr... +-
 
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
20.
21.
22.
23.
24.
25.
26.
27.
28.
29.
30.
31.
32.
33.
34.
35.
36.
37.
38.
39.
40.
41.
42.
43.
44.
45.
46.
47.
48.
49.
50.
51.
52.
53.
54.
55.
56.
57.
58.
59.
60.
61.
62.
63.
64.
65.
66.
67.
68.
69.
70.
71.
72.
73.
74.
75.
76.
77.
78.
79.
80.
81.
82.
83.
84.
85.
86.
87.
88.
89.
90.
91.
92.
93.
94.
95.
96.
97.
98.
99.
100.
101.
102.
103.
104.
105.
106.
107.
108.
109.
110.
1. / 2. / ... 
 
# Path to database. If blank, will search for
# murmur.sqlite in default locations or create it if not found.
database=

# If you wish to use something other than SQLite, you'll need to set the name
# of the database above, and also uncomment the below.
# Sticking with SQLite is strongly recommended, as it's the most well tested
# and by far the fastest solution.
#
#dbDriver=QMYSQL
#dbUsername=
#dbPassword=
#dbHost=
#dbPort=
#dbPrefix=murmur_
#dbOpts=

# Murmur defaults to not using D-Bus. If you wish to use dbus, which is one of the
# RPC methods available in murmur, please specify so here.
#
dbus=session

# Alternate service name. Only use if you are running distinct
# murmurd processes connected to the same D-Bus daemon.
#dbusservice=net.sourceforge.mumble.murmur

# If you want to use ZeroC ICE to communicate with Murmur, you need
# to specify the endpoint to use. Since there is no authentication
# with ICE, you should only use it if you trust all the users who have
# shell access to your machine.
# Please see the ICE documentation on how to specify endpoints.
#ice="tcp -h 127.0.0.1 -p 6502"

# How many login attempts do we tolerate from one IP
# inside a given timeframe before we ban the connection?
# Note that this is global (shared between all virtual servers), and that
# it counts both successfull and unsuccessfull connection attempts.
# Set either Attempts or Timeframe to 0 to disable.
#autobanAttempts = 10
#autobanTimeframe = 120
#autobanTime = 300

# Murmur default to logging to murmur.log. If you leave this blank,
# murmur will log to the console (linux) or through message boxes (win32).
#logfile=murmur.log

# Where Murmur should store it's .pid file. Leave blank to use current
# directory. This option does nothing on Win32.
#pidfile=

# The below will be used as defaults for new configured servers.
# If you're just running one server (the default), it's easier to
# configure it here than through D-Bus or Ice.
#
# Welcome message sent to clients when they connect
welcometext="<br />Welcome to this server running <b>Murmur</b>.<br />Enjoy your stay!<br />"

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

# Specific IP or hostname to bind to.
# If this is left blank (default), murmur will bind to all available addresses.
host=85.131.215.96

# Password to join server
serverpassword=

# Maximum bandwidth (in bytes per second) clients are allowed
# to send speech at.
bandwidth=20000

# Maximum number of concurrent clients allowed.
users=100

# Murmur retains the per-server log entries in an internal database which
# allows it to be accessed over D-Bus/ICE.
# How many days should such entries be kept?
#logdays=31

# To enable public server registration, the serverpassword must be blank, and
# this must all be filled out.
# The password here is used to create a registry for the server name; subsequent
# updates will need the same password. Don't lose your password.
# The URL is your own website, and only set the registerHostname for static IP
# addresses.
#
#registerName=Mumble Server
#registerPassword=secret
#registerUrl=http://mumble.sourceforge.net/
#registerHostname=

# If you have a proper SSL certificate, you can provide the filenames here.
#sslCert=
#sslKey=

# To enable username registration through
# http://webserver/cgi-bin/mumble-server/register.cgi
# then this value must be set to a valid email
# and you must be running a SMTP server on this
# machine.
# This option is only used for a pre-packaged system-wide installation,
# and does nothing if you just start murmurd yourself.
#emailfrom=

# If murmur is started as root, which user should it switch to?
# This option is ignored if murmur isn't started with root privileges.
#uname=murmur



Starten tue ich es mit den Codeschnipsel:
./murmur.x86 -ini murmur.ini -supw Blub

Das spuckt der aber dann raus:
Binding to address 85.131.215.96
WARNING: You are running murmurd as root, without setting a uname in the ini file. This might be a security risk.
ServerDB: Openend SQLite database /home/murmur/murmur-static_x86-7dcfa0/murmur.sqlite
Superuser password set on server 1

wenn ich in der ini das mit dem

uname=murmur

hinschreibe macht der nen sql fehler.

HAb schon probiert ne sql daten bank herzunehmen aber habs nicht geschafft:

database= Name der Datenbank

dbDriver=QMYSQL
dbUsername= Benutzername
dbPassword= Password
dbHost= Gehört hier die Ip von meinen Webspace rein? oder die www adresse?
dbPort= Woher bekomm ich den port her?
dbPrefix=murmur_
dbOpts= was ist das?

Danke wenn ihr da mir helfen könnt. Habe gestern spät in die nacht nur rum probiert
Inaktiv
Nachtmeister


Specialist




Herkunft: Bern
Beiträge: 2091
# Antwort: 1 - 03.05.2009 um 12:48 Uhr
Weiss du eigentlich an was du da gerade bist? ich habs nicht das Gefühlt.

Binding to address 85.131.215.96
WARNING: You are running murmurd as root, without setting a uname in the ini file. This might be a security risk.


Solltest murmur nicht als Root ausführen, weil das ein Sicherheits Risiko ist. Also halt einen User zuweisen, der nicht root ist. Natürlich muss der User existieren. Du kannst nicht einfach uname=murmur reinschreiben, wenns den user gar nicht gibt.

dbHost= Gehört hier die Ip von meinen Webspace rein? oder die www adresse?


Localhost, wenns auf dem gleichen Server ist.

Port kannste mal 3306 probieren. dbOpts kannste leer lassen. Weiss ich nicht, was es ist, aber braucht es auch nicht.



------------------
"God created the universe in 1 Day, and then spent 5 days making it look good In Internet Explorer"

Inaktiv
|
scennative
Thread-Ersteller


Poststar




Beiträge: 640
# Antwort: 2 - 03.05.2009 um 12:54 Uhr
Also ip ist die richtige:

Da ich auch nen ts2 laufen haben (Signatur)

Ne möchte ne Sql datenbank von meinen Webspace benutzen. also Sql daten bank von webspace zum v-server:

Bin jetzt soweit:


database=c5550_murmur
dbDriver=QMYSQL
dbUsername=c5550_murmur
dbPassword=XXXXXXXXXXXXXXXX
dbHost=85.214.53.228
dbPort=3306
dbPrefix=murmur_
#dbOpts=

Also das mit dem host weiss ich net ob das stimmt. Gebe ich da multi-clans.de ein spuckt der die ip aus:

Initializing settings from /home/murmur/murmur-static_x86-7dcfa0/murmur.ini (basepath /home/murmur/murmur-static_x86-7dcfa0)
Binding to address 85.131.215.96
Successfully switched to uid 1003
ServerDB: Failed initialization: Lost connection to MySQL server at 'reading initial communication packet', system error: 0 QMYSQL: Unable to connect




Zuletzt editiert von scennative am 03.05.2009 um 12:55 Uhr (1x Editiert)
Inaktiv
|
Nachtmeister


Specialist




Herkunft: Bern
Beiträge: 2091
# Antwort: 3 - 03.05.2009 um 13:00 Uhr
Wenn du die MySQL Datenbank eines anderen Server verwenden willst, musst du die auch freigeben. Das heisst, dein Webserver muss Remote MySQL anbieten.

Sonst geht das nicht.


------------------
"God created the universe in 1 Day, and then spent 5 days making it look good In Internet Explorer"

Inaktiv
|
SCHIRI ClanSphere Team


Weltmeister



Herkunft: Hamburg
Beiträge: 5299
# Antwort: 4 - 03.05.2009 um 13:01 Uhr
bist du denn sicher, dass die DB vom Webspace eine externe Verbindung erlaubt?
Bzw warum richtest du nicht den Websapce auch aufm Root-Server ein?


------------------
www.laszlokorte.de

Inaktiv
|
scennative
Thread-Ersteller


Poststar




Beiträge: 640
# Antwort: 5 - 03.05.2009 um 13:03 Uhr
Achso. Nun wenn ich es aber mumble nur mit der Sqlite laufen lasse also ohne datenbank schreibt er dass:

Binding to address 85.131.215.96
Successfully switched to uid 1003
ServerDB: Openend SQLite database /home/murmur/murmur-static_x86-7dcfa0/murmur.sqlite
SQL Error [UPDATE `players` SET `pw`=? WHERE `server_id` = ? AND `player_id`=?]: unable to open database file Unable to fetch row

(Hab dich in Skype angeschrieben)


Edit: Ne möchte den Webspace net aufem v-Server rauftun, da ich eh schon 20 Gigabyte transfer habe die dann der v-server nicht mitmacht.


Zuletzt editiert von scennative am 03.05.2009 um 13:05 Uhr (1x Editiert)
Inaktiv
|
SCHIRI ClanSphere Team


Weltmeister



Herkunft: Hamburg
Beiträge: 5299
# Antwort: 6 - 03.05.2009 um 13:08 Uhr
/home/murmur/murmur-static_x86-7dcfa0/murmur.sqlite

existiert die datei?
hat sie richtige lese/schreib rechte?
hat der ordner murmur-static_x86-7dcfa0 richtige rechte?


------------------
www.laszlokorte.de

Inaktiv
|
scennative
Thread-Ersteller


Poststar




Beiträge: 640
# Antwort: 7 - 03.05.2009 um 13:10 Uhr
Die datei gibt es. Welche Rechte sollte ich da vergeben? murmur.sqlite hat chmod 777 der ordner hat:
chmod 755

EDIT:

Hab den ganzen ordner einfach chmod 777 gegeben:

vadmin69:/home/murmur/murmur-static_x86-7dcfa0# ./murmur.x86 -ini murmur.ini -supw xxxxxxxx
Initializing settings from /home/murmur/murmur-static_x86-7dcfa0/murmur.ini (basepath /home/murmur/murmur-static_x86-7dcfa0)
Binding to address 85.131.215.96
Successfully switched to uid 1003
ServerDB: Openend SQLite database /home/murmur/murmur-static_x86-7dcfa0/murmur.sqlite
Superuser password set on server 1


So jetzt wollte ich da connectet:

85.131.215.96
64738
superuser
XXXXX

aber der connectet net.


Zuletzt editiert von scennative am 03.05.2009 um 13:19 Uhr (1x Editiert)
Inaktiv
|
Dobi


Rock the board



Herkunft: Erde
Beiträge: 59
# Antwort: 8 - 03.05.2009 um 13:23 Uhr
Du versuchst als root den Server zu starten und per uname=irgendwas den User zu wechseln.

Der User der den Server starten soll hatte aber keine Rechte auf die Datenbankdatei.. das hast du mit chmod 777 umgangen. Ich weiss nicht ob es nicht besser wäre, den User als Besitzer der Dateien zu setzen.

Wenn du den Server mit -supw xy startest setzt er nur das Passwort des Superusers neu. Richtig starten wird er nur ohne den Parameter.


Inaktiv
|
scennative
Thread-Ersteller


Poststar




Beiträge: 640
# Antwort: 9 - 03.05.2009 um 13:51 Uhr
./murmur.x86 -ini murmur.ini

Also mit den startet er den server richtig?


Inaktiv
|
Dobi


Rock the board



Herkunft: Erde
Beiträge: 59
# Antwort: 10 - 03.05.2009 um 13:52 Uhr
Sollte er.. und solange die murmur.ini im selben Ordner liegt, solltest dir auch "-ini murmur.ini" schenken können.


Zuletzt editiert von Dobi am 03.05.2009 um 13:52 Uhr (1x Editiert)
Inaktiv
|
scennative
Thread-Ersteller


Poststar




Beiträge: 640
# Antwort: 11 - 03.05.2009 um 13:54 Uhr
ah habs geschafft. er startet schon mal

Aber wollte mich jetzt als superuser einloggen kann aber nichts machen als superuser

Edit:
Mit Server 85.131.215.96 verbunden.
[13:54:22] Serververbindung fehlgeschlagen: The remote host closed the connection.

erst verbinde ich mit den, dann bin ich droben und dann schreibt er dass



Zuletzt editiert von scennative am 03.05.2009 um 13:55 Uhr (1x Editiert)
Inaktiv
|
Dobi


Rock the board



Herkunft: Erde
Beiträge: 59
# Antwort: 12 - 03.05.2009 um 13:59 Uhr
ICQ -edit- mal anlabern


Zuletzt editiert von Dobi am 03.05.2009 um 14:36 Uhr (1x Editiert)
Inaktiv
|
Slevin


Rock the board





Beiträge: 76
# Antwort: 13 - 03.05.2009 um 14:34 Uhr
so viel ich noch weiß, muss man beim starten vom Mumbel das superuser-pw mitangeben, dass ist dann dein PW für den Superuser ^^

und dann anmelden als SuperUser.
Merkst du dann ganz schnell, da der SuperUser nicht labern kann.
Verstehe nicht wie das bei dir so viele Probleme mitbringt, da der Start vom Mumbel sehr simple ist, TS2 ist noch etwas einfacher

Bei Google gibt es sehr viele gute Tutorials womit du den Murmur Server schön einrichten und starten kannst


------------------


Zuletzt editiert von Haba am 03.05.2009 um 14:40 Uhr (2x Editiert)
Inaktiv
|
Dobi


Rock the board



Herkunft: Erde
Beiträge: 59
# Antwort: 14 - 03.05.2009 um 14:37 Uhr
Nope.. nur ein mal.

Problem per ICQ gelöst. War ne Snapshotversion von Murmur, die anscheinend nicht 100% lief.


Inaktiv
|
scennative
Thread-Ersteller


Poststar




Beiträge: 640
# Antwort: 15 - 03.05.2009 um 14:41 Uhr
Kann es bestätigen nochmal danke!


Inaktiv
|

Dieses Thema wurde von Nachtmeister PM geschlossen.

Antworten: 15
Seite [1]