By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.
Bug 1405 - kdf does not handle 'LABEL=' lines correctly
Summary: kdf does not handle 'LABEL=' lines correctly
Status: RESOLVED FIXED
Alias: None
Product: TDE
Classification: Unclassified
Component: tdeutils (show other bugs)
Version: 3.5.13 [Trinity]
Hardware: All Linux
: P5 normal
Assignee: Timothy Pearson
URL:
Depends on:
Blocks:
 
Reported: 2013-02-15 13:32 CST by Francois Andriot
Modified: 2013-02-25 20:48 CST (History)
3 users (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments
kdf : ignores 'LABEL=' lines (redhat legacy patch) (646 bytes, patch)
2013-02-15 13:36 CST, Francois Andriot
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Francois Andriot 2013-02-15 13:32:48 CST
Hello, using 'kdf' from TDE 3.5.13.1, when using an FSTAB with "LABEL=" lines, these lines are not displayed correctly in KDF.
The lines are shown as:
 Size: N.D
 Free: N.D
 %Free: N.D

BUT the corresponding filesystems still appear on other lines with block device names (e.g: /dev/sda1, /dev/sda2, etc ...)
Comment 1 Francois Andriot 2013-02-15 13:36:41 CST
Created attachment 1107 [details]
kdf : ignores 'LABEL=' lines (redhat legacy patch)

The attached patch, which comes from old Redhat packages, workarounds the KDF issue by simply not displaying the 'LABEL=' lines.
The filesystems are still visible with their block devices (/dev/sda1 ...) names.
Comment 2 Slávek Banko 2013-02-17 05:47:43 CST
Fixed in GIT hash 31a0d179 and also in v3.5.13-sru branch.