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

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

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #4  
Old 07-10-2008, 05:29 AM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

On a related note, if you wanted to see the logs of your server starting in real-time, you can run a tail on your logs so you can watch them like in windows instead of having to go look at every separate log file.

To do that, you would just go to your logs directory and type:

Code:
tail -f *.*
or, from your server directory, you should be able to use:

Code:
/home/eqemu/server/logs/tail -f *.*
You can already have it filter out anything you want by using Greps. So, if you do this:

Code:
/home/eqemu/server/logs/tail -f *.* | grep ERR
It should show only errors in real-time. Pretty handy to have when you are troubleshooting in Linux IMO.
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote
 


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 06:22 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 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3