Rune Central

The Official Rune Quake Message Board
It is currently Thu Nov 29, 2012 11:12 am

All times are UTC - 5 hours




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

Joined: Thu Mar 25, 2004 10: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  
 
 Post subject:
PostPosted: Fri Mar 26, 2004 1:24 pm 
Offline
Site Admin
User avatar

Joined: Fri Mar 07, 2003 6:41 pm
Posts: 970
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  
 
 Post subject:
PostPosted: Sat Mar 27, 2004 9:41 pm 
Offline
User avatar

Joined: Thu Mar 13, 2003 2:17 am
Posts: 103
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  
 
 Post subject:
PostPosted: Mon Mar 29, 2004 4:23 am 
Offline

Joined: Tue Mar 18, 2003 6:44 pm
Posts: 192
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  
 
 Post subject: linux
PostPosted: Fri Apr 09, 2004 7:03 pm 
Offline

Joined: Sat Mar 08, 2003 2:20 am
Posts: 57
Yeah! What they said!


Cc


Top
 Profile  
 
 Post subject:
PostPosted: Wed May 05, 2004 11:24 am 
Offline

Joined: Tue May 04, 2004 12:39 pm
Posts: 52
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  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 6 posts ] 

All times are UTC - 5 hours


Who is online

Users browsing this forum: No registered users and 1 guest


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:  
Powered by phpBB® Forum Software © phpBB Group