Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > Metin2 > Metin2 Private Server
You last visited: Today at 00:45

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Invoice SF Problem ...

Discussion on Invoice SF Problem ... within the Metin2 Private Server forum part of the Metin2 category.

Reply
 
Old   #1

 
BarⓉ™'s Avatar
 
elite*gold: 0
Join Date: Sep 2012
Posts: 1,376
Received Thanks: 223
Invoice SF Problem ...

Hallo zusammen und zwar bekomme ich den server nicht gestopt

mit sh stop.sh oder stop.sh klappt nicht hoffe mir kann einer helfen
BarⓉ™ is offline  
Old 11/27/2014, 19:08   #2



 
Samael's Avatar
 
elite*gold: 17
Join Date: May 2014
Posts: 2,094
Received Thanks: 1,279
prüf die pfade in der close.sh

ansonsten mach " reboot " dann startet der ganze root neu und dabei gehen alle cores aus.
oder Kill die cores über die pid nummer mit " kill " bis du die close.sh angepasst hast.
Samael is offline  
Old 11/27/2014, 19:13   #3

 
BarⓉ™'s Avatar
 
elite*gold: 0
Join Date: Sep 2012
Posts: 1,376
Received Thanks: 223
Da steht das drinne ...
Quote:
#!/bin/sh
echo "Stoppe Server..."
cd channel1
cd core1
sh shut.sh
cd ..
cd core2
sh shut.sh
cd ..
cd core3
sh shut.sh
cd ..
cd core4
sh shut.sh
cd ..
cd core5
sh shut.sh
cd ..
cd ..
cd channel2
cd core1
sh shut.sh
cd ..
cd core2
sh shut.sh
cd ..
cd core3
sh shut.sh
cd ..
cd core4
sh shut.sh
cd ..
cd core5
sh shut.sh
cd ..
cd ..
cd channel3
cd core1
sh shut.sh
cd ..
cd core2
sh shut.sh
cd ..
cd core3
sh shut.sh
cd ..
cd core4
sh shut.sh
cd ..
cd core5
sh shut.sh
cd ..
cd ..
cd channel4
cd core1
sh shut.sh
cd ..
cd core2
sh shut.sh
cd ..
cd core3
sh shut.sh
cd ..
cd core4
sh shut.sh
cd ..
cd core5
sh shut.sh
cd ..
cd ..
cd game99
cd core1
sh shut.sh
cd ..
cd core2
sh shut.sh
cd ..
cd core3
sh shut.sh
cd ..
cd core4
sh shut.sh
cd ..
cd core5
sh shut.sh
cd ..
cd ..
cd /usr/home/game/invoice/auth
sh shut.sh
cd ..
cd /usr/home/game/invoice/db
sh shut.sh
cd ..
cd ..
echo "Gestoppt!"
BarⓉ™ is offline  
Old 11/27/2014, 19:14   #4



 
Samael's Avatar
 
elite*gold: 17
Join Date: May 2014
Posts: 2,094
Received Thanks: 1,279
schreib dir halt ne eigene... Ist übersichtlicher.. Die Pfade und befehle die du dafür brauchst stehen ja in der alten..
Samael is offline  
Old 11/27/2014, 19:18   #5

 
BarⓉ™'s Avatar
 
elite*gold: 0
Join Date: Sep 2012
Posts: 1,376
Received Thanks: 223
Wie mach ich das? hab da keine ahnung von ^^
BarⓉ™ is offline  
Old 11/27/2014, 19:24   #6
 
IceCreamx3's Avatar
 
elite*gold: 0
Join Date: Jun 2012
Posts: 841
Received Thanks: 111
Quote:
Originally Posted by xZauberStahLx View Post
Hallo zusammen und zwar bekomme ich den server nicht gestopt

mit sh stop.sh oder stop.sh klappt nicht hoffe mir kann einer helfen
Liegt daran, dass es keine stop.sh gibt.
Versuch es mit cd /home/game && sh close.sh
IceCreamx3 is offline  
Thanks
1 User
Old 11/27/2014, 19:24   #7
 
elite*gold: 0
Join Date: Jan 2011
Posts: 1,296
Received Thanks: 1,295
Den Server am besten so runterfahren :

1.Ingame
Code:
/shutdown
2. Warten (Am besten einfach 5 Minuten)

3. Putty
Code:
killall -1 game db
He3o Sippel is offline  
Thanks
2 Users
Old 11/27/2014, 19:43   #8
 
elite*gold: 0
Join Date: Jan 2014
Posts: 268
Received Thanks: 373
@Sippel: Schöner Ansatz, allerdings können dabei Daten verloren gehen (wenn auch unwahrscheinlich, wenn man lange genug wartet). Damit alles garantiert gespeichert wird (außer ein Core stürzt ab) müssen game-Core und db-Core nacheinander heruntergefahren werden.
Also folgendermaßen:

1. Ingame
Code:
/shutdown
2. Sobald Server heruntergefahren ist (die erste Zeile ist nur für diejenigen wichtig, die VRUNNER benutzen):
Code:
killall -9 vrunner
killall -1 game
3. Solange "ps" eingeben, bis alle game-Cores sich beendet haben (kann bei größeren Servern schonmal 10 Minuten oder länger dauern) und dann eingeben:
Code:
killall -1 db
Kind Regards
Lefloyd is offline  
Thanks
1 User
Old 11/27/2014, 19:57   #9

 
BarⓉ™'s Avatar
 
elite*gold: 0
Join Date: Sep 2012
Posts: 1,376
Received Thanks: 223
Quote:
Originally Posted by IceCreamx3 View Post
Liegt daran, dass es keine stop.sh gibt.
Versuch es mit cd /home/game && sh close.sh
Danke hat geklappt
BarⓉ™ is offline  
Old 11/28/2014, 12:49   #10
 
.Rєαℓ ' .Iℓℓυмιηαтι''s Avatar
 
elite*gold: 0
Join Date: Nov 2014
Posts: 10
Received Thanks: 6
Also :
Start = sh start.sh
Stop = sh close.sh
Backup = sh backup.sh
Logs Löschen = sh clear.sh
Quests reloaden = sh make.sh

So sind die Befehle

Mfg.
.Rєαℓ ' .Iℓℓυмιηαтι' is offline  
Old 11/28/2014, 13:57   #11
 
IceCreamx3's Avatar
 
elite*gold: 0
Join Date: Jun 2012
Posts: 841
Received Thanks: 111
Quote:
Originally Posted by .Rєαℓ ' .Iℓℓυмιηαтι' View Post
Also :
Start = sh start.sh
Stop = sh close.sh
Backup = sh backup.sh
Logs Löschen = sh clear.sh
Quests reloaden = sh make.sh

So sind die Befehle

Mfg.
Bei den Invoice Files ist der Befehl für die Quest's anders.

Code:
cd /home/game/share/locale/germany/quest

python make.py
IceCreamx3 is offline  
Old 11/28/2014, 17:45   #12

 
BarⓉ™'s Avatar
 
elite*gold: 0
Join Date: Sep 2012
Posts: 1,376
Received Thanks: 223
Das ist dafür um die quest neu zuladen wenn ich neue quest eingefügt habe oder?

Quote:
cd /home/game/share/locale/germany/quest

python make.py
BarⓉ™ is offline  
Reply


Similar Threads Similar Threads
Problem in serverfiles invoice
04/27/2014 - Metin2 Private Server - 2 Replies
Someone know how to fix this problem? http://uploaddeimagens.com.br/images/000/139/140/ full/te.png?1387399058
HELP - Invoice SF problem
02/01/2014 - Metin2 Private Server - 2 Replies
What is the problem? Installed windows 7 64bit and 32 bit and the problem still persists. http://2imgs.com/2i/i/52ecaccd/2bd5d1b7fea9c4d972 c9d61e9a5882be/e5e494be6d.f.png
invoice problem
12/31/2013 - Metin2 Private Server - 1 Replies
Hey i have a problem with file : /usr/home/game/share/locale/germany/mob_drop_item .txt he is 0 kbp , where i can edit the mob drop ? invoice files
Problem with files invoice
08/14/2013 - Metin2 Private Server - 6 Replies
Hi good afternoon. I put the files(invoice) on 1 dedicated server free bsd 8.3 gb ram 16 turn on ch1 with 5 cores and 8 hours when you go to login you enter your account, go to select character, brings you back to the login. Anyone know what the solution is. Thank you very much. PS : is dedicated server



All times are GMT +2. The time now is 00:45.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.