]> git.ipfire.org Git - thirdparty/systemd.git/blame - fixme
units: properly terminate readahead collection 10s after boot
[thirdparty/systemd.git] / fixme
CommitLineData
59fee421 1v11:
00bfd428 2
2ab7076c
KS
3* have a simple syslog bridge providing /dev/log and forward messages
4 to /dev/kmsg. at the moment the real syslog can be started, the bridge
5 is stopped and the open /dev/log fd to the real syslog. that way we
6 don't lose any early log message, and simple systems have full syslog
7 support in the kernel ringbuffer, without any syslog service or disk
8 access
9
59fee421
LP
10* emergency.service should start default.target after C-d. synchronize from fedora's initscripts package
11
c7b50859
LP
12* verify ordering of random-seed-load and base.target!
13
59fee421
LP
14later:
15
16* do not throw error when .service file is linked to /dev/null
17
18* oneshot services which do not remain: 'exited' instead of 'dead'?
19 it should be visible in 'systemctl' that they have been run
20
21* dot output for --test showing the 'initial transaction'
22
8c6db833 23* calendar time support in timer, iCalendar semantics for the timer stuff (RFC2445)
75787bb7 24
129126f3 25* implicitly import "defaults" settings file into all types
75787bb7 26
129126f3 27* "disabled" load state?
f94ea366 28
129126f3
LP
29* ability to kill services? i.e. in contrast to stopping them, go directly
30 into killing mode?
31
32* port over to LISTEN_FDS/LISTEN_PID:
a625ac1a 33 - uuidd DONE
9726b29e 34 - dbus DONE
88ce42f6 35 - rsyslog DONE
c0120d99
LP
36 - rpcbind (/var/run/rpcbind.sock!) DONE
37 - cups DONE
38 - avahi-daemon (/var/run/avahi-daemon/socket) DONE
874aa2cc 39 - ssh CLASSIC
a625ac1a 40 - postfix, saslauthd
a625ac1a
LP
41 - apache/samba
42 - libvirtd (/var/run/libvirt/libvirt-sock-ro)
43 - bluetoothd (/var/run/sdp! @/org/bluez/audio!)
a625ac1a
LP
44 - distccd
45
6d526de2
LP
46* write utmp record a la upstart for processes
47
444a79d3 48* selinux policy loading
7e4249b9 49
064f51fa 50* fingerprint.target, wireless.target, gps.target
0ff3dea7 51
647703fe 52* set_put(), hashmap_put() return values check. i.e. == 0 doesn't free()!
246756ca 53
8fe914ec
LP
54* fix merging in .swap units
55
50f2a90d
LP
56* chkconfig/systemd-install glue
57
58* io priority during initialization
8fe914ec 59
74ac3cbd 60* if a service fails too often, make the service enter failed mode, and the socket, too.
ea4a240d 61
647703fe 62* systemctl enable - warn about empty [Install] section
26192dfc 63
b2423f1f
LP
64* bash completion a la gdbus
65
647703fe 66* systemctl list-jobs - show dependencies
63090775 67
647703fe 68* ConditionFileExists=, ConditionKernelCommandLine=, ConditionEnvironment= with !
63090775 69
313ed05b 70* accountsservice is borked
63090775 71
20604ebc
LP
72* auditd service files
73
20604ebc
LP
74* add systemctl switch to dump transaction without executing it
75
647703fe 76* system.conf/session.conf man page
63090775 77
647703fe 78* exec /sbin/poweroff as PID 1 and do the shutdown
50f74dee 79
da726a4d
LP
80* kexec, suspend, resume
81
ed370f5d
LP
82* passphrase agent https://bugs.freedesktop.org/show_bug.cgi?id=30038
83
b00bad36
LP
84* support dbus introspection in mid-level object paths, i.e. in /org/freedesktop/systemd/units/.
85
2e78aa99
LP
86* systemctl auto-pager a la git
87
2e78aa99
LP
88* fsck setup
89
90* merge CK
91
68bc54e5
LP
92* ask-password tty agent, ask-password plymouth agent
93
94* plymouth update status hookup
95
96* ask-password tty timeout
97
6624768c
LP
98* properly handle multiple inotify events per read() in path.c and util.c
99
1a34d367
LP
100* readahead: btrfs/LVM SSD detection
101
c457e083
MB
102* document locale.conf, vconsole.conf and possibly the tempfiles.d and modules-load.d mechanism.
103
34acc278
LP
104* when /proc/self/mountinfo is not parsable, proceed with next line
105
afbf8353
LP
106* beefed up tmpwatch that reads tmpfiles.d
107
2528a7a6 108External:
20604ebc 109
449ddb2d
LP
110* place /etc/inittab with explaining blurb.
111
20604ebc
LP
112* pam_securetty should honour console=
113
26192dfc
LP
114* procps, psmisc, sysvinit-tools, hostname → util-linux-ng
115
85ad5b18
LP
116* nologin nach /var/run https://bugzilla.redhat.com/show_bug.cgi?id=624489
117
d51d2d3d 118* make sysinit honour forcefsck/fastboot from the kernel command line fsck.mode=auto|force|skip
3aef3aee 119
50f2a90d
LP
120* pam: fix double sudo session cleanup:
121 http://www.gratisoft.us/bugzilla/show_bug.cgi?id=421
122
50f2a90d
LP
123https://bugzilla.redhat.com/show_bug.cgi?id=614245 -- plymouth
124https://bugzilla.redhat.com/show_bug.cgi?id=612789 -- umount /cgroup on halt
125https://bugzilla.redhat.com/show_bug.cgi?id=612728 -- /etc/rc.d/init.d/functions
126https://bugzilla.redhat.com/show_bug.cgi?id=612712 -- pam_systemd
127https://bugs.freedesktop.org/show_bug.cgi?id=29193 -- accountsservice
128https://bugs.freedesktop.org/show_bug.cgi?id=29194 -- ConsoleKit
5e5c6cd7
LP
129https://bugs.freedesktop.org/show_bug.cgi?id=29205 -- udisks
130http://article.gmane.org/gmane.linux.bluez.kernel/6479 -- bluez
50f2a90d 131http://www.spinics.net/lists/linux-nfs/msg14371.html -- rpcbind
b5e9dba8
LP
132https://bugzilla.redhat.com/show_bug.cgi?id=617328 -- ntp
133https://bugzilla.redhat.com/show_bug.cgi?id=617320 -- at
134https://bugzilla.redhat.com/show_bug.cgi?id=617326 -- fprintd
135https://bugzilla.redhat.com/show_bug.cgi?id=617333 -- yum
136https://bugzilla.redhat.com/show_bug.cgi?id=617317 -- acpid
137https://bugzilla.redhat.com/show_bug.cgi?id=617327 -- gpm
138https://bugzilla.redhat.com/show_bug.cgi?id=617330 -- pcsc-lite
139https://bugzilla.redhat.com/show_bug.cgi?id=617321 -- audit
02ee865a 140https://bugzilla.redhat.com/show_bug.cgi?id=617316 -- abrt
63090775 141http://sources.redhat.com/bugzilla/show_bug.cgi?id=11930 -- glibc
14bd37fe 142
129126f3 143Regularly:
874aa2cc 144
129126f3 145* look for close() vs. close_nointr() vs. close_nointr_nofail()
5021be21 146
129126f3 147* check for strerror(r) instead of strerror(-r)
5b6319dc
LP
148
149* Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel
8c6db833
LP
150
151* %m in printf() instead of strerror();
444a79d3
LP
152
153* pahole
154
155* CFLAGS="-Wl,--gc-sections -Wl,--print-gc-sections -ffunction-sections -fdata-sections"