You are not logged in.
- Topics: Active | Unanswered
#1 2011-12-03 16:20:07
- squalito
- Member
problem with ./utserver -settings /xxx/xxx/xxx/ option
Hello
I have utserver in a directory like /home/myname/utorrent/
In this directory I have few otthers dir as for example
incoming/completed
incoming/uncompleted
etc
but the most important for this case
settings/
conf/utserver.conf
webui/webui.zip
I launch the utserver like this
./utserver -settingspath /home/myname/utorrent/settings/ -configfile /home/myname/utorrent/conf/utserver.conf -daemon
It creates all the .dat files .dat.old .dat.new in the settings dir
but I can't access the webui with http
It says
no webui found - download - .....
If I just launch utserver like this
./utserver -configfile /home/myname/utorrent/conf/utserver.conf -daemon[
it works just fine
Here is my very simple utserver.conf
# Configuration setting for uTorrent for Linux.
# Command-Line for this config file:
# ./utserver -settingspath /home/myname/utorrent/settings/ -configfile /home/myname/utorrent//utorrent/conf/utserver.conf -daemon
#dir_active: /home/myname/utorrent/incoming/incomplete
dir_completed: /home/myname/utorrent/incoming/complete
dir_temp_files: /home/myname/utorrent/incomplete/temp
dir_torrent_files: /home/myname/utorrent/incoming/torrentsut_webui_port: 12345
ut_webui_dir: /home/myname/utorrent/webui
dir_autoload: /home/myname/utorrent/autoload
dir_autoload_delete: trueADMIN_NAME: <myname>
ADMIN_PASSWORD: <mypassword>
So to conclude with
./utserver -configfile /home/myname/utorrent//utorrent/conf/utserver.conf -daemon
it works
and with
./utserver -settingspath /home/myname/utorrent/settings/ -configfile /home/myname/utorrent/utorrent/conf/utserver.conf -daemon
it doesn't work
Any ideas why ?
Thanks by dvance
Squalito
Last edited by squalito (2011-12-03 16:23:23)
Offline
#2 2011-12-03 23:03:35
- mit
- Member

Re: problem with ./utserver -settings /xxx/xxx/xxx/ option
ut_webui_dir: /home/myname/utorrent/webui/webui.zip
§§§ Sorry for my english! §§§
Offline
#3 2011-12-06 07:27:59
- kolectors
- Member
Re: problem with ./utserver -settings /xxx/xxx/xxx/ option
am i the only one experiencing log in error1 issues on Firefox?
it keeps saying this: "The µTorrent WebUI does not seem to be installed. Click here to try to install it, or see the guide for more details."
i was previously running it smoothly until this crush!! roll
once click to install it takes forever and nothing happens,but then the guide...sends me to how to install it and Running the webUI over HTTPS... so far thats not a Linux version or server solution>>? sad
i thought am paranoid so i installed chrome,better yet gave me the same error...
:"Server error
The webpage at http://localhost:8080/gui/downloading_webui is currently unavailable. It may be overloaded or down for maintenance.
Here are some suggestions:
Reload this webpage later.
HTTP Error 503 (Service Unavailable): The server is currently unable to handle the request. This code indicates this is a temporary condition, and the server will be up again after a delay.
Last edited by kolectors (2011-12-06 09:19:12)
Offline
#4 2011-12-06 09:36:45
- mit
- Member

Re: problem with ./utserver -settings /xxx/xxx/xxx/ option
1.Stop utserver!
2.Remove settings.dat and settings.dat.old!
3.Configure utserver.conf correctly!
4Start utserver again!
5Enjoy!
§§§ Sorry for my english! §§§
Offline
#5 2011-12-06 10:06:17
- kolectors
- Member
Re: problem with ./utserver -settings /xxx/xxx/xxx/ option
Do u mind providing a more detailed instructions!? Still stuck <
1. Server >> STOPED
2.Files REMOVED
3.Cannot find Utserver.conf
Last edited by kolectors (2011-12-06 10:31:42)
Offline
#6 2011-12-06 11:15:29
- mit
- Member

Re: problem with ./utserver -settings /xxx/xxx/xxx/ option
Oops!I did not see,that you are another user. ![]()
Do you have config file?How you run utserver, etc.....!?
§§§ Sorry for my english! §§§
Offline
#7 2011-12-06 11:32:42
- kolectors
- Member
Re: problem with ./utserver -settings /xxx/xxx/xxx/ option
i dont have .utserver.conf file on my drive...searched the whole drive...
am using Ubuntu, so my only recommended app is the webUI , (µTorrent Server alpha (3.0 build 25053))
Problem solved.
Removed Folder and Re-installed.
Thanks
Last edited by kolectors (2011-12-07 05:19:48)
Offline
#8 2011-12-15 10:06:23
- mcdonald
- Moderator
Re: problem with ./utserver -settings /xxx/xxx/xxx/ option
Looks like webui.zip needs to be in the current directory from which utserver was launched, or you need to specify in the configuration file where webui.zip lives.
Attempting to download the web UI archive will give you a different version of the web UI than is distributed with the server. It also doesn't work as well; there's been some recent work to resolve that issue.
Offline
