]> err.no Git - systemd/log
systemd
12 years agoUse new dh_installdeb maintscript facility to handle obsolete conffiles.
Michael Biebl [Sat, 11 Feb 2012 23:19:59 +0000 (00:19 +0100)]
Use new dh_installdeb maintscript facility to handle obsolete conffiles.

Bump Build-Depends on debhelper accordingly.

Conflicts:

debian/changelog

12 years agoTweak description for ifup@.service a little
Michael Biebl [Sat, 11 Feb 2012 10:47:44 +0000 (11:47 +0100)]
Tweak description for ifup@.service a little

The boot and shutdown messages just looked weird:
 Starting Start ifup for %I
 ...
 Stopping Start ifup for %I

12 years agoRemove lib-init-rw symlinks
Michael Biebl [Sat, 11 Feb 2012 11:36:35 +0000 (12:36 +0100)]
Remove lib-init-rw symlinks

Was missed in cce644d34bd5015b4caf1756a1db827c167e51c9

12 years agoDisable pam_systemd for non-interactive sessions to work around an issue with sudo.
Michael Biebl [Sat, 11 Feb 2012 09:48:22 +0000 (10:48 +0100)]
Disable pam_systemd for non-interactive sessions to work around an issue with sudo.

Conflicts:

debian/changelog

12 years agoStop installing lib-init-rw (auto)mount units
Michael Biebl [Sat, 11 Feb 2012 09:38:58 +0000 (10:38 +0100)]
Stop installing lib-init-rw (auto)mount units

and try to cleanup /lib/init/rw in postinst. Bump dependency on
initscripts accordingly. Closes: #643699

12 years agoAvoid error messages from systemctl in postinst
Michael Biebl [Sat, 11 Feb 2012 09:36:57 +0000 (10:36 +0100)]
Avoid error messages from systemctl in postinst

if systemd is not running by checking for /sys/fs/cgroup/systemd before
executing systemctl. Closes: #642749

Conflicts:

debian/changelog

12 years agoChangelog
Michael Biebl [Mon, 27 Feb 2012 21:47:51 +0000 (22:47 +0100)]
Changelog

12 years agoMerge branch 'master' into debian
Tollef Fog Heen [Mon, 27 Feb 2012 21:40:17 +0000 (22:40 +0100)]
Merge branch 'master' into debian

12 years agoMerge tag 'v43'
Tollef Fog Heen [Mon, 27 Feb 2012 21:40:04 +0000 (22:40 +0100)]
Merge tag 'v43'

systemd 43

12 years agoExpand source hook to use git diff over git format-patch
Tollef Fog Heen [Mon, 27 Feb 2012 21:36:06 +0000 (22:36 +0100)]
Expand source hook to use git diff over git format-patch

12 years agoFix up systemd-hack-up-the-source.hook
Tollef Fog Heen [Mon, 20 Feb 2012 15:16:35 +0000 (16:16 +0100)]
Fix up systemd-hack-up-the-source.hook

12 years agoUpdate to v43
Tollef Fog Heen [Mon, 20 Feb 2012 15:02:06 +0000 (16:02 +0100)]
Update to v43

12 years agobuild-sys: prepare release of 43 v43
Lennart Poettering [Wed, 15 Feb 2012 04:00:27 +0000 (05:00 +0100)]
build-sys: prepare release of 43

12 years agonamespace: temporaily reset umask when creating private /tmp
Lennart Poettering [Wed, 15 Feb 2012 03:56:59 +0000 (04:56 +0100)]
namespace: temporaily reset umask when creating private /tmp

12 years agologin: introduce sd_session_get_display()
Lennart Poettering [Wed, 15 Feb 2012 03:56:10 +0000 (04:56 +0100)]
login: introduce sd_session_get_display()

12 years agoupdate TODO
Lennart Poettering [Wed, 15 Feb 2012 01:39:52 +0000 (02:39 +0100)]
update TODO

12 years agotimedate: don't fail if NTP is not installed
Lennart Poettering [Tue, 14 Feb 2012 23:05:31 +0000 (00:05 +0100)]
timedate: don't fail if NTP is not installed

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

12 years agologin: add new sd_session_get_type() and sd_session_get_class API calls
Lennart Poettering [Tue, 14 Feb 2012 20:54:00 +0000 (21:54 +0100)]
login: add new sd_session_get_type() and sd_session_get_class API calls

12 years agologin: track login class (i.e. one of "user", "greeter", "lock-screen") for each...
Lennart Poettering [Tue, 14 Feb 2012 20:33:51 +0000 (21:33 +0100)]
login: track login class (i.e. one of "user", "greeter", "lock-screen") for each session

This introduces the new PAM environment variable XDG_SESSION_CLASS. If
not set, defaults to "user".

This is useful for apps that want to distuingish real user logins from
"fake" ones which just exist to show a gdm login screen or a lock
screen.

12 years agoupdate TODO
Kay Sievers [Tue, 14 Feb 2012 18:24:39 +0000 (19:24 +0100)]
update TODO

12 years agoman: define more precisely the format of /etc/os-release
Lennart Poettering [Tue, 14 Feb 2012 16:25:55 +0000 (17:25 +0100)]
man: define more precisely the format of /etc/os-release

12 years agoman: document CPE field in os-release file
Lennart Poettering [Tue, 14 Feb 2012 16:01:49 +0000 (17:01 +0100)]
man: document CPE field in os-release file

12 years agopath-lookup: search for unit files in /lib/systemd/system only on split /usr systems
Lennart Poettering [Mon, 13 Feb 2012 23:24:49 +0000 (00:24 +0100)]
path-lookup: search for unit files in /lib/systemd/system only on split /usr systems

12 years agodbus: update bus addresses to "unixexec:" protocol specifier
Lennart Poettering [Mon, 13 Feb 2012 22:48:47 +0000 (23:48 +0100)]
dbus: update bus addresses to "unixexec:" protocol specifier

The new protocol specified that we are settling on is "unixexec:" rather
than just "exec:", hence let's update our code accordingly.

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

12 years agosd-login: if NULL or 0 is passed as first parameter of the sd_xxx functions, work...
Lennart Poettering [Sat, 11 Feb 2012 02:45:23 +0000 (03:45 +0100)]
sd-login: if NULL or 0 is passed as first parameter of the sd_xxx functions, work on objects of the calling process

12 years agoman: we don't support systems without /etc/os-release anymore
Lennart Poettering [Mon, 13 Feb 2012 20:42:30 +0000 (21:42 +0100)]
man: we don't support systems without /etc/os-release anymore

12 years agoman: it's probably a good idea to wrap the ANSI color in quotes, in order to allow...
Lennart Poettering [Mon, 13 Feb 2012 17:37:33 +0000 (18:37 +0100)]
man: it's probably a good idea to wrap the ANSI color in quotes, in order to allow proper shell parsing of the semicolon

12 years agoFix broken Git repository URLs
Michael Biebl [Mon, 13 Feb 2012 16:46:46 +0000 (17:46 +0100)]
Fix broken Git repository URLs

12 years agoTODO
Lennart Poettering [Mon, 13 Feb 2012 15:36:33 +0000 (16:36 +0100)]
TODO

12 years agoconfigure.ac: fix whitespace
Kay Sievers [Mon, 13 Feb 2012 00:53:55 +0000 (01:53 +0100)]
configure.ac: fix whitespace

12 years agoalways use /etc/os-release and ignore all distro-specific files
Kay Sievers [Mon, 13 Feb 2012 00:46:44 +0000 (01:46 +0100)]
always use /etc/os-release and ignore all distro-specific files

The text mode welcome message will only show the distro name stored
in /etc/os-release and no longer read any distro-specific files.  If
/etc/os-release does not exist, 'Linux' will be printed.

When the source tree is is ./configure'd, only /etc-os-release is read
to guess the distro to build for. If /etc/os-release does not exist,
--with-distro= needs to be specified.

12 years agobuild-sys: simplify ENABLE_MANPAGES
Kay Sievers [Mon, 13 Feb 2012 00:11:22 +0000 (01:11 +0100)]
build-sys: simplify ENABLE_MANPAGES

12 years agobuild-sys: do not use split-/usr in distcheck
Kay Sievers [Mon, 13 Feb 2012 00:03:33 +0000 (01:03 +0100)]
build-sys: do not use split-/usr in distcheck

12 years agoInstall /var/log/journal directory where the journal files are stored persistently.
Michael Biebl [Sat, 11 Feb 2012 09:25:24 +0000 (10:25 +0100)]
Install /var/log/journal directory where the journal files are stored persistently.

12 years agoInstall /var/lib/systemd directory.
Michael Biebl [Sat, 11 Feb 2012 09:19:26 +0000 (10:19 +0100)]
Install /var/lib/systemd directory.

12 years agoInstall new systemd-journalctl, systemd-cat and systemd-cgtop binaries.
Michael Biebl [Sat, 11 Feb 2012 09:17:25 +0000 (10:17 +0100)]
Install new systemd-journalctl, systemd-cat and systemd-cgtop binaries.

12 years agoRemove workarounds for services using X-Interactive.
Michael Biebl [Sat, 11 Feb 2012 09:07:20 +0000 (10:07 +0100)]
Remove workarounds for services using X-Interactive.

The LSB X-Interactive support turned out to be broken and has been
removed upstream so we no longer need any special handling for those
type of services.

12 years agoRe-indent init-functions script.
Michael Biebl [Sat, 11 Feb 2012 09:02:30 +0000 (10:02 +0100)]
Re-indent init-functions script.

12 years agoCopy intltool files instead of symlinking them.
Michael Biebl [Sat, 11 Feb 2012 08:53:53 +0000 (09:53 +0100)]
Copy intltool files instead of symlinking them.

12 years agoUpdate configure flags, use rootprefix instead of rootdir.
Michael Biebl [Sat, 11 Feb 2012 08:53:25 +0000 (09:53 +0100)]
Update configure flags, use rootprefix instead of rootdir.

12 years agoUpdate symbols file for libsystemd-login.
Michael Biebl [Sat, 11 Feb 2012 08:50:04 +0000 (09:50 +0100)]
Update symbols file for libsystemd-login.

12 years agoAdd packages for libsystemd-journal and libsystemd-id128.
Michael Biebl [Sat, 11 Feb 2012 08:45:24 +0000 (09:45 +0100)]
Add packages for libsystemd-journal and libsystemd-id128.

12 years agoAdd versioned Build-Depends on automake and autoconf
Michael Biebl [Sat, 11 Feb 2012 08:42:31 +0000 (09:42 +0100)]
Add versioned Build-Depends on automake and autoconf

to ensure we have recent enough versions. Closes: #657284

12 years agoBump Standards-Version to 3.9.2. No further changes.
Michael Biebl [Sat, 11 Feb 2012 08:41:40 +0000 (09:41 +0100)]
Bump Standards-Version to 3.9.2. No further changes.

12 years agoAttribute changes correctly in changelog
Tollef Fog Heen [Sat, 11 Feb 2012 18:46:50 +0000 (19:46 +0100)]
Attribute changes correctly in changelog

12 years agoUpdate Build-Depends
Michael Biebl [Sat, 11 Feb 2012 08:41:04 +0000 (09:41 +0100)]
Update Build-Depends

* Add Build-Depends on liblzma-dev for journal log compression.
* Add Build-Depends on libgee-dev, required to build systemadm.

12 years agoUpdate comment regarding hwclock
Michael Biebl [Sat, 11 Feb 2012 12:08:37 +0000 (13:08 +0100)]
Update comment regarding hwclock

12 years agobuild-sys: publish man pages also on fdo v42
Lennart Poettering [Sat, 11 Feb 2012 00:59:49 +0000 (01:59 +0100)]
build-sys: publish man pages also on fdo

12 years agobuild-sys: prepare 42
Lennart Poettering [Sat, 11 Feb 2012 00:52:18 +0000 (01:52 +0100)]
build-sys: prepare 42

12 years agoTODO
Lennart Poettering [Sat, 11 Feb 2012 00:18:03 +0000 (01:18 +0100)]
TODO

12 years agol10n: Updated Polish translation
Piotr Drąg [Fri, 14 Oct 2011 14:27:33 +0000 (16:27 +0200)]
l10n: Updated Polish translation

12 years agobuild-sys: Support explicitly specifying --enable-split-usr.
Michał Górny [Fri, 10 Feb 2012 11:10:41 +0000 (12:10 +0100)]
build-sys: Support explicitly specifying --enable-split-usr.

Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=45875
12 years agoutil: fix handling of empty files in read_one_line_file()
Lennart Poettering [Fri, 10 Feb 2012 23:27:12 +0000 (00:27 +0100)]
util: fix handling of empty files in read_one_line_file()

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

12 years agologind: introduce CanReboot/CanPowerOff bus calls
Lennart Poettering [Fri, 10 Feb 2012 23:13:10 +0000 (00:13 +0100)]
logind: introduce CanReboot/CanPowerOff bus calls

12 years agobuild-sys: minor typo fix
Lennart Poettering [Fri, 10 Feb 2012 20:45:15 +0000 (21:45 +0100)]
build-sys: minor typo fix

12 years agoman: make building of man pages optional
Lennart Poettering [Fri, 10 Feb 2012 20:44:14 +0000 (21:44 +0100)]
man: make building of man pages optional

12 years agojournal: add CAP_SETUID and CAP_SETGID to capabilities for journald, so that we can...
Lennart Poettering [Fri, 10 Feb 2012 14:45:26 +0000 (15:45 +0100)]
journal: add CAP_SETUID and CAP_SETGID to capabilities for journald, so that we can fake SCM_CREDENTIALS

12 years agocgroup: fix inverted condition
Michal Schmidt [Fri, 10 Feb 2012 01:53:10 +0000 (02:53 +0100)]
cgroup: fix inverted condition

A bug was introduced in acb14d3 "cgroup: when getting cgroup empty
notifications, always search up the tree".

When the given cgroup is found the hashmap, we should be happy and
return it, not go looking up the tree for another one.

Fixes the hanging NetworkManager on shutdown for me.

12 years agologind: make seat device management accessible to normal users/via polkit
Lennart Poettering [Fri, 10 Feb 2012 01:35:48 +0000 (02:35 +0100)]
logind: make seat device management accessible to normal users/via polkit

12 years agologind: Allow PowerOff/Reboot in default context
Benjamin Franzke [Thu, 9 Feb 2012 23:56:44 +0000 (00:56 +0100)]
logind: Allow PowerOff/Reboot in default context

12 years agomain: fix reexecution of systemd, use right path to binary
Lennart Poettering [Thu, 9 Feb 2012 22:25:57 +0000 (23:25 +0100)]
main: fix reexecution of systemd, use right path to binary

12 years agokmod-setup: fix build with libkmod
Frederic Crozat [Thu, 9 Feb 2012 13:12:10 +0000 (14:12 +0100)]
kmod-setup: fix build with libkmod

12 years agoservice: imply NotifyAccess=main if WatchdogSec= is used
Lennart Poettering [Thu, 9 Feb 2012 20:11:25 +0000 (21:11 +0100)]
service: imply NotifyAccess=main if WatchdogSec= is used

12 years agoman: document restart options
Lennart Poettering [Thu, 9 Feb 2012 20:01:18 +0000 (21:01 +0100)]
man: document restart options

12 years agoservice: add StartLimitInterval/StartLimitBurst/StartLimitAction
Michael Olbrich [Thu, 9 Feb 2012 12:05:23 +0000 (13:05 +0100)]
service: add StartLimitInterval/StartLimitBurst/StartLimitAction

12 years agoman: Clarify man page with respect to automatic fstab dependencies
Bill Nottingham [Thu, 9 Feb 2012 19:04:38 +0000 (20:04 +0100)]
man: Clarify man page with respect to automatic fstab dependencies

Automatic mounts will be added if 'MountAuto=yes' is in system.conf,
regardless of whether comment=systemd.mount is set.

12 years agoinstall: fix incorrect 'Access denied' message with a non-existent unit
Michal Schmidt [Thu, 9 Feb 2012 09:36:56 +0000 (10:36 +0100)]
install: fix incorrect 'Access denied' message with a non-existent unit

With "systemctl is-enabled non-existent.service"
_UNIT_FILE_STATE_INVALID (-1) was wrongly interpreted as -errno.
Return -ENOENT in this case.

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

12 years agosystemctl: check for no more work after chkconfig
Michal Schmidt [Thu, 9 Feb 2012 09:05:15 +0000 (10:05 +0100)]
systemctl: check for no more work after chkconfig

Avoid a bogus message from 'systemctl enable ...' when all units given
are SysV services:
   Warning: unit files do not carry install information. No operation
   executed.

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

12 years agoservice: ignore SIGPIPE by default v41
Lennart Poettering [Thu, 9 Feb 2012 02:18:04 +0000 (03:18 +0100)]
service: ignore SIGPIPE by default

12 years agoupdate TODO
Lennart Poettering [Thu, 9 Feb 2012 01:13:36 +0000 (02:13 +0100)]
update TODO

12 years agojournal: limit caps we pass to journald
Lennart Poettering [Thu, 9 Feb 2012 01:06:13 +0000 (02:06 +0100)]
journal: limit caps we pass to journald

12 years agomodules-load: resolve aliases before insert modules
Dave Reisner [Thu, 9 Feb 2012 00:39:35 +0000 (19:39 -0500)]
modules-load: resolve aliases before insert modules

This keeps behavior in line calling /sbin/modprobe -- aliases will be
resolved to the relevant modules, and errors from inserting modules
which are already loaded are ignored.

12 years agobuild-sys: get rid of a few unnecessary AC_SUBST calls
Lennart Poettering [Thu, 9 Feb 2012 00:41:39 +0000 (01:41 +0100)]
build-sys: get rid of a few unnecessary AC_SUBST calls

12 years agokmod: make GCC shut up
Lennart Poettering [Thu, 9 Feb 2012 00:24:40 +0000 (01:24 +0100)]
kmod: make GCC shut up

12 years agoman: document x-systemd-device-timeout=
Lennart Poettering [Thu, 9 Feb 2012 00:20:09 +0000 (01:20 +0100)]
man: document x-systemd-device-timeout=

12 years agobuild-sys: prepare release 41
Lennart Poettering [Thu, 9 Feb 2012 00:06:07 +0000 (01:06 +0100)]
build-sys: prepare release 41

12 years agoman: fix XML
Lennart Poettering [Wed, 8 Feb 2012 23:52:26 +0000 (00:52 +0100)]
man: fix XML

Spotted by Sergey Ptashnick.

12 years agomodules-load: use libkmod rather than modprobe
Tom Gundersen [Wed, 8 Feb 2012 20:52:19 +0000 (21:52 +0100)]
modules-load: use libkmod rather than modprobe

12 years agokmod-setup: use libkmod rather than modprobe
Tom Gundersen [Wed, 8 Feb 2012 20:52:18 +0000 (21:52 +0100)]
kmod-setup: use libkmod rather than modprobe

12 years agoupdate TODO
Lennart Poettering [Wed, 8 Feb 2012 20:59:18 +0000 (21:59 +0100)]
update TODO

12 years agoratelimit: if interval/burst are set to 0, assume ratelimiting shall be disabled
Lennart Poettering [Wed, 8 Feb 2012 20:35:49 +0000 (21:35 +0100)]
ratelimit: if interval/burst are set to 0, assume ratelimiting shall be disabled

12 years agoman: document the WATCHDOG_USEC environment variable
Lennart Poettering [Wed, 8 Feb 2012 20:24:41 +0000 (21:24 +0100)]
man: document the WATCHDOG_USEC environment variable

12 years agoservice: set WATCHDOG_USEC environmen variable
Michael Olbrich [Wed, 8 Feb 2012 09:10:35 +0000 (10:10 +0100)]
service: set WATCHDOG_USEC environmen variable

12 years agoservice: introduce WatchdogSec and hook up the watchdog with the existing failure...
Michael Olbrich [Wed, 8 Feb 2012 09:10:34 +0000 (10:10 +0100)]
service: introduce WatchdogSec and hook up the watchdog with the existing failure logic

12 years agoman: document systemd.setenv=
Lennart Poettering [Wed, 8 Feb 2012 15:33:16 +0000 (16:33 +0100)]
man: document systemd.setenv=

12 years agosystemd: Add systemd.setenv for /proc/cmdline parsing.
William Douglas [Tue, 7 Feb 2012 20:31:20 +0000 (12:31 -0800)]
systemd: Add systemd.setenv for /proc/cmdline parsing.

Check for systemd.setenv when parsing /proc/cmdline.
ex: systemd.setenv=PATH=/opt/bin

12 years agomove /usr/bin/systemd to /usr/lib/systemd/systemd
Kay Sievers [Tue, 7 Feb 2012 23:08:10 +0000 (00:08 +0100)]
move /usr/bin/systemd to /usr/lib/systemd/systemd

12 years agologind: Terminate bus_login_session_user_properties
Benjamin Franzke [Tue, 7 Feb 2012 21:39:35 +0000 (22:39 +0100)]
logind: Terminate bus_login_session_user_properties

Fixes segfault in systemd-logind, triggered by:
systemd-loginctl show-session $XDG_SESSION_ID.

Bug introduced by d200735e13c52dcfe36c0e066f9f6c2fbfb85a9c,
so only systemd v39 is affected.

12 years agoClose bash-completion bug which is fixed upstream
Tollef Fog Heen [Tue, 7 Feb 2012 20:39:14 +0000 (21:39 +0100)]
Close bash-completion bug which is fixed upstream

12 years agoStart v40
Tollef Fog Heen [Tue, 7 Feb 2012 20:36:45 +0000 (21:36 +0100)]
Start v40

12 years agoMerge branch 'master' into debian
Tollef Fog Heen [Tue, 7 Feb 2012 20:36:16 +0000 (21:36 +0100)]
Merge branch 'master' into debian

12 years agoMerge commit 'v40'
Tollef Fog Heen [Tue, 7 Feb 2012 20:36:03 +0000 (21:36 +0100)]
Merge commit 'v40'

12 years agologind: fix introspection data
Lennart Poettering [Tue, 7 Feb 2012 19:12:21 +0000 (20:12 +0100)]
logind: fix introspection data

12 years agologind: introduce ActivateSessionOnSeat()
Lennart Poettering [Tue, 7 Feb 2012 19:12:13 +0000 (20:12 +0100)]
logind: introduce ActivateSessionOnSeat()

12 years agoratelimit: fix macro definition
Lennart Poettering [Tue, 7 Feb 2012 14:56:53 +0000 (15:56 +0100)]
ratelimit: fix macro definition

12 years agomain: use a shorter default $PATH if /usr is merged
Lennart Poettering [Tue, 7 Feb 2012 14:56:28 +0000 (15:56 +0100)]
main: use a shorter default $PATH if /usr is merged

12 years agoconfigure: it makes no sense to install systemd with stow
Lennart Poettering [Tue, 7 Feb 2012 13:43:33 +0000 (14:43 +0100)]
configure: it makes no sense to install systemd with stow

12 years agoupdate TODO
Lennart Poettering [Tue, 7 Feb 2012 13:39:04 +0000 (14:39 +0100)]
update TODO

12 years agomount: adjust dependencies for remote filesystems
Michal Schmidt [Tue, 7 Feb 2012 10:05:18 +0000 (11:05 +0100)]
mount: adjust dependencies for remote filesystems

Currently remote mounts automatically get:
 After=remote-fs-pre.target network.target

remote-fs-pre.target is already After=network.target. Just make sure
remote-fs-pre.target is pulled in by remote-fs.target if any remote
filesystems are configured.
For the mount units it is then sufficient to get:
 After=remote-fs-pre.target

Later NetworkManager will hook its NM-wait-online.service into
remote-fs-pre.target.wants in order to remove the need for the administrator
to enable the service manually when he has any remote filesystems.

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

12 years agoNEWS: update v40
Lennart Poettering [Tue, 7 Feb 2012 02:38:23 +0000 (03:38 +0100)]
NEWS: update