platform/upstream/systemd.git
9 years agoupdate TODO
Lennart Poettering [Thu, 30 Apr 2015 10:35:15 +0000 (12:35 +0200)]
update TODO

9 years agocore: simplify %r and %R logic a bit
Lennart Poettering [Thu, 30 Apr 2015 10:33:54 +0000 (12:33 +0200)]
core: simplify %r and %R logic a bit

Do not calculate the cgroup path manually, just use normal unit fields
and calls for that.

9 years agocore: catch some special cases in cg_slice_to_path()
Lennart Poettering [Thu, 30 Apr 2015 10:33:35 +0000 (12:33 +0200)]
core: catch some special cases in cg_slice_to_path()

9 years agosym: adding missing symbols to .sym file
Lennart Poettering [Thu, 30 Apr 2015 10:01:19 +0000 (12:01 +0200)]
sym: adding missing symbols to .sym file

9 years agosd-bus,sd-login: add api for querying the slice within the the user systemd instance...
Lennart Poettering [Thu, 30 Apr 2015 09:58:06 +0000 (11:58 +0200)]
sd-bus,sd-login: add api for querying the slice within the the user systemd instance of a process

units are organized in slice trees, not only for the system instance,
but also for user systemd instances, expose this properly.

9 years agoupdate TODO
Lennart Poettering [Wed, 29 Apr 2015 23:54:18 +0000 (01:54 +0200)]
update TODO

9 years agoman: update sd_bus_open() documentation
Lennart Poettering [Wed, 29 Apr 2015 23:52:39 +0000 (01:52 +0200)]
man: update sd_bus_open() documentation

Update for current function prototypes.

Also, document -ESOCKTNOSUPPORT as being returned when protocol version
mismatches are detected.

9 years agocore: simplify unit type detection logic
Lennart Poettering [Wed, 29 Apr 2015 23:29:00 +0000 (01:29 +0200)]
core: simplify unit type detection logic

Introduce a new call unit_type_supported() and make use of it
everywhere.

Also, drop Manager parameter from per-type supported method prototype.

9 years agosd-bus: when we get ENOTTY on the HELLO ioctl assume incompatible API version
Lennart Poettering [Wed, 29 Apr 2015 23:24:48 +0000 (01:24 +0200)]
sd-bus: when we get ENOTTY on the HELLO ioctl assume incompatible API version

As perparation for future incompatible kdbus kernel API changes.

9 years agoupdate TODO
Lennart Poettering [Wed, 29 Apr 2015 22:49:31 +0000 (00:49 +0200)]
update TODO

9 years agocore: rework cgroup path parse logic
Lennart Poettering [Wed, 29 Apr 2015 22:47:41 +0000 (00:47 +0200)]
core: rework cgroup path parse logic

Various cleanups, be stricter when parsing unit paths.

Most importantly: return the root slice "-.slice" when asked for slice
of paths that contain no slice component.

9 years agonetworkd: add man for vti6 tunnel
Susant Sahani [Wed, 22 Apr 2015 08:44:56 +0000 (14:14 +0530)]
networkd: add man for vti6 tunnel

9 years agonetworkd: introduce vti6 tunnel
Susant Sahani [Wed, 22 Apr 2015 08:44:55 +0000 (14:14 +0530)]
networkd: introduce vti6 tunnel

This patch add support to create vti6 tunnel

test:

vt6.network
[Match]
Name=wlan0

[Network]
Tunnel=ip6vti

vti6.netdev
[NetDev]
Name=ip6vti
Kind=vti6

[Tunnel]
Local=2a00:ffde:4567:edde::4987
Remote=2001:473:fece:cafe::5179

ip link

11: ip6_vti0@NONE: <NOARP> mtu 1500 qdisc noop state DOWN mode DEFAULT
group default
    link/tunnel6 :: brd ::
12: ip6vti@wlan0: <POINTOPOINT,NOARP> mtu 1500 qdisc noop state DOWN
mode DEFAULT group default
    link/tunnel6 2a00:ffde:4567:edde::4987 peer 2001:473:fece:cafe::5179

9 years agonetworkd: tunnel improve logging
Susant Sahani [Wed, 22 Apr 2015 08:44:54 +0000 (14:14 +0530)]
networkd: tunnel improve logging

Replaces a lof ot strerror() usage with log_netdev_error_errno()

9 years agoman: document when the various sd-login.h calls return ENXIO
Lennart Poettering [Wed, 29 Apr 2015 19:45:45 +0000 (21:45 +0200)]
man: document when the various sd-login.h calls return ENXIO

9 years agoman: document when the sd_bus_creds_xxx() calls return ENXIO
Lennart Poettering [Wed, 29 Apr 2015 19:44:55 +0000 (21:44 +0200)]
man: document when the sd_bus_creds_xxx() calls return ENXIO

9 years agosd-bus: properly handle creds that are known but undefined for a process
Lennart Poettering [Wed, 29 Apr 2015 19:40:54 +0000 (21:40 +0200)]
sd-bus: properly handle creds that are known but undefined for a process

A number of fields do not apply to all processes, including: there a
processes without a controlling tty, without parent process, without
service, user services or session. To distuingish these cases from the
case where we simply don't have the data, always return ENXIO for them,
while returning ENODATA for the case where we really lack the
information.

Also update the credentials dumping code to show this properly. Fields
that are known but do not apply are now shown as "n/a".

Note that this also changes some of the calls in process-util.c and
cgroup-util.c to return ENXIO for these cases.

9 years agocore: fix event source annotations
Mantas Mikulėnas [Wed, 29 Apr 2015 18:29:18 +0000 (21:29 +0300)]
core: fix event source annotations

These looked like a mass-replace gone slightly wrong – two statements
with no { }'s, and no error checking.

9 years agotree-wide: get rid of a few more explicit bus parameters
Lennart Poettering [Wed, 29 Apr 2015 17:10:09 +0000 (19:10 +0200)]
tree-wide: get rid of a few more explicit bus parameters

9 years agocore: for queued reload message there is no need to store the bus explicitly
Lennart Poettering [Wed, 29 Apr 2015 17:02:08 +0000 (19:02 +0200)]
core: for queued reload message there is no need to store the bus explicitly

After all it can be derived from the message directly, and already is.

9 years agosd-bus: allow passing NULL as bus parameter to sd_bus_send()
Lennart Poettering [Wed, 29 Apr 2015 16:58:30 +0000 (18:58 +0200)]
sd-bus: allow passing NULL as bus parameter to sd_bus_send()

If NULL is specified for the bus it is now automatically derived from
the passed in message.

This commit also changes a number of invocations of sd_bus_send() to
make use of this.

9 years agoupdate TODO
Lennart Poettering [Wed, 29 Apr 2015 16:36:17 +0000 (18:36 +0200)]
update TODO

9 years agosd-bus: drop bus parameter from message callback prototype
Lennart Poettering [Wed, 29 Apr 2015 16:35:10 +0000 (18:35 +0200)]
sd-bus: drop bus parameter from message callback prototype

This should simplify the prototype a bit. The bus parameter is redundant
in most cases, and in the few where it matters it can be derived from
the message via sd_bus_message_get_bus().

9 years agoman: avoid line break in url
Lennart Poettering [Wed, 29 Apr 2015 10:04:16 +0000 (12:04 +0200)]
man: avoid line break in url

9 years agoTODO: split out issues to fix before 220
Lennart Poettering [Wed, 29 Apr 2015 10:03:57 +0000 (12:03 +0200)]
TODO: split out issues to fix before 220

9 years agotest: rename test-bus-kernel-benchmark to test-bus-benchmark
Tom Gundersen [Wed, 29 Apr 2015 15:08:18 +0000 (17:08 +0200)]
test: rename test-bus-kernel-benchmark to test-bus-benchmark

This can now benchmark more than just kdbus.

9 years agocore: annotate event sources
Tom Gundersen [Wed, 29 Apr 2015 14:05:32 +0000 (16:05 +0200)]
core: annotate event sources

9 years agosd-bus: benchmark - also support testing non-kdbus transports
Tom Gundersen [Tue, 28 Apr 2015 19:39:13 +0000 (21:39 +0200)]
sd-bus: benchmark - also support testing non-kdbus transports

We introduce two news types of benchmarks in chart-mode:
 - 'legacy' connects using the session bus
 - 'direct' connects using a peer-to-peer socket

We should probably also introduce a mode for testing the dbus1-kdbus proxy.

9 years agolibudev: monitor - fix typo in log message
Tom Gundersen [Mon, 27 Apr 2015 13:01:06 +0000 (15:01 +0200)]
libudev: monitor - fix typo in log message

9 years agoTODO: drop journal blocker
David Herrmann [Wed, 29 Apr 2015 10:57:32 +0000 (12:57 +0200)]
TODO: drop journal blocker

This got fixed via a cleanup by Zbigniew, see:
  http://lists.freedesktop.org/archives/systemd-devel/2015-April/031348.html

9 years agoupdate TODO
Lennart Poettering [Tue, 28 Apr 2015 19:33:02 +0000 (21:33 +0200)]
update TODO

9 years agomachined: make PropertiesChanged match more strict
Lennart Poettering [Tue, 28 Apr 2015 19:32:42 +0000 (21:32 +0200)]
machined: make PropertiesChanged match more strict

9 years agomachined: make sure to track machine unit states properly
Lennart Poettering [Tue, 28 Apr 2015 19:17:35 +0000 (21:17 +0200)]
machined: make sure to track machine unit states properly

If a unit is stopped for a moment, we need to invalidate our knowledge
of it, otherwise we might be confused by automatic restarts

This makes reboots for nspawn containers run as service work correctly.

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

9 years agobus-util: drop redundant bus argument from bus_message_map_all_properties() and relat...
Lennart Poettering [Tue, 28 Apr 2015 18:48:54 +0000 (20:48 +0200)]
bus-util: drop redundant bus argument from bus_message_map_all_properties() and related calls

9 years agonspawn: when run as a service, don't ask machined for terminatin of ourselves
Lennart Poettering [Tue, 28 Apr 2015 18:46:33 +0000 (20:46 +0200)]
nspawn: when run as a service, don't ask machined for terminatin of ourselves

9 years agonspawn: make sure we install the device policy if nspawn is run as unit as on the...
Lennart Poettering [Tue, 28 Apr 2015 18:46:03 +0000 (20:46 +0200)]
nspawn: make sure we install the device policy if nspawn is run as unit as on the command line

9 years agoservice: make restart logic a bit easier to understand
Lennart Poettering [Tue, 28 Apr 2015 18:45:25 +0000 (20:45 +0200)]
service: make restart logic a bit easier to understand

9 years agoexit-status: introduce common exit_status_set_test() call for testing exit status...
Lennart Poettering [Tue, 28 Apr 2015 16:24:20 +0000 (18:24 +0200)]
exit-status: introduce common exit_status_set_test() call for testing exit status set membership

9 years agoscope: use correct enum type
Thomas Hindoe Paaboel Andersen [Tue, 28 Apr 2015 17:02:49 +0000 (19:02 +0200)]
scope: use correct enum type

9 years agoupdate TODO
Lennart Poettering [Tue, 28 Apr 2015 15:34:35 +0000 (17:34 +0200)]
update TODO

9 years agofsck: remove fsckd again, but keep the door open for external replacement
Lennart Poettering [Tue, 28 Apr 2015 15:13:23 +0000 (17:13 +0200)]
fsck: remove fsckd again, but keep the door open for external replacement

For a longer discussion see this:

http://lists.freedesktop.org/archives/systemd-devel/2015-April/030175.html

This introduces /run/systemd/fsck.progress as a simply
AF_UNIX/SOCK_STREAM socket. If it exists and is connectable we'll
connect fsck's -c switch with it. If external programs want to get
progress data they should hence listen on this socket and will get
all they need via that socket. To get information about the connecting
fsck client they should use SO_PEERCRED.

Unless /run/systemd/fsck.progress is around and connectable this change
reverts back to v219 behaviour where we'd forward fsck output to
/dev/console on our own.

9 years agofsck: minor improvements
Lennart Poettering [Tue, 28 Apr 2015 14:49:43 +0000 (16:49 +0200)]
fsck: minor improvements

Among other smaller fixes, explicitly check if we are invoked on a block
device before making use of st.st_rdev.

9 years agofsck: parse kernel cmdline booleans the same ways as the rest
Lennart Poettering [Tue, 28 Apr 2015 14:46:06 +0000 (16:46 +0200)]
fsck: parse kernel cmdline booleans the same ways as the rest

9 years agosysv-generator test: Fix assertion
Alberto Fanjul Alonso [Tue, 28 Apr 2015 13:44:23 +0000 (15:44 +0200)]
sysv-generator test: Fix assertion

9 years agounit: Drop unused variables
Martin Pitt [Tue, 28 Apr 2015 13:42:18 +0000 (15:42 +0200)]
unit: Drop unused variables

src/core/unit.c: In function 'unit_coldplug':
src/core/unit.c:2884:18: warning: unused variable 'i' [-Wunused-variable]
         Iterator i;
                  ^
src/core/unit.c:2883:15: warning: unused variable 'other' [-Wunused-variable]
         Unit *other;
               ^

9 years agounits: specify timeouts for more oneshot services
Zbigniew Jędrzejewski-Szmek [Fri, 17 Apr 2015 01:41:18 +0000 (21:41 -0400)]
units: specify timeouts for more oneshot services

Even trivial service occasionally get stuck, for example when
there's a problem with the journal. There's nothing more annoying
that looking at the cylon eye for a job with an infinite timeout.

Use standard 90s for jobs that do some work, and 30s for those which
should be almost instantenous.

9 years agohwdb: coalesce same pointingstick entries into one
Zbigniew Jędrzejewski-Szmek [Tue, 28 Apr 2015 12:45:02 +0000 (08:45 -0400)]
hwdb: coalesce same pointingstick entries into one

Multiple models in the same hardware series are likely to have similar
specs. We should use organization similar to hwdb/60-evdev.

9 years agoudev: hwdb: Add trackpoint sensitivity settings for Lenovo X240 and 540p
Hans de Goede [Tue, 28 Apr 2015 09:07:42 +0000 (11:07 +0200)]
udev: hwdb: Add trackpoint sensitivity settings for Lenovo X240 and 540p

Like the T440s these need the sensitity to be set significantly higher
then the default of 128 for the trackpoint to be usable. Like with the
T440s 200 seems to be a good value to get a reasonable but not too high
sensitivity.

9 years agorun: by default, wait until the transient unit finished start-up
Lennart Poettering [Tue, 28 Apr 2015 10:33:19 +0000 (12:33 +0200)]
run: by default, wait until the transient unit finished start-up

Make this blocking behaviour optional with --no-block, similar to
systemctl's switch of this name.

9 years agorun: synchronously wait until the scope unit we create is started
Lennart Poettering [Tue, 28 Apr 2015 10:21:31 +0000 (12:21 +0200)]
run: synchronously wait until the scope unit we create is started

Otherwise it might happen that by the time PID 1 adds our process to the
scope unit the process might already have died, if the process is
short-running (such as an invocation to /bin/true).

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

9 years agocore: when we cannot add PID to a scope cgroup, log about it
Lennart Poettering [Tue, 28 Apr 2015 10:20:29 +0000 (12:20 +0200)]
core: when we cannot add PID to a scope cgroup, log about it

Also, place the scope unit in failed state.

9 years agobus-util: print correct warnings for units that fail but for which we have a NULL...
Lennart Poettering [Tue, 28 Apr 2015 10:12:29 +0000 (12:12 +0200)]
bus-util: print correct warnings for units that fail but for which we have a NULL result only

9 years agoman: clarify that only the first .network file with a matching [Match] matters
Lennart Poettering [Tue, 28 Apr 2015 09:44:24 +0000 (11:44 +0200)]
man: clarify that only the first .network file with a matching [Match] matters

http://lists.freedesktop.org/archives/systemd-devel/2015-April/031294.html

9 years agocore: coldplug all units which participate in jobs during coldplugging
Ivan Shapovalov [Mon, 27 Apr 2015 18:19:02 +0000 (21:19 +0300)]
core: coldplug all units which participate in jobs during coldplugging

This is yet another attempt to fix coldplugging order (more especially,
the problem which happens when one creates a job during coldplugging and
it references a not-yet-coldplugged unit).

Now we forcibly coldplug all units which participate in jobs. This
is a superset of previously implemented handling of the UNIT_TRIGGERS
dependencies, so that handling is removed.

http://lists.freedesktop.org/archives/systemd-devel/2015-April/031212.html
https://bugs.freedesktop.org/show_bug.cgi?id=88401 (once again)

9 years agoupdate-done: ignore nanosecond file timestamp components, they are not reliable
Lennart Poettering [Mon, 27 Apr 2015 15:25:57 +0000 (17:25 +0200)]
update-done: ignore nanosecond file timestamp components, they are not reliable

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

9 years agoupdate-done: minor simplification
Lennart Poettering [Mon, 27 Apr 2015 15:22:55 +0000 (17:22 +0200)]
update-done: minor simplification

9 years agoupdate TODO
Lennart Poettering [Mon, 27 Apr 2015 15:22:30 +0000 (17:22 +0200)]
update TODO

9 years agoman: document that nspawn's --bind= switch may be used multiple times
Lennart Poettering [Mon, 27 Apr 2015 13:40:30 +0000 (15:40 +0200)]
man: document that nspawn's --bind= switch may be used multiple times

9 years agopath-util: fix fstat fallback in fd_is_mount_point
Thomas Hindoe Paaboel Andersen [Sun, 26 Apr 2015 13:57:29 +0000 (15:57 +0200)]
path-util: fix fstat fallback in fd_is_mount_point

9 years agosysv-generator: avoid freeing uninitialized variable
Thomas Hindoe Paaboel Andersen [Sun, 26 Apr 2015 12:43:40 +0000 (14:43 +0200)]
sysv-generator: avoid freeing uninitialized variable

Would happen if lookup_paths_init returns an error.

9 years agolibudev: monitor - clarify log messages
Tom Gundersen [Sat, 25 Apr 2015 23:09:34 +0000 (01:09 +0200)]
libudev: monitor - clarify log messages

9 years agosd-device: don't retry loading uevent/db files more than once
Tom Gundersen [Sat, 25 Apr 2015 23:07:42 +0000 (01:07 +0200)]
sd-device: don't retry loading uevent/db files more than once

If for whatever reason there was nothing to load or loading failed, don't keep trying.

9 years agosd-device: don't complain if the uevent file is missing
Tom Gundersen [Sat, 25 Apr 2015 23:04:33 +0000 (01:04 +0200)]
sd-device: don't complain if the uevent file is missing

Only 'real' devices are required to have an uevent file.

9 years agobootchart: kill newline characters from log_error_errno() calls
Daniel Mack [Fri, 24 Apr 2015 19:51:43 +0000 (21:51 +0200)]
bootchart: kill newline characters from log_error_errno() calls

9 years agosystemctl: kill newline characters from log_error_errno() calls
Daniel Mack [Fri, 24 Apr 2015 19:50:36 +0000 (21:50 +0200)]
systemctl: kill newline characters from log_error_errno() calls

log_error_errno() already adds a newline, so drop them.

9 years agologind: kill newline characters from log_error_errno() calls
Daniel Mack [Fri, 24 Apr 2015 19:44:51 +0000 (21:44 +0200)]
logind: kill newline characters from log_error_errno() calls

log_error_errno() already adds a newline, so drop them.

9 years agoudevd: worker - log if worker result cannot be sent
Tom Gundersen [Fri, 24 Apr 2015 18:36:02 +0000 (20:36 +0200)]
udevd: worker - log if worker result cannot be sent

If the main daemon is not notified about a worker finishing an event
the refcounting of the worker struct will be wrong, and we will lose
track of the number of children we have to wait for.

This should not happen, but if it does we better complain loudly about
it. Worst case udev will wait for 30 seconsd at shutdown waiting for
nonexistent workers.

9 years agoudevd: worker - warn if unknown worker returns
Tom Gundersen [Fri, 24 Apr 2015 17:29:53 +0000 (19:29 +0200)]
udevd: worker - warn if unknown worker returns

9 years agoudevd: worker - let the kernel attach the sender pid
Tom Gundersen [Tue, 21 Apr 2015 16:55:05 +0000 (18:55 +0200)]
udevd: worker - let the kernel attach the sender pid

No need to include this explicitly, just use SCM_CREDENTIALS.

9 years agosysctl: minor simplifications
Lennart Poettering [Fri, 24 Apr 2015 17:56:24 +0000 (19:56 +0200)]
sysctl: minor simplifications

9 years agosysctl: don't propagate ENOENT sysctl options
Lennart Poettering [Fri, 24 Apr 2015 17:55:16 +0000 (19:55 +0200)]
sysctl: don't propagate ENOENT sysctl options

We shouldn't fail the sysctl service if an option is missing.

Previously the warning about this was already downgraded to LOG_DEBUG,
but we really shouldn't propagate such errors either.

9 years agocore: minor simplification
Lennart Poettering [Fri, 24 Apr 2015 17:54:29 +0000 (19:54 +0200)]
core: minor simplification

9 years agoUpdate TODO
Lennart Poettering [Fri, 24 Apr 2015 17:54:14 +0000 (19:54 +0200)]
Update TODO

9 years agoman: extend documentation on IPForward= and IPMasquerade=
Lennart Poettering [Fri, 24 Apr 2015 17:53:38 +0000 (19:53 +0200)]
man: extend documentation on IPForward= and IPMasquerade=

Mention the default values, and clarify how this relates to the
underlying sysctls.

9 years agoudevd: don't unref worker objects on SIGSTOP/SIGCONT
Tom Gundersen [Fri, 24 Apr 2015 16:35:58 +0000 (18:35 +0200)]
udevd: don't unref worker objects on SIGSTOP/SIGCONT

We should not be receiving these anyway, but let's be correct.

9 years agoudevd: warn if we receive SIGCHLD from untracked worker
Tom Gundersen [Fri, 24 Apr 2015 16:04:57 +0000 (18:04 +0200)]
udevd: warn if we receive SIGCHLD from untracked worker

9 years agoudevd: improve logging in SIGCHLD handling
Tom Gundersen [Fri, 24 Apr 2015 15:50:49 +0000 (17:50 +0200)]
udevd: improve logging in SIGCHLD handling

Remove some redundant logging, and reduce the log-level in most cases. The only
case that is really critical is if a worker failed while hanlding an event, so
keep that at error level.

9 years agosd-bus: teach bus_print_property() how to print SD_BUS_TYPE_INT64
Daniel Mack [Fri, 20 Feb 2015 14:16:02 +0000 (15:16 +0100)]
sd-bus: teach bus_print_property() how to print SD_BUS_TYPE_INT64

9 years agoshutdownd: kill the old implementation
Daniel Mack [Thu, 23 Apr 2015 15:30:23 +0000 (17:30 +0200)]
shutdownd: kill the old implementation

Not that all functionality has been ported over to logind, the old
implementation can be removed. There goes one of the oldest parts of
the systemd code base.

9 years agosystemctl: talk to logind for scheduled shutdowns
Daniel Mack [Thu, 23 Apr 2015 14:03:02 +0000 (16:03 +0200)]
systemctl: talk to logind for scheduled shutdowns

Drop the code which communicates with shutdownd via its private socket,
and use the functionality in logind instead.

The code pathes which talk to logind have to create their own ad-hoc
bus connection because by default, systemctl connects to systemd's
private socket.

9 years agologind: add support for /run/nologin and /run/systemd/shutdown/scheduled
Daniel Mack [Thu, 23 Apr 2015 15:11:28 +0000 (17:11 +0200)]
logind: add support for /run/nologin and /run/systemd/shutdown/scheduled

Port over more code from shutdownd and teach logind to write /run/nologin at
least 5 minutes before the system is going down, and
/run/systemd/shutdown/scheduled when a shutdown is scheduled.

9 years agologind: add code for UTMP wall messages
Daniel Mack [Wed, 22 Apr 2015 15:20:42 +0000 (17:20 +0200)]
logind: add code for UTMP wall messages

Add a timer to print UTMP wall messages so that it repeatedly informs users
about a scheduled shutdown:

 * every 1 minute with less than 10 minutes to go
 * every 15 minutes with less than 60 minutes to go
 * every 30 minutes with less than 180 minutes (3 hours) to go
 * every 60 minutes if more than that to go

This functionality only active if the .EnableWallMessages DBus property
is set to true. Also, a custom string can be added to the wall message,
set through the WallMessagePrefix property.

9 years agoshared/utmp-wtmp: add parameter for origin tty and callback userdata
Daniel Mack [Fri, 24 Apr 2015 13:31:29 +0000 (15:31 +0200)]
shared/utmp-wtmp: add parameter for origin tty and callback userdata

Instead of looking up the tty from STDIN, let utmp_wall() take an argument
to specify an origin tty for the wall message. Only if that argument is
NULL do the STDIN lookup.

Also add an void *userdata argument that is handed back to the callback
function.

9 years agologind: add .ScheduleShutdown and .CancelScheduledShutdown methods
Daniel Mack [Mon, 20 Apr 2015 13:27:15 +0000 (15:27 +0200)]
logind: add .ScheduleShutdown and .CancelScheduledShutdown methods

Add a method called ScheduleShutdown in org.freedesktop.login1.Manager
which adds a timer to shut down the system at a later point in time.

The first argument holds the type of the schedule that is about to
happen, and must be one of 'reboot', 'halt' or 'poweroff'.

The second argument specifies the absolute time, based on
CLOCK_REALTIME in nanoseconds, at which the the operation should be
executed.

To cancel a previously scheduled shutdown, the CancelScheduledShutdown()
can be called, which returns a bool, indicating whether a scheduled
timeout was cancelled.

Also add a new property called ScheduledShutdown which returns the
equivalent to what was passed in via ScheduleShutdown, as '(st)' type.

9 years agologind: factor out polkit checks
Daniel Mack [Mon, 20 Apr 2015 13:19:26 +0000 (15:19 +0200)]
logind: factor out polkit checks

Factor out the code to ask polkit for authorization from
method_do_shutdown_or_sleep() into an own function called
verify_shutdown_creds().

This is needed in order to also use the same checks when shutdown
operations are scheduled. For that, it's also necessary to allow
NULL values for that action{,_multiple_sessions,_ignore_inhibit)
arguments, which will suppress the call if no action string is
passed.

9 years agologind: make local functions static
Daniel Mack [Sat, 11 Apr 2015 17:47:12 +0000 (19:47 +0200)]
logind: make local functions static

make manager_gc(), manager_startup(), manager_new(), manager_free()
and manager_run() static, and kill their forward declarations.

9 years agologind: use sd_event timer source for inhibitor logic
Daniel Mack [Sat, 11 Apr 2015 16:44:51 +0000 (18:44 +0200)]
logind: use sd_event timer source for inhibitor logic

Instead of open-coding the delayed action and inhibit timeout logic,
switch over to a real sd_event_source based implementation.

This is not only easier to read but also allows us to add more timers
in the future.

9 years agologind: drop unused argument from method_do_shutdown_or_sleep()
Daniel Mack [Thu, 9 Apr 2015 14:44:51 +0000 (16:44 +0200)]
logind: drop unused argument from method_do_shutdown_or_sleep()

9 years agounit: don't add automatic dependencies on device units if they aren't supported
Lennart Poettering [Fri, 24 Apr 2015 15:28:06 +0000 (17:28 +0200)]
unit: don't add automatic dependencies on device units if they aren't supported

http://lists.freedesktop.org/archives/systemd-devel/2015-April/031187.html

9 years agounits: set KillMode=mixed for our daemons that fork worker processes
Lennart Poettering [Fri, 24 Apr 2015 14:12:28 +0000 (16:12 +0200)]
units: set KillMode=mixed for our daemons that fork worker processes

The daemons should really have the time to kill the workers first,
before systemd does it, hence use KillMode=mixed for these daemons.

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

9 years agomanager: don't fail fatally if we cannot coldplug a unit
Lennart Poettering [Fri, 24 Apr 2015 14:09:15 +0000 (16:09 +0200)]
manager: don't fail fatally if we cannot coldplug a unit

It's better to continue as good as we can, than to totally fail. Hence,
let's log about the failure and continue.

9 years agocore: always coldplug units that are triggered by other units before those
Lennart Poettering [Fri, 24 Apr 2015 14:04:50 +0000 (16:04 +0200)]
core: always coldplug units that are triggered by other units before those

Let's make sure that we don't enqueue triggering jobs for units before
those units are actually fully loaded.

http://lists.freedesktop.org/archives/systemd-devel/2015-April/031176.html
https://bugs.freedesktop.org/show_bug.cgi?id=88401

9 years agocore: return 0 from device_serialize()
Daniel Mack [Fri, 24 Apr 2015 14:14:48 +0000 (16:14 +0200)]
core: return 0 from device_serialize()

Fixes:

  CC       src/core/libsystemd_core_la-device.lo
src/core/device.c: In function 'device_serialize':
src/core/device.c:169:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^

9 years agoRevert "core: do not spawn jobs or touch other units during coldplugging"
Lennart Poettering [Fri, 24 Apr 2015 13:27:19 +0000 (15:27 +0200)]
Revert "core: do not spawn jobs or touch other units during coldplugging"

This reverts commit 6e392c9c45643d106673c6643ac8bf4e65da13c1.

We really shouldn't invent external state keeping hashmaps, if we can
keep this state in the units themselves.

9 years agoUpdate Spanish translation
Daniel Mustieles [Fri, 24 Apr 2015 13:13:34 +0000 (09:13 -0400)]
Update Spanish translation

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

9 years agodevice: rework how we enter tentative state
Lennart Poettering [Fri, 24 Apr 2015 10:29:05 +0000 (12:29 +0200)]
device: rework how we enter tentative state

This reworks how we enter tentative state and does so only when a device
was previously not announced via udev. The previous check actually just
checked whether a new state bit was set, which is not correct.

Also, to be able to reliably maintain the tentative state across daemon
reloads, we need to serialize and deserialize it.

9 years agoservice: improve readability, by reducing line-breaks
Lennart Poettering [Fri, 24 Apr 2015 10:25:55 +0000 (12:25 +0200)]
service: improve readability, by reducing line-breaks

9 years agojournal: use audit event names instead of numbers
Zbigniew Jędrzejewski-Szmek [Tue, 14 Apr 2015 14:29:03 +0000 (10:29 -0400)]
journal: use audit event names instead of numbers

<audit-1400> is replaced by AVC, etc.

A fallback mechanism is provided for unlisted event types.
Occasionally new types are added to the kernel, but not too often.

Add a simple "test", which simply prints the mapping.

9 years agojournal: add int↔audit type name mapping
Zbigniew Jędrzejewski-Szmek [Mon, 16 Mar 2015 17:14:18 +0000 (13:14 -0400)]
journal: add int↔audit type name mapping

9 years agoudevd: fix REMOVE handling
Tom Gundersen [Thu, 23 Apr 2015 13:19:13 +0000 (15:19 +0200)]
udevd: fix REMOVE handling

This reverts b67f944. Lazy loading of device properties does not work for devices
that are received over netlink, as these are sealed. Reinstate the unconditional
loading of the device db.

Reported by: Mantas Mikulėnas <grawity@gmail.com>.