sp1 and sp2

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • chel3sea
    Member
    • Mar 2009
    • 41

    #1

    sp1 and sp2

    guys anyone had any problems with thes patches for commando11? when i try to extract them i get a window in german to ok and then nothing .im using rar extract frog
  • Tommo1973
    Top Poster
    • Jul 2009
    • 181

    #2
    Extracted fine for me using winrar.

    Comment

    • EAMO 2
      DK Veteran
      • Nov 2008
      • 1201

      #3
      Originally posted by chel3sea
      guys anyone had any problems with thes patches for commando11? when i try to extract them i get a window in german to ok and then nothing .im using rar extract frog
      As said above use Winrar to extract files.
      Be prepared for a shock at large no. of files for small patch.
      N.A.S.A didn't use as many files to land a rocket on the Moon
      Read instructions carefully.

      Comment

      • Tommo1973
        Top Poster
        • Jul 2009
        • 181

        #4
        It,s not as daunting as it looks when you open the files!

        As Eamo 2 say's read the instructions carefully and you will be fine.
        You will need to use Telnet and your ftp program to update commando 11 and if you need any help with this just shout.
        Worth mentioning that when you have applied the second update you may have to reboot by pulling the mains lead as the box may stop responding (mine did) don't worry about this as mine was fine afterwards.

        Tommo

        Comment

        • Kenyan
          Newbie
          • Aug 2009
          • 13

          #5
          Hi guys,

          I asked this question on the (Updating Commando 11-The End) post, but sadly no reply, so hence asking here.

          Managed to add C11-SP1 with no props. Am using vista so used putty to telnet. So that went well, even the FTP.

          Problem comes in with C11-SP2......I get the following error on my FTP client ->

          533 Could not create file
          :bin/nhttpd

          and the Telnet replies ->
          /var # killall -9 nhttpd killall -9 start_neutrinokillall -9 neutrino
          killall: nhttpdkillall: no process killed
          killall: -9: no process killed
          killall: start_neutrinokillall: no process killed
          killall: -9: no process killed

          even tried changing cd: from /var to just / or even /bin then running the Telnet commands, but to no avail.

          So I come to you all for some help...So please help.!!!

          Comment

          • PaphosAL
            Old Git
            • Mar 2008
            • 1064

            #6
            You do each killall command seperately, m8- not three together, LOL!

            /var # killall -9 nhttpd killall -9 start_neutrinokillall -9 neutrino (wrong)

            Correct method:
            Code:
             
            /var # killall -9 nhttpd [COLOR=red](enter)[/COLOR]
            /var # 
            /var # killall -9 start_neutrino [COLOR=red](enter)[/COLOR]
            /var # 
            /var # killall -9 neutrino [COLOR=red](enter)[/COLOR]
            /var #
            Cheers- AL

            Comment

            Working...