[Bug 524562] Re: cloud-init cloud-config-mounts can add duplicate fstab entries

2010-03-08 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init - 0.5.9-0ubuntu1 --- cloud-init (0.5.9-0ubuntu1) lucid; urgency=low * New upstream release. * rename apt list files. 'ubuntu-bug' now works without update (LP: #513060) * replace 'cloudconfig' entries in fstab rather than appending (L

[Bug 524562] Re: cloud-init cloud-config-mounts can add duplicate fstab entries

2010-03-04 Thread Launchpad Bug Tracker
** Branch linked: lp:cloud-init -- cloud-init cloud-config-mounts can add duplicate fstab entries https://bugs.launchpad.net/bugs/524562 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.ubunt

[Bug 524562] Re: cloud-init cloud-config-mounts can add duplicate fstab entries

2010-03-04 Thread Scott Moser
** Changed in: cloud-init (Ubuntu) Status: Confirmed => In Progress ** Changed in: cloud-init (Ubuntu) Assignee: (unassigned) => Scott Moser (smoser) -- cloud-init cloud-config-mounts can add duplicate fstab entries https://bugs.launchpad.net/bugs/524562 You received this bug notific

[Bug 524562] Re: cloud-init cloud-config-mounts can add duplicate fstab entries

2010-03-01 Thread Eric Hammond
I don't think that "uniq -u" does what is needed here.This might be closer to what you're looking for: perl -ni -e 'print if !$seen{$_}++' /etc/fstab but that would also remove repeated comment lines which may be desired in some cases. Best to just not add duplicates in the first place. -- c

[Bug 524562] Re: cloud-init cloud-config-mounts can add duplicate fstab entries

2010-02-25 Thread Dustin Kirkland
Might be nice to pipe the file through uniq -u, write to a tmpfile, and move it back to /etc/fstab to prune dupes. -- cloud-init cloud-config-mounts can add duplicate fstab entries https://bugs.launchpad.net/bugs/524562 You received this bug notification because you are a member of Ubuntu Bugs, w

[Bug 524562] Re: cloud-init cloud-config-mounts can add duplicate fstab entries

2010-02-19 Thread Scott Moser
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/39410692/Dependencies.txt ** Changed in: cloud-init (Ubuntu) Status: New => Confirmed ** Changed in: cloud-init (Ubuntu) Importance: Undecided => Low -- cloud-init cloud-config-mounts can add duplicate fstab ent