lp:util-linux-ng

Created by VCS imports and last modified
Get this branch:
bzr branch lp:util-linux-ng

Related bugs

Related blueprints

Branch information

Owner:
VCS imports
Project:
Util-Linux-ng
Status:
Development

Import details

Import Status: Failed

This branch is an import of the HEAD branch of the Git repository at git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git.

The import has been suspended because it failed 5 or more times in succession.

Last successful import was .

Import started on izar and finished taking 1 hour — see the log
Import started on russkaya and finished taking 50 seconds — see the log
Import started on neumayer and finished taking 40 seconds — see the log
Import started on pear and finished taking 20 seconds — see the log

Whiteboard

repository moved to git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
downloads moved to ftp://ftp.kernel.org/pub/linux/utils/util-linux/

Recent revisions

8905. By Karel Zak

script: be pedantic and use "%"SCNi64

Signed-off-by: Karel Zak <email address hidden>

8904. By Isaac Dunham <email address hidden>

script: don't assume that time_t is compatible with long

time_t may change to 64-bit on 32-bit Linux kernels at some point;
at that point, it may be desireable to test for issues with dates
past 2038.

[<email address hidden>: - use %jd rather than %lld]

Signed-off-by: Karel Zak <email address hidden>

8903. By Jessica Clarke

sulogin: Use fallback method on the Hurd for detecting consoles

Signed-off-by: James Clarke <email address hidden>

8902. By Karel Zak

libmount: follow docs with parse-error callback return code

The docs says that recoverable errors have rc > 0.

Signed-off-by: Karel Zak <email address hidden>

8901. By Karel Zak

Revert "libblkid: support LSI RAID on partition too"

This reverts commit bc9007c372765ad4a1c7e1d3d69ba8be800f250f.

We need a better way, it seems that the original report is mostly
about udev rules disadvantages than about libblkid bug. See RH
bugzilla (#1172510) for more details.

8900. By Karel Zak

mount, umount, swapon, fsck, lsblk, findmnt: ignore malformed lines

The libmount provides way how to deal with parsing errors in fstab --
on error callback function is executed and according to the return
libmount manipulate with the malformed line, possible are three
states:

  1/ fatal error; all file ignored (callback rc < 0)
  2/ recoverable error; malformed line ignored (callback rc > 0)
  3/ ignore the error (callback rc == 0)

The 2/ is the default if no callback specified.

Unfortunately our utils uses 3/. The correct way is to use 2/.

Signed-off-by: Karel Zak <email address hidden>

8899. By Karel Zak

libblkid: make XFS Log visible for wipefs

Reported-by: Peter Rajnoha <email address hidden>
Signed-off-by: root <email address hidden>
Signed-off-by: Karel Zak <email address hidden>

8898. By Karel Zak

libblkid: support LSI RAID on partition too

Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=1172510
Signed-off-by: Karel Zak <email address hidden>

8897. By Karel Zak

libmount: fix uid= and gid= translation

The current libmount version returns error when no able to convert
username/groupname to uid/git.

 # mount mount /dev/sda1 /mnt/test -o uid=ignore
 # mount: failed to parse mount options

This is regression, the original mount(8) has ignored possible unknown
user/group names and the option has been used unconverted (with the
original value). For example UDF kernel driver depends on this behavior
and "uid=ignore" (or "forgot") is a valid mount option.

Fixed version (unit test):

./test_mount_optstr --fix uid=kzak,gid=forgot,aaa,bbb
optstr: uid=kzak,gid=forgot,aaa,bbb
fixed: uid=1000,gid=forgot,aaa,bbb

Reported-By: Anthony DeRobertis <email address hidden>
Addresses: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=801527
Signed-off-by: Karel Zak <email address hidden>

8896. By Karel Zak

include/pt-mbr-partnames: remove '|' from partition type name

Signed-off-by: Karel Zak <email address hidden>

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.