running on linux [message #166556] |
Tue, 16 August 2005 22:33 |
-ODS-Spetsnaz
Messages: 14 Registered: June 2005
Karma: 0
|
Recruit |
|
|
Ok, I am makin this post b4 installing brenbot, but, when i start up the server through ssh, everything is fine, when I exit the session, the server shuts down, is there any other way to keep the server going without keeping ssh open?
|
|
|
Re: running on linux [message #166587 is a reply to message #166556] |
Wed, 17 August 2005 04:47 |
=HT=T-Bird
Messages: 712 Registered: June 2005
Karma: 0
|
Colonel |
|
|
Your server probably isn't disengaging from the console (idk if the LFDS is supposed to disengage from its parent console and create a new one, some1 fill me in there)...p.s. try launching it under GDB and set a breakpoint on fork() (it's a syscall...so the C entry point should be in libc.N.so, where N is your version number). Tell me if this breakpoint is hit or not.
HTT-Bird (IRC)
HTTBird (WOL)
Proud HazTeam Lieutenant.
BlackIntel Coder & Moderator.
If you have trouble running BIATCH on your FDS, have some questions about a BIATCH message or log entry, or think that BIATCH spit out a false positive, PLEASE contact the BlackIntel coding team and avoid wasting the time of others.
|
|
|
|
Re: running on linux [message #166620 is a reply to message #166556] |
Wed, 17 August 2005 12:21 |
-ODS-Spetsnaz
Messages: 14 Registered: June 2005
Karma: 0
|
Recruit |
|
|
I also get this when starting brenbot
BRenBot 1.41 linux.
brenbot is Copyright 2003-2005 by Blackhand Studios. All Rights reserved.
bhs.so libary found. Enabling support.
Connecting to RenGuard...
Kick public message is disabled!
Could not load ssc_ignore.txt - No users are being ignored by RenGuard! (No such file or directory)
Got serverlist..
eth0: error fetching interface information: Device not found
Fatal Error: Primary IP not found!
|
|
|
Re: running on linux [message #166662 is a reply to message #166556] |
Wed, 17 August 2005 16:02 |
=HT=T-Bird
Messages: 712 Registered: June 2005
Karma: 0
|
Colonel |
|
|
Try running "ifconfig eth0" on the server and tell me if it works. As for what I asked you to do about the LFDS issue...Here's how it goes:
- Terminate ALL FDS + BRenBot instances (use "ps -aux" and then "sudo kill PID" where PID is the PID of any BRenBot/LFDS process)
- Type "gdb --args <<path to LFDS>> <<FDS arguments you normally use, if any>>" where you replace the stuff in the chevrons with what it says
- Once GDB loads, type "b fork" (Don't forget to whack Enter!) and then "r"
- The FDS should pop up to an extent. Tell me if it seems to hang (that's because of the "b fork" in step 3) (you may wish to verify it by looking for "Breakpoint 1 hit" in the console GDB is running in)
p.s. Tell me if it DOES NOT hang as well
p.p.s. A console is what Linux programs use for text input and output.
HTT-Bird (IRC)
HTTBird (WOL)
Proud HazTeam Lieutenant.
BlackIntel Coder & Moderator.
If you have trouble running BIATCH on your FDS, have some questions about a BIATCH message or log entry, or think that BIATCH spit out a false positive, PLEASE contact the BlackIntel coding team and avoid wasting the time of others.
|
|
|
|
Re: running on linux [message #169022 is a reply to message #166556] |
Fri, 02 September 2005 00:25 |
|
mac
Messages: 1018 Registered: February 2003
Karma: 0
|
General (1 Star) Administrator/General |
|
|
Run the renegade wrapper to run the server in background.
And configure Gamespy_IP=<ip> in brenbot.cfg to solve the primary ip problem
Quote: |
danpaul88: buggy bugs brenbot because buggy befriends brainlessness
|
|
|
|
|