Eig will ich es neu installieren, da es ned vollständig ist...
éG
Eig will ich es neu installieren, da es ned vollständig ist...
éG
Also ich bekomme einen Error:
ZitatAlles anzeigenapt-get install vsftpd
Reading package lists... Done
Building dependency tree
Reading state information... Done
vsftpd is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue [Y/n]? y
Setting up linux-image-2.6.32-5-686-bigmem (2.6.32-35squeeze2) ...
Running depmod.
Running update-initramfs.
update-initramfs: Generating /boot/initrd.img-2.6.32-5-686-bigmem
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168d-2.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168d-1.fw for module r8169
W: mdadm: /etc/mdadm/mdadm.conf defines no arrays.
Examining /etc/kernel/postinst.d.
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 2.6.32-5-686-bigmem /boot/vmlinuz-2.6.32-5-686-bigmem
run-parts: executing /etc/kernel/postinst.d/zz-lilo 2.6.32-5-686-bigmem /boot/vmlinuz-2.6.32-5-686-bigmem
Warning: Not updating LILO; /etc/lilo.conf not found
run-parts: executing /etc/kernel/postinst.d/zz-update-grub 2.6.32-5-686-bigmem /boot/vmlinuz-2.6.32-5-686-bigmem
Generating grub.cfg ...
/usr/sbin/grub-probe: error: no such disk.
run-parts: /etc/kernel/postinst.d/zz-update-grub exited with return code 1
Failed to process /etc/kernel/postinst.d at /var/lib/dpkg/info/linux-image-2.6.32-5-686-bigmem.postinst line 799.
dpkg: error processing linux-image-2.6.32-5-686-bigmem (--configure):
subprocess installed post-installation script returned error exit status 2
configured to not write apport reports
Errors were encountered while processing:
linux-image-2.6.32-5-686-bigmem
E: Sub-process /usr/bin/dpkg returned an error code (1)
Wie kann ich das lösen? Denn so kann ich kein FTP einrichten...
LG
Autsch ja stimtm
LOL ich bin so blööd
Kann geclosed werden danke!
Überschrift sollte reichen...
Server.cfg im Anhang
Sorry habe es zuerst falsch gelesen!
Aber ich will auch, dass man als Spec Ops zB Scopes hat...
LG
EDIT: Habe jetzt die Lösung:
ich musste nur die default Config in die Server Config rüber kopieren xD
So einfach...
LG
Also es geht immernoch nicht...
LG
Sorry mein Deutsch ist sehr schlecht
In der config ist alles so eingestellt dass keine Waffen erlaubt sind ausser die Scopes. Aber praktisch geht es nicht.
LG
Edit: Aber man kann trotzdem alle anderen Waffen wählen...
LG
PARAMS="+set ui_maxclients 16 +set sv_maxclients 16 +set dedicated 2 +set sv_punkbuster 1 +exec server.cfg +map_rotate +set fs_homepath /home/gameserver/server/cod4-4 +set fs_basepath /home/gameserver/server/cod4-4 +set fs_game mods/modwarfare +exec weapons.cfg +set net_
Funtzt ned...
Und ich will das man als SMG zB R700 und M40 als 2nd hat...
LG
Also bei mir sind eig alle Waffen deaktiviert nur die Scopes sind erlaubt.
Wo habe ich was verpasst? o_O
Modwarfe ist normal gestartet
LG
Ah das geht?
Einfach löschen und gut ist? o_O
LOl so einfach? xD
Also kann man abschlaten, dass man von PB nicht gekickt wird, wenn man an den cvars rumspielt?
Denn auf War servern ist es ja erlaubt...
Und 2tens: Wer kennt ein gutes Webinterface für gameserver? GRATIS
LG
Ah ups habe da ausversehen zurück gedrückt
Sonst editier ich immer!
Nächste Frage: Was ist an meiner Stop Server einstellung falsch?
Ich kann den server ned stoppen
LG
Ah ok^^
Werde es gleich testen!
Edit: PB + Port Problem gelöst!
Danke an euch 2!
WTF PB habe ich ja auf 1 gestellt WTF? o_O
und zu net_port: Das finde ich nichtmal mit ctrl + F O_O
LG
Habe eine CSS start Datei:
ZitatCode Alles anzeigen#! /bin/bash # # Start the Counter-Strike: Source dedicated server. # # AUTHORS : # # Julien Escario ( pandemik@azilog.net ) # & # Cedric Rochat ( crochat@younics.org ) # & # Cmdr._Firewalker ( cmdr._firewalker@web.de ) # # =========================================== # # What you need: # # Linux :) # awk # screen # the srcds_l & cstrike files (obtainable via steam) # # How to use: # # Edit the CS_USER-Var to the user running your cs-servers # Edit the DIR-Var to fit your system (just contains the path to the dir that contains srcds_run) # Edit the PARAMS-Var to fit your needs # - standard is startup as internet server # if you use multiple scripts on one system you should change the NAME-var (otherwise # all will be stopped if you run the script with "stop", and status will be useless) # # When this is done, copy the file to /etc/rc.d/init.d (or whereever your system stores the # scripts for starting the services) and set the execute permission. # Now you can link the script to your runlevel-dir, here's an example for runlevel 3: # ln -s /etc/rc.d/init.d/srcds /etc/rc.d/rc3.d/S90srcds # ln -s /etc/rc.d/init.d/srcds /etc/rc.d/rc3.d/K50srcds # or use update-rc.d if you got a system using that tool (like Debian, see manpage) # # Or use it manually like: # ./srcds start # ./srcds stop # # To see the server-console start the script with the parameter "watch". # # DOC by jwm (jwm@counter-strike.de) # !!!!!!!!!!!!!! CHANGE THIS TO THE USER YOU USE FOR YOUR SERVER !!!!!!!!!!!!!!! CS_USER=gameserver PATH=/bin:/usr/bin:/sbin:/usr/sbin # # DON'T FORGET TO CHANGE THE PATH TO YOUR NEEDS! DIR=/home/gameserver/server/cod4-6 DAEMON=cod4_lnxded # LAN server: # PARAMS="-game cstrike -nomaster -insecure +sv_lan 1 +maxplayers 16 +map de_dust" # Internet server: PARAMS="+set ui_maxclients 16 +set sv_maxclients 16 +set dedicated 2 +set sv_punkbuster 0 +exec server.cfg +map_rotate +set fs_homepath /home/gameserver/server/cod4-6 +set fs_basepath /home/gameserver/server/cod4-6 +set fs_game mods/promodlive211" NAME=codserver6 DESC="COD4 dedicated server6" # No edits (should be) necessary beyond this line if [ ! -x `which awk` ]; then echo "You need awk for this script"; exit 1; fi if [ ! -x `which screen` ]; then echo "You need screen (the program, moron!) for this script"; exit 1; fi if [ `whoami` = root ] then usagetype=root else usagetype=nonroot fi start() { if [ ! -d $DIR ]; then echo " ... No such directory: $DIR!"; exit 1; fi if [ ! -x $DIR/$DAEMON ]; then echo "$DIR/$DAEMON does not exist or is not executable!"; exit 1; fi if status; then echo " ... $DESC: $NAME is already running!"; exit 1; fi case "$usagetype" in root) su - $CS_USER -c "cd $DIR ; screen -AmdS $NAME ./$DAEMON $PARAMS" ;; nonroot) cd $DIR ; screen -AmdS $NAME ./$DAEMON $PARAMS ;; esac } stop () { if ! status; then echo " ... $DESC $NAME could not be found. Probably not running."; exit 1; fi case "$usagetype" in root) tmp=$(su - $CS_USER -c "screen -ls" | awk -F . "\$2 ~ /^$NAME[[:space:]].*/ {print \$1}" | awk '{print $1}') su - $CS_USER -c "screen -r $tmp -X quit" ;; nonroot) screen -r $(screen -ls | awk -F . "\$2 ~ /^$NAME[[:space:]].*/ {print \$1}" | awk '{print $1}') -X quit ;; esac } status () { case "$usagetype" in root) su - $CS_USER -c "screen -ls" | grep [.]$NAME[[:space:]] > /dev/null ;; nonroot) screen -ls | grep [.]$NAME[[:space:]] > /dev/null ;; esac } watch () { if ! status; then echo "$DESC $NAME could not be found. Probably not running."; exit 1; fi case "$usagetype" in root) tmp=$(su - $CS_USER -c "screen -ls" | awk -F . "\$2 ~ /^$NAME[[:space:]].*/ {print \$1}" | awk '{print $1}') su - $CS_USER -c "screen -r $tmp" ;; nonroot) screen -r $(screen -ls | awk -F . "\$2 ~ /^$NAME[[:space:]].*/ {print \$1}" | awk '{print $1}') ;; esac } case "$1" in start) echo "Starting $DESC: $NAME" start echo " ... done." ;; stop) echo "Stopping $DESC: $NAME" stop echo " ... done." ;; restart) echo "Restarting $DESC: $NAME" status && stop start echo " ... done." ;; status) if status then echo "$DESC: $NAME is UP" else echo "$DESC: $NAME is DOWN" fi ;; watch) watch ;; *) echo "Usage: $0 {start|stop|status|restart|watch}\nWhile watching press ctrl-a, ctrl-d to stop watching without stopping the server." exit 1 ;; esac exit 0
LG
Also endlich habe ich es hingekriegt den COD4 Server zum laufen zu bringen...(Liner war mein Coach! <3)
Also nun habe ich 2 Problemchen:
1) auf meinem Promod Server kommt jetzt immer, dass PB nicht läuft aber in der cfg steht ess sollte eig laufen...
2) in der /main config.cfg ist der Port auf 28965 gestellt, aber der Serer startet unter 28960...
LG
OK habe mich jetzt für Hetzner entschieden, aber jetzt kommt die Frage welches OS? Und was brauct man alles für den Root?
Habe an Debian gedacht, aber braucht man das mit der Verwaltungssoftware?
LG
Hmm ok hört sich bis jetzt ganz logsch an!
Gibt es billigere Root Server als bei Hetzner diefür 3-4 COD4 Server + 2 Websiten reicht?
LG
Obwohl ich nocht nicht lange dabei bin: *mich schon auf 0.12 freu*