[Bug 205792] Re: duplicity crashed with OSError in setdata()

2010-11-18 Thread Launchpad Bug Tracker
[Expired for duplicity (Ubuntu) because there has been no activity for
60 days.]

** Changed in: duplicity (Ubuntu)
   Status: Incomplete = Expired

-- 
duplicity crashed with OSError in setdata()
https://bugs.launchpad.net/bugs/205792
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205792] Re: duplicity crashed with OSError in setdata()

2009-10-03 Thread Pär Andersson
** Changed in: duplicity (Ubuntu)
   Status: New = Incomplete

-- 
duplicity crashed with OSError in setdata()
https://bugs.launchpad.net/bugs/205792
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205792] Re: duplicity crashed with OSError in setdata()

2009-10-03 Thread Pär Andersson
We'd like to figure out what's causing this bug for you, but we
haven't heard back from you in a while. Could you please provide the
requested information? Thanks!

-- 
duplicity crashed with OSError in setdata()
https://bugs.launchpad.net/bugs/205792
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205792] Re: duplicity crashed with OSError in setdata()

2009-07-28 Thread Kenneth Loafman
** Changed in: duplicity
   Status: Incomplete = Invalid

** Changed in: duplicity
   Importance: Medium = Undecided

-- 
duplicity crashed with OSError in setdata()
https://bugs.launchpad.net/bugs/205792
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205792] Re: duplicity crashed with OSError in setdata()

2009-07-04 Thread Peter Schuller
So the error comes from:

try:
self.stat = os.lstat(self.name)
except OSError, e:
err_string = errno.errorcode[e[0]]
if err_string == ENOENT or err_string == ENOTDIR:
self.stat, self.type = None, None # file doesn't exist
self.mode = None
else:
raise

Kenneth already surmised that it looked like a Windows fs. Or at least,
it looks like it might be an SMB mounted file system. While I could
understand issues with symlinks, I would not expect lstat() to be broken
since if the target file system doesn't support symlinks lstat() should
just be equivalent to stat().

Can the original poster run stat FILENAME on some file on that mount?

One possible work-around, given that the path indicates it might be a
NAS box, is to ascertain whether it also supports e.g. FTP access and
use the FTP backend in duplicity rather than going over the local file
system interface.

-- 
duplicity crashed with OSError in setdata()
https://bugs.launchpad.net/bugs/205792
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205792] Re: duplicity crashed with OSError in setdata()

2009-06-23 Thread Kenneth Loafman
** Changed in: duplicity
 Assignee: Kenneth Loafman (kenneth-loafman) = (unassigned)

-- 
duplicity crashed with OSError in setdata()
https://bugs.launchpad.net/bugs/205792
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205792] Re: duplicity crashed with OSError in setdata()

2009-02-20 Thread Kenneth Loafman
** Changed in: duplicity
   Importance: Undecided = Medium
   Status: New = Incomplete

-- 
duplicity crashed with OSError in setdata()
https://bugs.launchpad.net/bugs/205792
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205792] Re: duplicity crashed with OSError in setdata()

2009-02-20 Thread Kenneth Loafman
The traceback looks like you were backing up to a Windows filesystem.
Is that correct?

-- 
duplicity crashed with OSError in setdata()
https://bugs.launchpad.net/bugs/205792
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205792] Re: duplicity crashed with OSError in setdata()

2009-02-18 Thread Kenneth Loafman
** Also affects: duplicity
   Importance: Undecided
   Status: New

-- 
duplicity crashed with OSError in setdata()
https://bugs.launchpad.net/bugs/205792
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205792] Re: duplicity crashed with OSError in setdata()

2009-02-18 Thread Kenneth Loafman
** Changed in: duplicity
 Assignee: (unassigned) = Kenneth Loafman (kenneth-loafman)

-- 
duplicity crashed with OSError in setdata()
https://bugs.launchpad.net/bugs/205792
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205792] Re: duplicity crashed with OSError in setdata()

2008-09-13 Thread Luca Falavigna
** Visibility changed to: Public

** Changed in: duplicity (Ubuntu)
   Importance: Undecided = Medium

-- 
duplicity crashed with OSError in setdata()
https://bugs.launchpad.net/bugs/205792
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs