Pyload posible??

Re: Pyload posible??

Postby raffio » Wed Mar 11, 2015 5:30 pm

Jocko wrote:Hi raffio,

Before releasing the add-on, we need to validate the configuration.

I think that we may release a beta version within two days.



Jocko thanks, I'll make you commented testing and operation.

regards
raffio
Donator VIP
Donator VIP
 
Posts: 35
Joined: Mon Feb 23, 2015 6:03 pm

Re: Pyload posible??

Postby raffio » Wed Mar 11, 2015 7:06 pm

Hi, I pyLoad tested Lacie Network V2 2T.
The tests have been very good, all right and running 99% without any problem
These are the proven parameters:


-Download Large files greater than 2Gb --------------------------- OK
-unrar with large files and partitions part1.rar --------------------------- OK
-Accounts Tested Uploaded.to premium ---------------------------------- OK
-Download directly to http safely .htaccess --------------------------- OK
-Files Tablets were successfully removed after completion unrar ------ OK
-Start PyLoad to restart nass ---------------------------------------- OK
-I work change download directory ---------------------------------------- OK

Assistant catch unrar file downloading and running:

Download
http://s15.postimg.org/w8ipfvgsr/image.jpg

unrar jobs

http://s27.postimg.org/f65pilbib/image.jpg



Thanks for this great work.
Last edited by raffio on Thu Mar 12, 2015 8:48 pm, edited 3 times in total.
raffio
Donator VIP
Donator VIP
 
Posts: 35
Joined: Mon Feb 23, 2015 6:03 pm

Re: Pyload posible??

Postby Jocko » Wed Mar 11, 2015 7:29 pm

raffio wrote:-Start PyLoad to restart nass ---------------------------------------- NOK

Possibly you must create a cron automatic start for the beginning of pyLoad when you turn the nass.

Maybe you did not note the option 'boot_status' which allows to start pyload when the NAS reboots ;)
Code: Select all
root@Acrab:/ # pyload
Usage /usr/bin/pyload [ start | stop | status | install | uninstall | boot_status ]

        status   display if pyload is running or not

        boot_status      enable/disable pyload at the next booting

root@Acrab:/ # pyload boot_status
pyload enable at the next boot

root@Acrab:/ # pyload boot_status
pyload not enable at the next boot
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: Pyload posible??

Postby raffio » Wed Mar 11, 2015 7:39 pm

Jocko wrote:
raffio wrote:-Start PyLoad to restart nass ---------------------------------------- NOK

Possibly you must create a cron automatic start for the beginning of pyLoad when you turn the nass.

Maybe you did not note the option 'boot_status' which allows to start pyload when the NAS reboots ;)
Code: Select all
root@Acrab:/ # pyload
Usage /usr/bin/pyload [ start | stop | status | install | uninstall | boot_status ]

        status   display if pyload is running or not

        boot_status      enable/disable pyload at the next booting

root@Acrab:/ # pyload boot_status
pyload enable at the next boot

root@Acrab:/ # pyload boot_status
pyload not enable at the next boot


True, the installation does not finish properly, already repaired. Thank You
:applause :applause :applause
raffio
Donator VIP
Donator VIP
 
Posts: 35
Joined: Mon Feb 23, 2015 6:03 pm

Re: Pyload posible??

Postby Jocko » Thu Mar 12, 2015 12:38 pm

Hi raffio,

I forgot to change two permissions options in pyload conf file.

I set 'nobody' as user/group but I don't enable these options :
- Change Group and User of Downloads
- Change file mode of downloads.

If you do not set them, downloaded files owner is 'root' and it is not safe if you download a run file. (nobody account can not run any file)

So I advice you to enable these options (config menu >general>permissions).

I go to change them in the addon package.
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: Pyload posible??

Postby raffio » Thu Mar 12, 2015 7:57 pm

Jocko wrote:Hi raffio,

I forgot to change two permissions options in pyload conf file.

I set 'nobody' as user/group but I don't enable these options :
- Change Group and User of Downloads
- Change file mode of downloads.

If you do not set them, downloaded files owner is 'root' and it is not safe if you download a run file. (nobody account can not run any file)

So I advice you to enable these options (config menu >general>permissions).

I go to change them in the addon package.


Thanks Jocko.
raffio
Donator VIP
Donator VIP
 
Posts: 35
Joined: Mon Feb 23, 2015 6:03 pm

Re: Pyload posible??

Postby raffio » Tue Jun 16, 2015 8:26 pm

Hi, as I can reinstall pyLoad without damaging anything, I lapsed premium account and now I have an error deleting the account.





An Error occured, please enable debug mode to get more details.

HTTP Response 500

Traceback (most recent call last):
File "/share/1000/fvdw/addons/pyload/module/lib/bottle.py", line 733, in _handle
return route.call(**args)
File "/share/1000/fvdw/addons/pyload/module/lib/bottle.py", line 1448, in wrapper
rv = callback(*a, **ka)
File "/share/1000/fvdw/addons/pyload/module/web/utils.py", line 113, in _view
return func(*args, **kwargs)
File "/share/1000/fvdw/addons/pyload/module/web/pyload_app.py", line 257, in config
accs = PYLOAD.getAccounts(False)
File "/share/1000/fvdw/addons/pyload/module/Api.py", line 875, in getAccounts
accs = self.core.accountManager.getAccountInfos(False, refresh)
File "/share/1000/fvdw/addons/pyload/module/utils.py", line 165, in new
return func(*args)
File "/share/1000/fvdw/addons/pyload/module/plugins/AccountManager.py", line 176, in getAccountInfos
data[p.__name__] = p.getAllAccounts(force)
File "/share/1000/pyload/.pyload/userplugins/internal/Account.py", line 203, in getAllAccounts
return [self.getAccountInfo(user, force) for user, data in self.accounts.iteritems()]
File "/share/1000/fvdw/addons/pyload/module/utils.py", line 165, in new
return func(*args)
File "/share/1000/pyload/.pyload/userplugins/internal/Account.py", line 153, in getAccountInfo
self.logDebug("Get Account Info for %s" % name)
NameError: global name 'decode' is not defined
raffio
Donator VIP
Donator VIP
 
Posts: 35
Joined: Mon Feb 23, 2015 6:03 pm

Re: Pyload posible??

Postby Jocko » Wed Jun 17, 2015 10:01 am

Hi raffio,

As there are some changes between version 15.3 and 16.0, what firmware version do you use ?
raffio wrote:Hi, as I can reinstall pyLoad without damaging anything, I lapsed premium account and now I have an error deleting the account.
can you explain how do you uninstall pyload and reinstall it ?
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: Pyload posible??

Postby raffio » Wed Jun 17, 2015 5:14 pm

Jocko wrote:Hi raffio,

As there are some changes between version 15.3 and 16.0, what firmware version do you use ?
raffio wrote:Hi, as I can reinstall pyLoad without damaging anything, I lapsed premium account and now I have an error deleting the account.
can you explain how do you uninstall pyload and reinstall it ?



Hi Jocko

the version that I have now is fvdw-sl firmware version 16-0, I could not do a fresh install and not how to uninstall pyLoad.

correct this would be to run the uninstall and then reload the adon?

Code: Select all
root@fvdwsl-base:/ #pyload uninstall
raffio
Donator VIP
Donator VIP
 
Posts: 35
Joined: Mon Feb 23, 2015 6:03 pm

Re: Pyload posible??

Postby Jocko » Wed Jun 17, 2015 5:46 pm

I rechecked the pyload script and yes you can uninstall pyload without losing your downloading files and install it again.
So do
Code: Select all
pyload uninstall

pyload install


Note: no need to download again the addon package if you kept the tar file pyload.tar in the addons folder.
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

PreviousNext

Return to Lacie Network Space vs2 and max version

Who is online

Users browsing this forum: No registered users and 2 guests