This is my first attempt at creating a dedicated server.
I tried following this guide
This is what I’ve done so far:
adduser etserver
passwd etserver
su etserver
$ cd ~
$ wget -c http://filebase.trackbase.net/et/full/et260b.x86_full.zip
$ unzip et260b.x86_full.zip
$ chmod 755 et260b.x86_keygen_V03.run
$ mkdir bin
$ ./et260b.x86_keygen_V03.run
This last command results in:
Verifying archive integrity... All good.
Uncompressing et260b.x86_keygen...............................................................................................................................................................................................................................................................................................................................................
which: no dialog in (/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin)
Dialog is not installed but requires to display etkey generator. Please install dialog.
(for Ubuntu 'sudo apt-get install dialog ')
The recommended install location (/usr/local/games) requires root permissions.
Please enter the root password or hit enter to continue install as current user.
Adgangskode:
/bin/su: forkert adgangskode
I hit ENTER because I don’t want the server to run as root, but the install script complained about bad password, even though it clearly states it can “install as current user.”
I appreciate any help