1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158
|
Template: mldonkey-server/fasttrack_problem
Type: note
_Description: Bug #200500
Previous versions of mldonkey-server suffer from a serious DFSG policy
violation.
.
The plugin for the fasttrack protocol (e.g. used by kazaa) of mldonkey-server
was made with illegal coding practice. This version fixes the problem by
removing this plugin from the MLDonkey package. Any fasttrack sources will be
filtered out of your files.ini.
.
Your entire fasttrack upload will disappear with the next restart of the
mldonkey server.
.
See /usr/share/doc/mldonkey-server/README.Debian for more information.
Template: mldonkey-server/launch_at_startup
Type: boolean
Default: false
_Description: Launch MLDonkey at startup?
If enabled, each time your machine starts, the MLDonkey server will be started.
.
Otherwise, you will need to launch MLDonkey yourself each time you want to
use it.
Template: mldonkey-server/run_as_user
Type: string
Default: mldonkey
_Description: MLDonkey user:
Define the user who will run the MLDonkey server process.
.
Please do not choose a real user. For security reasons it is better if this
user does not own any other data than the MLDonkey share.
.
You will use this user account to share and get data from the peer-to-peer
networks.
.
This user will be a system user (if created). You won't be able to login into
your system with this user name.
Template: mldonkey-server/mldonkey_group
Type: string
Default: mldonkey
_Description: MLDonkey group:
Define the group which will run the MLDonkey server process.
.
Please do not choose a real group. For security reasons it is better if this
group does not own any other data than the MLDonkey share.
.
Users of this group can start and stop the MLDonkey server and can also access
the files fetched from the peer-to-peer networks.
Template: mldonkey-server/reown_file
Type: boolean
Default: false
_Description: Change the owner of old files?
You have changed the MLDonkey user. You can change the ownership of your files
to the new user.
.
PS: the former user won't be deleted from /etc/passwd, you will have to do it
yourself later (e.g. with deluser(8)), or you keep it along with the old
configuration.
Template: mldonkey-server/mldonkey_dir
Type: string
Default: /var/lib/mldonkey
_Description: MLDonkey directory:
Define the directory to which the MLDonkey server will be chdired and chrooted.
.
The .ini configuration files, incoming and shared directories will be in this
directory.
.
Chroot support is not complete. For now, chroot is not possible, but it may be
enabled in the near future.
Template: mldonkey-server/mldonkey_move
Type: boolean
Default: false
_Description: Move the old configuration?
You have changed the mldonkey directory. You can move the old files to this new
directory.
.
If you choose no, the old directory won't be deleted. You will have to do it
yourself.
Template: mldonkey-server/mldonkey_niceness
Type: string
Default: 0
_Description: Niceness of MLDonkey:
MLDonkey uses heavy calculation from time to time (like hashing very big
files). It should be a good idea to set a very kind level of niceness,
depending on what ressources you want to give to MLDonkey.
.
You can set values from -20 to 20. The bigger the niceness, the lower the
priority of MLDonkey processes.
Template: mldonkey-server/max_hard_download_rate
Type: string
Default: 0
_Description: Maximal download speed (kB/s):
Set the maximal download rate. It can be useful to limit this rate, in order to
always have a minimal bandwidth for other internet applications.
.
It has also been noticed that a full use of the bandwidth could cause problems
with DSL connection handling. This is not a rule, it is just based on a few
experiments.
.
0 means no limit.
Template: mldonkey-server/max_hard_upload_rate
Type: string
Default: 0
_Description: Maximal upload speed (kB/s):
Set the maximal upload rate. You must keep in mind that a peer-to-peer
network is based on sharing. Do not use a very low rate.
.
Some networks calculate the download credit by the upload rate. More
upload speed means more download speed.
.
As for the download speed, you should limit this rate so that you
can still use the internet even when MLDonkey is running.
.
0 means no limit.
Template: mldonkey-server/max_alive
Type: string
Default: 48
_Description: Maximal time to live for the server:
MLDonkey needs to be restarted from time to time. This is safer for memory
consumption and all. You need to set the time between automatic restarts (in
hours).
.
The only problem with this is that you will loose some upload credits. You can
set this variable to a very high value in order to be sure to have enough time
to gather a lot of credits.
.
For example: 24 for one day, 168 for one week.
Template: mldonkey-server/password
Type: password
_Description: Password of admin user:
As of version 2.04rc1, a new user management appears. The password is encrypted
and stored in downloads.ini.
.
If you want to add a new user for MLDonkeys user management or want to change
the password, refer to /usr/share/doc/mldonkey-server/README.Debian.
Template: mldonkey-server/repassword
Type: password
_Description: Retype password of the admin user:
Please confirm your admin's password.
Template: mldonkey-server/false_password
Type: note
_Description: Passwords do not match
The two password you enter must be the same.
.
You will be asked until you can provide the same password twice.
|