[Bug 806065] Re: apt_btrfs_snapshot.py, line 30, in from_line return FstabEntry(*line.split()) TypeError: __init__() takes exactly 7 arguments (5 given)

2011-07-06 Thread Michael Vogt
Could you please attach your /etc/fstab to this report? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/806065 Title: apt_btrfs_snapshot.py, line 30, in from_line return FstabEntry(*line.split())

Re: [Bug 806065] Re: apt_btrfs_snapshot.py, line 30, in from_line return FstabEntry(*line.split()) TypeError: __init__() takes exactly 7 arguments (5 given)

2011-07-06 Thread Per-Inge
OK, Here is the fstab On 07/06/2011 10:09 AM, Michael Vogt wrote: Could you please attach your /etc/fstab to this report? ** Attachment added: fstab https://bugs.launchpad.net/bugs/806065/+attachment/2193885/+files/fstab -- You received this bug notification because you are a member of

[Bug 806065] Re: apt_btrfs_snapshot.py, line 30, in from_line return FstabEntry(*line.split()) TypeError: __init__() takes exactly 7 arguments (5 given)

2011-07-06 Thread Jean-Baptiste Lallement
Thanks. The problem is caused by missing (and optional) fs_freq and fs_passno for nfs entries. Setting to triage. ** Changed in: update-manager (Ubuntu Oneiric) Status: Confirmed = Triaged ** Summary changed: - apt_btrfs_snapshot.py, line 30, in from_line return