• Please make sure you are familiar with the forum rules. You can find them here: https://forums.tripwireinteractive.com/index.php?threads/forum-rules.2334636/

Server Can't run hldsupdatetool.bin

Phlex

Member
May 20, 2009
13
0
I am rather new to Linux and I've just installed Ubuntu 9.04 on my notebook. I've created kfserver directory in my home directory. /home/username/kfserver/

I've downloaded the file hldsupdatetool.bin in the /home/username/kfserver/ dir and I used chmod to set the file to be excutable with chmod +x command.

When I use the ls -la command to look at the file the file is set for excutable. The file attributes are -rwxr-xr-x and the ownership is set to my name.

The problem is when I try to run the binary installation file by typing ./hldsupdatetool.bin it gives me an error message of "bash: ./hldsupdatetool.bin: No such file or directory" I am trying to excute the bin file in the /home/username/kfserver directory.

Anyone know what the problem is?