--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2012-20703
2012-12-20 03:00:12
--------------------------------------------------------------------------------

Name        : systemd
Product     : Fedora 17
Version     : 44
Release     : 23.fc17
URL         : http://www.freedesktop.org/wiki/Software/systemd
Summary     : A System and Service Manager
Description :
systemd is a system and service manager for Linux, compatible with
SysV and LSB init scripts. systemd provides aggressive parallelization
capabilities, uses socket and D-Bus activation for starting services,
offers on-demand starting of daemons, keeps track of processes using
Linux cgroups, supports snapshotting and restoring of the system
state, maintains mount and automount points and implements an
elaborate transactional dependency-based service control logic. It can
work as a drop-in replacement for sysvinit.

--------------------------------------------------------------------------------
Update Information:

This systemd update changes the default mount propagation to "shared". This 
will fix the unmounting of filesystems when services use the PrivateTmp feature.

Since the systemd developers do not pretend to understand all the implications 
of the change in all details, this update needs prolonged testing.
--------------------------------------------------------------------------------
ChangeLog:

* Wed Dec 19 2012 Michal Schmidt <[email protected]> - 44-23
- Change mount propagation to shared by default. Should fix umounting of
  filesystems when PrivateTmp services are running.
- Resolves: #851970
* Tue Dec  4 2012 Karsten Hopp <[email protected]> - 44-22
- fix build on ppc, similar to 
  http://lists.freedesktop.org/archives/systemd-devel/2012-September/006424.html
* Fri Oct 26 2012 Michal Schmidt <[email protected]> - 44-21
- Fixes from upstream v195+:
- Don't forbid ExecReload in oneshot units.
- various fixes
- Resolves: #866346, #868603, #869779, fdo#52580
* Fri Oct 12 2012 Michal Schmidt <[email protected]> - 44-20
- Revert the ntp migration code. Not going to do it in F17.
- Backports from upstream v194+:
- PartOf= dependencies
- enabling/disabling of instantiated units
- usability improvements for systemctl:
  - systemctl status /home
  - systemctl status /dev/foobar
  - implied .service suffix
- new timeouts TimeoutStartSec=, TimeoutStopSec=
- understand PARTUUID=, PARTLABEL= in fstab
- new conditions ConditionHost=, ConditionFileNotEmpty=
- tmpfiles: globbing support with 'w' mode
- various fixes
- Resolves: #752774, #767795, #802198, #855863, #856975, #858266, #858754,
-           #858771, #858777, fdo#39386, fdo#54448, fdo#54522, fdo#54766
* Fri Jul 27 2012 Michal Schmidt <[email protected]> - 44-19
- Fix for broken fstab mounts in 44-18.
- Add scriptlets to migrate away from systemd-timedated-ntp.target.
* Tue Jul 24 2012 Michal Schmidt <[email protected]> - 44-18
- Backports from upstream:
- rework the handling of ntp services in timedated (#821813)
- rename systemd-debug-shell.service to debug-shell.service
- support modules-load= boot parameter
- "systemctl reset-failed" now resets the start rate limit
- systemctl can filter by load state
- parse BindsTo=
- bring back error reporting when stopping unknown units (#732874)
- many bugfixes (#817760, #835848, #767561, #839736, #841822, ...)
* Tue Jun 26 2012 Michal Schmidt <[email protected]> - 44-17
- Temporarily revert patch for #732874 until the syslog units are fixed.
- logind improvements (CanTTY, CanGraphical, 'closing' session state).
- Fix for auto-restart (#832039).
- Don't ship systemd-vconsole-setup on S390(x) (workaround for #834118).
* Wed Jun 20 2012 Michal Schmidt <[email protected]> - 44-16
- Add conflicts with syslog units that do unprotected 'systemctl stop' on
  a non-existent unit in their ExecStartPre.
* Tue Jun 19 2012 Michal Schmidt <[email protected]> - 44-15
- Apply timeouts to oneshot services (#761656)
- Report error when stopping an unknown unit (#732874)
- logind: more robust on VT-less systems (s390x) (#832210)
- journal: various fixes, expose cutoff times
* Thu Jun 14 2012 Michal Schmidt <[email protected]> - 44-14
- tmpfiles: correct SELinux context for char devices (#824059)
- systemctl: warn when stopping a triggerable unit (#714525)
- systemctl: clearer error message for missing [Install] (#817033)
* Wed Jun 13 2012 Michal Schmidt <[email protected]> - 44-13
- Patches from upstream
- Fixes to journald, logind, tmpfiles
- Documentation improvements, systemctl help
- New config options for systemd, journal
- Add systemd-readahead-analyze, systemd-debug-shell.service
- Start using Type=idle
- Fixes: #828007, #814424, #831132, #791098, #823815, fdo#50402, fdo#50671
* Tue May 22 2012 Michal Schmidt <[email protected]> - 44-12
- Fixes for auto-restart (#817968, fdo#45511)
* Mon May 21 2012 Michal Schmidt <[email protected]> - 44-11
- Fix weird "TIFIER=" messages in syslog (#823498)
- Revert ReleaseSession patch (#823485)
- Add more patches from upstream, notably:
  - Documentation= field support
  - RequiredBy= in [Install] support
  - configurable ulimit defaults
  - switch-root fixes
* Mon May 21 2012 Michal Schmidt <[email protected]> - 44-10
- Fix another cause of "Failed to issue method call" (#814966)
- minor systemd-delta updates
* Fri May 18 2012 Michal Schmidt <[email protected]> - 44-9
- Applied most of the patches from current upstream, while avoiding
  incompatible changes.
- NOT included:
  - systemadm removal
  - /media, /tmp tmpfs changes
  - systemd-*.conf config files rename
  - "service: schedule JOB_RESTART from SERVICE_AUTO_RESTART state"
    possible regression, https://bugs.freedesktop.org/show_bug.cgi?id=45511
  - udev merge
  - big LGPL relicensing patch
  - MountAuto=, SwapAuto= options removal
  - use of Type=idle for gettys by default
  - JobNew/JobRemoved dbus API change
- Fixes for reported BZs:
  - try-restart handling of units with scheduled jobs (#753586)
  - start requirement dependencies on "restart" (#802770)
  - systemd-tmpfiles did not preserve atime of subdirectories (#810257)
  - segfault in systemd-loginctl kill-session (#819142)
  - added shutdown inhibition support (#570594)
  - assertion failure in systemd-analyze (#701669)
  - bash-completion "Failed to issue method call" (#814966)
- Switched to using git for prep. Allows the use of renaming patches.
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #851970 - Unable to umount partition as long there are running 
services that have PrivateTmp set that where started after the partition mount
        https://bugzilla.redhat.com/show_bug.cgi?id=851970
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program.  Use 
su -c 'yum update systemd' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
_______________________________________________
package-announce mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-announce

Reply via email to