EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Linux Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=588)
-   -   EQEmu on Debian 6 within vSphere 5.0 (ESXi) 12-17-2011 (https://www.eqemulator.org/forums/showthread.php?t=34631)

sorvani 07-22-2012 07:22 PM

I like Bitvise Tunnlier for connecting to a headless Linux box as it includes both an SSH terminal session and SSH file transfer.

revloc02c 09-21-2012 07:30 PM

Quote:

Originally Posted by braindisconnect (Post 205420)
Also a good idea to setup iptables to harden your linux box.

What does this mean?

sorvani 09-22-2012 12:30 AM

iptables is a firewall. always a good idea to have a solid firewall configured.

revloc02c 09-22-2012 02:57 PM

ah, thanks sorvani

Quote:

Originally Posted by braindisconnect (Post 205396)
Edit zone/makefile.common and add both bot.o and botspellsai.o

In zone/makefile.common I see a "SF=" with a whole list of .o files in it, but they look like directories.
Code:

...
SF= .obj/EQPacket.o .obj/EQStream.o .obj/EQStreamFactory.o .obj/CRC16.o \
  ../common/timer.o  ../common/packet_dump.o ../common/packet_functions.o \
  ../common/unix.o ../common/packet_dump_file.o ../common/Mutex.o ../common/MiscFunctions.o \
  zone.o entity.o mob.o client.o client_process.o npc.o net.o spawn2.o attack.o hate_list.o \
...

So is this list where bot.o and botspellsai.o go?

And if so, do I just add them on the end of the list?

lerxst2112 09-22-2012 04:22 PM

The last line you posted doesn't include any directories. They are filenames. You add the two bot filenames in that list, anywhere you like as long as you follow the rules for how makefiles work. I recommend right after QuestParserCollection.o, put a single space between each name and do not add a carriage return anywhere.

revloc02c 09-24-2012 10:43 PM

Thanks lerxst, I appreciate you guys answering my linux questions.

When I run this:
Code:

apt-get -y install linux-image-2.6.32-5-686-bigmem linux-headers-2.6.32-5-686-bigmem make
I get this:
Code:

E: Unable to locate package linux-image-2.6.32-5-686-bigmem
E: Couldn't find any package by regex 'linux-image-2.6.32-5-686-bigmem'
E: Unable to locate package linux-headers-2.6.32-5-686-bigmem
E: Couldn't find any package by regex 'linux-headers-2.6.32-5-686-bigmem'

I tried Google to just learn more about it, but my search-fu was not powerful enough (I am trying to really learn it, as opposed to just getting quick plug and play answers).

Anyway, can someone please help me here.

lerxst2112 09-24-2012 11:30 PM

Since this guide was written a while ago it refers to an old version of the kernel. You would want whatever the current version is.

Dylan1994 05-16-2014 10:45 AM

Permission Denied?
 
Compile EQEmu
Still as eqemu
Code:
cd source
cp -r ../eqemu/trunk/EQEmuServer/* ./


When trying to run the cp -r command it's giving me a bunch of Permission denied.... And I am su'ed so I'm kinda confused on why.

Trubles 05-16-2014 12:57 PM

r u root
/ten

hayward6 07-17-2014 08:13 PM

make
 
It's been a long time since I have gone through a new server setup, but this is the guide I always followed. I have tried several times today and I keep getting stuck at the compile stage. The error is this
Code:

make: *** No targets specified and no makefile found.  Stop.

joligario 07-17-2014 08:22 PM

Sounds like your cmake process didn't create the needed files. Looking at the date of this guide, I don't think it has the cmake instructions.

hayward6 07-18-2014 10:44 AM

Quote:

Originally Posted by joligario (Post 231980)
Sounds like your cmake process didn't create the needed files. Looking at the date of this guide, I don't think it has the cmake instructions.

Yeah, the guide doesn't use cmake so cmake hasn't even been installed... I will try that out, but I might be in rough shape if I have to start deviating from the guide at all. That guide used to be perfect.

bensode 08-08-2014 09:07 PM

Updated for CMAKE?
 
Any luck with using this guide with CMake? Recent post as of last month so I would hope someone could point in the right direction :D

Actually I found what I was looking for if someone wants to update the Wiki and post ...

#aptitude install cmake

$ cmake -G "Unix Makefiles" -Wno-dev -i .

[ accepted all the defaults ]

$ make

hayward6 08-09-2014 09:57 AM

Quote:

Originally Posted by bensode (Post 232685)
Any luck with using this guide with CMake? Recent post as of last month so I would hope someone could point in the right direction :D

Actually I found what I was looking for if someone wants to update the Wiki and post ...

#aptitude install cmake

$ cmake -G "Unix Makefiles" -Wno-dev -i .

[ accepted all the defaults ]

$ make

You want this guide right here!

http://wiki.eqemulator.org/p?EQEmu_o...n_7_Virtualbox


All times are GMT -4. The time now is 10:38 PM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.