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
sp1 and sp2
Collapse
X
-
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
-
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.
TommoComment
-
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
-
You do each killall command seperately, m8- not three together, LOL!
/var # killall -9 nhttpd killall -9 start_neutrinokillall -9 neutrino (wrong)
Correct method:
Cheers- ALCode:/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 #
Comment
Comment