Rune Central

The Official Rune Quake Message Board
It is currently Wed May 08, 2024 1:10 pm

All times are UTC - 5 hours [ DST ]




Post new topic Reply to topic  [ 6 posts ] 
Author Message
 Post subject: Quake, Linux, And unixded
PostPosted: Thu Mar 25, 2004 11:58 pm 
Offline
User avatar

Joined: Thu Mar 25, 2004 11:42 pm
Posts: 1
Location: Dallas, TX
Has anyone used linux to run a quake server?

I'm trying to setup unixded to run a quake server on my machine. When I set the permissions for the file, and try to run the program, my console cannot recognize the path to the program ..? printing the error messing "No such file or directory".

Any post would helpful.

Thanks!

_________________
T-O-P: Watch-Out, Inc.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Fri Mar 26, 2004 2:24 pm 
Offline
Site Admin
User avatar

Joined: Fri Mar 07, 2003 7:41 pm
Posts: 1256
Location: New Jersey, USA
You're probably missing a library file. You might want to use ltrace to determine what library file is being called.

In addition, you might consider using a more recent server, such as ProQuake (sqpro). Information about ProQuake and the precompiled linux binary is available here,

http://www.planetquake.com/proquake/

_________________
Slot Zero
Image


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Sat Mar 27, 2004 10:41 pm 
Offline
User avatar

Joined: Thu Mar 13, 2003 3:17 am
Posts: 105
Quote:
I'm trying to setup unixded to run a quake server on my machine. When I set the permissions for the file, and try to run the program, my console cannot recognize the path to the program ..? printing the error messing "No such file or directory".


The most likely possibility is that you need to run it with a "./" in front of the file like this:

cd /path/to/unixded
./unixded

I believe that the permissions should be set at 755 also.

HTH
MagnesiuM


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Mon Mar 29, 2004 5:23 am 
Offline

Joined: Tue Mar 18, 2003 7:44 pm
Posts: 198
It's nice to have the working directory in your path.

Depending on the shell your using, include one of the following in your initialization script or file:

export PATH = ./:$PATH

or

set PATH = (./ $PATH)


toyo


Top
 Profile  
Reply with quote  
 Post subject: linux
PostPosted: Fri Apr 09, 2004 8:03 pm 
Offline

Joined: Sat Mar 08, 2003 3:20 am
Posts: 58
Yeah! What they said!


Cc


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Wed May 05, 2004 12:24 pm 
Offline

Joined: Tue May 04, 2004 1:39 pm
Posts: 54
Or type in the full path: /usr/local/etc/quake/unixded or whatever the path is or ./unixded if you're already in that directory....


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 6 posts ] 

All times are UTC - 5 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 26 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group