(Solved) Pupsave backup bug in Bionicpup64

Please post any bugs you have found
Post Reply
Message
Author
User avatar
Auronius
Posts: 38
Joined: Fri 04 May 2018, 12:54
Location: Latvia

(Solved) Pupsave backup bug in Bionicpup64

#1 Post by Auronius »

Good day!
I am running Bionicpup64 latest version (official Puppy).
After completing Savefolder backup, using Pupsave backup, this message remains on the screen and does not disappear. I have to restart X to make it disappear.
Last edited by Auronius on Tue 25 Feb 2020, 17:52, edited 1 time in total.

Brown Mouse
Posts: 564
Joined: Tue 09 Jun 2009, 21:06

#2 Post by Brown Mouse »

The same bug is present in Raspberry Pi Buster Raspup.

User avatar
666philb
Posts: 3615
Joined: Sun 07 Feb 2010, 12:27
Location: wales ... by the sea

#3 Post by 666philb »

are you sure that it completed as it may take some time.
i just tried it in bionicpup64 and it worked fine for me
Bionicpup64 built with bionic beaver packages http://murga-linux.com/puppy/viewtopic.php?t=114311
Xenialpup64, built with xenial xerus packages http://murga-linux.com/puppy/viewtopic.php?t=107331

User avatar
Auronius
Posts: 38
Joined: Fri 04 May 2018, 12:54
Location: Latvia

#4 Post by Auronius »

Yes, I am sure.
Today, I have made another Pupsave backup. I am running in Pupmode13.
The pupsave backup has been completed successfuly at 17.54. The message was on the screen after the backup was completed at 17.55. Then I left PC untouched for ten minutes, and at 18.06 this message still was on screen.
This happens every time when I perform Pupsave Backup.

User avatar
Auronius
Posts: 38
Joined: Fri 04 May 2018, 12:54
Location: Latvia

#5 Post by Auronius »

Today the same thing happened again.

User avatar
SFR
Posts: 1800
Joined: Wed 26 Oct 2011, 21:52

#6 Post by SFR »

/usr/sbin/pupsave-backup, lines 179+:

Code: Select all

if [ $? -eq 0 ] ; then
	show_splash "Saving session to save${type} ..." &
	snapmergepuppy
	kill $pidx
else
Remove the ampersand at the end of the 2nd line and see if it helps.
The show_splash function already sends the relevant process to the background, so there's no need for & in the above line.

Greetings!
[color=red][size=75][O]bdurate [R]ules [D]estroy [E]nthusiastic [R]ebels => [C]reative [H]umans [A]lways [O]pen [S]ource[/size][/color]
[b][color=green]Omnia mea mecum porto.[/color][/b]

User avatar
davids45
Posts: 1326
Joined: Sun 26 Nov 2006, 23:33
Location: Chatswood, NSW

BackUp Script "pupsave-back-2-tar"

#7 Post by davids45 »

G'day,

An updated/revised version of the hot-save-backup by forum member glene77is is here:
http://www.murga-linux.com/puppy/viewtopic.php?t=118076

It works for me in 32-bit and 64-bit Pups so far (desktop and laptop computers), and is a little quicker than the original hot-save-backup.

Davis S.

User avatar
Auronius
Posts: 38
Joined: Fri 04 May 2018, 12:54
Location: Latvia

#8 Post by Auronius »

SFR wrote:/usr/sbin/pupsave-backup, lines 179+:

Code: Select all

if [ $? -eq 0 ] ; then
	show_splash "Saving session to save${type} ..." &
	snapmergepuppy
	kill $pidx
else
Remove the ampersand at the end of the 2nd line and see if it helps.
The show_splash function already sends the relevant process to the background, so there's no need for & in the above line.

Greetings!
I followed SFR advice, and now the message disappears as it should be. Pupsave backup now works correctly! Thank you SFR for your help!
davids45, thank you for links to new version, but I did not used it, because my problem is solved, and I do not need it for now.

Post Reply