Page 1 of 2 12 LastLast
Results 1 to 10 of 17

Thread: Linux server set up question

  1. #1

    Linux server set up question

    Hi, folks,

    I'm trying to set up a dedicated OFP Linux server. I've searched and haven't found an answer to the following question: What does
    No entry 'config.bin.CfgAddons'.
    mean?

    Here's its context, in the log.2302.txt file:
    WATCHDOG (2173): [Thu Feb 24 13:55:30 CST 2011] Starting server (port 2302)...
    No entry 'config.bin.CfgAddons'.
    13:55:31 Dedicated server created, memory used: 3900 KB
    Operation Flashpoint Console version 1.96: port 2302 - Sockets
    13:55:33 Server identity created
    WATCHDOG (2333): [Thu Feb 24 14:47:27 CST 2011] Starting server (port 2302)...
    No entry 'config.bin.CfgAddons'.
    14:47:28 Dedicated server created, memory used: 3900 KB
    Operation Flashpoint Console version 1.96: port 2302 - Sockets
    14:47:29 Server identity created
    I'm not sure that the log is providing all the info it's supposed to, btw. . .

    Anyways, as always, any help will be appreciated. Thanks!

  2. #2
    No entry 'config.bin.CfgAddons'.
    means that the application is looking for (and expects to find) a class called "CfgAddons" in the top level of the game config, but couldn't find it.

    This class is defined in the main config of OFP:Resistance \Operation Flashpoint\RES\bin\config.bin
    (I couldn't find it in the config.bin of OFP:CWC)

    Is OFP:Resistance installed at all? Are you running the OFP:R server on the OFP:CWC installation?
    ECS Team - Poweruser

  3. #3
    Thanks! I think I've figured out the cause (hat tip to the Great Overlord) - the message is gone, now. However, I still cannot get it to show up in the server list (I do have the gamespy line in the config).

    It is a straight-up vanilla copy of fully-updated-to-1.96 OFP GOTY I'm using as the basis. I'll work on mods when I can get vanilla running.

    Anyone know issues involved with getting a server to show up in GameSpy?

  4. #4
    Did you forward the UDP ports 2302 and 2303?
    2302 obviously to play the game
    2303 is the port where gamespy will send it's status querys on

  5. #5
    Yes, I have forwarded those ports, and a few others.

    I'm thinking I'm going to have to hunt down some small animals for a ritual offering to some Finnish and Czech spirits to get this Linux and BIS love-child up and running. . .
    Last edited by Anguis; Mar 3 2011 at 23:06.

  6. #6
    Master Gunnery Sergeant Zulu1's Avatar
    Join Date
    Feb 19 2006
    Location
    Los Angeles, CA. USA
    Posts
    1,349
    This is the reason I put my server project back on the shelf. I could not get it to show on gamespy, but I only forwarded port 2302. After reading dengibtsschon's post I reconfigured my modem and opened a range of ports 2300-2400 and any protocol just in case. Well it still doesn't show. It did work with my basic dsl modem, but on my router/modem it's a bust.
    [Abit Fatal1ty + Intel 630 P4 3ghz + 3gb DDR2 ram (PC4200 Dual Channel) + eVga GT240 512mb DDR5 (Overclocked) + Sound Blaster Fatal1ty x-fi

  7. #7
    Ok then. Check if you can you see your server with OFPWatch and if you can connect to it. From within your local network and from outside.
    Nobody told if these things work already, so go check them.

    You don't use a \ in the server name, do you?

  8. #8

    Checking things. . .

    Alright, I'm checking into these things. Thanks for the help!

    No, there is no \ in the server name. The name is ATS.

    Edit - Okay, from within the local network, I am unable to see the server w/ ofpwatch. I've been using both the 192.169.xx.x:2302 and the regular 76.xx.xxx.xx:2302 ip addresses, to see what works (hopefully, those are what are meant to be used for such a check).

    I tried DirectPlay - no luck there.

    I haven't been able to test outside the local network, yet.

    As I proceed, I'll post what I'm seeing:

    Terminal feedback
    Spoiler:

    Log
    Spoiler:


    I might as well throw these in the mix:

    server.cfg
    Spoiler:


    ofpserver script
    Spoiler:
    Last edited by Anguis; Mar 4 2011 at 16:30. Reason: updating info

  9. #9
    If you need someone to test from outside, i can help. Just need your server's external IP.

    Edit:
    If you don't even see the server from within the local network, don't bother trying from outside, it won't work as well.
    Looks like there's a firewall (like iptables) installed on the server machine which blocks incoming connections
    Last edited by dengibtsschon; Mar 4 2011 at 16:35.

  10. #10
    Quote Originally Posted by dengibtsschon View Post
    Looks like there's a firewall (like iptables) installed on the server machine which blocks incoming connections
    Ok, I did a little more research - it looks like Ubuntu doesn't establish a firewall upon installation, but ports remain closed until specifically opened (different from port forwarding, if I'm understanding this correctly).

    I've found a command for opening ports:
    iptables -A INPUT -p tcp -d 0/0 -s 0/0 --dport (replaced with my port) -j ACCEPT
    Should I use this, replacing tcp w/ udp and doing it for ports 2302 and 2303?

    Edit: I've learned about ufw and have tested opening 2302 and 2303. Doesn't seem to have worked. Any advice on this? I've disabled ufw for the time being (hadn't been enabled earlier, when I started working on this stuff today). Thanks, again, for the help.
    Hopefully, I'm not making things worse!

    Edit: I opened udp 2302 and 2303. Here's what iptables -L produces:
    ACCEPT udp -- anywhere anywhere udp dpt:2302
    ACCEPT udp -- anywhere anywhere udp dpt:2303
    Anyone know what else needs to happen?
    Last edited by Anguis; Mar 4 2011 at 22:19.

Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •