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

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

Reply
 
Thread Tools Display Modes
  #1  
Old 09-25-2004, 03:56 PM
Doodman's Avatar
Doodman
Developer
 
Join Date: Aug 2003
Posts: 246
Default

Shared memory bug w/ 2.6.x kernel is now fixed. I found the problem.

It should be on the latest CVS (if it's been pulled).

If not, edit MMF.cpp and remove all occurances of IPC_NOWAIT on the flags passed to shared memory operations.

IPC_NOWAIT is allowed on shared memory options.

So, if a line has:
Code:
...,IPC_NOWAIT|0400)
Make it:
Code:
...,0400)
Don't remove the lines that have it, but remove it from the lines that have it.

Enjoy.
Reply With Quote
Reply

Thread Tools
Display Modes

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 05:30 AM.


 

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