SearchFAQMemberlist Log in
Reply to topic Page 1 of 1
backup fails with reiserfsattributes
Author Message
Post backup fails with reiserfsattributes 
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi guys,

Why does the below fail happen? I've removed the rdiff-backup-data/ and
done a new backup (with --force as I didn't want to remove all backup
files too) but the nightly backup fails :(

Previous backup seems to have failed, regressing destination now.
Warning, metadata file has entry for .reiserfs_priv,
but there are no associated files.
Traceback (most recent call last):
~ File "/usr/bin/rdiff-backup", line 23, in ?
~ rdiff_backup.Main.Main(sys.argv[1:])
~ File "/usr/lib/python2.3/site-packages/rdiff_backup/Main.py", line
259, in Main
~ take_action(rps)
~ File "/usr/lib/python2.3/site-packages/rdiff_backup/Main.py", line
229, in take_action
~ elif action == "backup": Backup(rps[0], rps[1])
~ File "/usr/lib/python2.3/site-packages/rdiff_backup/Main.py", line
278, in Backup
~ backup.Mirror_and_increment(rpin, rpout, incdir)
~ File "/usr/lib/python2.3/site-packages/rdiff_backup/backup.py", line
51, in Mirror_and_increment
~ DestS.patch_and_increment(dest_rpath, source_diffiter, inc_rpath)
~ File "/usr/lib/python2.3/site-packages/rdiff_backup/backup.py", line
226, in patch_and_increment
~ ITR(diff.index, diff)
~ File "/usr/lib/python2.3/site-packages/rdiff_backup/rorpiter.py", line
278, in __call__
~ if last_branch.can_fast_process(*args):
~ File "/usr/lib/python2.3/site-packages/rdiff_backup/backup.py", line
466, in can_fast_process
~ rp = self.get_rp_from_root(index)
~ File "/usr/lib/python2.3/site-packages/rdiff_backup/backup.py", line
461, in get_rp_from_root
~ self.cached_rp = self.basis_root_rp.new_index(index)
~ File "/usr/lib/python2.3/site-packages/rdiff_backup/rpath.py", line
913, in new_index
~ return self.__class__(self.conn, self.base, index)
~ File "/usr/lib/python2.3/site-packages/rdiff_backup/rpath.py", line
667, in __init__
~ else: self.setdata()
~ File "/usr/lib/python2.3/site-packages/rdiff_backup/rpath.py", line
691, in setdata
~ self.data = self.conn.C.make_file_dict(self.path)
OSError: [Errno 13] Permission denied: '/backup/home/.reiserfs_priv'
Exception exceptions.TypeError: "'NoneType' object is not callable" in
/usr/lib/python2.3/gzip.py:129: FutureWarning: hex()/oct() of negative
int will return a signed string in Python 2.4 and up
~ return '<gzip ' + s[1:-1] + ' ' + hex(id(self)) + '>'
<bound method GzipFile.__del__ of <gzip open file
'/backup/home/rdiff-backup-data/file_statistics.2004-12-02T04:38:21+01:00.data.gz',
mode 'wb' at 0xb7cb6b60 0xb79b3a4c>> ignored
Exception exceptions.TypeError: "'NoneType' object is not callable" in
<bound method GzipFile.__del__ of <gzip open file
'/backup/home/rdiff-backup-data/error_log.2004-12-02T04:38:21+01:00.data.gz',
mode 'wb' at 0xb7d1eb60 0xb7d415ec>> ignored
Exception exceptions.TypeError: "'NoneType' object is not callable" in
ignored

- --
Regards,
Klavs Klavsen, GSEC - kl < at > vsen.dk - http://www.vsen.dk
PGP: 7E063C62/2873 188C 968E 600D D8F8 B8DA 3D3A 0B79 7E06 3C62

"Those who do not understand Unix are condemned to reinvent it, poorly."
~ --Henry Spencer
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFBruvxPToLeX4GPGIRAoixAJ9wXoqJEYDXcNn3cSSfdwBQ0rqNrwCfdUq3
3eHuUQoDG7CnBVeKTrvgUt4=
=hAeo
-----END PGP SIGNATURE-----

Post backup fails with reiserfsattributes 
No one has any ideas why my backup fails?

I'm really lost here :(

on 02-12-2004 11:18 Klavs Klavsen wrote:
Hi guys,

Why does the below fail happen? I've removed the rdiff-backup-data/ and
done a new backup (with --force as I didn't want to remove all backup
files too) but the nightly backup fails :(

Previous backup seems to have failed, regressing destination now.
Warning, metadata file has entry for .reiserfs_priv,
but there are no associated files.
Traceback (most recent call last):
~ File "/usr/bin/rdiff-backup", line 23, in ?
~ rdiff_backup.Main.Main(sys.argv[1:])
~ File "/usr/lib/python2.3/site-packages/rdiff_backup/Main.py", line
259, in Main
~ take_action(rps)
~ File "/usr/lib/python2.3/site-packages/rdiff_backup/Main.py", line
229, in take_action
~ elif action == "backup": Backup(rps[0], rps[1])
~ File "/usr/lib/python2.3/site-packages/rdiff_backup/Main.py", line
278, in Backup
~ backup.Mirror_and_increment(rpin, rpout, incdir)
~ File "/usr/lib/python2.3/site-packages/rdiff_backup/backup.py", line
51, in Mirror_and_increment
~ DestS.patch_and_increment(dest_rpath, source_diffiter, inc_rpath)
~ File "/usr/lib/python2.3/site-packages/rdiff_backup/backup.py", line
226, in patch_and_increment
~ ITR(diff.index, diff)
~ File "/usr/lib/python2.3/site-packages/rdiff_backup/rorpiter.py", line
278, in __call__
~ if last_branch.can_fast_process(*args):
~ File "/usr/lib/python2.3/site-packages/rdiff_backup/backup.py", line
466, in can_fast_process
~ rp = self.get_rp_from_root(index)
~ File "/usr/lib/python2.3/site-packages/rdiff_backup/backup.py", line
461, in get_rp_from_root
~ self.cached_rp = self.basis_root_rp.new_index(index)
~ File "/usr/lib/python2.3/site-packages/rdiff_backup/rpath.py", line
913, in new_index
~ return self.__class__(self.conn, self.base, index)
~ File "/usr/lib/python2.3/site-packages/rdiff_backup/rpath.py", line
667, in __init__
~ else: self.setdata()
~ File "/usr/lib/python2.3/site-packages/rdiff_backup/rpath.py", line
691, in setdata
~ self.data = self.conn.C.make_file_dict(self.path)
OSError: [Errno 13] Permission denied: '/backup/home/.reiserfs_priv'
Exception exceptions.TypeError: "'NoneType' object is not callable" in
/usr/lib/python2.3/gzip.py:129: FutureWarning: hex()/oct() of negative
int will return a signed string in Python 2.4 and up
~ return '<gzip ' + s[1:-1] + ' ' + hex(id(self)) + '>'
<bound method GzipFile.__del__ of <gzip open file
'/backup/home/rdiff-backup-data/file_statistics.2004-12-02T04:38:21+01:00.data.gz',

mode 'wb' at 0xb7cb6b60 0xb79b3a4c>> ignored
Exception exceptions.TypeError: "'NoneType' object is not callable" in
<bound method GzipFile.__del__ of <gzip open file
'/backup/home/rdiff-backup-data/error_log.2004-12-02T04:38:21+01:00.data.gz',

mode 'wb' at 0xb7d1eb60 0xb7d415ec>> ignored
Exception exceptions.TypeError: "'NoneType' object is not callable" in
ignored

--
Regards,
Klavs Klavsen, GSEC - kl < at > vsen.dk - http://www.vsen.dk
PGP: 7E063C62/2873 188C 968E 600D D8F8 B8DA 3D3A 0B79 7E06 3C62

"Those who do not understand Unix are condemned to reinvent it, poorly."
~ --Henry Spencer

_______________________________________________
rdiff-backup-users mailing list at rdiff-backup-users < at > nongnu.org
http://lists.nongnu.org/mailman/listinfo/rdiff-backup-users
Wiki URL:
http://rdiff-backup.solutionsfirst.com.au/index.php/RdiffBackupWiki

--
Regards,
Klavs Klavsen, GSEC, klavs < at > EnableIT.dk, http://www.EnableIT.dk
Open Source Server, Security and Network Consulting
Phone: +45 3284 4372 Mobile: +45 2342 4372
PGP: 7E063C62/2873 188C 968E 600D D8F8 B8DA 3D3A 0B79 7E06 3C62

See our managed CMS Hosting Service at http://www.VirkPaaNettet.dk

"Open Source Software - Sometimes you get more than you paid for."

Post backup fails with reiserfsattributes 
Klavs Klavsen wrote:


Previous backup seems to have failed, regressing destination now.
Warning, metadata file has entry for .reiserfs_priv,
but there are no associated files.

Apparently in the metadata file there is still an entry for
.reiserfs_priv but there aren't any files for it present. I've had a
similar problem once and solved it by editing the metadata. Maybe that
will work for you as a solution as well.

Johan

Post backup fails with reiserfsattributes 
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi Johan and all,

I tried grepping in the rdiff-backup-data for "reiserfs_priv" but got no
hits at all.

I then removed the entire rdiff-backup-data directory (again) and ran a
new backup with --force (to overwrite the current files) but when I ran
the backup again, I got the exact same error :(

on 04-12-2004 22:58 Johan Jonkers wrote:
| Klavs Klavsen wrote:
|
|>
|> Previous backup seems to have failed, regressing destination now.
|> Warning, metadata file has entry for .reiserfs_priv,
|> but there are no associated files.
|
|
| Apparently in the metadata file there is still an entry for
| .reiserfs_priv but there aren't any files for it present. I've had a
| similar problem once and solved it by editing the metadata. Maybe that
| will work for you as a solution as well.
|
| Johan
|
|
|
| _______________________________________________
| rdiff-backup-users mailing list at rdiff-backup-users < at > nongnu.org
| http://lists.nongnu.org/mailman/listinfo/rdiff-backup-users
| Wiki URL:
| http://rdiff-backup.solutionsfirst.com.au/index.php/RdiffBackupWiki

- --
Regards,
Klavs Klavsen, GSEC - kl < at > vsen.dk - http://www.vsen.dk
PGP: 7E063C62/2873 188C 968E 600D D8F8 B8DA 3D3A 0B79 7E06 3C62

"Those who do not understand Unix are condemned to reinvent it, poorly."
~ --Henry Spencer
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFBtBY9PToLeX4GPGIRAuqxAKCZwqt9360oGwUk4Tipr4tPozcu6QCggp85
bmg8Rwg34rnTFoTpDq+TxL8=
=2aTr
-----END PGP SIGNATURE-----

Display posts from previous:
Reply to topic Page 1 of 1
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
  


Magic SEO URL for phpBB