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

Thread: How to install CoD2 on Linux VPS Server?

  1. #1
    Private
    Join Date
    Nov 2012
    Posts
    11
    Thanks
    13
    Thanked 0 Times in 0 Posts

    How to install CoD2 on Linux VPS Server?

    How can i make a linux VPS server? Please help!

  2. #2
    Assadministrator kung foo man's Avatar
    Join Date
    Jun 2012
    Location
    trailerpark
    Posts
    2,011
    Thanks
    2,102
    Thanked 1,084 Times in 753 Posts
    You are just renting a VPS server ^^

    What you want is setting up a cod2 server. This is a nice introduction: http://callofduty2.infinity-shell.ne...uide_v1.01.pdf

    If you dont understand something, feel free to ask.
    timescale 0.01

  3. The Following User Says Thank You to kung foo man For This Useful Post:

    jepson (4th November 2012)

  4. #3
    Private
    Join Date
    Nov 2012
    Posts
    11
    Thanks
    13
    Thanked 0 Times in 0 Posts
    When i want to start the serveri get this message: -bash: ./cod2_lnxded: Permission denied

  5. #4
    Assadministrator kung foo man's Avatar
    Join Date
    Jun 2012
    Location
    trailerpark
    Posts
    2,011
    Thanks
    2,102
    Thanked 1,084 Times in 753 Posts
    Try:

    Code:
    chmod +x cod2_lnxded
    This is making the server eXecutable
    timescale 0.01

  6. The Following User Says Thank You to kung foo man For This Useful Post:

    jepson (4th November 2012)

  7. #5
    Private
    Join Date
    Nov 2012
    Posts
    11
    Thanks
    13
    Thanked 0 Times in 0 Posts
    OMG!!! Now i get this error: bash: ./cod2_lnxded: No such file or directory

  8. #6
    Assadministrator kung foo man's Avatar
    Join Date
    Jun 2012
    Location
    trailerpark
    Posts
    2,011
    Thanks
    2,102
    Thanked 1,084 Times in 753 Posts
    then you changed the working directory.

    what shows:

    Code:
    ls -l
    ?
    timescale 0.01

  9. The Following User Says Thank You to kung foo man For This Useful Post:

    jepson (4th November 2012)

  10. #7
    Private
    Join Date
    Nov 2012
    Posts
    11
    Thanks
    13
    Thanked 0 Times in 0 Posts
    it shows: cod2_inxded main/ and pb/

  11. #8
    Assadministrator kung foo man's Avatar
    Join Date
    Jun 2012
    Location
    trailerpark
    Posts
    2,011
    Thanks
    2,102
    Thanked 1,084 Times in 753 Posts
    you named your file "cod2_inxded" now (i instead of l)?

    You can copy text in putty by just marking it.
    timescale 0.01

  12. The Following User Says Thank You to kung foo man For This Useful Post:

    jepson (4th November 2012)

  13. #9
    Assadministrator kung foo man's Avatar
    Join Date
    Jun 2012
    Location
    trailerpark
    Posts
    2,011
    Thanks
    2,102
    Thanked 1,084 Times in 753 Posts
    So, helped with TeamViewer. The problem was simple: no ia32-libs installed


    Solution:
    - add better sources to /etc/apt/sources.list
    - apt-get update
    - apt-get install ia32-libs
    timescale 0.01

  14. The Following User Says Thank You to kung foo man For This Useful Post:

    jepson (4th November 2012)

  15. #10
    Private
    Join Date
    Nov 2012
    Posts
    11
    Thanks
    13
    Thanked 0 Times in 0 Posts
    Thanks. Now how can i leave the console, and next time when i want to restart map or power off the server to come back to this console?

Posting Permissions

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