Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Linux Servers

Support::Linux Servers Support forum for Linux EQEMu users.

Reply
 
Thread Tools Display Modes
  #16  
Old 07-22-2012, 07:22 PM
sorvani
Dragon
 
Join Date: May 2010
Posts: 966
Default

I like Bitvise Tunnlier for connecting to a headless Linux box as it includes both an SSH terminal session and SSH file transfer.
Reply With Quote
  #17  
Old 09-21-2012, 07:30 PM
revloc02c's Avatar
revloc02c
Hill Giant
 
Join Date: Aug 2010
Location: UT
Posts: 215
Default

Quote:
Originally Posted by braindisconnect View Post
Also a good idea to setup iptables to harden your linux box.
What does this mean?
Reply With Quote
  #18  
Old 09-22-2012, 12:30 AM
sorvani
Dragon
 
Join Date: May 2010
Posts: 966
Default

iptables is a firewall. always a good idea to have a solid firewall configured.
Reply With Quote
  #19  
Old 09-22-2012, 02:57 PM
revloc02c's Avatar
revloc02c
Hill Giant
 
Join Date: Aug 2010
Location: UT
Posts: 215
Default

ah, thanks sorvani

Quote:
Originally Posted by braindisconnect View Post
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?
Reply With Quote
  #20  
Old 09-22-2012, 04:22 PM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,743
Default

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.
Reply With Quote
  #21  
Old 09-24-2012, 10:43 PM
revloc02c's Avatar
revloc02c
Hill Giant
 
Join Date: Aug 2010
Location: UT
Posts: 215
Default

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.
Reply With Quote
  #22  
Old 09-24-2012, 11:30 PM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,743
Default

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.
Reply With Quote
  #23  
Old 05-16-2014, 10:45 AM
Dylan1994
Fire Beetle
 
Join Date: Aug 2010
Posts: 25
Default 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.
Reply With Quote
  #24  
Old 05-16-2014, 12:57 PM
Trubles
Sarnak
 
Join Date: May 2014
Posts: 80
Default

r u root
/ten
Reply With Quote
  #25  
Old 07-17-2014, 08:13 PM
hayward6
Forum Guide
 
Join Date: Jul 2005
Posts: 468
Default 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.
__________________
Sayin Silverwolf
Server Op of The Sandbox (Non-Legit)
Reply With Quote
  #26  
Old 07-17-2014, 08:22 PM
joligario's Avatar
joligario
Developer
 
Join Date: Mar 2003
Posts: 1,490
Default

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.
Reply With Quote
  #27  
Old 07-18-2014, 10:44 AM
hayward6
Forum Guide
 
Join Date: Jul 2005
Posts: 468
Default

Quote:
Originally Posted by joligario View Post
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.
__________________
Sayin Silverwolf
Server Op of The Sandbox (Non-Legit)
Reply With Quote
  #28  
Old 08-08-2014, 09:07 PM
bensode
Fire Beetle
 
Join Date: Sep 2013
Posts: 1
Default 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

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
Reply With Quote
  #29  
Old 08-09-2014, 09:57 AM
hayward6
Forum Guide
 
Join Date: Jul 2005
Posts: 468
Default

Quote:
Originally Posted by bensode View Post
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

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
__________________
Sayin Silverwolf
Server Op of The Sandbox (Non-Legit)
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 12:50 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3