Hello I am using open suse 12.3 KDE, I just installed the utorrent server to run natively on my distro but i would like to make it start automatically when my computer starts, could any one help me on how to do this, i am a bit noob at linux so plz try to be as specific as you can
I am still on 12.2, thus 12.3 could be different, but I can not find abything utorrent in the standard repos.
This would mean that you installed it from elsewhere, but you did not explain anything. For standard server deamons there is a standard way how to start them using YaST, but in this case it will be difficult to help you when we have no idea what you installed, nor what documentation came with it (was there any, and did you read it?), etc.
Thanks alot for your quick answer, i did follow some steps described in here
[installation - How to install utorrent step by step? - Ask Ubuntu](http://askubuntu.com/questions/104094/how-to-install-utorrent-step-by-step)
The only diffrence is that instead of downloading the file the way it says there i went directly to utorrent page and downloaded the latest version directly from there ( utorrent-server-3.0-ubuntu-10.10-27079.tar.gz )
Direct Link to what i Downloaded is in here
I will be thank full for any help or advice you could give me.
It is nice you want us to read that link, but we want to know what you did. As exactly as possible and wherever possible backed by real computer text.
Now, when you think that building and installing it went without a glitch, I will not ask you to post the build and install commands/output, but you must be very sure that was OK of course.
But you did not answer my question about the documentation. As this is build by you, it is not an openSUSE oriented RMP (it is no RPM at al) and as such it will probably not install itself in a way that YaST can find it as a service. We need to know what the documentation says about starting it.
Download the tar.gz file
-Extracted the contents to a folder named /opt
-set permissions 777 to the folder /opt/utorrent-server-v3_0
-install package libssl0.9.8
-Build and install by running the ./utorrent command
As for all this it showed no errors at all, as for the documentation , I didnt see any documentation on the utorrents website or the utorrent download that talks about auto start, mostly it says that to start Utorrent Server you will need to run in terminal the following :
utserver -settingspath /opt/utorrent-server-v3_0
after this the server is started it all runs silk and smooth until i turn my pc and need to re do this last step on terminal so server starts.
hope i responded correctly since i am a complete noob at this hehe
#! /bin/sh#
# Copyright (c) 2002 SuSE Linux AG Nuernberg, Germany. All rights reserved.
#
# Author: Werner Fink, 1996
# Burchard Steinbild, 1996
#
# /etc/init.d/boot.local
#
# script with local commands to be executed from init on system startup
#
# Here you should add things, that should happen directly after booting
# before we're going to the first run level.
#
So i just added the code
utserver -settingspath /opt/utorrent-server-v3_0
so It looks like this
#! /bin/sh#
# Copyright (c) 2002 SuSE Linux AG Nuernberg, Germany. All rights reserved.
#
# Author: Werner Fink, 1996
# Burchard Steinbild, 1996
#
# /etc/init.d/boot.local
#
# script with local commands to be executed from init on system startup
#
# Here you should add things, that should happen directly after booting
# before we're going to the first run level.
#
utserver -settingspath /opt/utorrent-server-v3_0
I don’t think there is a formal “solved” option, other than inserting “[SOLVED]” to the Title when responding.
If you really want to help other forum users notice the helpful thread (contains information that actually solves a problem) then rate it!
Rated threads are generally the way to flag a thread as solved. You can rate threads with the Rate This Thread pulldown menu near the top right of that particular thread.
Many thanks for clearing this out for me saultdon , im still very new around here I will add the [SOLVED] label to the title of this thread and rate it.
It is OK when you tell in a thread that you are satisfied with the solution (like you did here).
It is also appreciated if it is clear from the thread what exactly you did after you read all the advices in a thread to solve your problem (like you did here) so that others can benifit.
It is also OK to edit the title, but not many do it
You are welcome and glad it works to your satisfaction.
#! /bin/sh#
# Copyright (c) 2002 SuSE Linux AG Nuernberg, Germany. All rights reserved.
#
# Author: Werner Fink, 1996
# Burchard Steinbild, 1996
#
# /etc/init.d/boot.local
#
# script with local commands to be executed from init on system startup
#
# Here you should add things, that should happen directly after booting
# before we're going to the first run level.
#
utserver -settingspath /opt/utorrent-server-v3_0
i am missing something else ??
Do you want to be running it as root? If not, you can change it to this:
su mbi0 -l -c "utserver -settingspath /opt/utorrent-server-v3_0"