]>
err.no Git - systemd/log
Tollef Fog Heen [Wed, 16 Feb 2011 18:42:53 +0000 (19:42 +0100)]
Make build-dep on valac be valac-0.10
Tollef Fog Heen [Sun, 13 Feb 2011 15:37:22 +0000 (16:37 +0100)]
Skip masked services in lsb-base-logging.sh
Silently skip masked services in lsb-base-logging.sh instead of
failing. Initial implementation by Michael Biebl. Closes: #612551
Tollef Fog Heen [Sun, 13 Feb 2011 07:39:20 +0000 (08:39 +0100)]
Improve regex in lsb-base-logging.sh for X-Interactive scripts.
Tollef Fog Heen [Sun, 13 Feb 2011 07:36:45 +0000 (08:36 +0100)]
Bump build dependency on valac to (>= 0.10.3)
Tollef Fog Heen [Sun, 13 Feb 2011 07:35:00 +0000 (08:35 +0100)]
New upstream release
Tollef Fog Heen [Sun, 13 Feb 2011 07:29:23 +0000 (08:29 +0100)]
Merge branch 'master' into debian
Conflicts:
units/serial-getty@.service.m4
Tollef Fog Heen [Sun, 13 Feb 2011 07:27:49 +0000 (08:27 +0100)]
Merge commit 'v17'
Lennart Poettering [Sat, 22 Jan 2011 01:18:59 +0000 (02:18 +0100)]
clang: fix some issues found with clang-analyzer
Lennart Poettering [Sat, 22 Jan 2011 00:47:37 +0000 (01:47 +0100)]
gcc: make gcc shut up
Lennart Poettering [Sat, 22 Jan 2011 00:44:35 +0000 (01:44 +0100)]
build-sys: prep v17
Lennart Poettering [Sat, 22 Jan 2011 00:26:17 +0000 (01:26 +0100)]
update TODO
Kay Sievers [Fri, 21 Jan 2011 17:22:54 +0000 (18:22 +0100)]
vala 0.10 seem to work fine
Lennart Poettering [Fri, 21 Jan 2011 02:30:13 +0000 (03:30 +0100)]
cryptsetup: fix ordering loop when dealing with encrypted swap devices
https://bugzilla.redhat.com/show_bug.cgi?id=657234
Lennart Poettering [Fri, 21 Jan 2011 01:57:58 +0000 (02:57 +0100)]
main: don't warn if /etc/mtab is a symlink to /proc/mounts
Lennart Poettering [Fri, 21 Jan 2011 01:49:12 +0000 (02:49 +0100)]
socket: don't crash if the .service unit for a .socket unit is not found
Lennart Poettering [Fri, 21 Jan 2011 00:54:12 +0000 (01:54 +0100)]
update TODO: drop issues that cannot be reproduce or have been fixed otherwise
Lennart Poettering [Fri, 21 Jan 2011 00:28:30 +0000 (01:28 +0100)]
mount: ignore if an fsck is requested for a bind mount, so that we don't wait for the bind 'device' to show up
Lennart Poettering [Fri, 21 Jan 2011 00:13:09 +0000 (01:13 +0100)]
automount: fix segfault when shutting down
https://bugs.freedesktop.org/show_bug.cgi?id=32076
Lennart Poettering [Thu, 20 Jan 2011 23:42:47 +0000 (00:42 +0100)]
man: give an example for vconsole.conf
https://bugs.freedesktop.org/show_bug.cgi?id=31955
Lennart Poettering [Thu, 20 Jan 2011 18:43:38 +0000 (19:43 +0100)]
dbus: don't try to connect to the system bus before it is actually up
Lennart Poettering [Thu, 20 Jan 2011 17:46:38 +0000 (18:46 +0100)]
service: make chain of main commands and control commands independent of each other, so that both can be executed simultaneously and independently
Lennart Poettering [Thu, 20 Jan 2011 17:44:06 +0000 (18:44 +0100)]
service: don't allow reload operations for oneshot services
During starting of oneshot we are in START state which we don't want to
combine with the RELOAD state, hence we disallow both at the same time.
Lennart Poettering [Thu, 20 Jan 2011 17:24:26 +0000 (18:24 +0100)]
vala: convert from dbus-glib to gdbus
Lennart Poettering [Thu, 20 Jan 2011 17:22:03 +0000 (18:22 +0100)]
systemctl: highlight failed processes in systemctl status
Lennart Poettering [Thu, 20 Jan 2011 12:24:24 +0000 (13:24 +0100)]
systemctl: show process type along process exit codes
Lennart Poettering [Thu, 20 Jan 2011 12:17:22 +0000 (13:17 +0100)]
service: when reloading a service fails don't fail the entire service but just the reload job
Brett Witherspoon [Sat, 15 Jan 2011 03:50:26 +0000 (21:50 -0600)]
shutdown: use correct kexec options
The kexec man page is awful and misleading.
Lennart Poettering [Tue, 18 Jan 2011 22:51:06 +0000 (23:51 +0100)]
serial-getty: invoking /sbin/securetty is no longer necessary since pam_securetty can now look for console= in /proc/cmdline
Lennart Poettering [Tue, 18 Jan 2011 22:12:49 +0000 (23:12 +0100)]
systemctl: before spawning pager cache number of columns
Lennart Poettering [Tue, 18 Jan 2011 22:07:06 +0000 (23:07 +0100)]
pam: optionally keep processes of root user around
Lennart Poettering [Tue, 18 Jan 2011 21:57:46 +0000 (22:57 +0100)]
service: if a reload operation fails, don't shut down the service
Lennart Poettering [Tue, 18 Jan 2011 21:55:54 +0000 (22:55 +0100)]
execute: make sending of SIGKILL on shutdown optional
Lennart Poettering [Tue, 18 Jan 2011 21:32:15 +0000 (22:32 +0100)]
mount: FAT uuids are uppercase
Tollef Fog Heen [Tue, 18 Jan 2011 19:38:10 +0000 (20:38 +0100)]
Clarify ifupdown instructions in README.Debian somewhat.
Tollef Fog Heen [Tue, 18 Jan 2011 07:18:36 +0000 (08:18 +0100)]
Drop debian revision from libcryptsetup-dev build-dep to make lintian happy
Tollef Fog Heen [Tue, 18 Jan 2011 07:18:11 +0000 (08:18 +0100)]
Close bug in -15 changelog
Tollef Fog Heen [Tue, 18 Jan 2011 06:12:20 +0000 (07:12 +0100)]
Tighten libcryptsetup-dev build-dep
Lennart Poettering [Mon, 17 Jan 2011 23:40:10 +0000 (00:40 +0100)]
man: document missing KillSignal= and swap options
Lennart Poettering [Mon, 17 Jan 2011 21:41:53 +0000 (22:41 +0100)]
update TODO
Tom Gundersen [Sun, 16 Jan 2011 00:46:34 +0000 (01:46 +0100)]
arch: remove rc-local.service
This is now shipped downstream.
Tom Gundersen [Sun, 16 Jan 2011 00:46:33 +0000 (01:46 +0100)]
arch: remove support for legacy daemons
This is now done by a generator, shipped downstream.
Tollef Fog Heen [Sun, 16 Jan 2011 11:25:46 +0000 (12:25 +0100)]
Don't use systemctl redirect for init scripts with X-Interactive: true
Tollef Fog Heen [Sun, 16 Jan 2011 10:25:04 +0000 (11:25 +0100)]
Set 11-2 to unreleased as it was never uploaded
Tollef Fog Heen [Sun, 16 Jan 2011 10:22:04 +0000 (11:22 +0100)]
Set 15-1 to unreleased as it was never uploaded
Tollef Fog Heen [Sun, 16 Jan 2011 10:19:31 +0000 (11:19 +0100)]
Update changelog
Tollef Fog Heen [Sun, 16 Jan 2011 10:00:53 +0000 (11:00 +0100)]
Merge branch 'master' into debian
Michael Biebl [Mon, 27 Dec 2010 15:35:58 +0000 (16:35 +0100)]
Remove dependencies on legacy sysv mount scripts as we use native mount
Michael Biebl [Mon, 27 Dec 2010 15:10:42 +0000 (16:10 +0100)]
Fix hwclock
Since we mask hwclock and hwclockfirst, we need to run hwclock-save.service
on shutdown now.
To avoid running hwclock twice during boot, we remove
sysinit.target.wants/hwclock-load.service. hwclock is already triggered
by /lib/udev/rules.d/85-hwclock.rules. This needs further coordination
with udev.
Tollef Fog Heen [Sun, 16 Jan 2011 09:05:28 +0000 (10:05 +0100)]
Close new upstream bug
Michael Biebl [Mon, 27 Dec 2010 23:30:05 +0000 (00:30 +0100)]
Fix single user mode
Michael Biebl [Tue, 28 Dec 2010 20:11:50 +0000 (21:11 +0100)]
Fix a small typo
Michael Biebl [Thu, 6 Jan 2011 04:26:45 +0000 (05:26 +0100)]
Use syntax compatible with debhelper v8
Michael Biebl [Mon, 27 Dec 2010 15:07:01 +0000 (16:07 +0100)]
Update package description
Update short package description based on the upstream homepage.
Lennart wants the description to no longer mention "session manager".
Tollef Fog Heen [Sun, 16 Jan 2011 08:56:30 +0000 (09:56 +0100)]
Use the built-in cryptsetup support in systemd
Tollef Fog Heen [Sun, 16 Jan 2011 08:55:43 +0000 (09:55 +0100)]
New upstream version
Tollef Fog Heen [Sat, 15 Jan 2011 06:24:41 +0000 (07:24 +0100)]
Merge branch 'master' into debian
Conflicts:
configure.ac
src/gnome-ask-password-agent.vala
Tollef Fog Heen [Fri, 14 Jan 2011 21:04:37 +0000 (22:04 +0100)]
Merge commit 'v16'
Tollef Fog Heen [Fri, 14 Jan 2011 21:04:31 +0000 (22:04 +0100)]
Get rid of junk
Lennart Poettering [Sat, 8 Jan 2011 01:34:55 +0000 (02:34 +0100)]
build-sys: prepare v16
Lennart Poettering [Sat, 8 Jan 2011 01:30:07 +0000 (02:30 +0100)]
device: don't warn if we cannot bump the socket buffer
Lennart Poettering [Fri, 7 Jan 2011 00:12:27 +0000 (01:12 +0100)]
update TODO
Lennart Poettering [Thu, 6 Jan 2011 23:18:51 +0000 (00:18 +0100)]
logger: when passing on PID info, fall back to our own if originating process is already gone
Lennart Poettering [Thu, 6 Jan 2011 22:52:58 +0000 (23:52 +0100)]
service: don't hit an assert if information in LSB headers is incorrectly formatted
https://bugzilla.redhat.com/show_bug.cgi?id=667665
Lennart Poettering [Thu, 6 Jan 2011 22:52:17 +0000 (23:52 +0100)]
execute,util: fix two small memory leaks
Lennart Poettering [Thu, 6 Jan 2011 22:51:52 +0000 (23:51 +0100)]
specifier: at minimal test
Lennart Poettering [Thu, 6 Jan 2011 19:38:06 +0000 (20:38 +0100)]
getty: unset locale before execution
On the console indian characters cannot be displayed, hence it is
advisable to disable indian locales on the console, which most
distributions traditionally did from a shell fragment executed post
login. If getty gets started with locale settings passed it would itself
however be translated without the no-indian-on-console fixup applied.
Hence, for now don't pass any locale settings to getty/login, and thus
rely on the classic post-login script fragment to set and fix the
locale.
Eventually we probably want to drop this again since the system locale
should be read and set at one place, and not at multiple, and that one
place should be PID 1.
https://bugzilla.redhat.com/show_bug.cgi?id=663900
Lennart Poettering [Thu, 6 Jan 2011 19:38:02 +0000 (20:38 +0100)]
execute: drop empty assignments from env blocks on execution but keep them around otherwise to make them visible
Lennart Poettering [Thu, 6 Jan 2011 18:10:17 +0000 (19:10 +0100)]
umount: don't try to detach the dm device the root dir is on, to minimize warning messages
Lennart Poettering [Thu, 6 Jan 2011 17:54:10 +0000 (18:54 +0100)]
update TODO
Lennart Poettering [Thu, 6 Jan 2011 00:39:25 +0000 (01:39 +0100)]
locale: fix variable names
Lennart Poettering [Thu, 6 Jan 2011 00:39:08 +0000 (01:39 +0100)]
fragment: allow prefixing of the EnvironmentFile= path with - to ignore errors
Lennart Poettering [Wed, 5 Jan 2011 15:17:55 +0000 (16:17 +0100)]
update TODO
Lennart Poettering [Wed, 5 Jan 2011 15:17:26 +0000 (16:17 +0100)]
util: don't pass invalid fd to fdopendir() on error to avoid corruption of errno
Lennart Poettering [Wed, 5 Jan 2011 15:11:15 +0000 (16:11 +0100)]
tmpfiles: nicer message when two or more conflicting lines are configured for the same file
Lennart Poettering [Wed, 5 Jan 2011 15:06:35 +0000 (16:06 +0100)]
fragment: properly handle quotes in assignments in EnvironmentFile= files
Lennart Poettering [Wed, 5 Jan 2011 14:42:20 +0000 (15:42 +0100)]
update TODO
Lennart Poettering [Wed, 5 Jan 2011 00:04:59 +0000 (01:04 +0100)]
update TODO
Lennart Poettering [Tue, 4 Jan 2011 23:05:53 +0000 (00:05 +0100)]
sysctl: don't warn if sysctls are gone
Lennart Poettering [Tue, 4 Jan 2011 22:42:58 +0000 (23:42 +0100)]
readahead: ignore if files are removed during collection or before replay
Lennart Poettering [Tue, 4 Jan 2011 20:45:52 +0000 (21:45 +0100)]
serial: use TERM=vt100 instead of TERM=vt100-nav
TERM=vt100-nav was necessary for compat with some ppc hvc devices, a
long time ago. Unfortunately vt100-nav terminfo is not installed by
default on most distros, hence change the default to v100 which is
available universally and still should be a relatively safe and
conservative default.
Should it turn out that vt100 is not really the best choice we can
revert this change again and then ask distros to move vt100-nav into
their default install.
Lennart Poettering [Tue, 4 Jan 2011 13:51:48 +0000 (14:51 +0100)]
systemctl: Don't use Debian's 'sensible-pager', use 'pager' instead
Michael Biebl [Tue, 4 Jan 2011 01:26:30 +0000 (02:26 +0100)]
fix help message for --with-tty-gid configure option
Lennart Poettering [Tue, 4 Jan 2011 01:12:07 +0000 (02:12 +0100)]
cryptsetup: call mkswap on dm device, not on source device
Lennart Poettering [Tue, 4 Jan 2011 00:58:38 +0000 (01:58 +0100)]
mount-setup: mount /dev/pts with mode=620,gid=5 by default and make GID overridable via configure switch
Lennart Poettering [Tue, 4 Jan 2011 00:18:57 +0000 (01:18 +0100)]
systemctl: drop redundant getenv('LESS') check
Lennart Poettering [Tue, 4 Jan 2011 00:04:20 +0000 (01:04 +0100)]
systemctl: spawn pager only for commands that generates long output
Lennart Poettering [Mon, 3 Jan 2011 23:58:28 +0000 (00:58 +0100)]
systemctl: make the child the pager, leave systemctl as parent
It's nicer if the child process gets reinitialized cleanly instead of
the parent process.
Lennart Poettering [Mon, 3 Jan 2011 23:47:40 +0000 (00:47 +0100)]
systemctl: try harder to find a suitable pager
Miklos Vajna [Sat, 1 Jan 2011 23:25:57 +0000 (00:25 +0100)]
systemctl: implement auto-pager a la git
Tom Gundersen [Mon, 27 Dec 2010 22:52:02 +0000 (23:52 +0100)]
arch: remove welcome message
This is now done by os-release downstream.
Miklos Vajna [Fri, 31 Dec 2010 00:50:51 +0000 (01:50 +0100)]
man: remaining spelling fixes
Lennart Poettering [Sat, 1 Jan 2011 18:54:12 +0000 (19:54 +0100)]
shutdown: drop redundant sync() invocation
Lennart Poettering [Sat, 1 Jan 2011 18:50:32 +0000 (19:50 +0100)]
util: invoke sync() implicitly on freeze()
Suggested by Tom Gundersen.
Kay Sievers [Tue, 28 Dec 2010 18:18:26 +0000 (19:18 +0100)]
update TODO
Kay Sievers [Tue, 28 Dec 2010 17:53:09 +0000 (18:53 +0100)]
update TODO
Lennart Poettering [Tue, 28 Dec 2010 13:20:21 +0000 (14:20 +0100)]
tmpfiles: ensure we do no follow symlinks when cleaning up dirs
Patch suggested by Miloslav Trmac.
Michael Biebl [Mon, 27 Dec 2010 17:41:54 +0000 (18:41 +0100)]
service: ifdef (more) distro-specific compat logic
This should make it easier to get rid of that compat code later and
avoids problems like stripping of rc. from /etc/init.d/rc.local on
Debian.
Tollef Fog Heen [Sun, 26 Dec 2010 19:31:49 +0000 (20:31 +0100)]
Adjust for upstream path name changes
Tollef Fog Heen [Sun, 26 Dec 2010 19:31:33 +0000 (20:31 +0100)]
Use native mount, mask services done by systemd
Tollef Fog Heen [Sun, 26 Dec 2010 19:30:16 +0000 (20:30 +0100)]
Document that /etc/network/run should be a symlink