Lennart Poettering [Thu, 12 Apr 2012 10:57:41 +0000 (12:57 +0200)]
journald: add missing flag to open()
Lennart Poettering [Thu, 12 Apr 2012 01:38:52 +0000 (03:38 +0200)]
execute: when we can't get the requested rlimit, get the next closest
Lennart Poettering [Thu, 12 Apr 2012 01:19:28 +0000 (03:19 +0200)]
main: pass original environment block to shutdown binary so that it can detect container environments
Lennart Poettering [Thu, 12 Apr 2012 00:51:16 +0000 (02:51 +0200)]
units: start vconsole-setup only if there's actually a virtual console device
Lennart Poettering [Thu, 12 Apr 2012 00:41:02 +0000 (02:41 +0200)]
units: run sysctl stuff only when /proc/sys is actually writable, to quieten container boots a little
Lennart Poettering [Thu, 12 Apr 2012 00:39:02 +0000 (02:39 +0200)]
unit: introduce ConditionPathIsReadWrite
Kay Sievers [Wed, 11 Apr 2012 23:51:49 +0000 (01:51 +0200)]
move more common files to shared/ and add them to shared.la
Kay Sievers [Wed, 11 Apr 2012 22:42:43 +0000 (00:42 +0200)]
udev: keymap - remove weird 'c2 a0' character sequences which break the check
$ hexdump -C src/udev/keymap/keymaps/samsung-90x3a
00000000 30 78 39 36 20 6b 62 64 69 6c 6c 75 6d 75 70 c2 |0x96 kbdillumup.|
00000010 a0 c2 a0 c2 a0 c2 a0 c2 a0 c2 a0 c2 a0 c2 a0 20 |............... |
00000020 23 20 46 6e 2b 46 38 20 6b 65 79 62 6f 61 72 64 |# Fn+F8 keyboard|
Léo Gillot-Lamure [Wed, 11 Apr 2012 11:27:19 +0000 (12:27 +0100)]
One can specify in which cgroup hierarchies a systemd-nspawn container will appear
Lennart Poettering [Wed, 11 Apr 2012 22:20:58 +0000 (00:20 +0200)]
relicense to LGPLv2.1 (with exceptions)
We finally got the OK from all contributors with non-trivial commits to
relicense systemd from GPL2+ to LGPL2.1+.
Some udev bits continue to be GPL2+ for now, but we are looking into
relicensing them too, to allow free copy/paste of all code within
systemd.
The bits that used to be MIT continue to be MIT.
The big benefit of the relicensing is that closed source code may now
link against libsystemd-login.so and friends.
Kay Sievers [Wed, 11 Apr 2012 22:08:26 +0000 (00:08 +0200)]
udev: check-keymaps.sh - fix source directory
Lennart Poettering [Wed, 11 Apr 2012 21:56:58 +0000 (23:56 +0200)]
update TODO
Lennart Poettering [Wed, 11 Apr 2012 20:37:13 +0000 (22:37 +0200)]
polkit: when spawning off agent, wait until the agent is fully initialized
Lennart Poettering [Wed, 11 Apr 2012 19:58:33 +0000 (21:58 +0200)]
units: exclude gettys from isolate requests
gettys are nowadays mostly autospawned and hence usually subject to
being shut down on isolate requests, since they are no dependency of any
other unit. This is a bad idea if the user isolates between
multi-user.graphical and graphical.target, hence exclude them from the
isolation.
This has the effect that gettys no longer cleaned up when
emergency.target is isolated, which might actualy be considered a
feature, even though it is a change from previous behaviour...
Note that the one getty that really matters (the one on tty1) is still
removed when isolating to emergency.target since it conflicts with
emergency.service.
Kay Sievers [Wed, 11 Apr 2012 20:34:25 +0000 (22:34 +0200)]
udev: fix RUN+= logic regarding builtin vs. program
Marc-Antoine Perennou [Wed, 11 Apr 2012 20:24:53 +0000 (22:24 +0200)]
udev: fix keymap mkdir
Kay Sievers [Wed, 11 Apr 2012 20:18:55 +0000 (22:18 +0200)]
enable proper access timestamps on all tmpfs mounts
Kay Sievers [Wed, 11 Apr 2012 19:33:12 +0000 (21:33 +0200)]
tmpfiles: open directories with O_NOATIME to preserve timestamp
Before:
# stat /tmp/pulse-Du5ectm60QYM | grep 'Access: 20'
Access: 2012-04-11 21:32:48.
444920237 +0200
# systemd-tmpfiles --clean
# stat /tmp/pulse-Du5ectm60QYM | grep 'Access: 20'
Access: 2012-04-11 21:36:27.
628925459 +0200
After:
# stat /tmp/pulse-Du5ectm60QYM | grep 'Access: 20'
Access: 2012-04-11 21:32:48.
444920237 +0200
# ./systemd-tmpfiles --clean
# stat /tmp/pulse-Du5ectm60QYM | grep 'Access: 20'
Access: 2012-04-11 21:32:48.
444920237 +0200
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=810257
Lennart Poettering [Wed, 11 Apr 2012 16:50:16 +0000 (18:50 +0200)]
polkit: temporarily spawn of a polkit agent in terminals for possibly authenticated operations
Lennart Poettering [Wed, 11 Apr 2012 16:40:22 +0000 (18:40 +0200)]
main: disarm watchdog when preparing for reexecution
Kay Sievers [Wed, 11 Apr 2012 14:39:31 +0000 (16:39 +0200)]
put acl.la in 'if HAVE_ACL' and rename acl.[ch] to acl-util.[ch]
Kay Sievers [Wed, 11 Apr 2012 10:59:52 +0000 (12:59 +0200)]
move libsystemd_core.la sources into core/
Lennart Poettering [Wed, 11 Apr 2012 11:19:26 +0000 (13:19 +0200)]
main: unset some bash specific environment variables that might get leaked to us
https://bugzilla.redhat.com/show_bug.cgi?id=811537
Lennart Poettering [Wed, 11 Apr 2012 10:56:51 +0000 (12:56 +0200)]
main: drop container/initrd env vars from inherited set
Leave the env vars used in the container/initrd logic set for PID1, but
don't inherit them to any children.
Lennart Poettering [Wed, 11 Apr 2012 10:49:52 +0000 (12:49 +0200)]
machine-id: don't delete runtime machine-id, and place it in /run
Lennart Poettering [Wed, 11 Apr 2012 10:48:27 +0000 (12:48 +0200)]
main: add URL to cgroups check message
Kay Sievers [Wed, 11 Apr 2012 10:30:53 +0000 (12:30 +0200)]
split selinux label operations out of cgroup-util, socket-util
This prevents linking of selinux and libdl for another 15 binaries.
Kay Sievers [Wed, 11 Apr 2012 01:54:23 +0000 (03:54 +0200)]
build-sys: move remaining headers out EXTRA_DIST, install sd-readahead.h
Kay Sievers [Wed, 11 Apr 2012 01:29:31 +0000 (03:29 +0200)]
build-sys: add $(AM_LDFLAGS) where needed
Kay Sievers [Wed, 11 Apr 2012 01:15:34 +0000 (03:15 +0200)]
pam_systemd: add missing libsystemd_audit.l
Lennart Poettering [Wed, 11 Apr 2012 00:04:46 +0000 (02:04 +0200)]
shutdownd: rework interface, allow subscribing to scheduled shutdowns
This extends the shutdownd interface to expose schedule shutdown
information in /run/systemd/shutdown/schedule.
This also cleans up the shutdownd protocol and documents it in a header
file sd-shutdown.h.
This is supposed to be used by client code that wants to control and
monitor scheduled shutdown.
Lennart Poettering [Tue, 10 Apr 2012 22:36:44 +0000 (00:36 +0200)]
systemctl: don't forward poweroff/reboot requests to logind if time is set or immediate or dry-run execution is requested
logind can't handle scheduled poweroff/reboot requests, nor
immediate/dry-run requests, hence don't attempt forwarding to logind if
these options are used.
Lennart Poettering [Tue, 10 Apr 2012 22:34:06 +0000 (00:34 +0200)]
logs-show: fix output of log lines lacking comm
Lennart Poettering [Tue, 10 Apr 2012 22:11:18 +0000 (00:11 +0200)]
units: introduce nss-user-lookup.target
This separates user/group NSS lookups from host/network NSS lookups.
By default order all network mounts after host/network NSS lookups now,
and logind execution after user/group NSS lookups.
Kay Sievers [Tue, 10 Apr 2012 20:47:48 +0000 (22:47 +0200)]
update TODO
Kay Sievers [Tue, 10 Apr 2012 19:54:31 +0000 (21:54 +0200)]
rename basic.la to shared.la and put selinux deps in shared-selinx.la
Only 34 of 74 tools need libselinux linked, and libselinux is a pain
with its unconditional library constructor.
Kay Sievers [Tue, 10 Apr 2012 17:57:23 +0000 (19:57 +0200)]
udev: move man pages to udev section
Michael Olbrich [Fri, 6 Apr 2012 19:38:02 +0000 (21:38 +0200)]
dbus: make the service property StartLimitAction writeable
Michael Olbrich [Fri, 6 Apr 2012 19:38:01 +0000 (21:38 +0200)]
dbus: add generic DEFINE_BUS_PROPERTY_SET_ENUM() macro for enum properties
The defined function can be used as BusPropertySetCallback.
Michael Olbrich [Fri, 6 Apr 2012 19:38:00 +0000 (21:38 +0200)]
dbus: add data argument to BusPropertySetCallback
BusPropertyCallback already has the argument. It is necesary for the
callback to know what data to access.
Michael Olbrich [Fri, 6 Apr 2012 19:37:26 +0000 (21:37 +0200)]
watchdog: really return the actual watchdog timeout
In the current code setting the return argument is never reached.
Kay Sievers [Tue, 10 Apr 2012 17:42:07 +0000 (19:42 +0200)]
move list.h, macro.h, ioprio.h to shared/
Kay Sievers [Tue, 10 Apr 2012 17:32:48 +0000 (19:32 +0200)]
move pager.[ch] to shared/
Kay Sievers [Tue, 10 Apr 2012 17:23:08 +0000 (19:23 +0200)]
use libsystemd-daemon.la instead of source file
Kay Sievers [Tue, 10 Apr 2012 17:14:42 +0000 (19:14 +0200)]
use libsystemd-id128.la instead of source file
Kay Sievers [Tue, 10 Apr 2012 16:59:47 +0000 (18:59 +0200)]
move libsystemd-capability.la dep from basic to core
Kay Sievers [Tue, 10 Apr 2012 16:46:51 +0000 (18:46 +0200)]
move cgroup-util.[ch] to shared/
Kay Sievers [Tue, 10 Apr 2012 15:39:43 +0000 (17:39 +0200)]
udev: remove deps already pulled in by LIBADD
Kay Sievers [Tue, 10 Apr 2012 14:41:52 +0000 (16:41 +0200)]
udev: fix gcc warnings showing up after adding $(AM_CFLAGS)
Kay Sievers [Tue, 10 Apr 2012 14:02:09 +0000 (16:02 +0200)]
build-sys: add $(AM_CFLAGS) where needed
Kay Sievers [Tue, 10 Apr 2012 12:53:38 +0000 (14:53 +0200)]
util: move ACL code into internal library
Kay Sievers [Tue, 10 Apr 2012 11:39:02 +0000 (13:39 +0200)]
util: move all to shared/ and split external dependencies in separate internal libraries
Before:
$ ldd /lib/systemd/systemd-timestamp
linux-vdso.so.1 => (0x00007fffb05ff000)
libselinux.so.1 => /lib64/libselinux.so.1 (0x00007f90aac57000)
libcap.so.2 => /lib64/libcap.so.2 (0x00007f90aaa53000)
librt.so.1 => /lib64/librt.so.1 (0x00007f90aa84a000)
libc.so.6 => /lib64/libc.so.6 (0x00007f90aa494000)
/lib64/ld-linux-x86-64.so.2 (0x00007f90aae90000)
libdl.so.2 => /lib64/libdl.so.2 (0x00007f90aa290000)
libattr.so.1 => /lib64/libattr.so.1 (0x00007f90aa08a000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f90a9e6e000)
After:
$ ldd systemd-timestamp
linux-vdso.so.1 => (0x00007fff3cbff000)
libselinux.so.1 => /lib64/libselinux.so.1 (0x00007f5eaa1c3000)
librt.so.1 => /lib64/librt.so.1 (0x00007f5ea9fbb000)
libc.so.6 => /lib64/libc.so.6 (0x00007f5ea9c04000)
/lib64/ld-linux-x86-64.so.2 (0x00007f5eaa3fc000)
libdl.so.2 => /lib64/libdl.so.2 (0x00007f5ea9a00000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f5ea97e4000)
Kay Sievers [Tue, 10 Apr 2012 11:33:43 +0000 (13:33 +0200)]
udev: set errno = ENOSYS for removed interfaces
Kay Sievers [Mon, 9 Apr 2012 20:07:18 +0000 (22:07 +0200)]
update TODO
Kay Sievers [Mon, 9 Apr 2012 18:45:45 +0000 (20:45 +0200)]
udev: remove RUN+="socket:.." and udev_monitor_new_from_netlink()
Kay Sievers [Mon, 9 Apr 2012 14:37:54 +0000 (16:37 +0200)]
udev: convert 'uaccess' to a builtin
Kay Sievers [Sun, 8 Apr 2012 15:08:09 +0000 (17:08 +0200)]
udev: keymap: remove rootprefix mangling from script
Kay Sievers [Sun, 8 Apr 2012 15:03:17 +0000 (17:03 +0200)]
udev: fix test-udev binary
Kay Sievers [Sun, 8 Apr 2012 14:50:16 +0000 (16:50 +0200)]
udev: remove support for /lib/udev/devices/; tmpfiles should be used
Tom Gundersen [Sat, 7 Apr 2012 11:41:13 +0000 (13:41 +0200)]
udev: fix rules sort order
Commit
91418155ae9034f466d436c314cd136309bc557d moved around the code,
but did not chang ethe array index.
Kay Sievers [Sun, 8 Apr 2012 14:06:20 +0000 (16:06 +0200)]
udev: switch to systemd logging functions
Kay Sievers [Fri, 6 Apr 2012 17:52:49 +0000 (19:52 +0200)]
build-sys: bump systemd version to 'udev version 182'
Lennart Poettering [Thu, 5 Apr 2012 20:08:10 +0000 (22:08 +0200)]
systemd: add hardware watchdog support
This adds minimal hardware watchdog support to PID 1. The idea is that
PID 1 supervises and watchdogs system services, while the hardware
watchdog is used to supervise PID 1.
This adds two hardware watchdog configuration options, for the runtime
watchdog and for a shutdown watchdog. The former is active during normal
operation, the latter only at reboots to ensure that if a clean reboot
times out we reboot nonetheless.
If the runtime watchdog is enabled PID 1 will automatically wake up at
half the configured interval and write to the watchdog daemon.
By default we enable the shutdown watchdog, but leave the runtime
watchdog disabled in order not to break independent hardware watchdog
daemons people might be using.
This is only the most basic hookup. If necessary we can later on hook
up the watchdog ping more closely with services deemed crucial.
Michal Schmidt [Thu, 5 Apr 2012 06:34:05 +0000 (08:34 +0200)]
job: use a lookup table for merging of job types
It is easier to see what job_type_merge() is doing when the merging
rules are written in the form of a table.
job_type_is_superset() contained redundant information. It can be
simplified to a simple rule: Type A is a superset of B iff merging A
with B gives A.
Two job types are conflicting iff they are not mergeable.
Make job_type_lookup_merge() the core function to decide the type
merging. All other job_type_*() are just short wrappers around it.
They can be inline.
test-job-type gives the same results as before.
btw, the systemd binary is smaller by almost 1 KB.
Kay Sievers [Wed, 4 Apr 2012 12:57:36 +0000 (14:57 +0200)]
update TODO
Kay Sievers [Wed, 4 Apr 2012 12:42:32 +0000 (14:42 +0200)]
man: update udev man pages
Kay Sievers [Wed, 4 Apr 2012 12:08:37 +0000 (14:08 +0200)]
build-sys: add a few missing headers
Lennart Poettering [Wed, 4 Apr 2012 11:52:02 +0000 (13:52 +0200)]
units: direct users to the journal for logs when entering rescue mode
Kay Sievers [Wed, 4 Apr 2012 11:30:09 +0000 (13:30 +0200)]
udev: replace UDEV_EXPORT with _public_
Kay Sievers [Wed, 4 Apr 2012 11:29:37 +0000 (13:29 +0200)]
udev: ata_id - remove assert() until we switch over to systemd logging
Kay Sievers [Wed, 4 Apr 2012 11:14:29 +0000 (13:14 +0200)]
udev: enable logging
Kay Sievers [Wed, 4 Apr 2012 10:48:07 +0000 (12:48 +0200)]
build-sys: remove vala hack, which did not allow to list headers in sources
Ayan George [Wed, 4 Apr 2012 06:38:38 +0000 (08:38 +0200)]
keymap: Add support for Lenovo v480 touchpad toggle hotkey.
Signed-off-by: Martin Pitt <martinpitt@gnome.org>
Dave Reisner [Wed, 4 Apr 2012 04:22:21 +0000 (00:22 -0400)]
units/: use @SYSTEMCTL@ instead of hardcoded paths
Especially in the case of --enable-split-usr, several units will point
to the wrong location for systemctl. Use @SYSTEMCTL@ which will always
contain the proper path.
Dave Reisner [Wed, 4 Apr 2012 04:22:20 +0000 (00:22 -0400)]
udev: avoid building selinux parts without have_selinux
Kay Sievers [Wed, 4 Apr 2012 04:21:23 +0000 (06:21 +0200)]
udev: fix path in udev.service
Kay Sievers [Wed, 4 Apr 2012 03:31:21 +0000 (05:31 +0200)]
udev: fix gcc warnings
Kay Sievers [Wed, 4 Apr 2012 03:23:51 +0000 (05:23 +0200)]
Merge branch 'master' of ssh://git.freedesktop.org/git/systemd/systemd
Kay Sievers [Wed, 4 Apr 2012 03:18:14 +0000 (05:18 +0200)]
udev: fix gcc warnings
Kay Sievers [Tue, 3 Apr 2012 19:24:46 +0000 (21:24 +0200)]
move imported udev into place
Lennart Poettering [Tue, 3 Apr 2012 23:00:09 +0000 (01:00 +0200)]
journal: don't export the boot id twice per entry
Lennart Poettering [Tue, 3 Apr 2012 22:43:40 +0000 (00:43 +0200)]
man: document the _TRANSPORT journal field
Lennart Poettering [Tue, 3 Apr 2012 21:08:04 +0000 (23:08 +0200)]
man: clarify the formatting of timestamps
Lennart Poettering [Tue, 3 Apr 2012 20:32:05 +0000 (22:32 +0200)]
man: update documentation of special units
Lennart Poettering [Tue, 3 Apr 2012 20:31:48 +0000 (22:31 +0200)]
man: document special journal fields
Kay Sievers [Tue, 3 Apr 2012 19:08:04 +0000 (21:08 +0200)]
import udev repository
Lennart Poettering [Tue, 3 Apr 2012 17:25:29 +0000 (19:25 +0200)]
logind: log with AUTH facility
Lennart Poettering [Tue, 3 Apr 2012 17:24:12 +0000 (19:24 +0200)]
fix a couple of AF_UNIX connect() calls
Lennart Poettering [Tue, 3 Apr 2012 16:15:28 +0000 (18:15 +0200)]
journal: in json and export mode use double underscores to prefix location fields
Many programming languages don't allow variable names beginning in dots,
hence let's use double underscores for the location fields instead. This
gets us the simple rule:
__ is the prefix for location fields (i.e. fields that are used to
identify entries, rather than part of the entries)
_ is the prefix for trusted fields (i.e. those fields journald itself
adds to all entries)
no prefix for unrusted fields (i.e. all fields normal client code sends
us)
Lennart Poettering [Tue, 3 Apr 2012 12:43:48 +0000 (14:43 +0200)]
systemctl: make -f short for both --follow and --force
Lennart Poettering [Tue, 3 Apr 2012 12:25:51 +0000 (14:25 +0200)]
update TODO
David Ward [Tue, 3 Apr 2012 03:45:35 +0000 (23:45 -0400)]
service: schedule JOB_RESTART from SERVICE_AUTO_RESTART state
Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=45511
Colin Guthrie [Mon, 2 Apr 2012 10:08:20 +0000 (11:08 +0100)]
analyze: Cosmetic exit when the bootup is not yet complete when plotting.
This is just a nicer message than a python traceback.
Michal Schmidt [Mon, 2 Apr 2012 19:49:00 +0000 (21:49 +0200)]
Revert "socket: if we fail to create an instantiated service for a socket, don't put the socket in failure mode"
This reverts commit
9586cdfab6a2638078702b7fea7e16b3a71899e2.
(but not the TODO hunk).
The bug was already fixed by
1a710b43. And if other errors occur, we
don't want to leave the socket active in order to avoid having socket
tarpits.
Dave Reisner [Mon, 2 Apr 2012 13:08:35 +0000 (09:08 -0400)]
install: check for proper return from dirent_ensure_type
Fixes 'systemctl list-unit-files', which previously returned only:
Failed to issue method call: No such file or directory
Lennart Poettering [Mon, 2 Apr 2012 18:54:15 +0000 (20:54 +0200)]
update TODO
Lennart Poettering [Mon, 2 Apr 2012 17:24:30 +0000 (19:24 +0200)]
journal: implicitly add code location to all messages logged with the native interface
This logic can be turned off by defining SD_JOURNAL_SUPPRESS_LOCATION
before including sd-journal.h.
This also saves/restores errno in all logging functions, in order to be
useful as logging calls without side-effects.
This also adds a couple of __unlikely__ around the early checks in the
logging calls, in order to minimize the runtime impact.
Lennart Poettering [Mon, 2 Apr 2012 17:04:56 +0000 (19:04 +0200)]
journal: decrease default mmap window size to allow a bigger number of journals to be traversed in parallel
Dave Reisner [Sun, 1 Apr 2012 23:04:23 +0000 (19:04 -0400)]
bash-completion: update naming of loginctl
18b754d3 changed the name of systemd-loginctl to loginctl, but didn't
update the bash-completion to match.
Kay Sievers [Fri, 30 Mar 2012 21:18:33 +0000 (23:18 +0200)]
rename /etc/systemd/systemd-{login,journal}d.conf to {login,journal}d.conf