[Touch-packages] [Bug 1406133] Re: findmnt: libsmartcols ASCII art problem [patch]

2020-08-29 Thread Chris Hofstaedtler
** Changed in: util-linux (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to util-linux in Ubuntu.
https://bugs.launchpad.net/bugs/1406133

Title:
  findmnt: libsmartcols ASCII art problem [patch]

Status in util-linux package in Ubuntu:
  Fix Released

Bug description:
  The libsmartcols component used by findmnt to draw the filesystem tree
  is smart enough to wrap lines in case the output doesn’t fit into the
  screen. However, it fails to draw the lines correctly in this case.
  Attached patch fixes the problem. Someone more knowledgeable in
  libsmartcols internals might want to change the buffer size from an
  arbitrary 1024 to something taken from actual data, the best way to do
  that eludes me.

  Sample of incorrect output:

  --%<
  ├─/boot  /dev/sda1  ext3
rw,relatime,data=ordered
  ├─/usr   /dev/mapper/vgshadow-ubuntu_usr
  ext4
rw,noatime,data=ordered
  ├─/var   /dev/mapper/vgshadow-ubuntu_var
  ext4
rw,noatime,data=ordered
  ├─/home  /dev/mapper/vgshadow-home
  ext4
rw,noatime,data=ordered
  └─/srv   /dev/mapper/vgshadow-srv
  reiserfs
rw,noatime,notail
  --%<

  Patch adds missing vertical lines at any level necessary.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/1406133/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1406133] Re: findmnt: libsmartcols ASCII art problem [patch]

2014-12-28 Thread Roman Odaisky
Attaching full sample of incorrect output in a separate file.

** Attachment added: "libsmartcols-art-problem.txt"
   
https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/1406133/+attachment/4288864/+files/libsmartcols-art-problem.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to util-linux in Ubuntu.
https://bugs.launchpad.net/bugs/1406133

Title:
  findmnt: libsmartcols ASCII art problem [patch]

Status in util-linux package in Ubuntu:
  New

Bug description:
  The libsmartcols component used by findmnt to draw the filesystem tree
  is smart enough to wrap lines in case the output doesn’t fit into the
  screen. However, it fails to draw the lines correctly in this case.
  Attached patch fixes the problem. Someone more knowledgeable in
  libsmartcols internals might want to change the buffer size from an
  arbitrary 1024 to something taken from actual data, the best way to do
  that eludes me.

  Sample of incorrect output:

  --%<
  ├─/boot  /dev/sda1  ext3
rw,relatime,data=ordered
  ├─/usr   /dev/mapper/vgshadow-ubuntu_usr
  ext4
rw,noatime,data=ordered
  ├─/var   /dev/mapper/vgshadow-ubuntu_var
  ext4
rw,noatime,data=ordered
  ├─/home  /dev/mapper/vgshadow-home
  ext4
rw,noatime,data=ordered
  └─/srv   /dev/mapper/vgshadow-srv
  reiserfs
rw,noatime,notail
  --%<

  Patch adds missing vertical lines at any level necessary.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/1406133/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1406133] Re: findmnt: libsmartcols ASCII art problem [patch]

2014-12-28 Thread Ubuntu Foundations Team Bug Bot
The attachment "libsmartcols-art-fix.diff" seems to be a patch.  If it
isn't, please remove the "patch" flag from the attachment, remove the
"patch" tag, and if you are a member of the ~ubuntu-reviewers,
unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issues please contact him.]

** Tags added: patch

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to util-linux in Ubuntu.
https://bugs.launchpad.net/bugs/1406133

Title:
  findmnt: libsmartcols ASCII art problem [patch]

Status in util-linux package in Ubuntu:
  New

Bug description:
  The libsmartcols component used by findmnt to draw the filesystem tree
  is smart enough to wrap lines in case the output doesn’t fit into the
  screen. However, it fails to draw the lines correctly in this case.
  Attached patch fixes the problem. Someone more knowledgeable in
  libsmartcols internals might want to change the buffer size from an
  arbitrary 1024 to something taken from actual data, the best way to do
  that eludes me.

  Sample of incorrect output:

  --%<
  ├─/boot  /dev/sda1  ext3
rw,relatime,data=ordered
  ├─/usr   /dev/mapper/vgshadow-ubuntu_usr
  ext4
rw,noatime,data=ordered
  ├─/var   /dev/mapper/vgshadow-ubuntu_var
  ext4
rw,noatime,data=ordered
  ├─/home  /dev/mapper/vgshadow-home
  ext4
rw,noatime,data=ordered
  └─/srv   /dev/mapper/vgshadow-srv
  reiserfs
rw,noatime,notail
  --%<

  Patch adds missing vertical lines at any level necessary.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/1406133/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1406133] Re: findmnt: libsmartcols ASCII art problem [patch]

2015-01-05 Thread Brian Murray
** Changed in: util-linux (Ubuntu)
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to util-linux in Ubuntu.
https://bugs.launchpad.net/bugs/1406133

Title:
  findmnt: libsmartcols ASCII art problem [patch]

Status in util-linux package in Ubuntu:
  New

Bug description:
  The libsmartcols component used by findmnt to draw the filesystem tree
  is smart enough to wrap lines in case the output doesn’t fit into the
  screen. However, it fails to draw the lines correctly in this case.
  Attached patch fixes the problem. Someone more knowledgeable in
  libsmartcols internals might want to change the buffer size from an
  arbitrary 1024 to something taken from actual data, the best way to do
  that eludes me.

  Sample of incorrect output:

  --%<
  ├─/boot  /dev/sda1  ext3
rw,relatime,data=ordered
  ├─/usr   /dev/mapper/vgshadow-ubuntu_usr
  ext4
rw,noatime,data=ordered
  ├─/var   /dev/mapper/vgshadow-ubuntu_var
  ext4
rw,noatime,data=ordered
  ├─/home  /dev/mapper/vgshadow-home
  ext4
rw,noatime,data=ordered
  └─/srv   /dev/mapper/vgshadow-srv
  reiserfs
rw,noatime,notail
  --%<

  Patch adds missing vertical lines at any level necessary.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/1406133/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1406133] Re: findmnt: libsmartcols ASCII art problem [patch]

2015-01-06 Thread Martin Pitt
Thanks! Forwarded to upstream: https://github.com/karelzak/util-
linux/issues/137

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to util-linux in Ubuntu.
https://bugs.launchpad.net/bugs/1406133

Title:
  findmnt: libsmartcols ASCII art problem [patch]

Status in util-linux package in Ubuntu:
  New

Bug description:
  The libsmartcols component used by findmnt to draw the filesystem tree
  is smart enough to wrap lines in case the output doesn’t fit into the
  screen. However, it fails to draw the lines correctly in this case.
  Attached patch fixes the problem. Someone more knowledgeable in
  libsmartcols internals might want to change the buffer size from an
  arbitrary 1024 to something taken from actual data, the best way to do
  that eludes me.

  Sample of incorrect output:

  --%<
  ├─/boot  /dev/sda1  ext3
rw,relatime,data=ordered
  ├─/usr   /dev/mapper/vgshadow-ubuntu_usr
  ext4
rw,noatime,data=ordered
  ├─/var   /dev/mapper/vgshadow-ubuntu_var
  ext4
rw,noatime,data=ordered
  ├─/home  /dev/mapper/vgshadow-home
  ext4
rw,noatime,data=ordered
  └─/srv   /dev/mapper/vgshadow-srv
  reiserfs
rw,noatime,notail
  --%<

  Patch adds missing vertical lines at any level necessary.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/1406133/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1406133] Re: findmnt: libsmartcols ASCII art problem [patch]

2015-02-15 Thread Martin Pitt
Fixed upstream in https://github.com/karelzak/util-linux/commit/8501d9b

Thanks!

** Changed in: util-linux (Ubuntu)
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to util-linux in Ubuntu.
https://bugs.launchpad.net/bugs/1406133

Title:
  findmnt: libsmartcols ASCII art problem [patch]

Status in util-linux package in Ubuntu:
  Fix Committed

Bug description:
  The libsmartcols component used by findmnt to draw the filesystem tree
  is smart enough to wrap lines in case the output doesn’t fit into the
  screen. However, it fails to draw the lines correctly in this case.
  Attached patch fixes the problem. Someone more knowledgeable in
  libsmartcols internals might want to change the buffer size from an
  arbitrary 1024 to something taken from actual data, the best way to do
  that eludes me.

  Sample of incorrect output:

  --%<
  ├─/boot  /dev/sda1  ext3
rw,relatime,data=ordered
  ├─/usr   /dev/mapper/vgshadow-ubuntu_usr
  ext4
rw,noatime,data=ordered
  ├─/var   /dev/mapper/vgshadow-ubuntu_var
  ext4
rw,noatime,data=ordered
  ├─/home  /dev/mapper/vgshadow-home
  ext4
rw,noatime,data=ordered
  └─/srv   /dev/mapper/vgshadow-srv
  reiserfs
rw,noatime,notail
  --%<

  Patch adds missing vertical lines at any level necessary.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/1406133/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp