2011-07-29 10:01:47 +07:00
|
|
|
Bugfixes:
|
2011-02-22 05:55:17 +07:00
|
|
|
|
2011-02-25 07:47:31 +07:00
|
|
|
* swap units that are activated by one name but shown in the kernel under another are semi-broken
|
|
|
|
|
2011-04-06 20:57:37 +07:00
|
|
|
* NM should pull in network.target (PENDING)
|
|
|
|
https://bugzilla.redhat.com/show_bug.cgi?id=692008
|
|
|
|
|
2011-04-20 05:51:23 +07:00
|
|
|
* make anaconda write timeout=0 for encrypted devices
|
2011-04-19 11:06:41 +07:00
|
|
|
|
2011-07-29 10:01:47 +07:00
|
|
|
* service: pid file reading after reload doesn't work, since we don't reset the pid variable
|
2011-07-28 01:50:30 +07:00
|
|
|
|
2011-07-29 10:01:47 +07:00
|
|
|
* make sure timeouts are applied to Type=oneshot services.
|
2011-07-23 05:47:17 +07:00
|
|
|
|
2011-09-22 00:33:52 +07:00
|
|
|
* Dangling symlinks of .automount unit files in .wants/ directories, set up
|
|
|
|
automount points even when the original .automount file did not exist
|
|
|
|
anymore. Only the .mount unit was still around.
|
|
|
|
|
2011-07-29 10:01:47 +07:00
|
|
|
Features:
|
2011-08-25 02:14:28 +07:00
|
|
|
|
2011-09-22 08:00:04 +07:00
|
|
|
* add an option to make mounts private/shareable and so on, enable this for root by default
|
|
|
|
|
|
|
|
* https://bugzilla.redhat.com/show_bug.cgi?id=727068
|
|
|
|
|
2011-09-22 01:19:43 +07:00
|
|
|
* for socket units don't inherit global stdout setting.
|
|
|
|
|
2011-09-22 00:33:52 +07:00
|
|
|
* internal restart counter for units (focus on auto-respawn)
|
|
|
|
|
|
|
|
* finer-grained auto-respawn settings (rate-limit)
|
|
|
|
|
|
|
|
* be able to specify a forced restart of service A where service B depends on, in case B
|
|
|
|
needs to be auto-respawned?
|
|
|
|
|
2011-09-21 08:56:07 +07:00
|
|
|
* Something is wrong with symlink handling of "autovt@.service" in "systemctl list-unit-files"
|
|
|
|
|
2011-09-21 05:44:51 +07:00
|
|
|
* introduce sd_log_open() to create a connection to the syslog bridge via sd-daemon.h
|
|
|
|
|
2011-09-03 08:26:58 +07:00
|
|
|
* when a bus name of a service disappears from the bus make sure to queue further activation requests
|
|
|
|
|
2011-08-25 02:22:26 +07:00
|
|
|
* something like ConditionExec= or ExecStartPre= without failure state
|
|
|
|
|
2011-08-25 02:14:28 +07:00
|
|
|
* service restart retry configuration
|
|
|
|
|
2011-08-31 03:57:55 +07:00
|
|
|
* tmpfiles: apply "x" on "D" too (see patch from William Douglas)
|
2011-08-25 02:14:28 +07:00
|
|
|
* tmpfiles: support generation of char/block devices, symlinks and one-line files (think sysfs)
|
|
|
|
|
|
|
|
* Introduce ControlGroupPersistant=yes to set +t on the tasks file when creating the cgroup
|
|
|
|
|
2011-08-22 00:07:31 +07:00
|
|
|
* don't set $HOME in services unless requested
|
|
|
|
|
2011-08-03 20:12:34 +07:00
|
|
|
* remove hacks in vala code and require libnotify 0.7
|
2011-07-23 02:01:15 +07:00
|
|
|
|
2011-08-02 10:24:58 +07:00
|
|
|
* hide PAM/TCPWrap options in fragment parser when compile time disabled
|
|
|
|
|
2011-08-02 06:41:36 +07:00
|
|
|
* when we automatically restart a service, ensure we retsart its rdeps, too.
|
|
|
|
|
2011-08-02 03:42:07 +07:00
|
|
|
* allow Type=simple with PIDFile=
|
|
|
|
https://bugzilla.redhat.com/show_bug.cgi?id=723942
|
|
|
|
|
2011-07-29 10:01:47 +07:00
|
|
|
* move PAM code into its own binary
|
|
|
|
|
|
|
|
* warn if the user stops a service but not its associated socket
|
2011-07-14 23:05:33 +07:00
|
|
|
|
2011-07-12 08:42:44 +07:00
|
|
|
* logind: spawn user@..service on login
|
|
|
|
|
2011-07-14 03:05:35 +07:00
|
|
|
* logind: non-local X11 server handling
|
|
|
|
|
2011-07-23 09:15:38 +07:00
|
|
|
* logind: use sysfs path in device hash table instead of sysname, as soon as fb driver is fixed
|
2011-07-14 03:05:35 +07:00
|
|
|
|
2011-07-12 02:10:48 +07:00
|
|
|
* implement Register= switch in .socket units to enable registration
|
|
|
|
in Avahi, RPC and other socket registration services.
|
|
|
|
|
2011-07-09 02:39:10 +07:00
|
|
|
* make sure people don't leave processes around after ExecStartPre=
|
|
|
|
|
|
|
|
* make sure systemd-ask-password-wall does not shutdown systemd-ask-password-console too early
|
|
|
|
|
2011-06-15 20:39:10 +07:00
|
|
|
* readahead: use BTRFS_IOC_DEFRAG_RANGE instead of BTRFS_IOC_DEFRAG ioctl, with START_IO
|
|
|
|
|
|
|
|
* readahead: check whether a btrfs volume includes ssd by checking mount flag "ssd"
|
|
|
|
|
2011-07-29 10:01:47 +07:00
|
|
|
* support sd_notify() style notification when reload begins (RELOADING=1), reload is finished (READY=1)
|
2011-07-23 09:15:38 +07:00
|
|
|
|
2011-07-29 10:01:47 +07:00
|
|
|
* support sd_notify() style notification when shutting down, to make auto-exit bus services work (STOPPING=1)
|
2011-06-15 20:31:54 +07:00
|
|
|
|
2011-05-20 06:57:20 +07:00
|
|
|
* verify that the AF_UNIX sockets of a service in the fs still exist
|
|
|
|
when we start a service in order to avoid confusion when a user
|
|
|
|
assumes starting a service is enough to make it accessible
|
|
|
|
|
2011-05-12 21:14:44 +07:00
|
|
|
* Make it possible to set the keymap independently from the font on
|
|
|
|
the kernel cmdline. Right now setting one resets also the other.
|
|
|
|
|
2011-05-18 00:37:03 +07:00
|
|
|
* move nss-myhostname into systemd
|
|
|
|
|
2011-07-29 10:01:47 +07:00
|
|
|
* and a dbus call to generate target from current state
|
2011-05-18 00:37:03 +07:00
|
|
|
|
2011-06-28 00:40:51 +07:00
|
|
|
* detect LXC with $container=lxc
|
|
|
|
|
2011-04-29 03:07:01 +07:00
|
|
|
* drop /.readahead on bigger upgrades with yum
|
|
|
|
|
2011-07-29 10:01:47 +07:00
|
|
|
* add inode nr check to readahead to suppress preloading changed files
|
2011-05-01 04:08:15 +07:00
|
|
|
|
2011-07-02 06:44:49 +07:00
|
|
|
* add support for /bin/mount -s
|
|
|
|
|
2011-04-20 08:34:58 +07:00
|
|
|
* GC unreferenced jobs (such as .device jobs)
|
|
|
|
|
2011-04-19 11:06:41 +07:00
|
|
|
* avoid DefaultStandardOutput=syslog to have any effect on StandardInput=socket services
|
2011-06-25 01:40:00 +07:00
|
|
|
|
|
|
|
* cgroup_notify_empty(): recursively check groups up the tree, too
|
2011-04-19 11:06:41 +07:00
|
|
|
|
2011-06-16 03:49:54 +07:00
|
|
|
* when failing to start a service due to ratelimiting, try again later, if restart=always is set
|
|
|
|
|
2011-04-05 05:24:00 +07:00
|
|
|
* write blog stories about:
|
|
|
|
- enabling dbus services
|
|
|
|
- status update
|
2011-07-12 08:36:17 +07:00
|
|
|
- how to make changes to sysctl and sysfs attributes
|
2011-07-23 09:15:38 +07:00
|
|
|
- remote access
|
2011-07-28 01:47:50 +07:00
|
|
|
- cgroup best pratices to avoid stepping on each others toes
|
|
|
|
- how to pass throw-away units to systemd, or dynamically change properties of existing units
|
|
|
|
- how to integrate cgconfig and suchlike with systemd
|
2011-08-23 05:37:35 +07:00
|
|
|
- security properties
|
2011-09-22 00:33:52 +07:00
|
|
|
- xinetd conversion
|
|
|
|
- details of instantiated @.service setups
|
2011-04-19 11:06:41 +07:00
|
|
|
|
2011-04-29 04:51:24 +07:00
|
|
|
* allow port=0 in .socket units
|
2011-04-04 23:15:13 +07:00
|
|
|
|
2011-04-10 06:42:48 +07:00
|
|
|
* move readahead files into /var, look for them with .path units
|
|
|
|
|
2011-03-31 09:40:02 +07:00
|
|
|
* teach dbus to activate all services it finds in /etc/systemd/services/org-*.service
|
2011-03-31 09:26:40 +07:00
|
|
|
|
2011-07-29 10:01:47 +07:00
|
|
|
* support systemd.mask= on the kernel command line.
|
2011-03-31 07:36:32 +07:00
|
|
|
|
2011-03-29 02:36:13 +07:00
|
|
|
* when key file cannot be found, read it from kbd in cryptsetup
|
|
|
|
|
2011-03-18 09:13:15 +07:00
|
|
|
* reuse mkdtemp namespace dirs in /tmp?
|
|
|
|
|
|
|
|
* recreate systemd's D-Bus private socket file on SIGUSR2
|
2011-03-17 10:36:19 +07:00
|
|
|
|
2011-03-12 07:03:13 +07:00
|
|
|
* Support --test based on current system state
|
|
|
|
|
2011-07-02 06:44:49 +07:00
|
|
|
* investigate whether the gnome pty helper should be moved into systemd, to provide cgroup support.
|
|
|
|
|
2011-01-19 05:51:06 +07:00
|
|
|
* maybe introduce ExecRestartPre=
|
|
|
|
|
2011-01-07 00:54:10 +07:00
|
|
|
* configurable jitter for timer events
|
|
|
|
|
2011-08-02 04:16:20 +07:00
|
|
|
* timer events with system resume
|
|
|
|
|
|
|
|
* timer events on calendar time
|
2011-07-29 10:01:47 +07:00
|
|
|
|
2011-04-16 08:29:54 +07:00
|
|
|
* Support ProcessNeededForShutdown=true to allow stuff like mdmon to
|
|
|
|
be killed very late after the rootfs is read only? If implement pass
|
|
|
|
this to shutdown binary via command line argument.
|
2010-12-29 00:53:09 +07:00
|
|
|
|
2010-09-29 02:49:26 +07:00
|
|
|
* dot output for --test showing the 'initial transaction'
|
|
|
|
|
2010-06-22 04:27:18 +07:00
|
|
|
* calendar time support in timer, iCalendar semantics for the timer stuff (RFC2445)
|
2011-05-24 06:30:51 +07:00
|
|
|
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=99ee5315dac6211e972fa3f23bcc9a0343ff58c4
|
2010-11-25 22:01:22 +07:00
|
|
|
|
2010-05-16 06:49:45 +07:00
|
|
|
* implicitly import "defaults" settings file into all types
|
2011-07-29 10:01:47 +07:00
|
|
|
* exec settings override
|
|
|
|
* writable cgroups dbus properties for live changes
|
2010-01-26 10:19:18 +07:00
|
|
|
|
2010-05-16 06:49:45 +07:00
|
|
|
* port over to LISTEN_FDS/LISTEN_PID:
|
2011-03-17 20:03:17 +07:00
|
|
|
- rpcbind (/var/run/rpcbind.sock!) HAVEPATCH
|
|
|
|
- cups HAVEPATCH
|
2010-02-05 07:11:01 +07:00
|
|
|
- postfix, saslauthd
|
|
|
|
- apache/samba
|
|
|
|
- libvirtd (/var/run/libvirt/libvirt-sock-ro)
|
|
|
|
- bluetoothd (/var/run/sdp! @/org/bluez/audio!)
|
|
|
|
- distccd
|
|
|
|
|
2011-07-29 10:01:47 +07:00
|
|
|
* auditd service files
|
2010-07-17 02:31:34 +07:00
|
|
|
|
2011-07-29 10:01:47 +07:00
|
|
|
* fingerprint.target, wireless.target, gps.target, netdevice.target
|
2010-07-18 06:33:05 +07:00
|
|
|
|
2010-07-22 01:26:44 +07:00
|
|
|
* io priority during initialization
|
2010-07-21 01:33:19 +07:00
|
|
|
|
2010-08-31 05:17:56 +07:00
|
|
|
* if a service fails too often, make the service enter failed mode, and the socket, too.
|
2010-07-23 10:24:05 +07:00
|
|
|
|
2011-07-29 10:01:47 +07:00
|
|
|
* new deps "Triggers" and "TriggeredBy"
|
2010-08-21 06:51:16 +07:00
|
|
|
|
2011-07-29 10:01:47 +07:00
|
|
|
* systemctl list-jobs - show dependencies
|
2010-08-25 08:10:13 +07:00
|
|
|
|
|
|
|
* add systemctl switch to dump transaction without executing it
|
|
|
|
|
2011-03-17 20:03:17 +07:00
|
|
|
* suspend, resume support?
|
2010-08-31 04:31:27 +07:00
|
|
|
|
2011-04-20 08:34:58 +07:00
|
|
|
* drop cap bounding set in readahead and other services
|
|
|
|
|
2010-11-18 08:16:36 +07:00
|
|
|
External:
|
2010-11-18 02:22:07 +07:00
|
|
|
|
2011-08-02 04:16:20 +07:00
|
|
|
* dbus:
|
2011-08-29 18:44:12 +07:00
|
|
|
- get process transport into dbus for systemctl -P/-H (PENDING)
|
2011-08-02 04:16:20 +07:00
|
|
|
- dbus --user
|
2011-08-29 18:44:12 +07:00
|
|
|
- natively watch for dbus-*.service symlinks (PENDING)
|
2011-08-02 04:16:20 +07:00
|
|
|
- allow specification of socket mode/umask when allocating DBusServer
|
|
|
|
- allow disabling of fd passing when connecting a AF_UNIX connection
|
2011-08-29 18:44:12 +07:00
|
|
|
- allow disabling of UID passing for AUTH EXTERNAL
|
2011-08-02 04:16:20 +07:00
|
|
|
|
2011-07-29 10:01:47 +07:00
|
|
|
* systemd --user
|
|
|
|
PR_SET_CHILD_REAPER patch: https://lkml.org/lkml/2011/7/28/426
|
|
|
|
|
|
|
|
* fix alsa mixer restore to not print error when no config is stored
|
|
|
|
|
2011-02-15 19:09:00 +07:00
|
|
|
* udisks should not use udisks-part-id, instead use blkid. also not probe /dev/loopxxx
|
|
|
|
|
|
|
|
* snd-seq should go, https://bugzilla.redhat.com/show_bug.cgi?id=676095
|
|
|
|
|
2011-03-17 20:03:17 +07:00
|
|
|
* gnome-shell python script/glxinfo/is-accelerated must die
|
2011-02-15 19:09:00 +07:00
|
|
|
|
2010-11-18 02:22:07 +07:00
|
|
|
* make cryptsetup lower --iter-time
|
|
|
|
|
2011-04-29 04:51:24 +07:00
|
|
|
* patch kernel for xattr support in /dev, /proc/, /sys and /sys/fs/cgroup?
|
2010-10-12 09:04:22 +07:00
|
|
|
|
2010-10-14 23:17:42 +07:00
|
|
|
* patch kernel for cpu feature modalias for autoloading aes/kvm/...
|
2010-12-29 01:18:26 +07:00
|
|
|
http://git.kernel.org/?p=linux/kernel/git/ak/linux-misc-2.6.git;a=shortlog;h=refs/heads/cpuid-match
|
2011-03-17 20:03:17 +07:00
|
|
|
(Rafael J. Wysocki's sysdev rework is on the way. After that CPUs can be exported a proper bus.)
|
2010-10-14 23:17:42 +07:00
|
|
|
|
2011-07-29 10:01:47 +07:00
|
|
|
* kernel: add /proc/sys file exposing CAP_LAST_CAP? sysconf?
|
|
|
|
|
|
|
|
* kernel: add device_type = "fb", "fbcon" to class "graphics"
|
2010-07-14 20:13:34 +07:00
|
|
|
|
2010-05-16 06:49:45 +07:00
|
|
|
Regularly:
|
2010-02-15 04:45:08 +07:00
|
|
|
|
2010-05-16 06:49:45 +07:00
|
|
|
* look for close() vs. close_nointr() vs. close_nointr_nofail()
|
2010-02-15 04:47:08 +07:00
|
|
|
|
2010-05-16 06:49:45 +07:00
|
|
|
* check for strerror(r) instead of strerror(-r)
|
2010-06-17 02:54:17 +07:00
|
|
|
|
|
|
|
* Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel
|
2010-06-22 04:27:18 +07:00
|
|
|
|
|
|
|
* %m in printf() instead of strerror();
|
2010-08-12 04:19:28 +07:00
|
|
|
|
|
|
|
* pahole
|
|
|
|
|
2011-07-29 10:01:47 +07:00
|
|
|
* set_put(), hashmap_put() return values check. i.e. == 0 doesn't free()!
|