chiark / gitweb /
Michal Schmidt [Tue, 26 Jun 2012 09:42:52 +0000 (11:42 +0200)]
service: pass via FAILED/DEAD before going to AUTO_RESTART
With misconfigured mysql, which uses Restart=always, the following two
messages would loop indefinitely and the "systemctl start" would never
finish:
Job pending for unit, delaying automatic restart.
mysqld.service holdoff time over, scheduling restart.
In service_enter_dead() always set the state to SERVICE_FAILED/DEAD first
before setting SERVICE_AUTO_RESTART. This is to allow running jobs to
complete. OnFailure will be also triggered at this point, so there's no
need to do it again from service_stop() (where it was added in commit
f0c7b229).
Note that OnFailure units should better trigger only after giving up
auto-restarting, but that's for another patch to solve.
https://bugzilla.redhat.com/show_bug.cgi?id=832039
Michal Schmidt [Tue, 26 Jun 2012 09:32:30 +0000 (11:32 +0200)]
service: fix incorrect argument
The last argument to service_enter_dead() is bool allow_restart, not
a service result.
Lennart Poettering [Mon, 25 Jun 2012 22:21:13 +0000 (00:21 +0200)]
man: document systemd-shutdownd
Lennart Poettering [Mon, 25 Jun 2012 22:15:59 +0000 (00:15 +0200)]
man: document systemd-initctl
Lennart Poettering [Mon, 25 Jun 2012 22:12:00 +0000 (00:12 +0200)]
man: various minor fixes
Lennart Poettering [Mon, 25 Jun 2012 22:04:50 +0000 (00:04 +0200)]
man: document systemd-hostnamed
Lennart Poettering [Mon, 25 Jun 2012 22:03:43 +0000 (00:03 +0200)]
bus: drop HaveWatchdog option
Clients should always watch /dev/watchdog directly, instead of going
indirect. Let's keep our stacks small.
Tom Gundersen [Mon, 25 Jun 2012 20:50:41 +0000 (22:50 +0200)]
man: fix typo in sysntemd-user-sessions.service page
Lennart Poettering [Mon, 25 Jun 2012 21:55:35 +0000 (23:55 +0200)]
man: document localed
Lennart Poettering [Mon, 25 Jun 2012 20:57:20 +0000 (22:57 +0200)]
systemctl: make sure we print URLs we can't show in systemctl in a nicely clickable way
Lennart Poettering [Mon, 25 Jun 2012 20:56:45 +0000 (22:56 +0200)]
man: document systemd-timedated.service
Lennart Poettering [Mon, 25 Jun 2012 20:07:58 +0000 (22:07 +0200)]
man: document systemd-update-utmp-runlevel
Lennart Poettering [Mon, 25 Jun 2012 18:16:15 +0000 (20:16 +0200)]
cryptsetup: fix escaping when generating cryptsetup units
Lennart Poettering [Mon, 25 Jun 2012 15:35:13 +0000 (17:35 +0200)]
tmpfiles: write /run/nologin during early boot to disallow too early user logins
systemd-user-sessoins.service will later on remove the flag file, thus
permitting user logins when the time has come.
Lennart Poettering [Mon, 25 Jun 2012 15:34:50 +0000 (17:34 +0200)]
man: document systemd-user-sessions.service
Lennart Poettering [Mon, 25 Jun 2012 13:49:05 +0000 (15:49 +0200)]
build-sys: make distcheck pass
Lennart Poettering [Mon, 25 Jun 2012 12:27:58 +0000 (14:27 +0200)]
units: rename cryptsetup@.service to systemd-cryptsetup@.service
It's also our own code, hence should have the prefix.
Lennart Poettering [Mon, 25 Jun 2012 12:24:56 +0000 (14:24 +0200)]
units: rename halt/hibernate/kexec/poweroff/reboot/suspend to systed-xxx
These service units also execute our own code, hence rename the
accordingly and prefix them with systemd-
Lennart Poettering [Mon, 25 Jun 2012 11:47:45 +0000 (13:47 +0200)]
units: rename fsck@.service to systemd-fsck@.service
The rule is that units that encapsulate our own code are prefixed with
"systemd-". Since the fsck units invoke our own code, hence add the
missing prefix. Since a long long time the fsck units didn't invoke the
naked fsck binaries anymore, and it is unlikely that this well ever
change. On the opposite: the code in systemd-fsck will probably get more
complex over time to handle fsck progress to plymouth forwarding.
Same for quotacheck (but not quotaon!)
Lennart Poettering [Mon, 25 Jun 2012 11:08:23 +0000 (13:08 +0200)]
man: document systemd-remount-fs.service
Lennart Poettering [Mon, 25 Jun 2012 10:13:17 +0000 (12:13 +0200)]
man: document systemd-random-seed-load.service
Lennart Poettering [Mon, 25 Jun 2012 10:01:09 +0000 (12:01 +0200)]
units: stop sleep.target when it has done its job
Lennart Poettering [Mon, 25 Jun 2012 10:00:43 +0000 (12:00 +0200)]
man: document systemd-vconsole-setup.service
Lennart Poettering [Fri, 22 Jun 2012 21:14:19 +0000 (23:14 +0200)]
man: introduce bootup(7)
Lennart Poettering [Fri, 22 Jun 2012 14:59:32 +0000 (16:59 +0200)]
man: add more references to k-c-l(7)
Lennart Poettering [Fri, 22 Jun 2012 14:57:13 +0000 (16:57 +0200)]
man: fix references to udev man page
Lennart Poettering [Fri, 22 Jun 2012 14:57:01 +0000 (16:57 +0200)]
man: add reference to bootparam(7) even though it is terribly out of date
Lennart Poettering [Fri, 22 Jun 2012 14:29:26 +0000 (16:29 +0200)]
man: mention other initrd implementations in kernel-command-line(7)
Lennart Poettering [Fri, 22 Jun 2012 14:24:57 +0000 (16:24 +0200)]
unit: drop the Names= option
Names= is a source of errors, simply because alias names specified like
this only become relevant after a unit has been loaded but cannot be
used to load a unit.
Let's get rid of the confusion and drop this field. To establish alias
names peope should use symlinks, which have the the benefit of being
useful as key to load a unit, even though they are not taken into
account if unit names are listed but they haven't been explicitly
referenced before.
Lennart Poettering [Fri, 22 Jun 2012 14:18:47 +0000 (16:18 +0200)]
dbus: don't expose SysVInitPath and SysVRcndPath on the bus
People should use systemd.pc if anything at all to determine these
directories, and people should not assume that the bus fields are part
of the supported API, so let's just drop this.
Lennart Poettering [Fri, 22 Jun 2012 11:16:28 +0000 (13:16 +0200)]
core: remove sysv_console option
This option never made much sense. It was originally intended to make
sure that the usual startup output of sysv scripts goes to the terminal.
However, since SysV scripts started from a terminal would not output to
that terminal, but rather /dev/console this effect was more often than
not actually taking place. Nowadays systemd has much nicer boot time
status output than SysV which makes the sysv output redundant. Finally,
all output of services goes to the journal anyway, and is not lost.
Hence, let's drop this option, and simplify things a bit.
Lennart Poettering [Fri, 22 Jun 2012 11:08:48 +0000 (13:08 +0200)]
systemctl: automatically turn paths and unescaped unit names into proper unit names
This makes sure that
systemctl status /home
is implicitly translated to:
systemctl status /home.mount
Similar, /dev/foobar becomes dev-foobar.device.
Also, all characters that cannot be part of a unit name are implicitly
escaped.
Lennart Poettering [Fri, 22 Jun 2012 09:39:04 +0000 (11:39 +0200)]
modules-load: parse driver=/rd.driver= kernel command line option
This generalizes logic that already has been available in dracut before.
Lennart Poettering [Fri, 22 Jun 2012 08:38:40 +0000 (10:38 +0200)]
man: refer to udevd by its service name not binary name
Since the binary name is now hidden away in /usr/lib/ the primary user
handle for the udev service is the unit name, hence change the man page
to be available under the unit name, and make the binary name an alias
for it.
Lennart Poettering [Fri, 22 Jun 2012 08:27:05 +0000 (10:27 +0200)]
fstab-generator: support fstab=/rd.fstab= kernel cmdline
This generalizes functionality already available in dracut.
Lennart Poettering [Fri, 22 Jun 2012 08:13:50 +0000 (10:13 +0200)]
man: add more links to kernel-command-line(7)
Lennart Poettering [Fri, 22 Jun 2012 08:11:06 +0000 (10:11 +0200)]
cryptsetup: allow configuration of LUKS disks via the kernel cmdline
This generalizes a bit of the functionality already available in dracut.
Lennart Poettering [Thu, 21 Jun 2012 23:47:43 +0000 (01:47 +0200)]
man: prettify logind man page
Lennart Poettering [Thu, 21 Jun 2012 23:38:42 +0000 (01:38 +0200)]
man: minor typo fixes
Lennart Poettering [Thu, 21 Jun 2012 23:35:52 +0000 (01:35 +0200)]
man: document all kernel command line options we understand
Lennart Poettering [Thu, 21 Jun 2012 22:19:13 +0000 (00:19 +0200)]
journal: fix sd_journal_stream_fd()
Eelco Dolstra [Thu, 21 Jun 2012 20:40:47 +0000 (16:40 -0400)]
journal: set the _SYSTEMD_UNIT field for messages from terminated processes
As described in
https://bugs.freedesktop.org/show_bug.cgi?id=50184
the journal currently doesn't set fields such as _SYSTEMD_UNIT
properly for messages coming from processes that have already
terminated. This means among other things that "systemctl status" may
not show some of the output of services that wrote messages just
before they exited.
This patch fixes this by having processes that log to the journal
write their unit identifier to journald when the connection to
/run/systemd/journal/stdout is opened. Journald stores the unit ID
and uses it to fill in _SYSTEMD_UNIT when it cannot be obtained
normally (i.e. from the cgroup). To prevent impersonating another
unit, this information is only used when the caller is root.
This doesn't fix the general problem of getting metadata about
messages from terminated processes (which requires some kernel
support), but it allows "systemctl status" and similar queries to do
the Right Thing for units that log via stdout/stderr.
Lennart Poettering [Thu, 21 Jun 2012 22:09:23 +0000 (00:09 +0200)]
readahead: minor code style fixes
Lennart Poettering [Thu, 21 Jun 2012 22:03:25 +0000 (00:03 +0200)]
readahead: make sure to close pack file before exiting, to be valgrind clean
Lennart Poettering [Thu, 21 Jun 2012 21:58:31 +0000 (23:58 +0200)]
readahead: use log_error() for logging errors
Lennart Poettering [Thu, 21 Jun 2012 21:56:03 +0000 (23:56 +0200)]
readahead: make use of util.h's page_size() call
Lennart Poettering [Thu, 21 Jun 2012 21:53:20 +0000 (23:53 +0200)]
readahead: merge three binaries into one
since the binaries share much of the same code and we better load only
one binary instead of two from disk at early boot let's merge the three
readahead binaries into one. This also allows us to drop a lot of
duplicated code.
Lennart Poettering [Thu, 21 Jun 2012 21:22:53 +0000 (23:22 +0200)]
preset: don't look for preset files in /lib unless /usr is split off
Lennart Poettering [Thu, 21 Jun 2012 20:36:37 +0000 (22:36 +0200)]
man: document the new RPM macros in daemon(7)
Lennart Poettering [Thu, 21 Jun 2012 20:14:17 +0000 (22:14 +0200)]
rpm: include RPM macro definition for .spec snippets
Let's try to standardize a bit the RPM macros used for
installing/uninstalling services.
This only covers the non-SysV compat bits, since that tends to vary
widely between the various distros.
Usage:
Add %{?systemd_requires} to the header of the spec file. And then:
%post
%systemd_post foobar.service
%preun
%systemd_preun foobar.service
%postun
%systemd_postun foobar.service
And, instead of the latter, in case the service shall be restarted on updates:
%postun
%systemd_postun_restart foobar.service
Lennart Poettering [Thu, 21 Jun 2012 14:52:54 +0000 (16:52 +0200)]
login: wrap CanTTY and CanGraphical seat attributes in libsystemd-login
Lennart Poettering [Thu, 21 Jun 2012 14:31:06 +0000 (16:31 +0200)]
man: document new sd_session_get_state() call
Lennart Poettering [Thu, 21 Jun 2012 14:14:53 +0000 (16:14 +0200)]
logind: introduce a state for session, being one of online, active, closing
online = logged in
active = logged in and session is in the fg
closing = nominally logged out but some left-over processes still around
Related to:
https://bugzilla.gnome.org/show_bug.cgi?id=677556
Lennart Poettering [Thu, 21 Jun 2012 11:48:01 +0000 (13:48 +0200)]
logind: expose CanGraphical and CanTTY properties on seat objects
Since we boot so fast now that gdm might get started before the
graphics drivers are properly loaded and probed we might end up
announcing seat0 to gdm before it has graphics capabilities. Which will
cause gdm/X11 cause to fail later on.
To fix this race, let's expose CanGraphical and CanTTY fields on all
seats, which clarify whether a seat is suitable for gdm resp, suitable
for text logins. gdm then needs to watch CanGraphical and spawn X11 on
it only if it is true.
This way:
USB graphics seats will expose CanGraphical=yes, CanTTY=no
Machines with no graphics drivers at all, but a text console:
CanGraphical=no, CanTTY=yes
Machines with CONFIG_VT turned off: CanGraphical=yes, CanTTY=no
And the most important case: seat0 where the graphics driver has not
been probed yet boot up with CanGraphical=no, CanTTY=yes first, which
then changes to CanGraphical=yes as soon as the probing is complete.
Lennart Poettering [Wed, 20 Jun 2012 14:03:57 +0000 (16:03 +0200)]
update TODO
Lennart Poettering [Wed, 20 Jun 2012 12:31:00 +0000 (14:31 +0200)]
update TODO
Lennart Poettering [Wed, 20 Jun 2012 07:05:50 +0000 (09:05 +0200)]
tmpfiles: exclude the first level directories in /run/user from automatic clean up
It's logind's job to maintain those user dirs, so avoid automatic clean
up for them. However, we do cover everything within them.
Shawn Landden [Thu, 14 Jun 2012 22:08:19 +0000 (15:08 -0700)]
analyze: Python 3 compatibility
Plot verb doesn't currently work b/c Cairo bug sending to stdout in python 3.
Lennart Poettering [Tue, 19 Jun 2012 15:25:28 +0000 (17:25 +0200)]
login: initialize XDG_RUNTIME_DIR as /run/user/$UID instead of /run/user/$USER
The sssd folks would like to place the kerberos credential cache in
XDG_RUNTIME_DIR, but need to do that in the PAM auth hooks, before
pam_systemd is run as part of the PAM session setup. Hence, in order to
make this easy for them: avoid usage of usernames, and use user IDs
instead thus making an additional NSS lookup unnecessary in the kerberos
bits, but still have the directory well-defined so that the kerberos
bits can determine it before pam_systemd is run.
Tom Gundersen [Sun, 10 Jun 2012 18:37:14 +0000 (20:37 +0200)]
vconsole-setup: enable utf-8 mode explicitly
Rather than assuming the console is in utf-8 mode if nothing else is
specified, be a bit more robust and enable it explicitly.
This fixes a regression compared with Arch's initscripts when not
using a framebuffer as the old VGA console would not be in utf-8
mode by default.
Furthermore, this would allow vconsole-setup to be used after boot
to change the vconsole into utf-8 mode in case it has been set to
non-utf-8 mode for whatever reason. I.e, the following would leave
the console in utf-8 mode as expected:
# export LANG=en_US.ISO-8859-1
# /usr/lib/systemd/systemd-vconsole-setup
# export LANG=en_US.UTF-8
# /usr/lib/systemd/systemd-vconsole-setup
Reported-by: Xyne <xyne@archlinx.ca>
Reported-by: Thomas Bächler <thomas@archlinux.org>
Cc: Dave Reisner <dreisner@archlinux.org>
Michal Sekletar [Tue, 19 Jun 2012 08:00:54 +0000 (10:00 +0200)]
systemd: return error when asked to stop unknown unit
Command systemctl stop foo.service, will print error message, when
foo.service is unknown to systemd, i.e. there is no unit file loaded for
this service.
https://bugzilla.redhat.com/show_bug.cgi?id=732874
Kay Sievers [Mon, 18 Jun 2012 13:45:01 +0000 (15:45 +0200)]
libudev: clarify that udev_monitor_receive_device() is non-blocking
Based on a patch from: Sam Thursfield <ssssam@gmail.com>
https://bugs.freedesktop.org/show_bug.cgi?id=51202
Lennart Poettering [Sat, 9 Jun 2012 13:20:42 +0000 (15:20 +0200)]
journal: fix monotonic seeking
Lennart Poettering [Sat, 9 Jun 2012 13:04:14 +0000 (15:04 +0200)]
journal: rotate on SIGUSR2
Lennart Poettering [Sat, 9 Jun 2012 13:03:22 +0000 (15:03 +0200)]
journal: fix SD_JOURNAL_SYSTEM_ONLY flag
Lennart Poettering [Sat, 9 Jun 2012 08:32:38 +0000 (10:32 +0200)]
journal: expose and make use of cutoff times of journal
This helps explaining when the log output of "systemctl status" is
incomplete because the logs got rotated since the service was started.
Lennart Poettering [Sat, 9 Jun 2012 08:30:44 +0000 (10:30 +0200)]
journal: correct list link up on hash collisions
Lennart Poettering [Tue, 5 Jun 2012 18:45:54 +0000 (20:45 +0200)]
journal: add basic object definition for signatures
Lennart Poettering [Tue, 5 Jun 2012 18:32:55 +0000 (20:32 +0200)]
journal: replace arena offset by header size
Michal Schmidt [Fri, 15 Jun 2012 20:22:24 +0000 (22:22 +0200)]
logind: more robust handling of VT-less systems
Restore the check that was removed in commit
74afee9c. Its removal
caused a regression on some s390x systems where for whatever reason the
device node /dev/tty0 exists and makes the preceding access() check
pass.
Lukas Nykryn [Thu, 14 Jun 2012 15:07:07 +0000 (17:07 +0200)]
service: timeout for oneshot services
Add possibility to specify timeout for oneshot services.
[ https://bugzilla.redhat.com/show_bug.cgi?id=761656
Added minor fixups. -- michich ]
Michal Schmidt [Thu, 14 Jun 2012 21:16:07 +0000 (23:16 +0200)]
systemctl: clearer error message for missing install information
Some users found it difficult to understand what systemctl was telling
them.
Instead of "install information" talk about "[Install] section", which
is more likely to ring a bell. And suggest that it is intentional, so
that users do not attempt to "correct" the unit files.
https://bugzilla.redhat.com/show_bug.cgi?id=817033
Michal Schmidt [Thu, 14 Jun 2012 14:01:19 +0000 (16:01 +0200)]
tmpfiles: create char devices with correct SELinux context
https://bugzilla.redhat.com/show_bug.cgi?id=824059
Michal Schmidt [Wed, 13 Jun 2012 16:22:08 +0000 (18:22 +0200)]
unit-name: introduce unit_dbus_path_from_name()
Use the same function in core and in systemctl.
get_unit_path() in systemctl becomes unnecessary.
Michal Schmidt [Wed, 13 Jun 2012 16:27:41 +0000 (18:27 +0200)]
systemctl: warn about all active triggers, not just sockets
Michal Schmidt [Wed, 13 Jun 2012 15:47:51 +0000 (17:47 +0200)]
systemctl: fix iteration in check_listening_sockets()
Michal Schmidt [Wed, 13 Jun 2012 15:29:11 +0000 (17:29 +0200)]
systemctl: remove is_socket_listening
We can use the functionality of check_unit(). Factor out
check_one_unit().
Michal Schmidt [Wed, 13 Jun 2012 13:52:27 +0000 (15:52 +0200)]
systemctl: style fixes for the previous patch
Use the usual indentation, bracketing style, and no assignments in ifs.
Since check_listening_sockets provides just optional hints for the user,
don't pass its DBusErrors to the caller.
Michal Sekletar [Wed, 13 Jun 2012 12:14:13 +0000 (14:14 +0200)]
systemctl will print warning when stopping unit
systemctl now prints warning and list of sockets in listenning state which can
trigger start of service which is about to be stopped
Michal Schmidt [Tue, 12 Jun 2012 22:08:46 +0000 (00:08 +0200)]
man: fix 'sysytemd' typos
Michal Schmidt [Tue, 12 Jun 2012 14:45:09 +0000 (16:45 +0200)]
journal-file: fix mmap leak
https://bugzilla.redhat.com/show_bug.cgi?id=831132
Michal Schmidt [Tue, 12 Jun 2012 07:31:43 +0000 (09:31 +0200)]
logind: fix check for multiple sessions
The "$action-multiple-sessions" polkit actions are defined as
"$action while other users are logged in". To me this implies that the
following sessions should not count:
- greeter sessions
- user sessions belonging to the same user as the one who's asking
Not sure how to treat class SESSION_LOCK_SCREEN. I never have these.
I just ignore every class that's not SESSION_USER.
https://bugzilla.redhat.com/show_bug.cgi?id=814424
Kay Sievers [Sun, 10 Jun 2012 20:53:07 +0000 (22:53 +0200)]
udev: support "udevadm info /dev/sda; udevadm info /sys/class/block/sda"
Kay Sievers [Sun, 10 Jun 2012 17:31:39 +0000 (19:31 +0200)]
tmpfiles: fix error message
Kay Sievers [Sun, 10 Jun 2012 17:21:50 +0000 (19:21 +0200)]
tmpfiles: print error if basename lookup fails; document it in manpage
Dave Reisner [Sat, 9 Jun 2012 02:31:19 +0000 (22:31 -0400)]
tmpfiles: allow to specify basename only: systemd-tmpfiles <program.conf>
Allow passing of basename only, instead of the absolute path; letting
systemd-tmpfiles perform a path lookup for the proper fragment path in
the config directories.
This allows distributions to call: systemd-tmpfiles <program.conf> on
upgrade of a package, with respecting the possibly overriden (or even
masked) tmpfile.
Kay Sievers [Sun, 10 Jun 2012 16:32:11 +0000 (18:32 +0200)]
man: replace tabs with spaces
Kay Sievers [Sun, 10 Jun 2012 16:28:53 +0000 (18:28 +0200)]
update .gitignore
Kay Sievers [Sun, 10 Jun 2012 16:26:11 +0000 (18:26 +0200)]
man: systemd-tmpfiles - document proper config-file-stack order
Tom Gundersen [Fri, 8 Jun 2012 23:08:37 +0000 (01:08 +0200)]
arch: drop sysvcompat support
Our downstream generator takes care of all the sysvcompat support we need.
Kay Sievers [Sun, 10 Jun 2012 15:23:43 +0000 (17:23 +0200)]
udev: always use $(rootprefix)/lib/udev for libexecdir
On Sat, Jun 9, 2012 at 12:46 AM, Malte Starostik <lists@malte.homeip.net> wrote:
> From: Malte Starostik <m-starostik@versanet.de>
>
> Rules get installed in $(libexecdir)/udev/, so are keymaps. Helper
> binaries go to $(rootprefix)/lib/udev though. Problem is, in the code,
> both are referenced via UDEVLIBEXECDIR which is defined to the former
> location. Result: systemd-udev can't find e.g. the keymap binary to
> apply keymaps.
Kay Sievers [Thu, 7 Jun 2012 17:34:13 +0000 (19:34 +0200)]
systemd-debug-shell: add to POTFILES.skip
Kay Sievers [Thu, 7 Jun 2012 17:27:17 +0000 (19:27 +0200)]
delete plymouth units; moved to plymouth
Michal Schmidt [Thu, 7 Jun 2012 14:03:33 +0000 (16:03 +0200)]
units: add systemd-debug-shell.service
If enabled, the service provides a root shell from an early boot. It also
remains active late into shutdown. It is useful for debugging startup and
shutdown problems.
This is the unit referenced in
http://freedesktop.org/wiki/Software/systemd/Debugging#early_debug_shell
Kay Sievers [Wed, 6 Jun 2012 12:30:16 +0000 (14:30 +0200)]
udev: systemd-udev-settle.service fix After=
https://bugs.freedesktop.org/show_bug.cgi?id=50779
Michal Schmidt [Wed, 6 Jun 2012 09:26:30 +0000 (11:26 +0200)]
units: avoid redundant VT clearing by agetty
TTYVTDisallocate=yes already clears the VT. agetty does not need to do
it again. Run it with --noclear.
Felix Miata found the double clearing confusing in this bugreport:
https://bugzilla.redhat.com/show_bug.cgi?id=828007
Add a comment explaining what clears the VT.
Auke Kok [Tue, 5 Jun 2012 20:32:20 +0000 (13:32 -0700)]
readahead: Add tool to analyze the contents of the pack file. v3.
This patch adds code to compile 'systemd-readahead-analyze' and install
it into $bindir.
Use this program to parse the contents of the readahead pack file, or
an arbitrary pack file and display which files are listed in it, and
how much of the files are requested to be readahead.
This code is not new - it's partially taken from sreadahead (formerly
maintained by Arjan van der Ven and me, and was originally written
by me), and adapted with the right bits to parse the systemd
readahead pack files, which are slightly different in format.
v2 adds a common READAHEAD_PACK_FILE_VERSION used in all the code
to provide a quick way to assure all these programs are always
synchronized. v3 fixes the integer math.
Kay Sievers [Tue, 5 Jun 2012 15:31:32 +0000 (17:31 +0200)]
udev: remove remaining selinux labeling for file in /run
Kay Sievers [Mon, 4 Jun 2012 20:46:32 +0000 (22:46 +0200)]
udev: kernel cmdline - accept rd.* parameters
Kay Sievers [Mon, 4 Jun 2012 20:27:39 +0000 (22:27 +0200)]
silence gcc warning on 32 bit