sadarth Posted January 3, 2011 Report Share Posted January 3, 2011 From what I can read on the web it seems like your glibc version is too old. http://manpages.courier-mta.org/htmlman2/mremap.2.html Debian Etch comes standard with libc : libc6 2.2.3 Try updating. As far as I can see that in itself will be a problem. Repo no longer available @ http://ftp.debian.org/dists/ Link to comment Share on other sites More sharing options...
BabylonHD Posted January 3, 2011 Report Share Posted January 3, 2011 I have a good manual, how can I upgrade my system to Debian 5.0, but my server is not designed or the hardware does not meet the minimum standard of Debian Lenny. What should I do exactly? I am familiar with the Linux system does not look so good and now I have zero idea what to do. Link to comment Share on other sites More sharing options...
sadarth Posted January 3, 2011 Report Share Posted January 3, 2011 Running a console only server does not require much. It depends on the amount of players connecting to it. As for upgrade. What are the specifications?( CPU, RAM, HDD, Optical Drive type) This looks good. http://www.go2linux.org/upgrading-debian It does not rely on using etch repo. The system should have internet access to do it. Link to comment Share on other sites More sharing options...
BabylonHD Posted January 3, 2011 Report Share Posted January 3, 2011 My Hostsystem has the Virtuozzo-Version "Virtuozzo release 3.0.0 ". The Hostsystem need "Virtuozzo 4" for Debian 5.0. Server4You is a bad Host. I asked the support. Actually, should the host system a long time "Virtuozzo 4" However there are problems. I've just created a ticket and ask it how long it takes until about Debian 5.0 is possible. I hope it takes not so long. Link to comment Share on other sites More sharing options...
sadarth Posted January 3, 2011 Report Share Posted January 3, 2011 All the best of luck then. I hope they can help you soon. Link to comment Share on other sites More sharing options...
BabylonHD Posted January 3, 2011 Report Share Posted January 3, 2011 Server4You is something totally real slow. For the first 5.0 Offers you have taken nearly 5 months after 5.0 came out. Thank you for your hope. I hope that Server4You help me in any way. Is it possible to somehow fiddle to the core so that it goes well with 4.0? At that time it went it. Is my Google Translator English O.K? Link to comment Share on other sites More sharing options...
BabylonHD Posted January 3, 2011 Report Share Posted January 3, 2011 After 2 hours, not 1 response from Server4You -.- I hate this company. It upsets me Beastly. And TrinityCore Developer can do nothing ? Not too long ago, it was yet too. Link to comment Share on other sites More sharing options...
Maxx Posted January 3, 2011 Report Share Posted January 3, 2011 (edited) I think your problem is not server4you, your problem is that you use vServer. The server i have worked for is from server4you but a root server, there where no problem to upgrade form debian etch to debian lenny. BTW we are going more and more offtopic. Edited January 3, 2011 by Maxx Link to comment Share on other sites More sharing options...
BabylonHD Posted January 3, 2011 Report Share Posted January 3, 2011 Maxx, I have just learned from Server4You that it can be updated in theory already on Debian 5.0. Even if you virtouzzo 3 The problem with the whole thing is then in Plesk. Plesk requires more than 8.4 virtouzzo 4 and the host system from my virtual Server has virtouzzo 3. Your root server has probably already virtouzzo 4 and, therefore, could you Easy on Debian Lenny. Link to comment Share on other sites More sharing options...
Zze Posted January 3, 2011 Report Share Posted January 3, 2011 Hi, i have a Linux Debian 4.0 Plesk 8.4 64 Bit vServer machine... cmake was successful. This cmake Code i have use: cmake ../TrinityCore -DPREFIX=/home/TrinityCore/build in the build directory. lol, You should have made a build directory outside of the source. Like this: ~/TrinityCore - source ~/build - build directory ~/server - server directory (Note: this is made during make) cd ~/build cmake ../TrinityCore/ DPREFIX=/home/<username>/server make -j 4 sudo make install Link to comment Share on other sites More sharing options...
BabylonHD Posted January 3, 2011 Report Share Posted January 3, 2011 Ähm.... Ich make all as root. I make me later a User for Trinity and change the rules from the directorys.. Do you want to make a Tutorial where all make as root ? Then i can fix my German Tutorial. I need tomorrow a running TrinityCore Server. Link to comment Share on other sites More sharing options...
Zze Posted January 4, 2011 Report Share Posted January 4, 2011 adduser <username> visudo Find: # User privilege specification root ALL=(ALL) ALL Add:# User privilege specification root ALL=(ALL) ALL <username> ALL=(ALL) ALL reboot After reconnected: su <username>Read me! Link to comment Share on other sites More sharing options...
LordPsyan Posted January 4, 2011 Report Share Posted January 4, 2011 OK besides the fact of being lazy, and not knowing what you are doing, why are you using Plesk in the first place? it can all be done manually, and then you don't have to pay 20-50 per 30-100 user license per month. Second, if you are still on debian 4 it is time to upgrade. I don't have any of these problems on debian 5 64bit with or without plesk. I would guess it isn't server4you it is most likely a pebcac error. At least in this post you are providing a little more information... unlike your last. Link to comment Share on other sites More sharing options...
jacktheblade Posted January 4, 2011 Report Share Posted January 4, 2011 Hi everyone .. i just download trinity core in https://github.com/TrinityCore/TrinityCore.git.. when compile using cmake everything look fine nothing erorr message found. But when i try to run the trinitycore.sln file i found an erorr like this .. 17>------ Build started: Project: worldserver, Configuration: Release Win32 ------ 17>Compiling... 17>worldPCH.cpp 17>Compiling... 17>WheatyExceptionReport.cpp 17>Master.cpp 17>Main.cpp 17>WorldRunnable.cpp 17>TCSoap.cpp 17>RASocket.cpp 17>RARunnable.cpp 17>CliRunnable.cpp 17>Compiling resources... 17>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1 17>Copyright (C) Microsoft Corporation. All rights reserved. 17>Performing Pre-Link Event... 17>Linking... 17>LINK : fatal error LNK1181: cannot open input file '..\game\Release\game.lib' 17>Build log was saved at "file://d:\Game\TBuild\src\server\worldserver\worldserver.dir\Release\BuildLog.htm" 17>worldserver - 1 error(s), 0 warning(s) 18>------ Skipped Build: Project: INSTALL, Configuration: Release Win32 ------ 18>Project not selected to build for this solution configuration ========== Build: 15 succeeded, 2 failed, 2 up-to-date, 1 skipped ========== it says "cannot open input file '..\game\Release\game.lib" ..where should i find this file (game.lib) Pls help me .. i've been trying to compile this core day and have no luck.. thanks and sorry for bad english grammar Link to comment Share on other sites More sharing options...
BabylonHD Posted January 4, 2011 Report Share Posted January 4, 2011 Okaii, LordPsyan ? Do you have read ALL of the posts in this topic? Link to comment Share on other sites More sharing options...
Sun Posted January 4, 2011 Report Share Posted January 4, 2011 (edited) Hello all. I have a question. I want use all legan software, VS2010 Ultimate is expensive, and i don`t like crack it, but when i try to use VS2010 Express i get following problem: I can`t compile trinity sources under x64 because x64 compilers are not supported native in Express edition As i understand need to download extensions, but ... i was download frameworks install and nothing =/ May be someone know what need to download and install to http://www.microsoft.com/express/Downloads/#2010-Visual-CPP All - Offline Install ISO image file ? OS: Windows x64 Enterprise Edited January 4, 2011 by Sun Link to comment Share on other sites More sharing options...
CreaTe Posted January 4, 2011 Report Share Posted January 4, 2011 Hi guys. Where can i find a good guide on how to compile trinity core from 0? Link to comment Share on other sites More sharing options...
Stryker Posted January 4, 2011 Report Share Posted January 4, 2011 its being rewritten from the ground up for git. so give it a little time Link to comment Share on other sites More sharing options...
LihO Posted January 4, 2011 Report Share Posted January 4, 2011 download and install this (someone sent me link on IRC yesterday): http://gitextensions.googlecode.com/files/GitExtensions209SetupComplete.msi after installing create new folder, right click Git Extensions -> Clone Repository to clone: https://github.com/TrinityCore/TrinityCore.git hit clone button and wait... when you get the source you should already know what to do with it if you want to update that source, enter your folder, right click on TrinityCore subfolder -> Git Extensions -> Pull ... let there Remote: origin, just hit pull button, that's all LihO 1 Link to comment Share on other sites More sharing options...
u2blah Posted January 4, 2011 Report Share Posted January 4, 2011 (edited) This is the old Windows guide: http://www.trinitycore.info/w/How-to:Win It's not updated with Git yet though. I'm going to try LihO's method and see what parts of the process have changed. Edited January 5, 2011 by u2blah Link to comment Share on other sites More sharing options...
Machiavelli Posted January 5, 2011 Report Share Posted January 5, 2011 Try a rebuild of your game and worldserver projects. Link to comment Share on other sites More sharing options...
Mastercodefu Posted January 5, 2011 Report Share Posted January 5, 2011 How do you find the revision version as in git extensions i can't see anything or in cmake? Cmake does say WARNING - No revision-information found * TrinityCore revision : 0 (Archive) MK Link to comment Share on other sites More sharing options...
Sun Posted January 5, 2011 Report Share Posted January 5, 2011 nobody knows ? =/ Link to comment Share on other sites More sharing options...
daddelkopp Posted January 5, 2011 Report Share Posted January 5, 2011 Express Version could not build 64Bit Code and can not run extension. It is possible to hack the express studio but it is complicated and buggy. Link to comment Share on other sites More sharing options...
jacktheblade Posted January 6, 2011 Report Share Posted January 6, 2011 it work .. thanks machiavelli, Link to comment Share on other sites More sharing options...
Recommended Posts