Torrentflux install bug

Torrentflux install bug

Postby blankw » Tue May 13, 2014 8:18 am

Hi,
I've tried to install Torrentflux to compare it to Transmission, however the install doesn't work (it says OK, returns status 10).
I've determined that it's because the /usr/tflux/tflux.tar.gz is actually a bzip2 archive. Manually attempting to extract it fails until I use -jxf as the argument.

In 15-2, fixing this involves editing /etc/finc/sysfunc_install_fvdw.finc on line 65, from
Code: Select all
   $copycmd = "/bin/tar -xzf /usr/tflux/tflux.tar.gz -C /share/1000/";

to
Code: Select all
   $copycmd = "/bin/tar -jxf /usr/tflux/tflux.tar.gz -C /share/1000/";

Probably wouldn't hurt to correct the file name to bz2, or just recompress to gzip as it should be and forget about all this :P

EDIT: It also wasn't obvious that the user/pass for torrentflux is "admin" "admin", as I keep forgetting to click on the help button.
blankw
 

Re: Torrentflux install bug

Postby fvdw » Tue May 13, 2014 4:38 pm

thanks for bringing this to our attention blankw. :thumbup
Torrentflux is not use to much apparently. In on of the last upgrades to make it compatible with newer php version we probably forgot use the right compression after this upgrade
we will correct it in the next release
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands


Return to Development

Who is online

Users browsing this forum: No registered users and 7 guests