Restore backup using Deja Dup failed
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
0
down vote
favorite
I get this error when try to restore a backup:
Traceback (most recent call last):
File "/usr/bin/duplicity", line 1532, in <module>
with_tempdir(main)
File "/usr/bin/duplicity", line 1526, in with_tempdir
fn()
File "/usr/bin/duplicity", line 1377, in main
globals.lockfile.acquire(timeout=0)
File "/usr/lib/python2.7/dist-packages/lockfile/linklockfile.py", line 21, in acquire
raise LockFailed("failed to create %s" % self.unique_name)
LockFailed: failed to create /home/zoroaster/.cache/deja-dup/d33a3d20343d288863d8447c1af54f02/Avestan.4889-8464751143147245462
It's just a test backup that I do with this setting:
Folders to save:
/etc
/lib
/root
/srv
/var
/usr/local
/home/zoroaster
And folder to exclude:
/var/run
/var/cache
/var/tmp
And from home I exclude Downloads
, Videos
and a few others.
The storage location is an external usbdrive.
For run backup I use command line with sudo
since I am doing backup also of other folder not only home
.
However, for test I use GUI, so maybe problem is that I am not restoring using "root"?
In this case, how to test via terminal if backup is successfully and can be restored.
I can also delete the backup and make new one as this is just a test for backup most important data and system in case of need.
As suggested I have install python-lockfile
and then there was a button in Restore to install something in deja dup app. After the installation, this is the issue:
Traceback (most recent call last):
File "/usr/bin/duplicity", line 1532, in <module>
with_tempdir(main)
File "/usr/bin/duplicity", line 1526, in with_tempdir
fn()
File "/usr/bin/duplicity", line 1377, in main
globals.lockfile.acquire(timeout=0)
File "/usr/lib/python2.7/dist-packages/lockfile/linklockfile.py", line 21, in acquire
raise LockFailed("failed to create %s" % self.unique_name)
LockFailed: failed to create /home/zoroaster/.cache/deja-dup/d33a3d20343d288863d8447c1af54f02/Avestan.7691-8464751143147245462
After doing new backup using GUI, appear now similar error when trying to make new backup:
Traceback (most recent call last):
File "/usr/bin/duplicity", line 1532, in <module>
with_tempdir(main)
File "/usr/bin/duplicity", line 1526, in with_tempdir
fn()
File "/usr/bin/duplicity", line 1377, in main
globals.lockfile.acquire(timeout=0)
File "/usr/lib/python2.7/dist-packages/lockfile/linklockfile.py", line 21, in acquire
raise LockFailed("failed to create %s" % self.unique_name)
LockFailed: failed to create /home/zoroaster/.cache/deja-dup/d33a3d20343d288863d8447c1af54f02/Avestan.9581-8464751143147245462
If I do backup on local disc then work fine. the error only appear when trying to backup on usbdrive.
$ ls -dl /home/zoroaster/.cache/deja-dup/d33a3d20343d288863d8447c1af54f02
drwxr-xr-x 2 root root 4096 Jun 11 12:02 /home/zoroaster/.cache/deja-dup/d33a3d20343d288863d8447c1af54f02
After fixing issue, this new happen starting new backup:
Permission denied when trying to create âÂÂ/duplicity-full.20180611T112448Z.vol1.difftar.gpgâÂÂ
command-line permissions backup restore deja-dup
 |Â
show 7 more comments
up vote
0
down vote
favorite
I get this error when try to restore a backup:
Traceback (most recent call last):
File "/usr/bin/duplicity", line 1532, in <module>
with_tempdir(main)
File "/usr/bin/duplicity", line 1526, in with_tempdir
fn()
File "/usr/bin/duplicity", line 1377, in main
globals.lockfile.acquire(timeout=0)
File "/usr/lib/python2.7/dist-packages/lockfile/linklockfile.py", line 21, in acquire
raise LockFailed("failed to create %s" % self.unique_name)
LockFailed: failed to create /home/zoroaster/.cache/deja-dup/d33a3d20343d288863d8447c1af54f02/Avestan.4889-8464751143147245462
It's just a test backup that I do with this setting:
Folders to save:
/etc
/lib
/root
/srv
/var
/usr/local
/home/zoroaster
And folder to exclude:
/var/run
/var/cache
/var/tmp
And from home I exclude Downloads
, Videos
and a few others.
The storage location is an external usbdrive.
For run backup I use command line with sudo
since I am doing backup also of other folder not only home
.
However, for test I use GUI, so maybe problem is that I am not restoring using "root"?
In this case, how to test via terminal if backup is successfully and can be restored.
I can also delete the backup and make new one as this is just a test for backup most important data and system in case of need.
As suggested I have install python-lockfile
and then there was a button in Restore to install something in deja dup app. After the installation, this is the issue:
Traceback (most recent call last):
File "/usr/bin/duplicity", line 1532, in <module>
with_tempdir(main)
File "/usr/bin/duplicity", line 1526, in with_tempdir
fn()
File "/usr/bin/duplicity", line 1377, in main
globals.lockfile.acquire(timeout=0)
File "/usr/lib/python2.7/dist-packages/lockfile/linklockfile.py", line 21, in acquire
raise LockFailed("failed to create %s" % self.unique_name)
LockFailed: failed to create /home/zoroaster/.cache/deja-dup/d33a3d20343d288863d8447c1af54f02/Avestan.7691-8464751143147245462
After doing new backup using GUI, appear now similar error when trying to make new backup:
Traceback (most recent call last):
File "/usr/bin/duplicity", line 1532, in <module>
with_tempdir(main)
File "/usr/bin/duplicity", line 1526, in with_tempdir
fn()
File "/usr/bin/duplicity", line 1377, in main
globals.lockfile.acquire(timeout=0)
File "/usr/lib/python2.7/dist-packages/lockfile/linklockfile.py", line 21, in acquire
raise LockFailed("failed to create %s" % self.unique_name)
LockFailed: failed to create /home/zoroaster/.cache/deja-dup/d33a3d20343d288863d8447c1af54f02/Avestan.9581-8464751143147245462
If I do backup on local disc then work fine. the error only appear when trying to backup on usbdrive.
$ ls -dl /home/zoroaster/.cache/deja-dup/d33a3d20343d288863d8447c1af54f02
drwxr-xr-x 2 root root 4096 Jun 11 12:02 /home/zoroaster/.cache/deja-dup/d33a3d20343d288863d8447c1af54f02
After fixing issue, this new happen starting new backup:
Permission denied when trying to create âÂÂ/duplicity-full.20180611T112448Z.vol1.difftar.gpgâÂÂ
command-line permissions backup restore deja-dup
Perhaps you version of python-lockfile is out of date. Try apt-get install python3-lockfile
â Brian
Jun 11 at 10:33
The error is aboutpython2.7
whoselockfile
package ispython-lockfile
, notpython3-lockfile
.
â dessert
Jun 11 at 10:49
@dessert should I remove the phyton3-lockfile just installed before install phyton-locfile?
â Zoroaster
Jun 11 at 10:51
Make sense.. I remove phyton3-lockfile and installed python-lockfile. After installation I have open backups app and I found instead of button "Restore", there was button "Install" with message "Something important to install".
â Zoroaster
Jun 11 at 10:55
Awesome.. backup restarted successfully.. I have to wait that finish, and then will try restore. Many thanks for your help. Maybe make a response to not use sudo via terminal for open deja dup GUI, and I will mark as correct.
â Zoroaster
Jun 11 at 11:24
 |Â
show 7 more comments
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I get this error when try to restore a backup:
Traceback (most recent call last):
File "/usr/bin/duplicity", line 1532, in <module>
with_tempdir(main)
File "/usr/bin/duplicity", line 1526, in with_tempdir
fn()
File "/usr/bin/duplicity", line 1377, in main
globals.lockfile.acquire(timeout=0)
File "/usr/lib/python2.7/dist-packages/lockfile/linklockfile.py", line 21, in acquire
raise LockFailed("failed to create %s" % self.unique_name)
LockFailed: failed to create /home/zoroaster/.cache/deja-dup/d33a3d20343d288863d8447c1af54f02/Avestan.4889-8464751143147245462
It's just a test backup that I do with this setting:
Folders to save:
/etc
/lib
/root
/srv
/var
/usr/local
/home/zoroaster
And folder to exclude:
/var/run
/var/cache
/var/tmp
And from home I exclude Downloads
, Videos
and a few others.
The storage location is an external usbdrive.
For run backup I use command line with sudo
since I am doing backup also of other folder not only home
.
However, for test I use GUI, so maybe problem is that I am not restoring using "root"?
In this case, how to test via terminal if backup is successfully and can be restored.
I can also delete the backup and make new one as this is just a test for backup most important data and system in case of need.
As suggested I have install python-lockfile
and then there was a button in Restore to install something in deja dup app. After the installation, this is the issue:
Traceback (most recent call last):
File "/usr/bin/duplicity", line 1532, in <module>
with_tempdir(main)
File "/usr/bin/duplicity", line 1526, in with_tempdir
fn()
File "/usr/bin/duplicity", line 1377, in main
globals.lockfile.acquire(timeout=0)
File "/usr/lib/python2.7/dist-packages/lockfile/linklockfile.py", line 21, in acquire
raise LockFailed("failed to create %s" % self.unique_name)
LockFailed: failed to create /home/zoroaster/.cache/deja-dup/d33a3d20343d288863d8447c1af54f02/Avestan.7691-8464751143147245462
After doing new backup using GUI, appear now similar error when trying to make new backup:
Traceback (most recent call last):
File "/usr/bin/duplicity", line 1532, in <module>
with_tempdir(main)
File "/usr/bin/duplicity", line 1526, in with_tempdir
fn()
File "/usr/bin/duplicity", line 1377, in main
globals.lockfile.acquire(timeout=0)
File "/usr/lib/python2.7/dist-packages/lockfile/linklockfile.py", line 21, in acquire
raise LockFailed("failed to create %s" % self.unique_name)
LockFailed: failed to create /home/zoroaster/.cache/deja-dup/d33a3d20343d288863d8447c1af54f02/Avestan.9581-8464751143147245462
If I do backup on local disc then work fine. the error only appear when trying to backup on usbdrive.
$ ls -dl /home/zoroaster/.cache/deja-dup/d33a3d20343d288863d8447c1af54f02
drwxr-xr-x 2 root root 4096 Jun 11 12:02 /home/zoroaster/.cache/deja-dup/d33a3d20343d288863d8447c1af54f02
After fixing issue, this new happen starting new backup:
Permission denied when trying to create âÂÂ/duplicity-full.20180611T112448Z.vol1.difftar.gpgâÂÂ
command-line permissions backup restore deja-dup
I get this error when try to restore a backup:
Traceback (most recent call last):
File "/usr/bin/duplicity", line 1532, in <module>
with_tempdir(main)
File "/usr/bin/duplicity", line 1526, in with_tempdir
fn()
File "/usr/bin/duplicity", line 1377, in main
globals.lockfile.acquire(timeout=0)
File "/usr/lib/python2.7/dist-packages/lockfile/linklockfile.py", line 21, in acquire
raise LockFailed("failed to create %s" % self.unique_name)
LockFailed: failed to create /home/zoroaster/.cache/deja-dup/d33a3d20343d288863d8447c1af54f02/Avestan.4889-8464751143147245462
It's just a test backup that I do with this setting:
Folders to save:
/etc
/lib
/root
/srv
/var
/usr/local
/home/zoroaster
And folder to exclude:
/var/run
/var/cache
/var/tmp
And from home I exclude Downloads
, Videos
and a few others.
The storage location is an external usbdrive.
For run backup I use command line with sudo
since I am doing backup also of other folder not only home
.
However, for test I use GUI, so maybe problem is that I am not restoring using "root"?
In this case, how to test via terminal if backup is successfully and can be restored.
I can also delete the backup and make new one as this is just a test for backup most important data and system in case of need.
As suggested I have install python-lockfile
and then there was a button in Restore to install something in deja dup app. After the installation, this is the issue:
Traceback (most recent call last):
File "/usr/bin/duplicity", line 1532, in <module>
with_tempdir(main)
File "/usr/bin/duplicity", line 1526, in with_tempdir
fn()
File "/usr/bin/duplicity", line 1377, in main
globals.lockfile.acquire(timeout=0)
File "/usr/lib/python2.7/dist-packages/lockfile/linklockfile.py", line 21, in acquire
raise LockFailed("failed to create %s" % self.unique_name)
LockFailed: failed to create /home/zoroaster/.cache/deja-dup/d33a3d20343d288863d8447c1af54f02/Avestan.7691-8464751143147245462
After doing new backup using GUI, appear now similar error when trying to make new backup:
Traceback (most recent call last):
File "/usr/bin/duplicity", line 1532, in <module>
with_tempdir(main)
File "/usr/bin/duplicity", line 1526, in with_tempdir
fn()
File "/usr/bin/duplicity", line 1377, in main
globals.lockfile.acquire(timeout=0)
File "/usr/lib/python2.7/dist-packages/lockfile/linklockfile.py", line 21, in acquire
raise LockFailed("failed to create %s" % self.unique_name)
LockFailed: failed to create /home/zoroaster/.cache/deja-dup/d33a3d20343d288863d8447c1af54f02/Avestan.9581-8464751143147245462
If I do backup on local disc then work fine. the error only appear when trying to backup on usbdrive.
$ ls -dl /home/zoroaster/.cache/deja-dup/d33a3d20343d288863d8447c1af54f02
drwxr-xr-x 2 root root 4096 Jun 11 12:02 /home/zoroaster/.cache/deja-dup/d33a3d20343d288863d8447c1af54f02
After fixing issue, this new happen starting new backup:
Permission denied when trying to create âÂÂ/duplicity-full.20180611T112448Z.vol1.difftar.gpgâÂÂ
command-line permissions backup restore deja-dup
edited Jun 11 at 12:27
![](https://i.stack.imgur.com/9L8vd.png?s=32&g=1)
![](https://i.stack.imgur.com/9L8vd.png?s=32&g=1)
dessert
19.4k55494
19.4k55494
asked Jun 11 at 10:13
![](https://i.stack.imgur.com/twvBF.jpg?s=32&g=1)
![](https://i.stack.imgur.com/twvBF.jpg?s=32&g=1)
Zoroaster
176
176
Perhaps you version of python-lockfile is out of date. Try apt-get install python3-lockfile
â Brian
Jun 11 at 10:33
The error is aboutpython2.7
whoselockfile
package ispython-lockfile
, notpython3-lockfile
.
â dessert
Jun 11 at 10:49
@dessert should I remove the phyton3-lockfile just installed before install phyton-locfile?
â Zoroaster
Jun 11 at 10:51
Make sense.. I remove phyton3-lockfile and installed python-lockfile. After installation I have open backups app and I found instead of button "Restore", there was button "Install" with message "Something important to install".
â Zoroaster
Jun 11 at 10:55
Awesome.. backup restarted successfully.. I have to wait that finish, and then will try restore. Many thanks for your help. Maybe make a response to not use sudo via terminal for open deja dup GUI, and I will mark as correct.
â Zoroaster
Jun 11 at 11:24
 |Â
show 7 more comments
Perhaps you version of python-lockfile is out of date. Try apt-get install python3-lockfile
â Brian
Jun 11 at 10:33
The error is aboutpython2.7
whoselockfile
package ispython-lockfile
, notpython3-lockfile
.
â dessert
Jun 11 at 10:49
@dessert should I remove the phyton3-lockfile just installed before install phyton-locfile?
â Zoroaster
Jun 11 at 10:51
Make sense.. I remove phyton3-lockfile and installed python-lockfile. After installation I have open backups app and I found instead of button "Restore", there was button "Install" with message "Something important to install".
â Zoroaster
Jun 11 at 10:55
Awesome.. backup restarted successfully.. I have to wait that finish, and then will try restore. Many thanks for your help. Maybe make a response to not use sudo via terminal for open deja dup GUI, and I will mark as correct.
â Zoroaster
Jun 11 at 11:24
Perhaps you version of python-lockfile is out of date. Try apt-get install python3-lockfile
â Brian
Jun 11 at 10:33
Perhaps you version of python-lockfile is out of date. Try apt-get install python3-lockfile
â Brian
Jun 11 at 10:33
The error is about
python2.7
whose lockfile
package is python-lockfile
, not python3-lockfile
.â dessert
Jun 11 at 10:49
The error is about
python2.7
whose lockfile
package is python-lockfile
, not python3-lockfile
.â dessert
Jun 11 at 10:49
@dessert should I remove the phyton3-lockfile just installed before install phyton-locfile?
â Zoroaster
Jun 11 at 10:51
@dessert should I remove the phyton3-lockfile just installed before install phyton-locfile?
â Zoroaster
Jun 11 at 10:51
Make sense.. I remove phyton3-lockfile and installed python-lockfile. After installation I have open backups app and I found instead of button "Restore", there was button "Install" with message "Something important to install".
â Zoroaster
Jun 11 at 10:55
Make sense.. I remove phyton3-lockfile and installed python-lockfile. After installation I have open backups app and I found instead of button "Restore", there was button "Install" with message "Something important to install".
â Zoroaster
Jun 11 at 10:55
Awesome.. backup restarted successfully.. I have to wait that finish, and then will try restore. Many thanks for your help. Maybe make a response to not use sudo via terminal for open deja dup GUI, and I will mark as correct.
â Zoroaster
Jun 11 at 11:24
Awesome.. backup restarted successfully.. I have to wait that finish, and then will try restore. Many thanks for your help. Maybe make a response to not use sudo via terminal for open deja dup GUI, and I will mark as correct.
â Zoroaster
Jun 11 at 11:24
 |Â
show 7 more comments
1 Answer
1
active
oldest
votes
up vote
1
down vote
accepted
GUI applications should never be started with sudo
as you did because theyâÂÂll save files with wrong permissions and ownership then. This is explained in full here:
Why should users never use normal sudo to start graphical applications?
Your issue seems to be the cache directory mentioned in the error message. As itâÂÂs just a cache directory, you can safely remove it with
sudo rm -rf /home/zoroaster/.cache/deja-dup/d33a3d20343d288863d8447c1af54f02
and test the backup again.
Yes I confirm that this fixed issue. Something new appear, but I think is not in relation with this issue. Thanks
â Zoroaster
Jun 11 at 11:30
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
accepted
GUI applications should never be started with sudo
as you did because theyâÂÂll save files with wrong permissions and ownership then. This is explained in full here:
Why should users never use normal sudo to start graphical applications?
Your issue seems to be the cache directory mentioned in the error message. As itâÂÂs just a cache directory, you can safely remove it with
sudo rm -rf /home/zoroaster/.cache/deja-dup/d33a3d20343d288863d8447c1af54f02
and test the backup again.
Yes I confirm that this fixed issue. Something new appear, but I think is not in relation with this issue. Thanks
â Zoroaster
Jun 11 at 11:30
add a comment |Â
up vote
1
down vote
accepted
GUI applications should never be started with sudo
as you did because theyâÂÂll save files with wrong permissions and ownership then. This is explained in full here:
Why should users never use normal sudo to start graphical applications?
Your issue seems to be the cache directory mentioned in the error message. As itâÂÂs just a cache directory, you can safely remove it with
sudo rm -rf /home/zoroaster/.cache/deja-dup/d33a3d20343d288863d8447c1af54f02
and test the backup again.
Yes I confirm that this fixed issue. Something new appear, but I think is not in relation with this issue. Thanks
â Zoroaster
Jun 11 at 11:30
add a comment |Â
up vote
1
down vote
accepted
up vote
1
down vote
accepted
GUI applications should never be started with sudo
as you did because theyâÂÂll save files with wrong permissions and ownership then. This is explained in full here:
Why should users never use normal sudo to start graphical applications?
Your issue seems to be the cache directory mentioned in the error message. As itâÂÂs just a cache directory, you can safely remove it with
sudo rm -rf /home/zoroaster/.cache/deja-dup/d33a3d20343d288863d8447c1af54f02
and test the backup again.
GUI applications should never be started with sudo
as you did because theyâÂÂll save files with wrong permissions and ownership then. This is explained in full here:
Why should users never use normal sudo to start graphical applications?
Your issue seems to be the cache directory mentioned in the error message. As itâÂÂs just a cache directory, you can safely remove it with
sudo rm -rf /home/zoroaster/.cache/deja-dup/d33a3d20343d288863d8447c1af54f02
and test the backup again.
answered Jun 11 at 11:29
![](https://i.stack.imgur.com/9L8vd.png?s=32&g=1)
![](https://i.stack.imgur.com/9L8vd.png?s=32&g=1)
dessert
19.4k55494
19.4k55494
Yes I confirm that this fixed issue. Something new appear, but I think is not in relation with this issue. Thanks
â Zoroaster
Jun 11 at 11:30
add a comment |Â
Yes I confirm that this fixed issue. Something new appear, but I think is not in relation with this issue. Thanks
â Zoroaster
Jun 11 at 11:30
Yes I confirm that this fixed issue. Something new appear, but I think is not in relation with this issue. Thanks
â Zoroaster
Jun 11 at 11:30
Yes I confirm that this fixed issue. Something new appear, but I think is not in relation with this issue. Thanks
â Zoroaster
Jun 11 at 11:30
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1045573%2frestore-backup-using-deja-dup-failed%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Perhaps you version of python-lockfile is out of date. Try apt-get install python3-lockfile
â Brian
Jun 11 at 10:33
The error is about
python2.7
whoselockfile
package ispython-lockfile
, notpython3-lockfile
.â dessert
Jun 11 at 10:49
@dessert should I remove the phyton3-lockfile just installed before install phyton-locfile?
â Zoroaster
Jun 11 at 10:51
Make sense.. I remove phyton3-lockfile and installed python-lockfile. After installation I have open backups app and I found instead of button "Restore", there was button "Install" with message "Something important to install".
â Zoroaster
Jun 11 at 10:55
Awesome.. backup restarted successfully.. I have to wait that finish, and then will try restore. Many thanks for your help. Maybe make a response to not use sudo via terminal for open deja dup GUI, and I will mark as correct.
â Zoroaster
Jun 11 at 11:24