chiark / gitweb /
elogind.git
13 years agoutil: look at STDOUT, not STDIN, when determining tty columns
Lennart Poettering [Tue, 31 Aug 2010 14:53:58 +0000 (16:53 +0200)]
util: look at STDOUT, not STDIN, when determining tty columns

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

13 years agoexec: replace OOMAdjust= by OOMScoreAdjust= to follow new kernel interface
Lennart Poettering [Mon, 30 Aug 2010 23:33:39 +0000 (01:33 +0200)]
exec: replace OOMAdjust= by OOMScoreAdjust= to follow new kernel interface

This replaces OOMAdjust= by OOMScoreAdjust= in the config files,
breaking compatibility with older unit files. However, this keeps compat
with older kernels which lack the new OOM rework.

13 years agounits: fix a typo in arch's rc-local.service unit file
Lennart Poettering [Mon, 30 Aug 2010 22:43:57 +0000 (00:43 +0200)]
units: fix a typo in arch's rc-local.service unit file

13 years agomanager: add missing second part of s/maintenance/failed/
Matthew Miller [Mon, 30 Aug 2010 22:23:34 +0000 (00:23 +0200)]
manager: add missing second part of s/maintenance/failed/

13 years agomanager: rename 'maintenance' state to 'failed' to avoid user confusion
Matthew Miller [Mon, 30 Aug 2010 22:17:56 +0000 (00:17 +0200)]
manager: rename 'maintenance' state to 'failed' to avoid user confusion

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

13 years agomanager: don't try to minimize transaction when using isolate
Lennart Poettering [Mon, 30 Aug 2010 21:51:52 +0000 (23:51 +0200)]
manager: don't try to minimize transaction when using isolate

We should not avoid stopping services when using isolate, since that
kinda defeats the point of it.

http://bugzilla.redhat.com/show_bug.cgi?id=627014

13 years agoexec: make sure O_NONBLOCK is off for all sockets passed as STDIN/STDOUT/STDERR
Lennart Poettering [Mon, 30 Aug 2010 21:31:27 +0000 (23:31 +0200)]
exec: make sure O_NONBLOCK is off for all sockets passed as STDIN/STDOUT/STDERR

13 years agounit: introduce AllowIsolate= switch
Lennart Poettering [Mon, 30 Aug 2010 20:45:46 +0000 (22:45 +0200)]
unit: introduce AllowIsolate= switch

13 years agoconsole: rework automatic getty on kernel console logic again
Lennart Poettering [Mon, 30 Aug 2010 19:31:40 +0000 (21:31 +0200)]
console: rework automatic getty on kernel console logic again

It is essential that the gettys are proper dependencies from
getty.target so that they aren't killed and immediately restarted on
runlevel changes. Hence rework the logic to implicitly add console
gettys to getty.target as dependencies.

This also adds an automatic hvc console for virtualizers.

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

13 years agoupdate fixme
Lennart Poettering [Mon, 30 Aug 2010 19:45:19 +0000 (21:45 +0200)]
update fixme

13 years agovar-run: make sure /var/run/user is properly created and labelled
Lennart Poettering [Thu, 26 Aug 2010 22:07:04 +0000 (00:07 +0200)]
var-run: make sure /var/run/user is properly created and labelled

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

13 years agounits: don't install runlevel links anymore, since thsoe are maintained in /lib now
Lennart Poettering [Thu, 26 Aug 2010 00:36:04 +0000 (02:36 +0200)]
units: don't install runlevel links anymore, since thsoe are maintained in /lib now

13 years agoservice: properly handle Fedora's broken MTA meta-service name
Lennart Poettering [Thu, 26 Aug 2010 00:28:37 +0000 (02:28 +0200)]
service: properly handle Fedora's broken MTA meta-service name

13 years agoservice: reword warnings a little
Lennart Poettering [Thu, 26 Aug 2010 02:10:17 +0000 (04:10 +0200)]
service: reword warnings a little

13 years agoservice: if we cannot add an alias to a sysv service, ignore this and go on
Lennart Poettering [Thu, 26 Aug 2010 02:08:28 +0000 (04:08 +0200)]
service: if we cannot add an alias to a sysv service, ignore this and go on

13 years agodevice: allow aliases on devices
Lennart Poettering [Thu, 26 Aug 2010 02:08:01 +0000 (04:08 +0200)]
device: allow aliases on devices

13 years agobuild-sys: show audit/selinux in summary
Lennart Poettering [Thu, 26 Aug 2010 01:23:03 +0000 (03:23 +0200)]
build-sys: show audit/selinux in summary

13 years agosystemctl: very very trivial typo patch :)
Matthew Miller [Wed, 25 Aug 2010 20:12:50 +0000 (16:12 -0400)]
systemctl: very very trivial typo patch :)

13 years agobuild-sys: prepare release v8 v8
Lennart Poettering [Wed, 25 Aug 2010 19:28:50 +0000 (21:28 +0200)]
build-sys: prepare release v8

13 years agomount: imply noauto for mount points configured with native mount files
Lennart Poettering [Wed, 25 Aug 2010 19:24:21 +0000 (21:24 +0200)]
mount: imply noauto for mount points configured with native mount files

13 years agoupdate fixme
Lennart Poettering [Wed, 25 Aug 2010 18:39:45 +0000 (20:39 +0200)]
update fixme

13 years agomount: rework automatic mounting to follow the 'nofail' option in fstab
Lennart Poettering [Wed, 25 Aug 2010 18:37:04 +0000 (20:37 +0200)]
mount: rework automatic mounting to follow the 'nofail' option in fstab

13 years agoupdate fixme
Lennart Poettering [Wed, 25 Aug 2010 17:49:52 +0000 (19:49 +0200)]
update fixme

13 years agodbus: simplify some dbus error messages a bit
Lennart Poettering [Wed, 25 Aug 2010 17:49:23 +0000 (19:49 +0200)]
dbus: simplify some dbus error messages a bit

13 years agosd-daemon: drop SCM_CREDENTIALS passing since it is redundant, the kernel fills this...
Lennart Poettering [Wed, 25 Aug 2010 17:37:36 +0000 (19:37 +0200)]
sd-daemon: drop SCM_CREDENTIALS passing since it is redundant, the kernel fills this in anyway

13 years agosystemd-remount-api-vfs.service: fix typo
Kay Sievers [Wed, 25 Aug 2010 13:06:21 +0000 (15:06 +0200)]
systemd-remount-api-vfs.service: fix typo

13 years agounits: fix auto-serial unit
Lennart Poettering [Wed, 25 Aug 2010 03:02:48 +0000 (05:02 +0200)]
units: fix auto-serial unit

13 years agocgroup: mount cgroup file systems to /sys/fs/cgroup instead of /cgroup
Lennart Poettering [Wed, 25 Aug 2010 02:58:16 +0000 (04:58 +0200)]
cgroup: mount cgroup file systems to /sys/fs/cgroup instead of /cgroup

This requires the /sys/fs/cgroup to exist. Current git kernels have
this, released kernels need a backport of a single patch.

13 years agoutmp: document that the order of preference for runlevel numbers might be something...
Lennart Poettering [Wed, 25 Aug 2010 01:31:59 +0000 (03:31 +0200)]
utmp: document that the order of preference for runlevel numbers might be something to change in other distributions

13 years agounits: make sure prefdm is automatically respawned
Lennart Poettering [Wed, 25 Aug 2010 01:15:32 +0000 (03:15 +0200)]
units: make sure prefdm is automatically respawned

13 years agounits: invoke sulogin instead of /bin/sh
Lennart Poettering [Wed, 25 Aug 2010 01:15:12 +0000 (03:15 +0200)]
units: invoke sulogin instead of /bin/sh

13 years agoutmp: write out runlevels 5 and 3 preferrably if multiples make sense, and S instead...
Lennart Poettering [Wed, 25 Aug 2010 01:14:53 +0000 (03:14 +0200)]
utmp: write out runlevels 5 and 3 preferrably if multiples make sense, and S instead of 1

13 years agosystemctl: rename a few status lines
Lennart Poettering [Wed, 25 Aug 2010 01:14:04 +0000 (03:14 +0200)]
systemctl: rename a few status lines

13 years agosystemctl: show timestamps for state changes
Lennart Poettering [Wed, 25 Aug 2010 01:13:44 +0000 (03:13 +0200)]
systemctl: show timestamps for state changes

13 years agosystemctl: add --sysv-compat
Lennart Poettering [Wed, 25 Aug 2010 01:13:09 +0000 (03:13 +0200)]
systemctl: add --sysv-compat

13 years agolog: SCM_CREDENTIALS will be added by the kernel anyway, so there's no need to write...
Lennart Poettering [Wed, 25 Aug 2010 01:12:19 +0000 (03:12 +0200)]
log: SCM_CREDENTIALS will be added by the kernel anyway, so there's no need to write them manually

13 years agomount: add global configuration options for handling of auto mounts
Lennart Poettering [Wed, 25 Aug 2010 01:11:26 +0000 (03:11 +0200)]
mount: add global configuration options for handling of auto mounts

13 years agoman: minor updates
Lennart Poettering [Wed, 25 Aug 2010 01:10:13 +0000 (03:10 +0200)]
man: minor updates

13 years agoserial: use seperate getty template for serial ttys
Lennart Poettering [Wed, 25 Aug 2010 01:09:57 +0000 (03:09 +0200)]
serial: use seperate getty template for serial ttys

13 years agosyslog: add minimal syslog/kmsg bridge syslogd
Lennart Poettering [Sat, 21 Aug 2010 01:57:47 +0000 (03:57 +0200)]
syslog: add minimal syslog/kmsg bridge syslogd

13 years agomount: don't create depdency for device node of root fs, since it is always there
Lennart Poettering [Fri, 20 Aug 2010 23:51:55 +0000 (01:51 +0200)]
mount: don't create depdency for device node of root fs, since it is always there

13 years agolog: pass SCM_CREDENTIALS when logging to syslog
Lennart Poettering [Fri, 20 Aug 2010 23:51:16 +0000 (01:51 +0200)]
log: pass SCM_CREDENTIALS when logging to syslog

13 years agodevice: handle properly if two devices want to have the same name
Lennart Poettering [Fri, 20 Aug 2010 02:04:05 +0000 (04:04 +0200)]
device: handle properly if two devices want to have the same name

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

13 years agounits: add service file that remounts the root file system
Lennart Poettering [Fri, 20 Aug 2010 01:27:23 +0000 (03:27 +0200)]
units: add service file that remounts the root file system

13 years agoexit-status: add missing files src/exit-status.h src/exit-status.c
Lennart Poettering [Fri, 20 Aug 2010 01:26:37 +0000 (03:26 +0200)]
exit-status: add missing files src/exit-status.h src/exit-status.c

13 years agoremount: add tool that applies /etc/fstab mount options to all api mounts
Lennart Poettering [Fri, 20 Aug 2010 01:26:15 +0000 (03:26 +0200)]
remount: add tool that applies /etc/fstab mount options to all api mounts

13 years agomount: properly handle LABEL="" in fstab
Lennart Poettering [Fri, 20 Aug 2010 00:46:15 +0000 (02:46 +0200)]
mount: properly handle LABEL="" in fstab

13 years agoselinux: properly query policy for FIFO files
Lennart Poettering [Fri, 20 Aug 2010 00:27:05 +0000 (02:27 +0200)]
selinux: properly query policy for FIFO files

13 years agodbus: follow standardized fdo PropertiesChanged signal spec
Lennart Poettering [Fri, 20 Aug 2010 00:26:05 +0000 (02:26 +0200)]
dbus: follow standardized fdo PropertiesChanged signal spec

13 years agoservice/systemctl: don't consider LSB exit codes 5 and 6 as failure, and decode exit...
Lennart Poettering [Thu, 19 Aug 2010 01:18:49 +0000 (03:18 +0200)]
service/systemctl: don't consider LSB exit codes 5 and 6 as failure, and decode exit codes in systemctl

13 years agoservice: make sure sysv services marked as interactive in the LSB header get output...
Lennart Poettering [Thu, 19 Aug 2010 00:42:07 +0000 (02:42 +0200)]
service: make sure sysv services marked as interactive in the LSB header get output on the TTY in all cases

13 years agoupdate fixme
Kay Sievers [Thu, 19 Aug 2010 08:02:42 +0000 (10:02 +0200)]
update fixme

13 years agounits: fix After= setting in var-lock.service
Lennart Poettering [Thu, 19 Aug 2010 00:23:49 +0000 (02:23 +0200)]
units: fix After= setting in var-lock.service

13 years agokmod: downgrade modprobe log message for since ipv6 might be compiled as module for...
Lennart Poettering [Thu, 19 Aug 2010 01:30:36 +0000 (03:30 +0200)]
kmod: downgrade modprobe log message for since ipv6 might be compiled as module for blacklisting

13 years agohostname: if no hostname is configured use localhost
Lennart Poettering [Thu, 19 Aug 2010 01:29:43 +0000 (03:29 +0200)]
hostname: if no hostname is configured use localhost

13 years agohostname: on all distros make the name configured in /etc/hostname take precedence...
Lennart Poettering [Thu, 19 Aug 2010 01:02:22 +0000 (03:02 +0200)]
hostname: on all distros make the name configured in /etc/hostname take precedence over distro-specific configuration

In order to unify configuration across distributions we pick the
simple-most option by default (Debian's /etc/hostname) and then fall
back to distro-specific hacks if that doesn't exist.

13 years agoupdate fixme
Lennart Poettering [Thu, 19 Aug 2010 00:04:47 +0000 (02:04 +0200)]
update fixme

13 years agomodules-load: add systemd-modules-load tool that can load a configured list of module...
Lennart Poettering [Thu, 19 Aug 2010 00:03:03 +0000 (02:03 +0200)]
modules-load: add systemd-modules-load tool that can load a configured list of modules in /etc/modules.d/ on boot, replacing distro-dependent shell hacks for this

13 years agounits: make sure getty@xxx.service is always run before gettys.target
Lennart Poettering [Wed, 18 Aug 2010 21:10:27 +0000 (23:10 +0200)]
units: make sure getty@xxx.service is always run before gettys.target

13 years agodbus: small typo in introspection data
Matthias Clasen [Wed, 18 Aug 2010 20:27:58 +0000 (16:27 -0400)]
dbus: small typo in introspection data

Hey,

here is a patch to fix a small typo in the systemd dbus introspection data.
I found this while trying to explore the systemd dbus API via bash
completion with gdbus. You should try this, it is really fun, and,
evidently, helps to find some bugs...

Matthias

13 years agorandom-seed: honour kernel pool size when saving/restoring seed
Lennart Poettering [Wed, 18 Aug 2010 17:38:45 +0000 (19:38 +0200)]
random-seed: honour kernel pool size when saving/restoring seed

13 years agounits: add hwclock-load service
Lennart Poettering [Wed, 18 Aug 2010 00:24:31 +0000 (02:24 +0200)]
units: add hwclock-load service

13 years agoudev: dm has been fixed in the meantime
Lennart Poettering [Tue, 17 Aug 2010 23:04:51 +0000 (01:04 +0200)]
udev: dm has been fixed in the meantime

13 years agoudev: fix syntax
Lennart Poettering [Tue, 17 Aug 2010 23:01:22 +0000 (01:01 +0200)]
udev: fix syntax

13 years agomain: restore an accidentally removed 'else'
Tero Roponen [Tue, 17 Aug 2010 17:46:18 +0000 (20:46 +0300)]
main: restore an accidentally removed 'else'

I just noticed this when reading the latest commits.

13 years agoupdate fixme
Lennart Poettering [Tue, 17 Aug 2010 20:50:28 +0000 (22:50 +0200)]
update fixme

13 years agodbus: downgrade disconnection message
Lennart Poettering [Tue, 17 Aug 2010 20:14:43 +0000 (22:14 +0200)]
dbus: downgrade disconnection message

13 years agounits: add generic sysctl/hwclock-save service
Lennart Poettering [Tue, 17 Aug 2010 20:14:03 +0000 (22:14 +0200)]
units: add generic sysctl/hwclock-save service

13 years agoupdate fixme
Lennart Poettering [Tue, 17 Aug 2010 20:09:18 +0000 (22:09 +0200)]
update fixme

13 years agomain: properly fallback to rescue.target if default.target is hosed
Lennart Poettering [Tue, 17 Aug 2010 18:42:53 +0000 (20:42 +0200)]
main: properly fallback to rescue.target if default.target is hosed

13 years agounits: fix conflicts between random seed services
Lennart Poettering [Tue, 17 Aug 2010 18:04:03 +0000 (20:04 +0200)]
units: fix conflicts between random seed services

13 years agounits: add tmp.mount
Kay Sievers [Tue, 17 Aug 2010 17:43:44 +0000 (19:43 +0200)]
units: add tmp.mount

13 years agoservice: rename ValidNoProcess= to RemainAfterExit=
Lennart Poettering [Tue, 17 Aug 2010 17:37:36 +0000 (19:37 +0200)]
service: rename ValidNoProcess= to RemainAfterExit=

13 years agoservice: prefix descriptions when they come from legacy sources
Lennart Poettering [Tue, 17 Aug 2010 16:59:05 +0000 (18:59 +0200)]
service: prefix descriptions when they come from legacy sources

13 years agosystemctl: break output properly for 80ch terminals
Lennart Poettering [Tue, 17 Aug 2010 16:53:47 +0000 (18:53 +0200)]
systemctl: break output properly for 80ch terminals

13 years agomodprobe: kill support for nomodules
Lennart Poettering [Tue, 17 Aug 2010 16:10:46 +0000 (18:10 +0200)]
modprobe: kill support for nomodules

this should happen in the kernel itself, not be controlled from
userspace, if at all. So let's kill this here.

13 years agoshutdown: drop -f/-F switches again, simply because we don't want to condone non...
Lennart Poettering [Tue, 17 Aug 2010 16:04:06 +0000 (18:04 +0200)]
shutdown: drop -f/-F switches again, simply because we don't want to condone non-ro root dirs

Instead of using /forcefsck and /fastboot people should just kernel
command line options to achieve the same.

13 years agonss: don't disable nscd anymore, since it doesn't make sense to socket-activate nscd...
Lennart Poettering [Tue, 17 Aug 2010 16:00:48 +0000 (18:00 +0200)]
nss: don't disable nscd anymore, since it doesn't make sense to socket-activate nscd anyway

13 years agounits: add missing After= for var-run.service, var-lock.service
Kay Sievers [Tue, 17 Aug 2010 12:01:12 +0000 (14:01 +0200)]
units: add missing After= for var-run.service, var-lock.service

13 years agoupdate fixme
Kay Sievers [Tue, 17 Aug 2010 08:34:58 +0000 (10:34 +0200)]
update fixme

13 years agoupdate fixme
Kay Sievers [Tue, 17 Aug 2010 08:33:37 +0000 (10:33 +0200)]
update fixme

13 years agounits: add var-run.service var-lock.service
Kay Sievers [Tue, 17 Aug 2010 08:17:42 +0000 (10:17 +0200)]
units: add var-run.service var-lock.service

13 years agoupdate fixme
Kay Sievers [Tue, 17 Aug 2010 07:37:11 +0000 (09:37 +0200)]
update fixme

13 years agoupdate fixme
Lennart Poettering [Tue, 17 Aug 2010 02:53:08 +0000 (04:53 +0200)]
update fixme

13 years agoemacs: disable tabs in .h files, too
Lennart Poettering [Tue, 17 Aug 2010 01:33:07 +0000 (03:33 +0200)]
emacs: disable tabs in .h files, too

13 years agoupdate fixme
Lennart Poettering [Tue, 17 Aug 2010 01:49:49 +0000 (03:49 +0200)]
update fixme

13 years agolog: print at to one target at max
Lennart Poettering [Tue, 17 Aug 2010 01:31:45 +0000 (03:31 +0200)]
log: print at to one target at max

13 years agodevice: be more verbose of udev confuses us
Lennart Poettering [Tue, 17 Aug 2010 01:31:31 +0000 (03:31 +0200)]
device: be more verbose of udev confuses us

13 years agoload-fragment: make parser more forgiving
Lennart Poettering [Tue, 17 Aug 2010 01:30:53 +0000 (03:30 +0200)]
load-fragment: make parser more forgiving

13 years agoauto-getty: rework auto console getty logic to work in conjunction with single user...
Lennart Poettering [Tue, 17 Aug 2010 01:29:46 +0000 (03:29 +0200)]
auto-getty: rework auto console getty logic to work in conjunction with single user mode

13 years agoshutdownd: kill /etc/nologin file before we go down
Lennart Poettering [Mon, 16 Aug 2010 21:52:19 +0000 (23:52 +0200)]
shutdownd: kill /etc/nologin file before we go down

13 years agoshutdown: various fixes for handling of delayed shutdowns
Lennart Poettering [Mon, 16 Aug 2010 20:40:11 +0000 (22:40 +0200)]
shutdown: various fixes for handling of delayed shutdowns

13 years agolog: properly open log target in the various utilities
Lennart Poettering [Mon, 16 Aug 2010 20:39:02 +0000 (22:39 +0200)]
log: properly open log target in the various utilities

13 years agoutil: properly detect ttyname_r() failing
Lennart Poettering [Mon, 16 Aug 2010 19:25:09 +0000 (21:25 +0200)]
util: properly detect ttyname_r() failing

13 years agoutil: use format_timestamp() instead of ctime() wherever possible
Lennart Poettering [Mon, 16 Aug 2010 19:24:50 +0000 (21:24 +0200)]
util: use format_timestamp() instead of ctime() wherever possible

13 years agoshutdown: fix socket type in .socket file
Lennart Poettering [Mon, 16 Aug 2010 19:05:22 +0000 (21:05 +0200)]
shutdown: fix socket type in .socket file

13 years agosystemctl: sort case-insensitively
Lennart Poettering [Sun, 15 Aug 2010 00:21:17 +0000 (02:21 +0200)]
systemctl: sort case-insensitively

13 years agosystemctl: warn in intervals before going down when delayed shutdown is used
Lennart Poettering [Mon, 16 Aug 2010 17:26:27 +0000 (19:26 +0200)]
systemctl: warn in intervals before going down when delayed shutdown is used

13 years agoshutdown: if now time argument is passed, imply +1 not +0
Lennart Poettering [Mon, 16 Aug 2010 15:12:35 +0000 (17:12 +0200)]
shutdown: if now time argument is passed, imply +1 not +0

That should friendlier for folks who just run "shutdown" to figure out
the command line arguments...

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

13 years agoman: document new shutdown features
Lennart Poettering [Mon, 16 Aug 2010 13:56:42 +0000 (15:56 +0200)]
man: document new shutdown features