chiark / gitweb /
Tom Gundersen [Wed, 7 May 2014 14:42:47 +0000 (16:42 +0200)]
networkd: link - always maintain link operstate regardless of admin state
Tom Gundersen [Wed, 7 May 2014 14:35:05 +0000 (16:35 +0200)]
sd-network: expose both admin and operational state directly
Also add a call to check if a link is loopback, as this should commonly be ignored.
Kay Sievers [Wed, 7 May 2014 12:45:32 +0000 (14:45 +0200)]
timesyncd: shorten log message
Jan Engelhardt [Sat, 3 May 2014 17:15:27 +0000 (19:15 +0200)]
doc: adhere to XML syntax
Jan Engelhardt [Sat, 3 May 2014 17:15:24 +0000 (19:15 +0200)]
doc: typographical fine tuning
Jan Engelhardt [Sat, 3 May 2014 17:15:23 +0000 (19:15 +0200)]
doc: use non-contracted forms in written documents
Tom Gundersen [Tue, 6 May 2014 20:59:22 +0000 (22:59 +0200)]
sd-dhcp-client: use asynchronous_close()
close() is a blocking call, which may slow things down measurably when running many dhcp
clients in the same single-threaded main loop. Let's just use the asynchronous version
instead to avoid the problem.
Tom Gundersen [Tue, 6 May 2014 20:02:32 +0000 (22:02 +0200)]
sd-dhcp: network - don't leak sockets on failure
Also some general cleanups
Tom Gundersen [Tue, 6 May 2014 20:02:14 +0000 (22:02 +0200)]
sd-dhcp: network - set TOS on outgoing packets
This should improve performance on busy wireless networks and the
like. Inspired by a similar change in dnsmasq.
Tom Gundersen [Tue, 6 May 2014 19:57:09 +0000 (21:57 +0200)]
dhcp-network: don't pass ifindex to bind_udp_socket
UDP sockets can anyway not be bound to specific netdev's. The packages would have to be filtered
when received instead.
Lennart Poettering [Tue, 6 May 2014 16:51:08 +0000 (18:51 +0200)]
man: document sd_event_add_time(3)
Lennart Poettering [Tue, 6 May 2014 16:20:49 +0000 (18:20 +0200)]
timesyncd: hook up systemd-timesyncd with systemd-timedated
Later on we will probably remove support for controlling any other NTP
implementations but systemd-timesyncd, but for now, let's keep things
generic
Lennart Poettering [Tue, 6 May 2014 16:08:04 +0000 (18:08 +0200)]
timesyncd: never accept NTP time from server that is older than systemd's release time
Lennart Poettering [Tue, 6 May 2014 15:03:28 +0000 (17:03 +0200)]
journald: remove some dead code
Lennart Poettering [Tue, 6 May 2014 15:03:09 +0000 (17:03 +0200)]
load-fragment: minor cleanup
Lennart Poettering [Tue, 6 May 2014 15:02:54 +0000 (17:02 +0200)]
update TODO
Lennart Poettering [Tue, 6 May 2014 15:02:11 +0000 (17:02 +0200)]
timesyncd: read server settings from a configuration file
Also, allow compiling in a default server list via a configure command
line item.
Lennart Poettering [Tue, 6 May 2014 14:15:02 +0000 (16:15 +0200)]
timesyncd: when an NTP server doesn't respond, proceed with the next
Lennart Poettering [Tue, 6 May 2014 11:07:15 +0000 (13:07 +0200)]
list: make LIST_FIND_TAIL work for empty lists
Lennart Poettering [Tue, 6 May 2014 11:04:29 +0000 (13:04 +0200)]
update TODO
Lennart Poettering [Tue, 6 May 2014 10:34:03 +0000 (12:34 +0200)]
timesyncd: keep order of NTP servers
Lennart Poettering [Tue, 6 May 2014 10:33:53 +0000 (12:33 +0200)]
update TODO
Lennart Poettering [Tue, 6 May 2014 10:33:43 +0000 (12:33 +0200)]
timesyncd: make sure to reread /etc/resolv.conf when we try the next NTP server
Kay Sievers [Tue, 6 May 2014 10:29:20 +0000 (12:29 +0200)]
timesyncd: accept NTP version 3 responses
Lennart Poettering [Mon, 5 May 2014 23:37:29 +0000 (01:37 +0200)]
timesyncd: add a more servers by default
Lennart Poettering [Mon, 5 May 2014 23:37:13 +0000 (01:37 +0200)]
timesyncd: also try next server when sendto() fails
Lennart Poettering [Mon, 5 May 2014 23:29:47 +0000 (01:29 +0200)]
timesyncd: don't busy loop when we cannot connect to any servers
Lennart Poettering [Mon, 5 May 2014 23:17:35 +0000 (01:17 +0200)]
timesyncd: properly handle multiple configured NTP servers and multiplei IP addresses per server name
Lennart Poettering [Mon, 5 May 2014 21:53:17 +0000 (23:53 +0200)]
timesyncd: lookup name server via sd-resolve, support IPv6, react to SIGINT/SITERM
Lennart Poettering [Mon, 5 May 2014 21:49:19 +0000 (23:49 +0200)]
sd-resolve: make sure we can destroy a query object from its own callback handler
Lennart Poettering [Mon, 5 May 2014 21:48:25 +0000 (23:48 +0200)]
sd-event: allow disabling event sources when an event object is dying anyway
Lennart Poettering [Mon, 5 May 2014 21:47:56 +0000 (23:47 +0200)]
sd-event: make it easy to bind signal handling to event loop exits
By passing a NULL callback provide a simple way to make event loops exit
on SIGTERM and other signals.
Lennart Poettering [Mon, 5 May 2014 19:47:38 +0000 (21:47 +0200)]
timesync: use safe_close() where possible
Lennart Poettering [Mon, 5 May 2014 19:47:09 +0000 (21:47 +0200)]
timesync: always initialize structs when declaring them as far as possible with contsant values
Lennart Poettering [Mon, 5 May 2014 19:39:10 +0000 (21:39 +0200)]
build-sys: enable timesyncd by default
Lennart Poettering [Mon, 5 May 2014 19:18:54 +0000 (21:18 +0200)]
update TODO
Lennart Poettering [Mon, 5 May 2014 19:18:34 +0000 (21:18 +0200)]
build-sys: move async.[ch] to src/shared
So that we can use it at multiple places.
Kay Sievers [Mon, 5 May 2014 16:49:43 +0000 (18:49 +0200)]
core: require cgroups filesystem to be available
We should no longer pretend that we can run in any sensible way
without the kernel supporting us with cgroups functionality.
Kay Sievers [Mon, 5 May 2014 12:23:10 +0000 (14:23 +0200)]
hwdb: update
Kay Sievers [Mon, 5 May 2014 12:21:40 +0000 (14:21 +0200)]
timesyncd: log drift value as signed
Tom Gundersen [Fri, 2 May 2014 20:29:18 +0000 (22:29 +0200)]
sd-rtnl-message: append - fix uninitialized memory
We were not properly clearing the padding at the front of some containers.
Tom Gundersen [Fri, 2 May 2014 13:49:40 +0000 (15:49 +0200)]
sd-rtnl: route - allow setting multiple matching routes
Tom Gundersen [Wed, 30 Apr 2014 08:37:13 +0000 (10:37 +0200)]
TODO
Kay Sievers [Sat, 3 May 2014 13:03:27 +0000 (15:03 +0200)]
timesyncd: log drift correction
Lennart Poettering [Fri, 2 May 2014 15:56:05 +0000 (17:56 +0200)]
async: add asynchronous close() call
Lennart Poettering [Fri, 2 May 2014 15:56:01 +0000 (17:56 +0200)]
update TODO
Kay Sievers [Wed, 30 Apr 2014 14:55:10 +0000 (16:55 +0200)]
timesyncd: use nanosecond mode
Kay Sievers [Wed, 30 Apr 2014 07:37:47 +0000 (09:37 +0200)]
timesyncd: remove debug code
Umut Tezduyar Lindskog [Tue, 29 Apr 2014 20:40:38 +0000 (22:40 +0200)]
networkd: dont configure route if lease doesn't have one
Tom Gundersen [Tue, 29 Apr 2014 20:27:29 +0000 (22:27 +0200)]
sd-network: add support for only listening to some types of changes
Kay Sievers [Tue, 29 Apr 2014 21:48:23 +0000 (23:48 +0200)]
timesyncd: limit debug values to milliseconds
Michal Sekletar [Tue, 29 Apr 2014 20:15:47 +0000 (22:15 +0200)]
update TODO
Tom Gundersen [Tue, 29 Apr 2014 19:57:11 +0000 (21:57 +0200)]
sd-dhcp-lease: fix double realloc
Kay Sievers [Tue, 29 Apr 2014 14:26:09 +0000 (16:26 +0200)]
build-sys: fix linking order for networkd-wait-only
Lennart Poettering [Tue, 29 Apr 2014 13:44:31 +0000 (15:44 +0200)]
sd-resolve: rework sd-resolve to be callback based, similar in style to sd-bus and sd-event
Tom Gundersen [Tue, 29 Apr 2014 13:42:05 +0000 (15:42 +0200)]
networkd: fix distcheck
Tom Gundersen [Tue, 29 Apr 2014 11:29:12 +0000 (13:29 +0200)]
sd-dhcp-lease: (de)serialize DNS and NTP servers
Also use inet_ntoa rather than inet_ntop.
Tom Gundersen [Tue, 29 Apr 2014 10:46:06 +0000 (12:46 +0200)]
sd-dhcp-leaes: use newdup()
Tom Gundersen [Tue, 29 Apr 2014 10:17:27 +0000 (12:17 +0200)]
sd-dhcp-lease: add NTP support
Export the NTP servers so timesyncd can use them.
Kay Sievers [Tue, 29 Apr 2014 08:16:07 +0000 (10:16 +0200)]
timesyncd: update log message
Kay Sievers [Tue, 29 Apr 2014 06:57:51 +0000 (08:57 +0200)]
timesyncd: add unit and man page
Lennart Poettering [Mon, 28 Apr 2014 16:11:40 +0000 (18:11 +0200)]
machine-id: only look into KVM uuid when we are not running in a
container
Kay Sievers [Mon, 28 Apr 2014 12:45:42 +0000 (14:45 +0200)]
rename timedate-sntp to timesync
Jonathan Boulle [Mon, 28 Apr 2014 06:15:50 +0000 (08:15 +0200)]
conf-parser: Fix typo in comment
Fix minor typo in conf parser
Tom Gundersen [Sun, 27 Apr 2014 22:16:46 +0000 (00:16 +0200)]
networkd: link - don't fail a link if RF kill is active
Tom Gundersen [Sun, 27 Apr 2014 09:23:30 +0000 (11:23 +0200)]
TODO: network
Tom Gundersen [Sun, 27 Apr 2014 11:15:35 +0000 (13:15 +0200)]
networkd: netdev - log when loading a .netdev file
Umut Tezduyar Lindskog [Sun, 27 Apr 2014 21:45:42 +0000 (23:45 +0200)]
networkd: update TODO
Umut Tezduyar Lindskog [Sun, 27 Apr 2014 20:01:42 +0000 (22:01 +0200)]
sd-dhcp-client: log positive error number
Log error no for such client_stop(client, DHCP_EVENT_STOP)
Umut Tezduyar Lindskog [Sun, 27 Apr 2014 19:58:26 +0000 (21:58 +0200)]
libnetworkd: add link local tests
- Also only allow positive ifindex on both dhcp and ipv4ll
[tomegun: the kernel always sets a positive ifindex, but some APIs accept
ifindex=0 with various meanings, so we should protect against
accidentally passing ifindex=0 along.]
Umut Tezduyar Lindskog [Sun, 27 Apr 2014 20:33:42 +0000 (22:33 +0200)]
networkd: do not complain about IFF_RUNNING
Otherwise:
eth0: unknown link flags gained: 0x00040 (ignoring)
[tomegun: hiding these messages is ok, as IFF_RUNNING is redundant
and can be deduced from operstate and IFF_LOWER_UP]
Brandon Philips [Fri, 25 Apr 2014 15:31:59 +0000 (09:31 -0600)]
job: add waiting jobs to run queue in unit_coldplug
When we have job installed and added to run queue for service which is
still in dead state and systemd initiates reload then after reload we
never add deserialized job to the run queue again. This is caused by
check in service_coldplug() where we check if deserialized state is
something else than dead state, which is not the case thus we never call
service_set_state() and finally unit_notify() where we would have added
job to the run queue.
Thanks to Michal Sekletar <msekleta@redhat.com> for the original patch.
Zbigniew Jędrzejewski-Szmek [Thu, 24 Apr 2014 18:49:15 +0000 (20:49 +0200)]
build-sys: add configure switch for -fsanitize=undefined
--enable-undefined-sanitizer mirrors --enable-memory-sanitizer.
Zbigniew Jędrzejewski-Szmek [Fri, 25 Apr 2014 23:58:21 +0000 (19:58 -0400)]
test-journal-flush: avoid predictable names in /var/tmp
poma [Sat, 26 Apr 2014 09:09:45 +0000 (11:09 +0200)]
man: networkd typo fixes
Tom Gundersen [Thu, 24 Apr 2014 19:32:25 +0000 (21:32 +0200)]
networkd-wait-online: refactor a bit
Clarify that we are waiting for any link to reach 'carrier' state, regardless
of who manages it. This will be useful when we add support for waiting for more
operational states.
Tom Gundersen [Thu, 24 Apr 2014 19:28:46 +0000 (21:28 +0200)]
networkd-wait-online: drop config file and add commandline options instead
Will Woods [Fri, 25 Apr 2014 22:26:33 +0000 (18:26 -0400)]
core: reindent {selinux, ima, smack}-setup.c
7-space indentation is just too weird to leave alone.
Make it 8 spaces, as per CODING_STYLE. No other changes.
Lennart Poettering [Fri, 25 Apr 2014 11:28:02 +0000 (13:28 +0200)]
update TODO
Lennart Poettering [Fri, 25 Apr 2014 11:27:25 +0000 (13:27 +0200)]
core: expose CFS CPU time quota as high-level unit properties
Lennart Poettering [Fri, 25 Apr 2014 11:26:37 +0000 (13:26 +0200)]
core: make sure we always write changed cgroup attributes to the cgroupfs
Lennart Poettering [Fri, 25 Apr 2014 05:16:01 +0000 (07:16 +0200)]
update TODO
Zbigniew Jędrzejewski-Szmek [Thu, 24 Apr 2014 23:16:37 +0000 (19:16 -0400)]
bootchart: print to stdout and display default values in help
WaLyong Cho [Thu, 24 Apr 2014 15:50:52 +0000 (00:50 +0900)]
bootchart: rewrite usage message more generally
WaLyong Cho [Thu, 24 Apr 2014 15:50:51 +0000 (00:50 +0900)]
bootchart: add control group option
Zbigniew Jędrzejewski-Szmek [Sun, 20 Apr 2014 17:57:26 +0000 (13:57 -0400)]
udev: warn when name_to_handle_at is not implemented
We have a bunch of reports from people who have a custom kernel and
are confused why udev is not running. Issue a warning on
error. Barring an error in the code, the only error that is possible
is ENOSYS.
https://bugzilla.redhat.com/show_bug.cgi?id=
1072966
Michael Olbrich [Thu, 24 Apr 2014 07:35:38 +0000 (09:35 +0200)]
service: rename StartLimitAction enum to FailureAction
It's used for the FailureAction property as well.
Michael Olbrich [Thu, 24 Apr 2014 07:35:37 +0000 (09:35 +0200)]
service: add FailureAction= option
It has the same possible values as StartLimitAction= and is executed
immediately if a service fails.
Robert Milasan [Thu, 24 Apr 2014 09:23:33 +0000 (11:23 +0200)]
udev: increase the size of RESULT buffer
Under some conditions, in udev_rules_apply_to_event the fact that
result is 1024 bytes, creates problems if the output of the running
command/app is bigger then 1024 bytes.
Kay Sievers [Thu, 24 Apr 2014 08:36:19 +0000 (10:36 +0200)]
bus: update kdbus.h
Daniel Buch [Wed, 26 Mar 2014 13:17:07 +0000 (14:17 +0100)]
test-resolve.c: Cleanup and make use of sockaddr_pretty()
David Härdeman [Tue, 25 Mar 2014 10:05:28 +0000 (11:05 +0100)]
Fix keysize handling in cryptsetup (bits vs. bytes)
The command line key-size is in bits but the libcryptsetup API expects bytes.
Note that the modulo 8 check is in the original cryptsetup binary as well, so
it's no new limitation.
(v2: changed the point at which the /= 8 is performed, rebased, removed tabs)
David Härdeman [Tue, 25 Mar 2014 10:05:23 +0000 (11:05 +0100)]
Add more password agent information
Add an (optional) "Id" key in the password agent .ask files. The Id is
supposed to be a simple string in "<subsystem>:<target>" form which
is used to provide more information on what the requested passphrase
is to be used for (which e.g. allows an agent to only react to cryptsetup
requests).
(v2: rebased, fixed indentation, escape name, use strappenda)
Lennart Poettering [Thu, 24 Apr 2014 06:11:39 +0000 (08:11 +0200)]
errno: make sure to handle the 3 errnos that are aliases for others properly
Lennart Poettering [Thu, 24 Apr 2014 05:46:31 +0000 (07:46 +0200)]
util: make sure all our name_to_handle_at() code makes use of file_handle_union
Tom Gundersen [Wed, 23 Apr 2014 15:42:55 +0000 (17:42 +0200)]
networkd-wait-online: improve interoptability and enable by default
To make sure we don't delay boot on systems where (some) network links are managed by someone else
we don't block if something else has successfully brought up a link.
We will still block until all links we are aware of that are managed by networkd have been
configured, but if no such links exist, and someone else have configured a link sufficiently
that it has a carrier, it may be that the link is ready so we should no longer block.
Note that in all likelyhood the link is not ready (no addresses/routes configured),
so whatever network managment daemon configured it should provide a similar wait-online
service to block network-online.target until it is ready.
The aim is to block as long as we know networking is not fully configured, but no longer. This
will allow systemd-networkd-wait-online.service to be enabled on any system, even if we don't
know whether networkd is the main/only network manager.
Even in the case networking is fully configured by networkd, the default behavior may not be
sufficient: if two links need to be configured, but the first is fully configured before the
second one appears we will assume the network is up. To work around that, we allow specifying
specific devices to wait for before considering the network up.
This unit is enabled by default, just like systemd-networkd, but will only be pulled in if
anyone pulls in network-online.target.
Djalal Harouni [Wed, 23 Apr 2014 21:41:13 +0000 (22:41 +0100)]
hostnamectl: read kernel name and release from remote
Djalal Harouni [Wed, 23 Apr 2014 21:41:12 +0000 (22:41 +0100)]
hostnamed: expose KernelName and KernelRelease on the bus
Lennart Poettering [Wed, 23 Apr 2014 20:41:44 +0000 (22:41 +0200)]
update TODO
Jeffrey Clark [Wed, 23 Apr 2014 20:37:43 +0000 (22:37 +0200)]
analyze: fix plot with bad y size
systemd-analyze plot > test.svg produces output with all y and height
element attributes equal to zero. This of course causes the resulting
svg to appear blank (zero height). Bug does not affect x86. Looks like
a compiler optimization may be the culprit.
https://github.com/archlinuxarm/PKGBUILDs/issues/815