CounterStrike 1.6 server

Don't work ...

Code:
 cd /usr/ports/emulators/linux_base-fc4 && make install
=> basesystem-8.0-5.noarch.rpm doesn't seem to exist in /usr/ports/distfiles/rpm/i386/fedora/4.
=> Attempting to fetch http://critical.ch/distfiles/rpm/i386/fedora/4/basesystem-8.0-5.noarch.rpm
fetch: http://critical.ch/distfiles/rpm/i386/fedora/4/basesystem-8.0-5.noarch.rpm: No address record
=> Attempting to fetch http://energy.critical.ch/distfiles/rpm/i386/fedora/4/basesystem-8.0-5.noarch.rpm
fetch: http://energy.critical.ch/distfiles/rpm/i386/fedora/4/basesystem-8.0-5.noarch.rpm: No address record
=> Attempting to fetch http://snow.critical.ch/distfiles/rpm/i386/fedora/4/basesystem-8.0-5.noarch.rpm
fetch: http://snow.critical.ch/distfiles/rpm/i386/fedora/4/basesystem-8.0-5.noarch.rpm: No address record
=> Attempting to fetch http://www.bluestop.org/distfiles/rpm/i386/fedora/4/basesystem-8.0-5.noarch.rpm
fetch: http://www.bluestop.org/distfiles/rpm/i386/fedora/4/basesystem-8.0-5.noarch.rpm: No address record
=> Attempting to fetch http://fneu.fr/distfiles/rpm/i386/fedora/4/basesystem-8.0-5.noarch.rpm
fetch: http://fneu.fr/distfiles/rpm/i386/fedora/4/basesystem-8.0-5.noarch.rpm: No address record
=> Attempting to fetch ftp://ftp.c.saper.info/distfiles/rpm/i386/fedora/4/basesystem-8.0-5.noarch.rpm
fetch: ftp://ftp.c.saper.info/distfiles/rpm/i386/fedora/4/basesystem-8.0-5.noarch.rpm: No address record
=> Attempting to fetch ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/4/basesystem-8.0-5.noarch.rpm
fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/4/basesystem-8.0-5.noarch.rpm: No address record
=> Couldn't fetch it - please try to retrieve this
=> port manually into /usr/ports/distfiles/rpm/i386/fedora/4 and try again.
*** Error code 1

Stop in /usr/ports/emulators/linux_base-fc4.
 
Do what the message says, download manually from here, then copy to /usr/ports/distfiles/rpm/i386/fedora/4 and try install again.
 
# pkg_delete linux\*
That should remove all the old stuff.

# cd /usr/ports/emulators/linux_base-f10 && make install clean
 
You missed the asterisk * at the end. It needs to be escaped (\) or else the shell will try to expand linux*.
 
done .... i install f10 .... but "screen" command not found ...

Code:
morfymt2# cd /usr/games/hlds
morfymt2# screen -A -m -d -S hlds
screen: Command not found.
morfymt2#
 
Back
Top