]>
err.no Git - util-linux/log
Karel Zak [Wed, 1 Jul 2009 19:25:37 +0000 (21:25 +0200)]
uuidd: init /var/run/uuidd, add option for on-demand mode to .rc file
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Wed, 1 Jul 2009 18:55:00 +0000 (20:55 +0200)]
Merge branch 'tytso' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/util-linux-ng into test
Theodore Ts'o [Wed, 1 Jul 2009 03:06:44 +0000 (23:06 -0400)]
libuuid: Don't run uuidd if it would fail due to permission problems
Some distributions don't like installing uuidd setuid or setgid. So
if the setuid or setigid bit is not set with uuidd, and the current
process does not have write access to the UUIDD work directory, don't
try running uuidd, since it won't work properly.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Theodore Ts'o [Wed, 1 Jul 2009 02:49:49 +0000 (22:49 -0400)]
libuuid, uuidd: Avoid infinite loop while reading from the socket fd
If for some reason the uuidd daemon or the process calling uuidd
exited unexpectely, the read_all() function would end up looping
forever, either in uuidd or in libuuid. Fix this terminating the loop
if no data can be read after five tries to read from the file
descriptor.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Theodore Ts'o [Wed, 1 Jul 2009 02:47:54 +0000 (22:47 -0400)]
uuidd: Avoid closing the server socket when calling create_daemon()
In the event that file descriptors 0-2 are closed when uuidd is
started, the server socket could be created as a file descriptor that
will get closed when create_daemon() tries detaching the uuidd daemon
from its controlling tty. Avoid this case by using dup(2).
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Theodore Ts'o [Tue, 30 Jun 2009 01:19:28 +0000 (21:19 -0400)]
libuuid: Make sure fd's 0, 1, and 2 are valid before exec'ing uuidd
When closing all of the file descriptors before starting uuidd, make
sure file descriptors 0, 1, and 2 are reserved by opening /dev/null.
This prevents strange bugs caused by assumptions regarding file
descriptors <= 2 as being special.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Karel Zak [Tue, 30 Jun 2009 13:10:20 +0000 (15:10 +0200)]
uuidd: fix $PIDFILE in uuidd.rc
.. that's very probably a typo.
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Tue, 30 Jun 2009 13:04:49 +0000 (15:04 +0200)]
uuidd: move uuidd.rc to misc-utils directory
The file should be on more visible place.
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Tue, 30 Jun 2009 13:01:29 +0000 (15:01 +0200)]
docs: remove example.files/rc[.local]
Yeah, example files for Linux 1.0.x :-)
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Tue, 30 Jun 2009 11:18:26 +0000 (13:18 +0200)]
libuuid: fix $libdir in uuid.pc
The -L<dir> gcc option is for directories to be searched for .so/.a
files. It means the directory with development stuff. We have devel
libs in /usr/lib[64].
The side effect is that pkg-config does not return -L with standard
system directories (so make(1) output is more readable and shorter).
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Tue, 30 Jun 2009 11:11:05 +0000 (13:11 +0200)]
libblkid: fix $libdir in blkid.pc
The -L<dir> gcc option is for directories to be searched for .so/.a
files. It means the directory with development stuff. We have devel
libs in /usr/lib[64].
The side effect is that pkg-config does not return -L with standard
system directories (so make(1) output is more readable and shorter).
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Tue, 30 Jun 2009 10:41:54 +0000 (12:41 +0200)]
buildsys: move $usr{bin,sbin,lib}execdir definition to ./configure
We need to use $usr{bin,sbin,lib}execdir variables in *.pc.in files
and these files are generated by ./configure script.
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Tue, 30 Jun 2009 09:49:14 +0000 (11:49 +0200)]
libblkid: add install-hook for libuuid.[a,so] devel files
Unfortunately, libtool installs all files to $libdir (/lib), but
we need devel files in $usrlibexecdir (/usr/lib).
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Tue, 30 Jun 2009 09:38:03 +0000 (11:38 +0200)]
libuuid: add install-hook for libuuid.[a,so] devel files
Unfortunately, libtool installs all files to $libdir (/lib), but we need
devel files in $usrlibexecdir (/usr/lib).
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Tue, 30 Jun 2009 09:26:54 +0000 (11:26 +0200)]
libblkid: fix #ifdefs readability
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Tue, 30 Jun 2009 08:18:04 +0000 (10:18 +0200)]
Revert "libuuid: move clock state file from /var/lib to /var/run"
This reverts commit
ab2e7dd17f556d501d27c6b0ae2c0989d5d9dae4 .
The state file clock.txt should be kept in /var/lib, it should remain
valid after a reboot.
Karel Zak [Mon, 29 Jun 2009 23:13:42 +0000 (01:13 +0200)]
include: clean up _PATH_DEV_* macros
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Mon, 29 Jun 2009 22:48:15 +0000 (00:48 +0200)]
losetup: fix return codes of functions arounf is_associated()
Signed-off-by: Karel Zak <kzak@redhat.com>
Kay Sievers [Mon, 29 Jun 2009 19:43:01 +0000 (21:43 +0200)]
mount: allow loop suid umount
Addresses-Suse-Bug: #461732
Signed-off-by: Kay Sievers <kay.sievers@vrfy.org>
Signed-off-by: Karel Zak <kzak@redhat.com>
Jeff Mahoney [Mon, 29 Jun 2009 21:05:36 +0000 (23:05 +0200)]
raw: Use the RAW_SETBIND ioctl without stat'ing the raw# file
The in-kernel ioctl code creates a raw# device on-demand. udev will create
the /dev/raw/raw# file when the device is created automatically.
The current raw userspace code wants to stat the file before using it,
which is unnecessary for setting up the raw device.
This patch stats the file only when query() is called as a singleton, and
it's doubtful it's needed even there. I modified as little code as I could,
though.
[kzak@redhat.com: - check properly fscanf() return code
- add NLS stuff]
Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
Tilman Schmidt [Sun, 10 May 2009 11:54:51 +0000 (13:54 +0200)]
ldattach: add N_PPS support
Add support for a line discipline name "PPS" selecting the
Pulse Per Second line discipline N_PPS (18). The number has been
reserved since kernel release 2.6.28, and the implementation is
finally going to be submitted for kernel release 2.6.31.
Signed-off-by: Tilman Schmidt <tilman@imap.cc>
Karel Zak [Mon, 29 Jun 2009 14:01:42 +0000 (16:01 +0200)]
libuuid: move clock state file from /var/lib to /var/run
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Mon, 29 Jun 2009 13:59:48 +0000 (15:59 +0200)]
uuidd: move uuidd files from /var/lib/libuuid to /var/run/uuidd
Reported-by: Kay Sievers <kay.sievers@vrfy.org>
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Sun, 28 Jun 2009 22:09:02 +0000 (00:09 +0200)]
build-sys: release++ (v2.16-rc1)
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Sun, 28 Jun 2009 22:08:40 +0000 (00:08 +0200)]
docs: update v2.16-ReleaseNotes
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Sun, 28 Jun 2009 20:54:36 +0000 (22:54 +0200)]
docs: add v2.16 ReleaseNotes
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Sun, 28 Jun 2009 20:52:29 +0000 (22:52 +0200)]
build-sys: fix --disable-uuidd
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Sun, 28 Jun 2009 20:28:44 +0000 (22:28 +0200)]
docs: update AUTHORS file
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Sun, 28 Jun 2009 20:25:47 +0000 (22:25 +0200)]
po: merge changes
Signed-off-by: Karel Zak <kzak@redhat.com>
Clytie Siddall [Sun, 28 Jun 2009 20:08:55 +0000 (22:08 +0200)]
po: update vi.po (from translationproject.org)
Karel Zak [Sun, 28 Jun 2009 20:00:31 +0000 (22:00 +0200)]
build-sys: fix libuuid Makefile.am
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Fri, 26 Jun 2009 09:21:02 +0000 (11:21 +0200)]
mount: a little clean up info about loopdevs in man page
Addresses-Debian-Bug: #478600
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Fri, 26 Jun 2009 09:03:21 +0000 (11:03 +0200)]
losetup: suggest to use modprobe rather than insmod in losetup.8
Addresses-Debian-Bug: #334796
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Fri, 26 Jun 2009 08:33:48 +0000 (10:33 +0200)]
mount: add info about obsolete vfat options to mount.8
Addresses-Debian-Bug: #329856
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Fri, 26 Jun 2009 07:49:40 +0000 (09:49 +0200)]
umount: clean up help output
Addresses-Debian-Bug: #320500
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Fri, 26 Jun 2009 07:42:11 +0000 (09:42 +0200)]
docs: remove obsolete information from fstab example
Addresses-Debian-Bug: #507700
Signed-off-by: Karel Zak <kzak@redhat.com>
Olivier Blin [Fri, 26 Jun 2009 07:28:11 +0000 (09:28 +0200)]
po: fix typo in French translation
Addresses-Mandriva-Bug: #42783
Signed-off-by: Olivier Blin <blino@mandriva.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Fri, 26 Jun 2009 07:23:23 +0000 (09:23 +0200)]
docs: refresh TODO list
Signed-off-by: Karel Zak <kzak@redhat.com>
Peter Jones [Fri, 19 Jun 2009 19:44:32 +0000 (15:44 -0400)]
switch_root: do recursiveRemove after our root is moved to avoid races.
This way there's no race between unlinking the /newroot directory and
the MS_MOVE/chroot() to get away from it.
Signed-off-by: Peter Jones <pjones@redhat.com>
Peter Jones [Fri, 19 Jun 2009 19:21:59 +0000 (15:21 -0400)]
switch_root: fork before cleaning up the filesystem.
Fork before cleaning up the old filesystem, so it becomes asyncronous,
which results in a faster boot time.
Signed-off-by: Peter Jones <pjones@redhat.com>
Peter Jones [Fri, 19 Jun 2009 19:21:58 +0000 (15:21 -0400)]
switch_root: use file descriptor instead of path for recursiveRemove()
This makes recursiveRemove() use fdopendir() instead of taking a path,
so we're always sure about which namespace we're starting from.
Signed-off-by: Peter Jones <pjones@redhat.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Tue, 9 Jun 2009 19:11:53 +0000 (21:11 +0200)]
switch_root: add man page
Acked-by: Peter Jones <pjones@redhat.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Tue, 9 Jun 2009 14:35:07 +0000 (16:35 +0200)]
switch_root: use snprintf() rather tan str{cpy,cat}()
Signed-off-by: Peter Jones <pjones@redhat.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Tue, 9 Jun 2009 14:16:46 +0000 (16:16 +0200)]
switch_root: clean up argv[] usage, add -h and -V
Signed-off-by: Peter Jones <pjones@redhat.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Tue, 9 Jun 2009 13:54:00 +0000 (15:54 +0200)]
switch_root: use err.h, clean up return codes
Signed-off-by: Peter Jones <pjones@redhat.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Tue, 9 Jun 2009 13:21:39 +0000 (15:21 +0200)]
build-sys: check for openat() and linux for switch_root
Signed-off-by: Peter Jones <pjones@redhat.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Tue, 9 Jun 2009 11:24:11 +0000 (13:24 +0200)]
switch_root: rewrite to use fstatat() and unlinkat()
Signed-off-by: Peter Jones <pjones@redhat.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Tue, 9 Jun 2009 08:37:45 +0000 (10:37 +0200)]
switch_root: fix coding style
Signed-off-by: Peter Jones <pjones@redhat.com>
Acked-by: Peter Jones <pjones@redhat.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Tue, 9 Jun 2009 08:15:28 +0000 (10:15 +0200)]
build-sys: add --disable-switch_root
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Tue, 9 Jun 2009 07:58:46 +0000 (09:58 +0200)]
switch_root: new command
Copied from Dracut project:
git://dracut.git.sourceforge.net/gitroot/dracut
switch_root history in dracut.git repository:
$ git shortlog switch_root.c
Harald Hoyer (5):
replace switch_root shell script with binary
add \n to switch_root
use switch_root code from http://pjones.fedorapeople.org/mkstart/usr/lib/mkstart/switchroot.c
mount move instead of umount and fix the search for fallback inits
setsid() and set controlling terminal for real /sbin/init
Victor Lowther (2):
Simplify switch_root.c a bit
Remove all files on the initramfs before switching root
Signed-off-by: Peter Jones <pjones@redhat.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Tue, 16 Jun 2009 22:30:51 +0000 (00:30 +0200)]
libblkid: don't require udev symlinks verification for non-root users
There is noway how to verify LABEL/UUID for non-root users, we have to
follow udev symlinks or use cached information from blkid.tab. Use
unverified symlinks is faster.
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Wed, 10 Jun 2009 07:37:43 +0000 (09:37 +0200)]
mount: move MS_{PROPAGATION,BIND,MOVE} detection
The previous commit does not properly fix the problem with "none"
fstype and MS_{PROPAGATION,BIND,MOVE} flags. The real fstype has to
be replaced with "none" before we try to use /sbin/mount.<type>
helper.
Old version:
# grep test /proc/self/mountinfo
16 18 0:19 / /mnt/test rw,relatime - tmpfs tmpfs rw
# ./mount -v -v -v --make-private /mnt/test
mount: fstab path: "/etc/fstab"
mount: mtab path: "/etc/mtab"
mount: lock path: "/etc/mtab~"
mount: temp path: "/etc/mtab.tmp"
mount: UID: 0
mount: eUID: 0
mount: spec: "tmpfs"
mount: node: "/mnt/test"
mount: types: "tmpfs"
mount: opts: "rw"
mount: external mount: argv[0] = "/sbin/mount.tmpfs"
mount: external mount: argv[1] = "tmpfs"
mount: external mount: argv[2] = "/mnt/test"
mount: external mount: argv[3] = "-v"
mount: external mount: argv[4] = "-o"
mount: external mount: argv[5] = "rw"
tmpfs on /mnt/test type tmpfs (rw)
# grep test /proc/self/mountinfo
16 18 0:19 / /mnt/test rw,relatime - tmpfs tmpfs rw
17 16 0:20 / /mnt/test rw,relatime - tmpfs tmpfs rw
Fixed version:
# grep test /proc/self/mountinfo
16 18 0:19 / /mnt/test rw,relatime - tmpfs tmpfs rw
# ./mount -v -v -v --make-private /mnt/test
mount: fstab path: "/etc/fstab"
mount: mtab path: "/etc/mtab"
mount: lock path: "/etc/mtab~"
mount: temp path: "/etc/mtab.tmp"
mount: UID: 0
mount: eUID: 0
mount: spec: "tmpfs"
mount: node: "/mnt/test"
mount: types: "tmpfs"
mount: opts: "rw"
mount: mount(2) syscall: source: "tmpfs", target: "/mnt/test",
filesystemtype: "none", mountflags: 262144, data: (null)
# grep test /proc/self/mountinfo
16 18 0:19 / /mnt/test rw,relatime - tmpfs tmpfs rw
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Tue, 9 Jun 2009 22:00:09 +0000 (00:00 +0200)]
mount: use "none" fstype for MS_PROPAGATION mounts
Reported-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Tue, 9 Jun 2009 07:56:09 +0000 (09:56 +0200)]
po: refresh POTFILES.in
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Mon, 1 Jun 2009 19:48:26 +0000 (21:48 +0200)]
mount: add ext4 to the list of filesystems in mount.8
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Mon, 1 Jun 2009 10:36:23 +0000 (12:36 +0200)]
mount: add ext4 to mount.8
Based on Documentation/filesystems/ext4.txt
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Mon, 1 Jun 2009 09:32:44 +0000 (11:32 +0200)]
mount: cleanup notes about -l option in mount.8
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Fri, 29 May 2009 19:46:00 +0000 (21:46 +0200)]
losetup: add --set-capacity
The LOOP_SET_CAPACITY allows to resize loop device size.
Example:
# blockdev --getsize64 /dev/loop0
10485760
# dd if=/dev/zero of=/home/images/aaa.img count=10 bs=1M oflag=append conv=notrunc
# blockdev --getsize64 /dev/loop0
10485760
# ./losetup --set-capacity /dev/loop0
# blockdev --getsize64 /dev/loop0
20971520
CC: J. R. Okajima <hooanon05@yahoo.co.jp>
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Fri, 29 May 2009 11:20:47 +0000 (13:20 +0200)]
mount: use TAG parsing function from libblkid
Signed-off-by: Karel Zak <kzak@redhat.com>
Jakob Unterwurzacher [Sat, 17 Jan 2009 01:38:32 +0000 (02:38 +0100)]
ionice: Allow setting the none class
Allow users to set the "none" class on processes. Using the
none class has the distict advantage that the io priority
is inherited from the cpu nice level. Update the man page
to reflect the change.
Signed-off-by: Jakob Unterwurzacher <jakobunt@gmail.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
Milan Broz [Thu, 7 May 2009 17:00:44 +0000 (19:00 +0200)]
blkid: add device-mapper snapshot cow device probe
The copy-on-write area of device-mapper snapshot has
SnAp identifier, disk header is written directly by kernel.
[kzak@redhat.com: - rename from "snap_cow" to "DM_snapshot_cow"]
Signed-off-by: Milan Broz <mbroz@redhat.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
Milan Broz [Thu, 7 May 2009 17:00:43 +0000 (19:00 +0200)]
blkid: fix LVM1 probe
Fix LVM1 probe and UUID parse.
Signed-off-by: Milan Broz <mbroz@redhat.com>
John Keeping [Mon, 25 May 2009 11:24:46 +0000 (12:24 +0100)]
hwclock: fix mismatched popen/fclose.
date_child_fp is opened by popen, so should be closed with pclose.
Signed-off-by: John Keeping <john.keeping@lineone.net>
Reviewed-by: WANG Cong <xiyou.wangcong@gmail.com>
Karel Zak [Wed, 27 May 2009 20:20:11 +0000 (22:20 +0200)]
docs: add missing commands/projects to AUTHORS file
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Wed, 27 May 2009 14:27:50 +0000 (16:27 +0200)]
tests: fix script that creates lscpu dumps
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Wed, 27 May 2009 14:06:04 +0000 (16:06 +0200)]
tests: move lscpu /proc and /sys dumps to tarballs
It's easy to maintain few tarballs that tons of files.
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Wed, 27 May 2009 13:47:49 +0000 (15:47 +0200)]
tests: remove broken Xen dumps for lscpu
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Wed, 27 May 2009 13:20:01 +0000 (15:20 +0200)]
tests: don't run some mount tests for non-root users
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Wed, 27 May 2009 13:05:02 +0000 (15:05 +0200)]
tests: fix reiserfs test
For more details see
5b3f8e4f961298a9ca296f8362a717c1a4dd2ee0 .
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Wed, 27 May 2009 13:03:22 +0000 (15:03 +0200)]
tests: add mdraid libblkid test
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Mon, 25 May 2009 08:36:08 +0000 (10:36 +0200)]
libblkid: fix reiserfs name
Reported-by: Jonas Karlsson <cj.karlsson@gmail.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Fri, 22 May 2009 12:56:42 +0000 (14:56 +0200)]
tests: fix 'delete extended partition' checksum
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Fri, 22 May 2009 07:58:23 +0000 (09:58 +0200)]
build-sys: add --disable-uuidd
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Fri, 22 May 2009 07:08:43 +0000 (09:08 +0200)]
uuidd: new command (UUID daemon from e2fsprogs)
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Thu, 21 May 2009 14:04:46 +0000 (16:04 +0200)]
libuuid: add .gitignore
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Thu, 21 May 2009 14:02:42 +0000 (16:02 +0200)]
uuidgen: new command (from e2fsprogs)
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Thu, 21 May 2009 13:52:24 +0000 (15:52 +0200)]
build-sys: add --disable-tls
* add AX_TLS autoconf macro
* add --disabletls option
* cleanup gen_uuid.c code to remove gcc warnings when compiled
without TLS macro.
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Tue, 19 May 2009 12:17:18 +0000 (14:17 +0200)]
build-sys: enable fsck by default
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Tue, 19 May 2009 12:08:54 +0000 (14:08 +0200)]
build-sys: add --disable-libblkid, remove volume_id support
Supported scenarios:
* internal libblkid (--enable-libblkid, default)
* external libblkid (--disable-libblkid)
- systems without pkg-config
- systems with pkg-config
* systems without libblkid at all
(requires --disable-mount and --disable-fsck)
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Tue, 19 May 2009 11:52:43 +0000 (13:52 +0200)]
mount: (and fsck) remove libvolume_id support
The libvolume_id is deprecated in favor of libblkid. The libblkid from
u-l-ng provides the same functionality as libvolume_id.
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Mon, 18 May 2009 14:01:27 +0000 (16:01 +0200)]
build-sys: cleanup libuuid stuff
Supported scenarios:
* internal libuuid (--enable-libuuid, default)
* external libuuid (--disable-libuuid)
- systems without pkg-config
- systems with pkg-config
* systems without libuuid at all (the library is optional for u-l-ng)
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Mon, 18 May 2009 13:59:55 +0000 (15:59 +0200)]
build-sys: fix headers in mkswap and libblkid
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Mon, 18 May 2009 07:35:32 +0000 (09:35 +0200)]
build-sys: add UTIL_{SET,RESTORE}_FLAGS
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Sat, 16 May 2009 00:25:37 +0000 (02:25 +0200)]
libblkid: update man page
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Fri, 15 May 2009 23:50:04 +0000 (01:50 +0200)]
libuuid: add info about u-l-ng to man pages
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Fri, 15 May 2009 23:26:35 +0000 (01:26 +0200)]
libuuid: add --disable-libuuid and LIBUUID_VERSION
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Fri, 15 May 2009 23:01:36 +0000 (01:01 +0200)]
libuuid: import UUID library from e2fsprogs
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Thu, 21 May 2009 11:20:10 +0000 (13:20 +0200)]
mount: fix undefined reference to `security_get_initial_context'
> Gentoo-hardened stable have: sys-libs/libselinux-1.34.14
> I have:
> mount.c:(.text+0x12ce): undefined reference to `security_get_initial_context'
Reported-by: Максим Бритов <maxim.britov@gmail.com>
Addresses-Gentoo-Bug: #270168
Signed-off-by: Karel Zak <kzak@redhat.com>
Zdenek Behan [Tue, 19 May 2009 14:19:32 +0000 (16:19 +0200)]
fdisk: add simple test for doslabel stuff
Initial tests/fdisk patch to test most of the doslabel-related stuff.
Coverage of dos-related functions is about 60%, does not test the
verify/fix-PT code.
[kzak@redhat.com: - fix test design to match to
output/expect/diff idea]
Signed-off-by: Zdenek Behan <rain@matfyz.cz>
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Tue, 19 May 2009 14:13:09 +0000 (16:13 +0200)]
tests: add functions for work withdisk images
Signed-off-by: Karel Zak <kzak@redhat.com>
Chris Webb [Wed, 13 May 2009 14:54:23 +0000 (15:54 +0100)]
fdisk: (and cfdisk) fix to be consistent about maximum heads
Fix fdisk and cfdisk to be consistent about maximum heads
Without this patch, fdisk allows up to 256 heads to be set via the menu, but
only up to 255 heads by command line -H. Similarly, cfdisk's -H option also
enforces heads <= 255 instead of heads <= 256.
The strange limit of 256 comes about because (heads - 1) should fit in a
single byte for legacy CHS. Geometries of 256 heads and 32 sectors are seen
in disks from other operating systems where cylinder-aligned partitions
which are also aligned to a 4MB boundary are wanted.
Signed-off-by: Chris Webb <chris@arachsys.com>
Tom Prince [Fri, 15 May 2009 02:43:02 +0000 (22:43 -0400)]
cal: uClibc has langinfo.h but not _NL_TIME_WEEK_1STDAY.
Signed-off-by: Tom Prince <cougar@hermes>
Karel Zak [Thu, 14 May 2009 18:28:11 +0000 (20:28 +0200)]
blkid: cleanup debug messages and return codes in blkid_do_probe()
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Thu, 14 May 2009 16:29:03 +0000 (18:29 +0200)]
blkid: blkid_do_safeprobe() has to be tolerant to RAIDs
It's pretty generic that RAID signature is on the same device as FS
signature. We have to be tolerant and ignore filesystems signatures
on such devices. The RAID signature is always preferred.
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Thu, 14 May 2009 16:04:55 +0000 (18:04 +0200)]
blkid: fix "hangs forever with partition type mdraid"
> #:> blkid /dev/sda7
> /dev/sda7: UUID="
c193d159 -1fd4-1a4b-4037-
f3433e016f3d " TYPE="mdraid"
>
> The blkid binary build from the util-linux-ng sources just hangs
> forever with 100% cpu load with the same command.
Reported-by: Juergen Daubert <jue@jue.li>
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Thu, 14 May 2009 15:40:52 +0000 (17:40 +0200)]
build-sys: complete /libs to /shlibs rename
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Thu, 14 May 2009 13:38:50 +0000 (15:38 +0200)]
build-sys: rename /libs to /shlibs
On Wed, May 13, 2009 at 05:38:49AM -0400, Christoph Hellwig wrote:
> Also the lib vs libs toplevel directories probably aren't a too good
> choice.
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Tue, 12 May 2009 19:22:19 +0000 (21:22 +0200)]
blkid: make libuuid optional
read.c:28:23: error: uuid/uuid.h: No such file or directory
make[3]: *** [read.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
Reported-by: Olaf <mailinglists@ban-solms.de>
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Mon, 11 May 2009 13:06:06 +0000 (15:06 +0200)]
build-sys: fix blkid.h include for old e2fsprogs
When building util-linux-ng-2.15, I get this:
../lib/fsprobe.c:10:19: error: blkid.h: No such file or directory
Unfortunately, the blkid.pc uses -I${includedir}/blkidi since
e2fsprogs v1.41.2. The old versions use -I${includedir} only.
Reported-by: Robert Schwebel <r.schwebel@pengutronix.de>
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Mon, 11 May 2009 09:49:00 +0000 (11:49 +0200)]
build-sys: fix "make -C" bug
Running:
./configure --with-fsprobe=builtin
make -C mount mount
causes the following error:
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -include ../config.h
-I../include -DLOCALEDIR=\"/home/matthew/util-linux-ng/share/locale\"
-fsigned-char -I../libs/blkid/src -g -O2 -MT mount-setproctitle.o
-MD -MP -MF .deps/mount-setproctitle.Tpo -c -o mount-setproctitle.o
`test -f '../lib/setproctitle.c' || echo './'`../lib/setproctitle.c mv
-f .deps/mount-setproctitle.Tpo .deps/mount-setproctitle.Po
make -C
make: option requires an argument -- 'C'
Usage: make [options] [target] ...
...
Reported-by: Matthew Burgess <matthew@linuxfromscratch.org>
Signed-off-by: Karel Zak <kzak@redhat.com>