Jump to content

Ubuntu Server 11.04 64-bit can`t install/start utorrent


du_ku

Recommended Posts

I have download utorrent-server-3.0-25053.tar.gz unpack and start

root@data:~/utorrent-server-v3_0# utserver
No command 'utserver' found, did you mean:
Command 'tserver' from package 'freewnn-cserver' (universe)
Command 'ttserver' from package 'tokyotyrant' (universe)
utserver: command not found

What do I wrong?

Link to comment
Share on other sites

utserver: command not found

What do I wrong?

Command not found? It didn't find a program called utserver to execute. utserver is in a directory that is not in your path or it doesn't exist at all. Most like it is not in your path. Starting in the same direct as utserver, type "./utserver" and it will start. And hopefully work, but worry about that when it happens :)

Link to comment
Share on other sites

utserver: command not found

What do I wrong?

Command not found? It didn't find a program called utserver to execute. utserver is in a directory that is not in your path or it doesn't exist at all. Most like it is not in your path. Starting in the same direct as utserver, type "./utserver" and it will start. And hopefully work, but worry about that when it happens :)

I do not understand. utserver file look like missed. but it`s present.

root@data:~/utorrent-server-v3_0# ls
docs utserver webui.zip
root@data:~/utorrent-server-v3_0# ./utserver
bash: ./utserver: No such file or directory
root@data:~/utorrent-server-v3_0# utserver
No command 'utserver' found, did you mean:
Command 'tserver' from package 'freewnn-cserver' (universe)
Command 'ttserver' from package 'tokyotyrant' (universe)
utserver: command not found
root@data:~/utorrent-server-v3_0#
root@data:~/utorrent-server-v3_0# /home/du_ku/utorrent-server-v3_0/utserver
bash: /home/du_ku/utorrent-server-v3_0/utserver: No such file or directory

You are wrong. :D

you are "really" help.

Link to comment
Share on other sites


root@data:~/utorrent-server-v3_0# ls
docs utserver webui.zip
root@data:~/utorrent-server-v3_0# ./utserver

Check if has permission to execute. I bet it hasn't. Use ls -l to retrieve extended data on the directory listing and use chmod to fix permissions.

Link to comment
Share on other sites

Sounds suspiciously like a 64/32 bit issue. ia32-libs maybe not installed.

Thank you for this answer this really help. It`s working now :)

Check if has permission to execute. I bet it hasn't. Use ls -l to retrieve extended data on the directory listing and use chmod to fix permissions.

Thank you too. But permission was right.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...