chiark / gitweb /
elogind.git
10 years agocore: move ControlGroup and Slice properties out of the dbus "Unit" interface
Lennart Poettering [Mon, 1 Jul 2013 00:45:02 +0000 (02:45 +0200)]
core: move ControlGroup and Slice properties out of the dbus "Unit" interface

Slice/ControlGroup only really makes sense for unit types which actually
have cgroups attached to them, hence move them out of the generic Unit
interface and into the specific unit type interfaces.

These fields will continue to be part of Unit though, simply because
things are a log easier that way. However, regardless how this looks
internally we should keep things clean and independent of the specific
implementation of the inside.

10 years agocore: allow setting of the description string for transient units
Lennart Poettering [Sun, 30 Jun 2013 22:40:56 +0000 (00:40 +0200)]
core: allow setting of the description string for transient units

10 years agocore: add new "scope" unit type for making a unit of pre-existing processes
Lennart Poettering [Sun, 30 Jun 2013 22:03:57 +0000 (00:03 +0200)]
core: add new "scope" unit type for making a unit of pre-existing processes

"Scope" units are very much like service units, however with the
difference that they are created from pre-existing processes, rather
than processes that systemd itself forks off. This means they are
generated programmatically via the bus API as transient units rather
than from static configuration read from disk. Also, they do not provide
execution-time parameters, as at the time systemd adds the processes to
the scope unit they already exist and the parameters cannot be applied
anymore.

The primary benefit of this new unit type is to create arbitrary cgroups
for worker-processes forked off an existing service.

This commit also adds a a new mode to "systemd-run" to run the specified
processes in a scope rather then a transient service.

10 years agosystemctl: show per-unit cgroup tree correctly following the new property
Lennart Poettering [Sun, 30 Jun 2013 22:02:41 +0000 (00:02 +0200)]
systemctl: show per-unit cgroup tree correctly following the new property

10 years agosnapshot: snapshots are just a special kind of transient units now
Lennart Poettering [Sun, 30 Jun 2013 22:02:03 +0000 (00:02 +0200)]
snapshot: snapshots are just a special kind of transient units now

10 years agodbus: expose cgroup properties in introspection everywhere
Lennart Poettering [Sun, 30 Jun 2013 22:01:29 +0000 (00:01 +0200)]
dbus: expose cgroup properties in introspection everywhere

10 years agoservice: correct service bus introspection for timeouts
Lennart Poettering [Sun, 30 Jun 2013 21:56:59 +0000 (23:56 +0200)]
service: correct service bus introspection for timeouts

10 years agocgroup: implicitly add units to GC queue when their cgroups run empty
Lennart Poettering [Sun, 30 Jun 2013 21:56:11 +0000 (23:56 +0200)]
cgroup: implicitly add units to GC queue when their cgroups run empty

10 years agocgroup: readd proper cgroup empty tracking
Lennart Poettering [Sun, 30 Jun 2013 21:55:36 +0000 (23:55 +0200)]
cgroup: readd proper cgroup empty tracking

10 years agoman: fix spacing issue in various man pages
Jason St. John [Thu, 27 Jun 2013 16:38:15 +0000 (18:38 +0200)]
man: fix spacing issue in various man pages

Before: libsystemd-daemonpkg-config(1)
After: libsystemd-daemon pkg-config(1)

This fix is more complicated than it should be due to the consecutive
XML elements separated by collapsible whitespace.

Merging the lines and separating the XML elements with an en space or a
non-breaking space is the only solution that results in one, and only
one, space being inserted between them when testing. An em space results
in two spaces being inserted.

10 years agobuild-sys: "link" libsystemd-id128.so with libsystemd-label
Zbigniew Jędrzejewski-Szmek [Sat, 29 Jun 2013 02:29:21 +0000 (22:29 -0400)]
build-sys: "link" libsystemd-id128.so with libsystemd-label

Fixed build on debian wheezy:
./.libs/libudev.so: undefined reference to `cg_create'

Appears to have no influence on the resulting binaries and
libraries. Cf. b5fafdf63f.

10 years agomain: fix loading of default target
Lennart Poettering [Fri, 28 Jun 2013 16:37:15 +0000 (18:37 +0200)]
main: fix loading of default target

10 years agokeymap: Add Samsung Series 3
장동준 [Fri, 28 Jun 2013 08:51:28 +0000 (10:51 +0200)]
keymap: Add Samsung Series 3

Signed-off-by: Martin Pitt <martinpitt@gnome.org>
10 years agocore: add transient units
Lennart Poettering [Fri, 28 Jun 2013 02:12:58 +0000 (04:12 +0200)]
core: add transient units

Transient units can be created via the bus API. They are configured via
the method call parameters rather than on-disk files. They are subject
to normal GC. Transient units currently may only be created for
services (however, we will extend this), and currently only ExecStart=
and the cgroup parameters can be configured (also to be extended).

Transient units require a unique name, that previously had no
configuration file on disk.

A tool systemd-run is added that makes use of this functionality to run
arbitrary command lines as transient services:

$ systemd-run /bin/ping www.heise.de

Will cause systemd to create a new transient service and run ping in it.

10 years agodbus: fix minor memory leak when sending job change signals
Lennart Poettering [Fri, 28 Jun 2013 01:47:40 +0000 (03:47 +0200)]
dbus: fix minor memory leak when sending job change signals

10 years agounit: make sure the dropins we write are high-priority
Lennart Poettering [Thu, 27 Jun 2013 22:41:24 +0000 (00:41 +0200)]
unit: make sure the dropins we write are high-priority

10 years agodbus: hookup runtime property changes for mouns, services, sockets, swaps too
Lennart Poettering [Thu, 27 Jun 2013 21:21:21 +0000 (23:21 +0200)]
dbus: hookup runtime property changes for mouns, services, sockets, swaps too

10 years agodbus: make DeviceAllow=/DevicePolicy= writable
Lennart Poettering [Thu, 27 Jun 2013 21:13:17 +0000 (23:13 +0200)]
dbus: make DeviceAllow=/DevicePolicy= writable

10 years agodbus: make more cgroup attributes runtime settable
Lennart Poettering [Thu, 27 Jun 2013 19:50:35 +0000 (21:50 +0200)]
dbus: make more cgroup attributes runtime settable

10 years agodbus: add infrastructure for changing multiple properties at once on units and hook...
Lennart Poettering [Thu, 27 Jun 2013 19:14:56 +0000 (21:14 +0200)]
dbus: add infrastructure for changing multiple properties at once on units and hook some cgroup attributes up to it

This introduces two bus calls to make runtime changes to selected bus
properties, optionally with persistence.

This currently hooks this up only for three cgroup atributes, but this
brings the infrastructure to add more changable attributes.

This allows setting multiple attributes at once, and takes an array
rather than a dictionary of properties, in order to implement simple
resetting of lists using the same approach as when they are sourced from
unit files. This means, that list properties are appended to by this
call, unless they are first reset via assigning the empty list.

10 years agojournal-verify: Use proper printf placeholder
Jan Janssen [Thu, 27 Jun 2013 14:24:02 +0000 (16:24 +0200)]
journal-verify: Use proper printf placeholder

10 years agotest: Add list testcase
Jan Janssen [Wed, 26 Jun 2013 11:43:16 +0000 (13:43 +0200)]
test: Add list testcase

10 years agocore: general cgroup rework
Lennart Poettering [Thu, 27 Jun 2013 02:14:27 +0000 (04:14 +0200)]
core: general cgroup rework

Replace the very generic cgroup hookup with a much simpler one. With
this change only the high-level cgroup settings remain, the ability to
set arbitrary cgroup attributes is removed, so is support for adding
units to arbitrary cgroup controllers or setting arbitrary paths for
them (especially paths that are different for the various controllers).

This also introduces a new -.slice root slice, that is the parent of
system.slice and friends. This enables easy admin configuration of
root-level cgrouo properties.

This replaces DeviceDeny= by DevicePolicy=, and implicitly adds in
/dev/null, /dev/zero and friends if DeviceAllow= is used (unless this is
turned off by DevicePolicy=).

10 years agocore: don't do runaway fork()s if we hit a segfault from our segfault handler
Lennart Poettering [Thu, 27 Jun 2013 00:28:12 +0000 (02:28 +0200)]
core: don't do runaway fork()s if we hit a segfault from our segfault handler

10 years agokillall: do not use alloca() in argument list
Zbigniew Jędrzejewski-Szmek [Wed, 26 Jun 2013 23:48:32 +0000 (19:48 -0400)]
killall: do not use alloca() in argument list

It is not allowed.

10 years agojournalctl: highlight MESSAGE= in verbose output
Zbigniew Jędrzejewski-Szmek [Wed, 26 Jun 2013 23:48:24 +0000 (19:48 -0400)]
journalctl: highlight MESSAGE= in verbose output

When looking at verbose output, additional "work" is required to
pick out the interesting MESSAGE= lines from all the fields.

Also, show long fields in full in verbose output mode when
OUTPUT_FULL_WIDTH is specified.

10 years agoman: add CONSTANTS section to systemd.directives(7)
Zbigniew Jędrzejewski-Szmek [Wed, 26 Jun 2013 23:48:19 +0000 (19:48 -0400)]
man: add CONSTANTS section to systemd.directives(7)

10 years agoman: use <constant> for various constants which look ugly with quotes
Zbigniew Jędrzejewski-Szmek [Wed, 26 Jun 2013 23:47:34 +0000 (19:47 -0400)]
man: use <constant> for various constants which look ugly with quotes

10 years agoman: always supply quotes around literals
Zbigniew Jędrzejewski-Szmek [Wed, 26 Jun 2013 12:03:53 +0000 (08:03 -0400)]
man: always supply quotes around literals

When manpages are displayed on a terminal, <literal>s are indistinguishable
from surrounding text. Add quotes everywhere, remove duplicate quotes,
and tweak a few lists for consistent formatting.

https://bugzilla.redhat.com/show_bug.cgi?id=874631

10 years agosystemctl: conform to LSB with the "status" return code
Harald Hoyer [Tue, 25 Jun 2013 14:25:38 +0000 (16:25 +0200)]
systemctl: conform to LSB with the "status" return code

check for pid file existance before returning 1

10 years agoman: Small language improvements to sd_journal_open
David King [Tue, 25 Jun 2013 10:48:17 +0000 (11:48 +0100)]
man: Small language improvements to sd_journal_open

10 years agosystemctl: conform to LSB with the "status" return code
Harald Hoyer [Tue, 25 Jun 2013 11:06:51 +0000 (13:06 +0200)]
systemctl: conform to LSB with the "status" return code

http://fedoraproject.org/wiki/Packaging:SysVInitScript#Exit_Codes_for_the_Status_Action

https://bugzilla.redhat.com/show_bug.cgi?id=975016

10 years agojournald: always vacuum empty offline files
Zbigniew Jędrzejewski-Szmek [Tue, 25 Jun 2013 01:00:28 +0000 (21:00 -0400)]
journald: always vacuum empty offline files

Corrupted empty files are relatively common. I think they are created
when a coredump for a user who never logged anything before is
attempted to be written, but the write does not succeed because the
coredump is too big, but there are probably other ways to create
those, especially if the machine crashes at the right time.
Non-corrupted empty files can also happen, e.g. if a journal file is
opened, but nothing is ever successfully written to it and it is
rotated because of MaxFileSec=. Either way, each "empty" journal file
costs around 3 MB, and there's little point in keeping them around.

10 years agojournald: fix space limits reporting
Zbigniew Jędrzejewski-Szmek [Tue, 25 Jun 2013 01:02:16 +0000 (21:02 -0400)]
journald: fix space limits reporting

Reporting of the free space was bogus, since the remaining space
was compared with the maximum allowed, instead of the current
use being compared with the maximum allowed. Simplify and fix
by reporting limits directly at the point where they are calculated.

Also, assign a UUID to the message.

10 years agojournal/vacuum: cleanup
Zbigniew Jędrzejewski-Szmek [Mon, 24 Jun 2013 11:59:41 +0000 (07:59 -0400)]
journal/vacuum: cleanup

10 years agolibudev: Use correct type for sizeof
Jan Janssen [Sat, 22 Jun 2013 13:34:01 +0000 (15:34 +0200)]
libudev: Use correct type for sizeof

10 years agojournal-verify: allow unlinked data entries
Zbigniew Jędrzejewski-Szmek [Sun, 23 Jun 2013 00:04:08 +0000 (20:04 -0400)]
journal-verify: allow unlinked data entries

Sometimes an entry is not successfully written, and we end up with
data items which are "unlinked", not connected to, and not used by any
entry. This will usually happen when we write to write a core dump,
and the initial small data fields are written successfully, but
the huge COREDUMP= field is not written. This situation is hard
to avoid, but the results are mostly harmless. Thus only warn about
unused data items.

Also, be more verbose about why journal files failed verification.
This should help diagnose journal failure modes without resorting
to a hexadecimal editor.

https://bugs.freedesktop.org/show_bug.cgi?id=65235 (esp. see
system.journal attached to the bug report).

10 years agoman: Fix small typo
Michael Biebl [Fri, 21 Jun 2013 22:55:18 +0000 (00:55 +0200)]
man: Fix small typo

10 years agoupdate TODO
Lennart Poettering [Fri, 21 Jun 2013 13:57:47 +0000 (15:57 +0200)]
update TODO

10 years agotmpfiles: fix error check
Lennart Poettering [Fri, 21 Jun 2013 13:57:42 +0000 (15:57 +0200)]
tmpfiles: fix error check

10 years agojournald: bump the journal per-unit ratelimit defaults
Lennart Poettering [Fri, 21 Jun 2013 13:56:45 +0000 (15:56 +0200)]
journald: bump the journal per-unit ratelimit defaults

Too many people kept hitting them, so let's increase the limits a bit.

https://bugzilla.redhat.com/show_bug.cgi?id=965803

10 years agokeymap: Apply to all Latitude and Precision models
Martin Pitt [Fri, 21 Jun 2013 04:34:38 +0000 (06:34 +0200)]
keymap: Apply to all Latitude and Precision models

https://launchpad.net/bugs/1193147

10 years agojournalctl,systemctl: show messages tagged with OBJECT_SYSTEMD_[USER_]_UNIT
Zbigniew Jędrzejewski-Szmek [Fri, 21 Jun 2013 02:25:49 +0000 (22:25 -0400)]
journalctl,systemctl: show messages tagged with OBJECT_SYSTEMD_[USER_]_UNIT

Replace mallocs with alloca while at it.

10 years agoMake sure we only show authentic coredump messages
Zbigniew Jędrzejewski-Szmek [Fri, 21 Jun 2013 01:48:26 +0000 (21:48 -0400)]
Make sure we only show authentic coredump messages

Before we only checked the MESSAGE_ID and COREDUMP_UNIT.
Those are both user-controlled fields.

For COREDUMP_USER_UNIT, relax the rules a bit, and also
allow messages from _UID=0.

10 years agojournal: allow callers to specify OBJECT_PID=
Zbigniew Jędrzejewski-Szmek [Wed, 12 Jun 2013 04:24:34 +0000 (00:24 -0400)]
journal: allow callers to specify OBJECT_PID=

When journald encounters a message with OBJECT_PID= set
coming from a priviledged process (UID==0), additional fields
will be added to the message:

OBJECT_UID=,
OBJECT_GID=,
OBJECT_COMM=,
OBJECT_EXE=,
OBJECT_CMDLINE=,
OBJECT_AUDIT_SESSION=,
OBJECT_AUDIT_LOGINUID=,
OBJECT_SYSTEMD_CGROUP=,
OBJECT_SYSTEMD_SESSION=,
OBJECT_SYSTEMD_OWNER_UID=,
OBJECT_SYSTEMD_UNIT= or OBJECT_SYSTEMD_USER_UNIT=.

This is for other logging daemons, like setroubleshoot, to be able to
augment their logs with data about the process.

https://bugzilla.redhat.com/show_bug.cgi?id=951627

10 years agoAdd hasprefix macro to check prefixes of fixed length
Zbigniew Jędrzejewski-Szmek [Fri, 21 Jun 2013 02:40:10 +0000 (22:40 -0400)]
Add hasprefix macro to check prefixes of fixed length

10 years agologin: add an api to determine the slice a PID is located in to libsystemd-login
Lennart Poettering [Thu, 20 Jun 2013 23:46:27 +0000 (01:46 +0200)]
login: add an api to determine the slice a PID is located in to libsystemd-login

10 years agocore: only attempt to connect to a session bus if one likely exists.
Auke Kok [Thu, 20 Jun 2013 20:36:33 +0000 (13:36 -0700)]
core: only attempt to connect to a session bus if one likely exists.

10 years agoupdate TODO
Lennart Poettering [Thu, 20 Jun 2013 21:32:13 +0000 (23:32 +0200)]
update TODO

10 years agoman: fix example for DefaultEnvironment=
Lennart Poettering [Thu, 20 Jun 2013 21:31:21 +0000 (23:31 +0200)]
man: fix example for DefaultEnvironment=

The example mentioned Environment= rather than DefaultEnvironment=.

Also made some other clean-ups.

10 years agoman: document that shutdown() is only sometimes OK on sockets passed in via socket...
Lennart Poettering [Thu, 20 Jun 2013 21:25:23 +0000 (23:25 +0200)]
man: document that shutdown() is only sometimes OK on sockets passed in via socket activation

10 years agomanager: add DefaultEnvironment option
Umut Tezduyar [Sun, 9 Jun 2013 05:08:46 +0000 (07:08 +0200)]
manager: add DefaultEnvironment option

This complements existing functionality of setting variables
through 'systemctl set-environment', the kernel command line,
and through normal environment variables for systemd in session
mode.

10 years agojournalctl: show lines in full with --all
Zbigniew Jędrzejewski-Szmek [Thu, 20 Jun 2013 20:15:04 +0000 (16:15 -0400)]
journalctl: show lines in full with --all

In 31f7bf1 "logs-show: print multiline messages", I forgot
to take into account the fact that --all implies --full for
journalctl.

10 years agokernel-install: filter out "initrd=" from /proc/cmdline
Harald Hoyer [Thu, 20 Jun 2013 13:46:37 +0000 (15:46 +0200)]
kernel-install: filter out "initrd=" from /proc/cmdline

10 years agologind: uninitialized variable
Zbigniew Jędrzejewski-Szmek [Thu, 20 Jun 2013 04:51:10 +0000 (00:51 -0400)]
logind: uninitialized variable

10 years agobuild-sys: make intltool and distcheck happy
Zbigniew Jędrzejewski-Szmek [Thu, 20 Jun 2013 04:20:55 +0000 (00:20 -0400)]
build-sys: make intltool and distcheck happy

10 years agonspawn: '-C' option has been removed
Zbigniew Jędrzejewski-Szmek [Thu, 20 Jun 2013 04:01:15 +0000 (00:01 -0400)]
nspawn: '-C' option has been removed

Fixup for 9444b1f "logind: add infrastructure to keep track of
machines, and move to slices."

10 years agosd-login: update machine enumeration/notifications APIs for new /run/systemd/machines/
Lennart Poettering [Thu, 20 Jun 2013 02:03:38 +0000 (04:03 +0200)]
sd-login: update machine enumeration/notifications APIs for new /run/systemd/machines/

10 years agologind: make ListMachines bus call public
Lennart Poettering [Thu, 20 Jun 2013 02:00:28 +0000 (04:00 +0200)]
logind: make ListMachines bus call public

10 years agologind: add infrastructure to keep track of machines, and move to slices
Lennart Poettering [Thu, 20 Jun 2013 01:45:08 +0000 (03:45 +0200)]
logind: add infrastructure to keep track of machines, and move to slices

- This changes all logind cgroup objects to use slice objects rather
  than fixed croup locations.

- logind can now collect minimal information about running
  VMs/containers. As fixed cgroup locations can no longer be used we
  need an entity that keeps track of machine cgroups in whatever slice
  they might be located. Since logind already keeps track of users,
  sessions and seats this is a trivial addition.

- nspawn will now register with logind and pass various bits of metadata
  along. A new option "--slice=" has been added to place the container
  in a specific slice.

- loginctl gained commands to list, introspect and terminate machines.

- user.slice and machine.slice will now be pulled in by logind.service,
  since only logind.service requires this slice.

10 years agoDescribe handling of an AF_UNIX socket
Łukasz Stelmach [Wed, 19 Jun 2013 12:59:02 +0000 (14:59 +0200)]
Describe handling of an AF_UNIX socket

Describe how to handle an AF_UNIX socket, with Accept set to false,
received from systemd, upon exit.

Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
10 years agocore/dbus: properly export cgroup properties on sockets
Zbigniew Jędrzejewski-Szmek [Wed, 19 Jun 2013 22:09:54 +0000 (18:09 -0400)]
core/dbus: properly export cgroup properties on sockets

https://bugs.freedesktop.org/show_bug.cgi?id=65945

10 years agocgls,loginctl,systemctl: fix -l
Zbigniew Jędrzejewski-Szmek [Wed, 19 Jun 2013 22:08:14 +0000 (18:08 -0400)]
cgls,loginctl,systemctl: fix -l

Fixup for 98a6e13 "journalctl,loginctl,systemctl,systemd-cgls: add -l
as alias for --full".

10 years agojournal: add references to SSKG paper FSS is based on
Lennart Poettering [Tue, 18 Jun 2013 14:25:11 +0000 (16:25 +0200)]
journal: add references to SSKG paper FSS is based on

10 years agoupdate TODO
Lennart Poettering [Tue, 18 Jun 2013 14:06:05 +0000 (16:06 +0200)]
update TODO

10 years agojournalctl: properly print headers of empty journals
Zbigniew Jędrzejewski-Szmek [Tue, 18 Jun 2013 12:48:14 +0000 (08:48 -0400)]
journalctl: properly print headers of empty journals

10 years agoudev: handle network controllers in nonstandard domains
Sean McGovern [Wed, 12 Jun 2013 13:32:47 +0000 (09:32 -0400)]
udev: handle network controllers in nonstandard domains

Onboard network controllers are not always on PCI domain 0.

[Kay: use int instead of long, add [P] to slot naming, remove sysname var]

10 years agocore: unref slice ref after use
Lennart Poettering [Tue, 18 Jun 2013 00:07:35 +0000 (02:07 +0200)]
core: unref slice ref after use

10 years agocore: expose a "Slice" property on Unit objects on the bus
Lennart Poettering [Mon, 17 Jun 2013 23:00:13 +0000 (01:00 +0200)]
core: expose a "Slice" property on Unit objects on the bus

10 years agounits: add default units for system.slice, user.slice, machine.slice
Lennart Poettering [Mon, 17 Jun 2013 22:59:54 +0000 (00:59 +0200)]
units: add default units for system.slice, user.slice, machine.slice

10 years agocore: add new .slice unit type for partitioning systems
Lennart Poettering [Mon, 17 Jun 2013 19:33:26 +0000 (21:33 +0200)]
core: add new .slice unit type for partitioning systems

In order to prepare for the kernel cgroup rework, let's introduce a new
unit type to systemd, the "slice". Slices can be arranged in a tree and
are useful to partition resources freely and hierarchally by the user.

Each service unit can now be assigned to one of these slices, and later
on login users and machines may too.

Slices translate pretty directly to the cgroup hierarchy, and the
various objects can be assigned to any of the slices in the tree.

10 years agorules: only run systemd-sysctl when a network device is added
Ross Lagerwall [Thu, 13 Jun 2013 09:45:12 +0000 (10:45 +0100)]
rules: only run systemd-sysctl when a network device is added

Otherwise, when a network device is renamed, systemd-sysctl is run twice
with the same network device name: once for ACTION="add" and once for
ACTION="move".

10 years agomount: when learning about the root mount from mountinfo, don't add conflicting dep...
Lennart Poettering [Mon, 17 Jun 2013 19:12:53 +0000 (21:12 +0200)]
mount: when learning about the root mount from mountinfo, don't add conflicting dep for umount.target

That way systemd won't try to umount it at shutdown.

10 years agorpm: define a %_userunitdir macro
Lennart Poettering [Mon, 17 Jun 2013 16:37:07 +0000 (18:37 +0200)]
rpm: define a %_userunitdir macro

10 years agojournalctl,loginctl,systemctl,systemd-cgls: add -l as alias for --full
Daniel Albers [Mon, 17 Jun 2013 09:36:35 +0000 (11:36 +0200)]
journalctl,loginctl,systemctl,systemd-cgls: add -l as alias for --full

https://bugs.freedesktop.org/show_bug.cgi?id=65850

10 years agoman: update systemd-analyze invocation
Zbigniew Jędrzejewski-Szmek [Fri, 14 Jun 2013 12:53:15 +0000 (08:53 -0400)]
man: update systemd-analyze invocation

10 years agosystemd-analyze: Show critical chains for listed units
Gabriel de Perthuis [Tue, 11 Jun 2013 20:29:32 +0000 (22:29 +0200)]
systemd-analyze: Show critical chains for listed units

10 years agoman: improve readability of "_TRANSPORT=" section in systemd.journal-fields(7)
Jason St. John [Wed, 12 Jun 2013 17:45:14 +0000 (19:45 +0200)]
man: improve readability of "_TRANSPORT=" section in systemd.journal-fields(7)

The list and descriptions of valid transports was difficult to read, so
break the long sentence up into discrete man page list items to improve
readability.

10 years agoman: add sd_j_open_files to return values section
Zbigniew Jędrzejewski-Szmek [Fri, 14 Jun 2013 03:32:15 +0000 (23:32 -0400)]
man: add sd_j_open_files to return values section

10 years agojournald: do not calculate free space too early
Zbigniew Jędrzejewski-Szmek [Fri, 14 Jun 2013 03:32:14 +0000 (23:32 -0400)]
journald: do not calculate free space too early

Since the system journal wasn't open yet, available_space() returned 0.

Before:
systemd-journal[22170]: Allowing system journal files to grow to 4.0G.
systemd-journal[22170]: Journal size currently limited to 0B due to SystemKeepFree.

After:
systemd-journal[22178]: Allowing system journal files to grow to 4.0G.
systemd-journal[22178]: Journal size currently limited to 3.0G due to SystemKeepFree.

Also, when failing to write a message, show how much space was needed:
"Failed to write entry (26 items, 260123456 bytes) despite vacuuming, ignoring: ...".

10 years agojournal: use initialization instead of zeroing
Zbigniew Jędrzejewski-Szmek [Fri, 14 Jun 2013 03:32:14 +0000 (23:32 -0400)]
journal: use initialization instead of zeroing

10 years agobuild-sys: add 'man' target
Zbigniew Jędrzejewski-Szmek [Wed, 12 Jun 2013 17:40:54 +0000 (13:40 -0400)]
build-sys: add 'man' target

Useful when working just on the documentation.

10 years agogitignore: Add test-journal-interleaving
Jan Janssen [Wed, 12 Jun 2013 11:05:15 +0000 (13:05 +0200)]
gitignore: Add test-journal-interleaving

10 years agobuild-sys: don't install quotaon.service twice
Ross Burton [Tue, 11 Jun 2013 16:16:37 +0000 (17:16 +0100)]
build-sys: don't install quotaon.service twice

quotaon.service is already installed through dist_systemunit_DATA, so it doesn't
need to be added to nodist_systemunit_DATA.  Installing the same file twice
results in a race condition where the install process can fail.

https://bugs.freedesktop.org/show_bug.cgi?id=65659

[zj: actually remove quotaon.service from the other list.]

10 years agobootchart: fix typos in copyright notices
Jason St. John [Tue, 11 Jun 2013 16:26:03 +0000 (18:26 +0200)]
bootchart: fix typos in copyright notices

"Corporation" was misspelled as "Coproration"

10 years agoupdate TODO
Lennart Poettering [Tue, 11 Jun 2013 06:55:42 +0000 (08:55 +0200)]
update TODO

10 years agojournald: do not overwrite syslog facility when parsing priority
Zbigniew Jędrzejewski-Szmek [Mon, 10 Jun 2013 22:10:12 +0000 (18:10 -0400)]
journald: do not overwrite syslog facility when parsing priority

https://bugs.freedesktop.org/show_bug.cgi?id=65610

10 years agobuild-sys: remove SD_JOURNAL_SYSTEM_ONLY(3) from Makefile
Zbigniew Jędrzejewski-Szmek [Mon, 10 Jun 2013 19:08:02 +0000 (15:08 -0400)]
build-sys: remove SD_JOURNAL_SYSTEM_ONLY(3) from Makefile

10 years agoman: add note that sd_journal_open_files is racy
Zbigniew Jędrzejewski-Szmek [Mon, 10 Jun 2013 14:22:08 +0000 (10:22 -0400)]
man: add note that sd_journal_open_files is racy

10 years agojournal: letting (interleaved) seqnums go
Zbigniew Jędrzejewski-Szmek [Sat, 8 Jun 2013 02:01:03 +0000 (22:01 -0400)]
journal: letting (interleaved) seqnums go

In the following scenario:
  server creates system.journal
  server creates user-1000.journal
both journals share the same seqnum_id.
Then
  server writes to user-1000.journal first,
  and server writes to system.journal a bit later,
and everything is fine.
The server then terminates (crash, reboot, rsyslog testing,
whatever), and user-1000.journal has entries which end with
a lower seqnum than system.journal. Now
  server is restarted
  server opens user-1000.journal and writes entries to it...
BAM! duplicate seqnums for the same seqnum_id.

Now, we usually don't see that happen, because system.journal
is closed last, and opened first. Since usually at least one
message is written during boot and lands in the system.journal,
the seqnum is initialized from it, and is set to a number higher
than than anything found in user journals. Nevertheless, if
system.journal is corrupted and is rotated, it can happen that
an entry is written to the user journal with a seqnum that is
a duplicate with an entry found in the corrupted system.journal~.
When browsing the journal, journalctl can fall into a loop
where it tries to follow the seqnums, and tries to go the
next location by seqnum, and is transported back in time to
to the older duplicate seqnum. There is not way to find
out the maximum seqnum used in a multiple files, without
actually looking at all of them. But we don't want to do
that because it would be slow, and actually it isn't really
possible, because a file might e.g. be temporarily unaccessible.

Fix the problem by using different seqnum series for user
journals. Using the same seqnum series for rotated journals
is still fine, because we know that nothing will write
to the rotated journal anymore.

Likely related:
https://bugs.freedesktop.org/show_bug.cgi?id=64566
https://bugs.freedesktop.org/show_bug.cgi?id=59856
https://bugs.freedesktop.org/show_bug.cgi?id=64296
https://bugs.archlinux.org/task/35581
https://bugzilla.novell.com/show_bug.cgi?id=817778

Possibly related:
https://bugs.freedesktop.org/show_bug.cgi?id=64293

10 years agotests: add testcase for duplicate seqnums
Zbigniew Jędrzejewski-Szmek [Sat, 8 Jun 2013 01:54:20 +0000 (21:54 -0400)]
tests: add testcase for duplicate seqnums

10 years agotests: add testcase for skipping-entries-on-direction-change-bug
Marius Vollmer [Fri, 7 Jun 2013 04:50:21 +0000 (00:50 -0400)]
tests: add testcase for skipping-entries-on-direction-change-bug

This test case failed until a3e6f050de8.

Taken from https://bugs.freedesktop.org/show_bug.cgi?id=65255.

10 years agojournal: change direction tests to use the same convention (cp </> np)
Zbigniew Jędrzejewski-Szmek [Fri, 7 Jun 2013 03:30:46 +0000 (23:30 -0400)]
journal: change direction tests to use the same convention (cp </> np)

The order was different in various places, which makes it harder to
read to code. Also consistently use ternany for all direction checks.

Remove one free(NULL).

10 years agojournal: remember last direction of search and keep offset cache
Zbigniew Jędrzejewski-Szmek [Fri, 7 Jun 2013 02:28:05 +0000 (22:28 -0400)]
journal: remember last direction of search and keep offset cache

The fields in JournalFile are moved around to avoid wasting
7 bytes because of alignment.

10 years agojournalctl: allow the user to specify the file(s) to use
Zbigniew Jędrzejewski-Szmek [Wed, 5 Jun 2013 23:30:17 +0000 (19:30 -0400)]
journalctl: allow the user to specify the file(s) to use

This is useful for debugging and feels pretty natural. For example
answering the question "is this big .journal file worth keeping?"
is made easier.

10 years agojournal: add sd_journal_open_files
Zbigniew Jędrzejewski-Szmek [Wed, 5 Jun 2013 23:39:26 +0000 (19:39 -0400)]
journal: add sd_journal_open_files

This allows the caller to explicitly specify which journal files
should be opened. The same functionality could be achieved before
by creating a directory and playing around with symlinks. It
is useful to debug stuff and explore the journal, and has been
requested before.

Waiting is supported, the journal will notice modifications on
the files supplied when opening the journal, but will not add
any new files.

10 years agotests: add test for empty journal files
Zbigniew Jędrzejewski-Szmek [Wed, 5 Jun 2013 23:17:56 +0000 (19:17 -0400)]
tests: add test for empty journal files

The headers are currently not printed properly: some "(null)"s appear.

10 years agojournalctl: print monotonic timestamp in --header
Zbigniew Jędrzejewski-Szmek [Wed, 5 Jun 2013 23:15:43 +0000 (19:15 -0400)]
journalctl: print monotonic timestamp in --header

10 years agojournalctl: print proper IDs with --header
Zbigniew Jędrzejewski-Szmek [Wed, 5 Jun 2013 22:40:44 +0000 (18:40 -0400)]
journalctl: print proper IDs with --header

The same buffer was used for two different IDs, messing up
the output.

10 years agoUse stdint.h macros instead of casts to print uint64_t values
Zbigniew Jędrzejewski-Szmek [Wed, 5 Jun 2013 22:44:16 +0000 (18:44 -0400)]
Use stdint.h macros instead of casts to print uint64_t values

Casts are visually heavy, and can obscure unwanted truncations.