[Touch-packages] [Bug 1535349] Re: `df /dev/sda1` no longer reports information for /dev/sda1

2016-01-28 Thread Dave Chiluk
Ok here's the debdiff again, now that I root-caused the source of the uuid lines. ** Patch added: "lp1535349.trusty.debdiff" https://bugs.launchpad.net/ubuntu/+source/coreutils/+bug/1535349/+attachment/4558609/+files/lp1535349.trusty.debdiff -- You received this bug notification because you

[Touch-packages] [Bug 1535349] Re: `df /dev/sda1` no longer reports information for /dev/sda1

2016-01-28 Thread Dave Chiluk
The fix for initramfs-tools appears to be spread out accross commits f135e7cf, be18fee1, f1d6fb37 . -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to coreutils in Ubuntu. https://bugs.launchpad.net/bugs/1535349 Title: `df

[Touch-packages] [Bug 1535349] Re: `df /dev/sda1` no longer reports information for /dev/sda1

2016-01-28 Thread Mathew Hodson
** Changed in: coreutils (Ubuntu Trusty) Status: Confirmed => Triaged ** No longer affects: coreutils (Ubuntu) ** No longer affects: initramfs-tools (Ubuntu) ** Changed in: initramfs-tools (Ubuntu Trusty) Status: Confirmed => Triaged -- You received this bug notification because

[Touch-packages] [Bug 1535349] Re: `df /dev/sda1` no longer reports information for /dev/sda1

2016-01-28 Thread Dave Chiluk
** Also affects: initramfs-tools (Ubuntu) Importance: Undecided Status: New ** Changed in: initramfs-tools (Ubuntu Trusty) Status: New => Confirmed ** Changed in: initramfs-tools (Ubuntu Trusty) Assignee: (unassigned) => Dave Chiluk (chiluk) ** Changed in: initramfs-tools

[Touch-packages] [Bug 1535349] Re: `df /dev/sda1` no longer reports information for /dev/sda1

2016-01-27 Thread Dave Chiluk
I have been doing some more testing with this, and would appreciate some more eyes on this before upload. I have created a ppa with test packages here. https://launchpad.net/~chiluk/+archive/ubuntu/df Thanks ahead of time to anyone who can test the PPA. I've already noticed that on one of my

[Touch-packages] [Bug 1535349] Re: `df /dev/sda1` no longer reports information for /dev/sda1

2016-01-27 Thread Dave Chiluk
It looks like the issue of reporting the uuid device instead of the actual device is a initramfs issue. Basically df will report whatever is in /proc/self/mountinfo, and this appears to be an issue with how fstab is processed. I still have to fully root cause that. -- You received this bug

[Touch-packages] [Bug 1535349] Re: `df /dev/sda1` no longer reports information for /dev/sda1

2016-01-27 Thread Dave Chiluk
It looks like the addition of "resolve_device" to initramfs- tool/scripts/functions and to local fixes the uuid mount that I was seeing on my trusty machine. I will have to do additional work to get initramfs-tools resolved, but it looks like the patch is good. -- You received this bug

[Touch-packages] [Bug 1535349] Re: `df /dev/sda1` no longer reports information for /dev/sda1

2016-01-27 Thread Dave Chiluk
** Changed in: coreutils (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to coreutils in Ubuntu. https://bugs.launchpad.net/bugs/1535349 Title: `df /dev/sda1` no longer reports

[Touch-packages] [Bug 1535349] Re: `df /dev/sda1` no longer reports information for /dev/sda1

2016-01-27 Thread Dave Chiluk
** Patch removed: "lp1535349.trusty.debdiff" https://bugs.launchpad.net/ubuntu/+source/coreutils/+bug/1535349/+attachment/4556038/+files/lp1535349.trusty.debdiff -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to coreutils

[Touch-packages] [Bug 1535349] Re: `df /dev/sda1` no longer reports information for /dev/sda1

2016-01-27 Thread Dave Chiluk
Here's an updated patch with proper attribution, and references to the upstream commits. I decided to do a backport of the relevant portions of df.c from vivid as that is already known to work well rather than attempt to follow the endless trail of patches that exist upstream. That being said I

[Touch-packages] [Bug 1535349] Re: `df /dev/sda1` no longer reports information for /dev/sda1

2016-01-27 Thread Dave Chiluk
** Description changed: - It appears that the latest version of coreutils uploaded to trusty- - updates has a regression in it. We have scripting that checks how much - space we have left on a partition using `df /dev/sda1`. Using coreutils - 8.21-1ubuntu5.1, we can do the following: + [Impact]

[Touch-packages] [Bug 1535349] Re: `df /dev/sda1` no longer reports information for /dev/sda1

2016-01-25 Thread Mathew Hodson
** Changed in: coreutils (Ubuntu) Milestone: trusty-updates => None -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to coreutils in Ubuntu. https://bugs.launchpad.net/bugs/1535349 Title: `df /dev/sda1` no longer reports

[Touch-packages] [Bug 1535349] Re: `df /dev/sda1` no longer reports information for /dev/sda1

2016-01-25 Thread Dave Chiluk
** Changed in: coreutils (Ubuntu) Milestone: None => trusty-updates ** Changed in: coreutils (Ubuntu Trusty) Milestone: None => trusty-updates -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to coreutils in Ubuntu.

[Touch-packages] [Bug 1535349] Re: `df /dev/sda1` no longer reports information for /dev/sda1

2016-01-25 Thread Ubuntu Foundations Team Bug Bot
The attachment "lp1535349.trusty.debdiff" seems to be a debdiff. The ubuntu-sponsors team has been subscribed to the bug report so that they can review and hopefully sponsor the debdiff. If the attachment isn't a patch, please remove the "patch" flag from the attachment, remove the "patch" tag,

[Touch-packages] [Bug 1535349] Re: `df /dev/sda1` no longer reports information for /dev/sda1

2016-01-24 Thread Dave Chiluk
** Changed in: coreutils (Ubuntu) Status: New => Confirmed ** Changed in: coreutils (Ubuntu) Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to coreutils in Ubuntu.

[Touch-packages] [Bug 1535349] Re: `df /dev/sda1` no longer reports information for /dev/sda1

2016-01-24 Thread Dave Chiluk
Here's a first go of the patch. I need to clean it up and show attribution, and what-not. I just wanted to share that there is progress. I have also confirmed that it resolves the issue mentioned in this bug as well as successfully completing the available testcases. ** Patch added:

[Touch-packages] [Bug 1535349] Re: `df /dev/sda1` no longer reports information for /dev/sda1

2016-01-18 Thread Michael Terry
** Changed in: coreutils (Ubuntu) Assignee: (unassigned) => Dave Chiluk (chiluk) ** Also affects: coreutils (Ubuntu Trusty) Importance: Undecided Status: New ** Changed in: coreutils (Ubuntu Trusty) Assignee: (unassigned) => Dave Chiluk (chiluk) -- You received this bug

[Touch-packages] [Bug 1535349] Re: `df /dev/sda1` no longer reports information for /dev/sda1

2016-01-18 Thread Dave Chiluk
** Tags added: regression-update sts -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to coreutils in Ubuntu. https://bugs.launchpad.net/bugs/1535349 Title: `df /dev/sda1` no longer reports information for /dev/sda1 Status in

[Touch-packages] [Bug 1535349] Re: `df /dev/sda1` no longer reports information for /dev/sda1

2016-01-18 Thread Dave Chiluk
Ack thanks for the bug. Verified incorrect behavior exists in trusty, xenial is not experiencing the issue though. I will take a closer look tomorrow when I'm back from vacation. ** Changed in: coreutils (Ubuntu Trusty) Status: New => Confirmed ** Changed in: coreutils (Ubuntu Trusty)