avberk can we assist in compling this - what's involved - I don't think its fair to keep on asking you to update based on Transmission releases...but it is very much appreciated
Printable View
Sorry! I didn't mean to be rude but try to update. We are all appreciated all your works and effort.Quote:
avberk can we assist in compling this - what's involved - I don't think its fair to keep on asking you to update based on Transmission releases...but it is very much appreciated
Again thanks :)
hi
(sorry if this has been asked before)
i am trying to get transmission to only download/upload after 12 midnight
till 8am i have tried settings in web gui and transmission remote but it still downloads all the time ?
do i need to edit the settings file or something as well ?
thanks for any help
You can start and stop the transmission service with a cron script.
simply usewengiCode:/opt/etc/init.d/S90transmission-daemon start
/opt/etc/init.d/S90transmission-daemon stop
thanx for reply
so i put that into - /opt/etc/crontab ?
This will be two seperate lines in crontab.
Have a look at http://www.d9x.net/linux/guides/crons.php
wengi
Thank you
I was looking for a link to find out how to use cron
cheers
dale
When I try to start transmission-daemon, I get "User defined signal 1" and nothing happens:(
You can either edit the config file to not allow download/upload in genereal an then specifie alternate speeds during the morning (http://trac.transmissionbt.com/wiki/EditConfigFiles <-- config options, you would look for the alt-up/down-xxx settings and the config file is located in the transmission/config directory) or you could add two entries to cron to start and stop the transmission daemon directly in the morning
I've been trying to find the answer how to change the transmission folder to be read/write enabled so that I can easily move and upload files in the samba network. Right now I don't have any permission to even access the folder and I've set all the settings in samba to be read/write so don't know whats wrong?
It should works.
first check permission to folder and set
chmod 777 "dirname"
chroot admin:root
if this wont work, try to access to folder over ftp, to debug if problm is in samba.
Hi there,
I am looking for a way how to make Transmission to set user and group nobody to all new files being downloaded. How to do it?
The reason why is that I want to be able to move them around and have same properties as all other files do and so when accessed from FTP to be readable... If possible I don't want to do it post download with some script containing chown...
Now all new downloads are user:admin group:root 644
The other question, I tried to change umask in settings.json but after restart it became the same again e.g. now is 18 (~022), I try to change to 2 (~002?) but after restart of transmission in settings.json is again 18... Any idea why it is changing back?
Thanks for the reply! It worked out great! If anyone would stumble up on this problem in the future I typed the following in the terminal
So now it's easy to move around and delete files in windows shared network :cool:Code:chmod 777 /tmp/harddisk/transmission
chmod 777 /tmp/harddisk/transmission/download
chmod 777 /tmp/harddisk/transmission/config
chmod 777 /tmp/harddisk/transmission/config/torrents
For umask in transmission: try stopping transmission before setting umask in settings.json. Restart transmission afterwards.