Transmission 1.72
Forum » Forum / Torrent programs » Transmission 1.72
Started by: alllexxalllexx
On: 1245085968|%e %b %Y, %H:%M %Z|agohover
Number of posts: 33
rss icon RSS: New posts
Summary:
Available on Optware
Transmission 1.72
alllexxalllexx 1245085968|%e %b %Y, %H:%M %Z|agohover

Transmission 1.72 which is reported to fix the "Assertion failed: (tv->tv_usec >= 0)" is available on Optware now

unfold Transmission 1.72 by alllexxalllexx, 1245085968|%e %b %Y, %H:%M %Z|agohover
Re: Transmission 1.72
fraterfrater 1245087447|%e %b %Y, %H:%M %Z|agohover

Seems it's working alright on both bluering and whitelight
So now I can take down the link of 1.61

ipkg update
ipkg upgrade
ldconfig
/opt/etc/init.d/S90optware restart
# transmission-remote -si
VERSION
  Daemon version: 1.72 (8702)
  RPC version: 6
  RPC minimum version: 1
unfold Re: Transmission 1.72 by fraterfrater, 1245087447|%e %b %Y, %H:%M %Z|agohover
Re: Transmission 1.72
anpe008anpe008 1245263461|%e %b %Y, %H:%M %Z|agohover

Installed the 1.72. Works great…

unfold Re: Transmission 1.72 by anpe008anpe008, 1245263461|%e %b %Y, %H:%M %Z|agohover
Re: Transmission 1.72
boondoklifeboondoklife 1245275515|%e %b %Y, %H:%M %Z|agohover

Works great here to, finally rid of that friggin assertion error!


while ( love & passion ) {
for( fight = 0 ; rights < freedom ; rights++ )
fight = standup( rights );
free( babylon ); }

unfold Re: Transmission 1.72 by boondoklifeboondoklife, 1245275515|%e %b %Y, %H:%M %Z|agohover
Re: Transmission 1.72
arryoarryo 1245089578|%e %b %Y, %H:%M %Z|agohover

that's very good news, indeed

unfold Re: Transmission 1.72 by arryoarryo, 1245089578|%e %b %Y, %H:%M %Z|agohover
Re: Transmission 1.72
nlxnlx 1245192297|%e %b %Y, %H:%M %Z|agohover

i've installed Transmission but i wonder how i can access to my download folder, it seems i dont haveenough access … ?

unfold Re: Transmission 1.72 by nlxnlx, 1245192297|%e %b %Y, %H:%M %Z|agohover
Re: Transmission 1.72
alllexxalllexx 1245192577|%e %b %Y, %H:%M %Z|agohover
# chown www-data:www-data <DL-dir> -R
# chmod 755 <DL-dir> -R
unfold Re: Transmission 1.72 by alllexxalllexx, 1245192577|%e %b %Y, %H:%M %Z|agohover
Re: Transmission 1.72
nlxnlx 1245240119|%e %b %Y, %H:%M %Z|agohover

Thanks for the help but i'm a newbie : is that an SSH command or what ?

(i'm on a Mac, i use the Terminal)

unfold Re: Transmission 1.72 by nlxnlx, 1245240119|%e %b %Y, %H:%M %Z|agohover
Re: Transmission 1.72
alllexxalllexx 1245245218|%e %b %Y, %H:%M %Z|agohover

Oh, sorry about that. Yes, those are shell commands that set right ownership (‘www-data` - user and `www-data` group; that’s the samba user) and mode ('ReadWriteXecute' for the owner, 'r-x' for the group and others; you don't really need it, I guess) for your dl dir.
You should google for such trivial matters, there's lot of info for linux newbies there. I can tell, as used to be one of them not too long ago :)

unfold Re: Transmission 1.72 by alllexxalllexx, 1245245218|%e %b %Y, %H:%M %Z|agohover
Re: Transmission 1.72
nlxnlx 1245264208|%e %b %Y, %H:%M %Z|agohover

mmmhhh it says :
-sh: cannot open DL-dir: No such file

unfold Re: Transmission 1.72 by nlxnlx, 1245264208|%e %b %Y, %H:%M %Z|agohover
Re: Transmission 1.72
bzhoubzhou 1245269786|%e %b %Y, %H:%M %Z|agohover

You need to know where the downloaded files is, then replace "<DL-dir>" with that directory.
Do a

grep download-dir $HOME/.config/transmission-daemon/settings.json

Personally I always create a separate account rather than using root.

unfold Re: Transmission 1.72 by bzhoubzhou, 1245269786|%e %b %Y, %H:%M %Z|agohover
Re: Transmission 1.72
nlxnlx 1245318064|%e %b %Y, %H:%M %Z|agohover

a special acccount for what ? For transmission ?

I will need to access the files thru a media box with Unpn…

unfold Re: Transmission 1.72 by nlxnlx, 1245318064|%e %b %Y, %H:%M %Z|agohover
Re: Transmission 1.72
fraterfrater 1245344068|%e %b %Y, %H:%M %Z|agohover

Yes, a special account for transmission.
It's bad practice to run everything as root.
Programs that talk to the outside (wicked mean) world should not have root privileges….
If such a program is hacked it will also mean it has root privileges….

On the other hand….
What is there to be found on your system?

BTW… bzhou is someone to be taken serious…. always….

last edited on 1245344172|%e %b %Y, %H:%M %Z|agohover by frater + show more
unfold Re: Transmission 1.72 by fraterfrater, 1245344068|%e %b %Y, %H:%M %Z|agohover
Re: Transmission 1.72
nlxnlx 1245444618|%e %b %Y, %H:%M %Z|agohover

i'm taking it seriously, i just don't know how to do all this : create an account, make transmission this account, giving the right privileges to the right folder… thats just mess to me, even after googling… :/

unfold Re: Transmission 1.72 by nlxnlx, 1245444618|%e %b %Y, %H:%M %Z|agohover
Re: Transmission 1.72
nlxnlx 1245444890|%e %b %Y, %H:%M %Z|agohover

it says this by the way :

~ # chown www-data:www-data /shares\/Public\/WWW\/TR-Downloads -R
chown: unknown group name: www-data
unfold Re: Transmission 1.72 by nlxnlx, 1245444890|%e %b %Y, %H:%M %Z|agohover
Re: Transmission 1.72
TeinturManTeinturMan 1245447935|%e %b %Y, %H:%M %Z|agohover

Hi nlx,
the correct command line to reset Transmission file permissions on a WhiteLight Mybook is :

chown -R nobody:nobody /shares/Public/WWW/TR-Downloads
chmod -R 777 /shares/Public/WWW/TR-Downloads

Note that if you installed the Transmission FeaturePack from the FeaturePack installer,
the script is provided by default and is planned to run every 10 minutes…

Regards,

unfold Re: Transmission 1.72 by TeinturManTeinturMan, 1245447935|%e %b %Y, %H:%M %Z|agohover
Re: Transmission 1.72
nlxnlx 1245448764|%e %b %Y, %H:%M %Z|agohover

Yes i did. But how come its supposed to fix my account creating thing ? :)

unfold Re: Transmission 1.72 by nlxnlx, 1245448764|%e %b %Y, %H:%M %Z|agohover
Re: Transmission 1.72
nlxnlx 1245769920|%e %b %Y, %H:%M %Z|agohover

Can anyone help me ?

i still have the 'chown: unknown group name: www-data' error
and script to reset Transmission file permission doesn't resolv the problem :

i just can't open the WWW folder ! :(

unfold Re: Transmission 1.72 by nlxnlx, 1245769920|%e %b %Y, %H:%M %Z|agohover
Re: Transmission 1.72
TeinturManTeinturMan 1245797906|%e %b %Y, %H:%M %Z|agohover

Hi nlx,
could you tell more precisely when the chown error occurs?
what do you try to do ?
How have you installed Transmission ? using the Featurepack manager?

if you can'ot opent the WWW folder , you also may try the following commands :
chown -R nobody:nobody /shares/Public/WWW

last edited on 1245797921|%e %b %Y, %H:%M %Z|agohover by TeinturMan + show more
unfold Re: Transmission 1.72 by TeinturManTeinturMan, 1245797906|%e %b %Y, %H:%M %Z|agohover
Re: Transmission 1.72
nlxnlx 1246041679|%e %b %Y, %H:%M %Z|agohover

Yes, using the Feature Pack

I'm connecting to the HD with my Mac, i can see the Public folder, can open all folder but the WWW folder that Transmission 'created' and seems to use.

So i can download with Transmission but i can't use the files !

unfold Re: Transmission 1.72 by nlxnlx, 1246041679|%e %b %Y, %H:%M %Z|agohover
Re: Transmission 1.72
nlxnlx 1246041804|%e %b %Y, %H:%M %Z|agohover

i tried your script… but it changed nothing to me :/

unfold Re: Transmission 1.72 by nlxnlx, 1246041804|%e %b %Y, %H:%M %Z|agohover
Re: Transmission 1.72
nlxnlx 1246041857|%e %b %Y, %H:%M %Z|agohover

Oh and in Mac OS X the WWW folder happen to have an icon with a forbiden sign

unfold Re: Transmission 1.72 by nlxnlx, 1246041857|%e %b %Y, %H:%M %Z|agohover
Re: Transmission 1.72
nlxnlx 1246635697|%e %b %Y, %H:%M %Z|agohover

i'm connecting thru AFP

It seems Transmission created this folder but i don't know the permission that its using, connecting as Admin doesn't allow me to open the folder…

unfold Re: Transmission 1.72 by nlxnlx, 1246635697|%e %b %Y, %H:%M %Z|agohover
Re: Transmission 1.72
nlxnlx 1246637092|%e %b %Y, %H:%M %Z|agohover

i have this

# chown www-data:www-data \/shares\/Public\/WWW\ -R
chown: unknown group name: www-data
unfold Re: Transmission 1.72 by nlxnlx, 1246637092|%e %b %Y, %H:%M %Z|agohover
Re: Transmission 1.72
boondoklifeboondoklife 1246639715|%e %b %Y, %H:%M %Z|agohover

Now that is interesting, are you running just a mod or did you install a whole new linux ex. lenny?

check in /etc/passwd see if the user is there.


while ( love & passion ) {
for( fight = 0 ; rights < freedom ; rights++ )
fight = standup( rights );
free( babylon ); }

unfold Re: Transmission 1.72 by boondoklifeboondoklife, 1246639715|%e %b %Y, %H:%M %Z|agohover
Re: Transmission 1.72
nlxnlx 1246640863|%e %b %Y, %H:%M %Z|agohover

i have installed Feature Pack then Transmission,
did nothing special…

unfold Re: Transmission 1.72 by nlxnlx, 1246640863|%e %b %Y, %H:%M %Z|agohover
Re: Transmission 1.72
nlxnlx 1246709347|%e %b %Y, %H:%M %Z|agohover

Ok is there anyway i can check what user Tranmission use ?
And that someone tell me what Tranmission Should use ?
And how to fix it ?
And what the permission should be for the WWW folder and how to fix it ?

unfold Re: Transmission 1.72 by nlxnlx, 1246709347|%e %b %Y, %H:%M %Z|agohover
Re: Transmission 1.72
nlxnlx 1246712491|%e %b %Y, %H:%M %Z|agohover
~ # /shares/Public/WWW 
-sh: /shares/Public/WWW: Permission denied

can't even SEE the permissions of the folder… ! loged as Admin…

unfold Re: Transmission 1.72 by nlxnlx, 1246712491|%e %b %Y, %H:%M %Z|agohover
Re: Transmission 1.72
nlxnlx 1246714337|%e %b %Y, %H:%M %Z|agohover

ok starting a new threads thats too much offtopic sorry

unfold Re: Transmission 1.72 by nlxnlx, 1246714337|%e %b %Y, %H:%M %Z|agohover
Re: Transmission 1.72
anpe008anpe008 1246827734|%e %b %Y, %H:%M %Z|agohover

nlx: try this to go to the folder

cd /shares/Public/WWW/

and to see the privileges:

ls -lah /shares/Public/WWW/

basic command list:
http://www.linuxforums.org/forum/misc/93765-putty-commands.html

ls - to list files in a directory:
cd - change directory (navigate to some directory):
cp - copy a file:
mv - move a file (also used to rename files):
rm - remove a file:
mkdir - make directory:
pwd - show your current location:
whoami - find out which user you are:
wget - to download some url content to the current directory
yum - To install any packages from the urls

last edited on 1246827877|%e %b %Y, %H:%M %Z|agohover by anpe008 + show more
unfold Re: Transmission 1.72 by anpe008anpe008, 1246827734|%e %b %Y, %H:%M %Z|agohover
Re: Transmission 1.72
pundypundy 1247442332|%e %b %Y, %H:%M %Z|agohover

Has anyone been having troubles with this version on a blue light mbw? I was using mine for 6 months or so as a download server with no problems (limiting the download slots to 1 or 2 only using a script I hacked together), but since upgrading to 1.72 I keep getting freeze ups on the mbw. I usually only download during my ISP's offpeak times (1am-7am) so I'm not around when it actually freezes, and since I am using a ramdisk, I lose any logs that might be left after the restart. (have to pull the plug as nothing responds).

I'm wondering if there was an increase in memory usage with this version that is causing the problems - and I see that 1.73 (which isn't out yet) has a whole bunch of memory related fixes in place. If others have it working fine, can anyone suggest a way to debug this problem? (I'm thinking that running the daemon in the foreground in an ssh session from another machine might help as I'd probably see any error messages that occur before the thing freezes - any other suggestions?)

unfold Re: Transmission 1.72 by pundypundy, 1247442332|%e %b %Y, %H:%M %Z|agohover
Re: Transmission 1.72
dr_windr_win 1251863175|%e %b %Y, %H:%M %Z|agohover

It seems to be: http://trac.transmissionbt.com/ticket/2326

Clearing these folders helped on my MBWE WhiteLight:
/root/.config/transmission-daemon/resume/*
/root/.config/transmission-daemon/torrents/*

unfold Re: Transmission 1.72 by dr_windr_win, 1251863175|%e %b %Y, %H:%M %Z|agohover
Re: Transmission 1.72
alfredopaalfredopa 1252393247|%e %b %Y, %H:%M %Z|agohover

@pundy, what version did you using before install transmission 1.72?

unfold Re: Transmission 1.72 by alfredopaalfredopa, 1252393247|%e %b %Y, %H:%M %Z|agohover
New post
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License