Jump to content


Photo

BackupSuite


  • Please log in to reply
1306 replies to this topic

Re: BackupSuite #921 Persian Prince

  • Senior Member
  • 1,982 posts

+247
Excellent

Posted 30 January 2018 - 11:38

Hi,

 

Where can I find the newest revision of backupsuite plugin with fix for Pli 6.1 to test the fix for the issues?

 

Regards,

DJWeed

You just need to wait otherwise use latest sources: https://github.com/p...ros/BackupSuite

 

As I said before it's ok on develop and will be updated on 6.1 soon.


Open Vision sources: https://github.com/OpenVisionE2


Re: BackupSuite #922 Persian Prince

  • Senior Member
  • 1,982 posts

+247
Excellent

Posted 2 February 2018 - 18:42

New revision is now on 6.1 but you have to wait for monday updates ;)

Open Vision sources: https://github.com/OpenVisionE2


Re: BackupSuite #923 S_Hopper

  • Senior Member
  • 298 posts

+6
Neutral

Posted 3 February 2018 - 12:31

New revision is now on 6.1 but you have to wait for monday updates ;)

Latest BackUpsuite still gives a green screen as per my log in mag. #914 in this thread on both my Ultimo 4k and Solo 4k.

Sent from my Galaxy Note 4

Re: BackupSuite #924 S_Hopper

  • Senior Member
  • 298 posts

+6
Neutral

Posted 3 February 2018 - 13:29

New revision is now on 6.1 but you have to wait for monday updates ;)

Latest BackUpsuite still gives a green screen as per my log in mag. #914 in this thread on both my Ultimo 4k and Solo 4k.

Sent from my Galaxy Note 4
Have tested it on a clean flashed image with the same result.

Sent from my Galaxy Note 4

Re: BackupSuite #925 Persian Prince

  • Senior Member
  • 1,982 posts

+247
Excellent

Posted 3 February 2018 - 15:14

What's the error? What about BackupSuite.log?

Open Vision sources: https://github.com/OpenVisionE2


Re: BackupSuite #926 S_Hopper

  • Senior Member
  • 298 posts

+6
Neutral

Posted 3 February 2018 - 15:34

What's the error? What about BackupSuite.log?

I only get a green screen. Backup log did not start. See my crashlog in msg #914.

Sent from my Galaxy Note 4

Re: BackupSuite #927 S_Hopper

  • Senior Member
  • 298 posts

+6
Neutral

Posted 3 February 2018 - 15:36

What's the error? What about BackupSuite.log?

I only get a green screen. Backup log did not start. See my crashlog in msg #914.

Sent from my Galaxy Note 4
I start BackUpsuite, press the green button and after I confirmed 'yes', I get the green screen.

Sent from my Galaxy Note 4

Re: BackupSuite #928 WanWizard

  • PLi® Core member
  • 68,634 posts

+1,739
Excellent

Posted 3 February 2018 - 15:58

The log in #914 doesn't contain the python error, needed to find out where the green screen comes from.


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: BackupSuite #929 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 3 February 2018 - 16:13

File "/usr/lib/enigma2/python/mytest.py", line 208, in processDelay
    callback(*retval)
  File "/usr/lib/enigma2/python/Plugins/Extensions/BackupSuite/plugin.py", line 236, in backupusb
    cmd = backupCommandUSB()
  File "/usr/lib/enigma2/python/Plugins/Extensions/BackupSuite/plugin.py", line 105, in backupCommandUSB
    return cmd
UnboundLocalError: local variable 'cmd' referenced before assignment
Please define cmd outside for loop.

Or simply return inside for.
Wavefield T90: 0.8W - 1.9E - 4.8E - 13E - 16E - 19.2E - 23.5E - 26E - 33E - 39E - 42E - 45E on EMP Centauri DiseqC 16/1
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916

Re: BackupSuite #930 Persian Prince

  • Senior Member
  • 1,982 posts

+247
Excellent

Posted 3 February 2018 - 17:08

I'm on android now, A merge request would be nice.

But why we don't have a problem with this on develop and dreambox?

Open Vision sources: https://github.com/OpenVisionE2


Re: BackupSuite #931 Persian Prince

  • Senior Member
  • 1,982 posts

+247
Excellent

Posted 3 February 2018 - 17:16

What's the error? What about BackupSuite.log?

I only get a green screen. Backup log did not start. See my crashlog in msg #914.
Sent from my Galaxy Note 4
I start BackUpsuite, press the green button and after I confirmed 'yes', I get the green screen.
Sent from my Galaxy Note 4

Can you test this "plugin.py"?
https://raw.githubus...lugin/plugin.py

Open Vision sources: https://github.com/OpenVisionE2


Re: BackupSuite #932 zer0fx

  • Member
  • 8 posts

0
Neutral

Posted 3 February 2018 - 22:31

Same error for me with my Vu+ solo 4k and openpli 6.1, here's my log (the same) :

  File "/usr/lib/enigma2/python/mytest.py", line 208, in processDelay
    callback(*retval)
  File "/usr/lib/enigma2/python/Plugins/Extensions/BackupSuite/plugin.py", line 236, in backupusb
    cmd = backupCommandUSB()
  File "/usr/lib/enigma2/python/Plugins/Extensions/BackupSuite/plugin.py", line 105, in backupCommandUSB
    return cmd
UnboundLocalError: local variable 'cmd' referenced before assignment

 

green screen error and enigma 2 restart

Can you test this "plugin.py"?
https://raw.githubus...lugin/plugin.py

 

 

Same error with that plugin.py



Re: BackupSuite #933 S_Hopper

  • Senior Member
  • 298 posts

+6
Neutral

Posted 4 February 2018 - 08:58

Same error for me with my Vu+ solo 4k and openpli 6.1, here's my log (the same) :
File "/usr/lib/enigma2/python/mytest.py", line 208, in processDelay
callback(*retval)
File "/usr/lib/enigma2/python/Plugins/Extensions/BackupSuite/plugin.py", line 236, in backupusb
cmd = backupCommandUSB()
File "/usr/lib/enigma2/python/Plugins/Extensions/BackupSuite/plugin.py", line 105, in backupCommandUSB
return cmd
UnboundLocalError: local variable 'cmd' referenced before assignment

green screen error and enigma 2 restart

Can you test this "plugin.py"?
https://raw.githubus...lugin/plugin.py


Same error with that plugin.py
With my Ultimo 4k the problem is solved with the new plugin.py it runs correctly, without a green screen. Will test later on a Solo 4k.

Sent from my Galaxy Note 4

Re: BackupSuite #934 S_Hopper

  • Senior Member
  • 298 posts

+6
Neutral

Posted 4 February 2018 - 10:11

Same error for me with my Vu+ solo 4k and openpli 6.1, here's my log (the same) :
File "/usr/lib/enigma2/python/mytest.py", line 208, in processDelay
callback(*retval)
File "/usr/lib/enigma2/python/Plugins/Extensions/BackupSuite/plugin.py", line 236, in backupusb
cmd = backupCommandUSB()
File "/usr/lib/enigma2/python/Plugins/Extensions/BackupSuite/plugin.py", line 105, in backupCommandUSB
return cmd
UnboundLocalError: local variable 'cmd' referenced before assignment

green screen error and enigma 2 restart

Can you test this "plugin.py"?
https://raw.githubus...lugin/plugin.py

Same error with that plugin.py
With my Ultimo 4k the problem is solved with the new plugin.py it runs correctly, without a green screen. Will test later on a Solo 4k.

Sent from my Galaxy Note 4
Also on my Solo 4k BackupSuite runs perfectly now.

Sent from my Galaxy Note 4

Re: BackupSuite #935 zer0fx

  • Member
  • 8 posts

0
Neutral

Posted 4 February 2018 - 13:07

 

Also on my Solo 4k BackupSuite runs perfectly now.

Sent from my Galaxy Note 4

 

After a reboot, it works for me too



Re: BackupSuite #936 ricki

  • Senior Member
  • 571 posts

+3
Neutral

Posted 4 February 2018 - 13:08

Thank you!



Re: BackupSuite #937 Persian Prince

  • Senior Member
  • 1,982 posts

+247
Excellent

Posted 4 February 2018 - 13:15

Glad to hear everybody is happy :)

 

Monday updates will bring you version 25 with all updates and fixes except italian language update.


Open Vision sources: https://github.com/OpenVisionE2


Re: BackupSuite #938 luchugsat

  • Member
  • 2 posts

0
Neutral

Posted 4 February 2018 - 13:25

Hello, for me it's not working on my solo 4k and opnepli 6.1.

The error is:

Création: kerneldump

cat: can't open '/sys/firmware/devicetree/base/chosen/kerneldev': No such file or directory

 

and

Création: root.ubifsmv: can't rename '/hdd/bi/ .bin': No Such file or directory


Edited by luchugsat, 4 February 2018 - 13:27.


Re: BackupSuite #939 Persian Prince

  • Senior Member
  • 1,982 posts

+247
Excellent

Posted 4 February 2018 - 13:27

Hello, for me it's not working on my solo 4k and opnepli 6.1.

The error is:

Création: kerneldump

cat: can't open '/sys/firmware/devicetree/base/chosen/kerneldev': No such file or directory

Don't worry it's a fixed bug, After tomorrow's updates you'll be ok ;)

 

Also dreambox users like dm8000 owners could use Backup Suite :)


Open Vision sources: https://github.com/OpenVisionE2


Re: BackupSuite #940 luchugsat

  • Member
  • 2 posts

0
Neutral

Posted 4 February 2018 - 13:29

Ok thanks a lot for answer and good week end




2 user(s) are reading this topic

0 members, 2 guests, 0 anonymous users