]> git.ipfire.org Git - thirdparty/systemd.git/log
thirdparty/systemd.git
4 years agolog: Add missing "%" in "%m" log format strings
Filipe Brandenburger [Tue, 24 Sep 2019 22:31:27 +0000 (15:31 -0700)] 
log: Add missing "%" in "%m" log format strings

These were clearly intended to be "%m" to display the human readable version
of the error stored in errno.

4 years agoMerge pull request #13481 from Antique/cgroupv2
Chris Down [Tue, 24 Sep 2019 19:57:06 +0000 (21:57 +0200)] 
Merge pull request #13481 from Antique/cgroupv2

cgroup: introduce support for cgroup v2 CPUSET controller

4 years agolink: Add support to configure NIC ring buffer size
Susant Sahani [Mon, 23 Sep 2019 14:51:02 +0000 (16:51 +0200)] 
link: Add support to configure NIC ring buffer size

4 years agocgroup-util: fix obsolete comment about supported controllers 13481/head
Pavel Hrdina [Tue, 10 Sep 2019 07:09:46 +0000 (09:09 +0200)] 
cgroup-util: fix obsolete comment about supported controllers

The list might grow so make the comment more generic to not worry about
it if some controller is implemented.

4 years agocgroup: introduce support for cgroup v2 CPUSET controller
Pavel Hrdina [Mon, 29 Jul 2019 15:50:05 +0000 (17:50 +0200)] 
cgroup: introduce support for cgroup v2 CPUSET controller

Introduce support for configuring cpus and mems for processes using
cgroup v2 CPUSET controller.  This allows users to limit which cpus
and memory NUMA nodes can be used by processes to better utilize
system resources.

The cgroup v2 interfaces to control it are cpuset.cpus and cpuset.mems
where the requested configuration is written.  However, it doesn't mean
that the requested configuration will be actually used as parent cgroup
may limit the cpus or mems as well.  In order to reflect the real
configuration cgroup v2 provides read-only files cpuset.cpus.effective
and cpuset.mems.effective which are exported to users as well.

4 years agoMerge pull request #13600 from keszybz/ratelimit
Lennart Poettering [Mon, 23 Sep 2019 10:59:09 +0000 (12:59 +0200)] 
Merge pull request #13600 from keszybz/ratelimit

Clean up ratelimit functions and disable /dev/kmsg ratelimit

4 years agoMerge pull request #11883 from yuwata/network-dhcp-renew
Yu Watanabe [Sun, 22 Sep 2019 05:44:23 +0000 (07:44 +0200)] 
Merge pull request #11883 from yuwata/network-dhcp-renew

network: dhcp renew

4 years agoMerge pull request #13610 from yuwata/network-check-one-more-section
Yu Watanabe [Sun, 22 Sep 2019 05:18:28 +0000 (07:18 +0200)] 
Merge pull request #13610 from yuwata/network-check-one-more-section

network: assorted follow-ups

4 years agoman: fix typo
Michael Biebl [Sat, 21 Sep 2019 15:06:25 +0000 (17:06 +0200)] 
man: fix typo

4 years agotree-wide: various code-formatting improvements
Frantisek Sumsal [Sat, 21 Sep 2019 14:01:14 +0000 (16:01 +0200)] 
tree-wide: various code-formatting improvements

Reported/found by Coccinelle

4 years agonetworkctl: add renew command 11883/head
Yu Watanabe [Thu, 18 Jul 2019 13:26:49 +0000 (22:26 +0900)] 
networkctl: add renew command

4 years agonetwork: introduce new bus method Renew() and RenewLink()
Yu Watanabe [Mon, 4 Mar 2019 08:54:48 +0000 (17:54 +0900)] 
network: introduce new bus method Renew() and RenewLink()

4 years agonetwork: add one more section validty check 13610/head
Yu Watanabe [Thu, 19 Sep 2019 06:20:00 +0000 (15:20 +0900)] 
network: add one more section validty check

Follow-up for 203d4df5732b1fdcf50db498ddeb74a934b21f87.

4 years agopo: update Japanese translations
Yu Watanabe [Sat, 21 Sep 2019 11:15:06 +0000 (20:15 +0900)] 
po: update Japanese translations

Follow-up for ea2552639b22004c89df26f2374e3d3f1d2acace.

4 years agol10n: update Czech Translation
AsciiWolf [Thu, 19 Sep 2019 13:36:42 +0000 (15:36 +0200)] 
l10n: update Czech Translation

4 years agoMerge pull request #13605 from cdown/ono
Chris Down [Fri, 20 Sep 2019 16:10:34 +0000 (18:10 +0200)] 
Merge pull request #13605 from cdown/ono

Fixes for recent SIP work

4 years agobasic/log: put a ratelimit on our logging to /dev/kmsg 13600/head
Zbigniew Jędrzejewski-Szmek [Thu, 19 Sep 2019 16:01:23 +0000 (18:01 +0200)] 
basic/log: put a ratelimit on our logging to /dev/kmsg

See the inline comment for details.

4 years agopid1: disable printk ratelimit in early boot
Zbigniew Jędrzejewski-Szmek [Wed, 18 Sep 2019 19:02:07 +0000 (21:02 +0200)] 
pid1: disable printk ratelimit in early boot

We have the problem that many early boot or late shutdown issues are harder
to solve than they could be because we have no logs. When journald is not
running, messages are redirected to /dev/kmsg. It is also the time when many
things happen in a rapid succession, so we tend to hit the kernel printk
ratelimit fairly reliably. The end result is that we get no logs from the time
where they would be most useful. Thus let's disable the kernels ratelimit.

Once the system is up and running, the ratelimit is not a problem. But during
normal runtime, things also log to journald, and not to /dev/kmsg, so the
ratelimit is not useful. Hence, there doesn't seem to be much point in trying
to restore the ratelimit after boot is finished and journald is up and running.

See kernel's commit 750afe7babd117daabebf4855da18e4418ea845e for the
description of the kenrel interface. Our setting has lower precedence than
explicit configuration on the kenrel command line.

4 years agotree-wide: say "ratelimit" not "rate_limit"
Zbigniew Jędrzejewski-Szmek [Thu, 19 Sep 2019 15:49:14 +0000 (17:49 +0200)] 
tree-wide: say "ratelimit" not "rate_limit"

"ratelimit" is a real word, so we don't need to use the other form anywhere.
We had both forms in various places, let's standarize on the shorter and more
correct one.

4 years agopid1: rename start_limit to start_ratelimit
Zbigniew Jędrzejewski-Szmek [Thu, 19 Sep 2019 15:45:41 +0000 (17:45 +0200)] 
pid1: rename start_limit to start_ratelimit

This way it is clearer what the type is. We also have auto_stop_ratelimit adjacent,
and it feels ugly to have a different suffix for those two.

4 years agoDrop RATELIMIT macros
Zbigniew Jędrzejewski-Szmek [Thu, 19 Sep 2019 15:41:20 +0000 (17:41 +0200)] 
Drop RATELIMIT macros

Using plain structure initialization is both shorter _and_ more clearer.
We get type safety for free.

4 years agosd-radv: if lifetime < SD_RADV_DEFAULT_MAX_TIMEOUT_USEC, adjust timeout (#13491)
Georg Müller [Fri, 20 Sep 2019 08:23:45 +0000 (10:23 +0200)] 
sd-radv: if lifetime < SD_RADV_DEFAULT_MAX_TIMEOUT_USEC, adjust timeout (#13491)

The RFC states that lifetime (AdvDefaultLifetime) must be at least
MaxRtrAdvInterval (which more or less corresponds to SD_RADV_DEFAULT_MAX_TIMEOUT_USEC
in systemd).

To fulfill this limit, virtually lower MaxRtrAdvInterval and MinRtrAdvInterval
accordingly.

Also check that min is not lower than 3s and max is not lower than 4s.

4 years agonetworkd: Fix SIP double-free 13605/head
Chris Down [Fri, 20 Sep 2019 13:14:05 +0000 (15:14 +0200)] 
networkd: Fix SIP double-free

This is already strv_freed right above

4 years agodhcp: Log SIP server information correctly
Chris Down [Fri, 20 Sep 2019 13:13:00 +0000 (15:13 +0200)] 
dhcp: Log SIP server information correctly

4 years agonetwork: DHCP server Add support to transmit SIP server
Susant Sahani [Wed, 18 Sep 2019 13:22:47 +0000 (15:22 +0200)] 
network: DHCP server Add support to transmit SIP server

1. DHCP server trasmit
2. Client parses and saves in leases
Implements http://www.rfc-editor.org/rfc/rfc3361.txt

```
Frame 134: 348 bytes on wire (2784 bits), 348 bytes captured (2784 bits) on interface 0
Ethernet II, Src: 42:65:85:d6:4e:32 (42:65:85:d6:4e:32), Dst: 1e:04:f8:b8:2f:d4 (1e:04:f8:b8:2f:d4)
Internet Protocol Version 4, Src: 192.168.5.1, Dst: 192.168.5.11
User Datagram Protocol, Src Port: 67, Dst Port: 68
Dynamic Host Configuration Protocol (ACK)
    Message type: Boot Reply (2)
    Hardware type: Ethernet (0x01)
    Hardware address length: 6
    Hops: 0
    Transaction ID: 0x7cc87cb4
    Seconds elapsed: 0
    Bootp flags: 0x0000 (Unicast)
    Client IP address: 0.0.0.0
    Your (client) IP address: 192.168.5.11
    Next server IP address: 0.0.0.0
    Relay agent IP address: 0.0.0.0
    Client MAC address: 1e:04:f8:b8:2f:d4 (1e:04:f8:b8:2f:d4)
    Client hardware address padding: 00000000000000000000
    Server host name not given
    Boot file name not given
    Magic cookie: DHCP
    Option: (53) DHCP Message Type (ACK)
        Length: 1
        DHCP: ACK (5)
    Option: (51) IP Address Lease Time
        Length: 4
        IP Address Lease Time: (3600s) 1 hour
    Option: (1) Subnet Mask (255.255.255.0)
        Length: 4
        Subnet Mask: 255.255.255.0
    Option: (3) Router
        Length: 4
        Router: 192.168.5.1
    Option: (6) Domain Name Server
        Length: 4
        Domain Name Server: 192.168.5.1
    Option: (42) Network Time Protocol Servers
        Length: 4
        Network Time Protocol Server: 192.168.1.1
    Option: (120) SIP Servers <=====here
        Length: 9
        SIP Server Encoding: IPv4 Address (1)
        SIP Server Address: 192.168.1.1
        SIP Server Address: 192.168.5.2
    Option: (101) TCode
        Length: 13
        TZ TCode: Europe/Berlin
    Option: (54) DHCP Server Identifier (192.168.5.1)
        Length: 4
        DHCP Server Identifier: 192.168.5.1
    Option: (255) End
        Option End: 255
```

```
cat /run/systemd/netif/state                                                                                                   ✔  ⚡  3148  16:40:51
OPER_STATE=routable
CARRIER_STATE=carrier
ADDRESS_STATE=routable
DNS=192.168.94.2 192.168.5.1
NTP=192.168.5.1
SIP=192.168.1.1 192.168.5.2

```

aa

4 years agonetwork dhcp4: Add support send request options in a generic manner
Susant Sahani [Tue, 17 Sep 2019 12:49:22 +0000 (14:49 +0200)] 
network dhcp4: Add support send request options in a generic manner

4 years agopolkit: fix typo
AsciiWolf [Thu, 19 Sep 2019 12:34:31 +0000 (14:34 +0200)] 
polkit: fix typo

4 years agotest-network: Drop start dnsmasq
Susant Sahani [Wed, 18 Sep 2019 12:14:15 +0000 (14:14 +0200)] 
test-network: Drop start dnsmasq

4 years agodhcp6: use unaligned_read_be32()
Yu Watanabe [Wed, 18 Sep 2019 13:14:45 +0000 (22:14 +0900)] 
dhcp6: use unaligned_read_be32()

Closes #13591.

4 years agopid1: do not warn if /run/systemd/relabel-extra.d/ doesn't exist
Zbigniew Jędrzejewski-Szmek [Wed, 18 Sep 2019 15:52:30 +0000 (17:52 +0200)] 
pid1: do not warn if /run/systemd/relabel-extra.d/ doesn't exist

After all, that is the expected state.

4 years agoMerge pull request #13582 from yuwata/udevadm-reload
Yu Watanabe [Tue, 17 Sep 2019 23:15:01 +0000 (08:15 +0900)] 
Merge pull request #13582 from yuwata/udevadm-reload

udevadm: use 'udevadm control' to reload udevd

4 years agoMerge pull request #13583 from keszybz/networkd-hash-compare-equality
Yu Watanabe [Tue, 17 Sep 2019 23:09:48 +0000 (08:09 +0900)] 
Merge pull request #13583 from keszybz/networkd-hash-compare-equality

Networkd hash compare equality

4 years agodhcp6: add missing option length check
Yu Watanabe [Tue, 17 Sep 2019 13:18:49 +0000 (22:18 +0900)] 
dhcp6: add missing option length check

Closes #13578.

4 years agoMerge pull request #13577 from yuwata/network-fix-ci-failure
Frantisek Sumsal [Tue, 17 Sep 2019 17:42:26 +0000 (17:42 +0000)] 
Merge pull request #13577 from yuwata/network-fix-ci-failure

network: fix CI failure

4 years agonetworkd: unbreak routing_policy_rule_compare_func() 13583/head
Zbigniew Jędrzejewski-Szmek [Tue, 17 Sep 2019 17:27:58 +0000 (19:27 +0200)] 
networkd: unbreak routing_policy_rule_compare_func()

!r is the same r == 0, so this was short-circuiting the comparison when
streq(a->iff, b->iff) or streq(a->off, b->off). Before the parent commit which
moved those comparisons to the end, this was short-circuiting quite a bit
of the comparison function.

4 years agoMerge pull request #13508 from yuwata/network-route-fix-13506
Zbigniew Jędrzejewski-Szmek [Tue, 17 Sep 2019 17:20:21 +0000 (19:20 +0200)] 
Merge pull request #13508 from yuwata/network-route-fix-13506

network: takes more route information into hash func

4 years agonetworkd: make neighbor_hash_func() handle the same data as neighbor_compare_func()
Zbigniew Jędrzejewski-Szmek [Tue, 17 Sep 2019 17:13:09 +0000 (19:13 +0200)] 
networkd: make neighbor_hash_func() handle the same data as neighbor_compare_func()

In practice this probably makes little difference, because we only use AF_INET
and AF_INET6, but it's cleaner to use the same logic in both places.

4 years agonetworkd: use same order in _hash_func() and _compare_func()
Zbigniew Jędrzejewski-Szmek [Tue, 17 Sep 2019 17:11:31 +0000 (19:11 +0200)] 
networkd: use same order in _hash_func() and _compare_func()

This makes it easier to see that the same data is handled in both cases.
No functional change.

4 years agonetworkd: split out helper function for address extraction
Zbigniew Jędrzejewski-Szmek [Tue, 17 Sep 2019 17:09:57 +0000 (19:09 +0200)] 
networkd: split out helper function for address extraction

4 years agounit: add ExecReload= in systemd-udevd.service 13582/head
Yu Watanabe [Tue, 17 Sep 2019 16:32:46 +0000 (01:32 +0900)] 
unit: add ExecReload= in systemd-udevd.service

4 years agoudevadm: use usec_add()
Yu Watanabe [Tue, 17 Sep 2019 16:28:23 +0000 (01:28 +0900)] 
udevadm: use usec_add()

Also fixes description of event source.

4 years agoudevadm: missing initialization of descriptor
Yu Watanabe [Tue, 17 Sep 2019 15:52:07 +0000 (00:52 +0900)] 
udevadm: missing initialization of descriptor

4 years agocore: add ExecXYZEx= bus hook ups to all exec command properties
Anita Zhang [Wed, 21 Aug 2019 00:39:38 +0000 (17:39 -0700)] 
core: add ExecXYZEx= bus hook ups to all exec command properties

The "Ex" variant was originally only added for ExecStartXYZ= but it makes
sense to have feature parity for the rest of the exec command properties
as well (e.g. ExecReload=, ExecStop=, etc).

4 years agotest: rename TEST-EXECRELOAD to avoid name conflict
Frantisek Sumsal [Tue, 17 Sep 2019 10:22:19 +0000 (12:22 +0200)] 
test: rename TEST-EXECRELOAD to avoid name conflict

4 years agoMerge pull request #13559 from ssahani/ipv6ra-route
Yu Watanabe [Tue, 17 Sep 2019 15:13:08 +0000 (00:13 +0900)] 
Merge pull request #13559 from ssahani/ipv6ra-route

network: make networkd able to advertise IPv6 routes on links

4 years agocore: coldplug possible nop_job
ypf791 [Fri, 19 Jul 2019 10:28:04 +0000 (18:28 +0800)] 
core: coldplug possible nop_job

4 years agonetwork: also take Route::initcwnd and ::initrwnd into hash func 13508/head
Yu Watanabe [Mon, 9 Sep 2019 15:18:05 +0000 (00:18 +0900)] 
network: also take Route::initcwnd and ::initrwnd into hash func

Fixes #13506.

4 years agonetwork: take more route information into hash func
Yu Watanabe [Mon, 9 Sep 2019 15:17:28 +0000 (00:17 +0900)] 
network: take more route information into hash func

4 years agonetwork: make route_get() or friends take Route object
Yu Watanabe [Mon, 9 Sep 2019 15:16:41 +0000 (00:16 +0900)] 
network: make route_get() or friends take Route object

4 years agosd-netlink: fix invalid assertion
Yu Watanabe [Sun, 15 Sep 2019 13:50:36 +0000 (22:50 +0900)] 
sd-netlink: fix invalid assertion

It is natural that n_attiributes is less than type. But in that case,
the message does not contain any message about the type. So, we should
not abort execution with assertion, but just return -ENODATA.

4 years agoMerge pull request #13567 from keszybz/logind-two-refactoring-patches
Yu Watanabe [Tue, 17 Sep 2019 12:41:38 +0000 (21:41 +0900)] 
Merge pull request #13567 from keszybz/logind-two-refactoring-patches

Logind two refactoring patches

4 years agonetwork: do not enter failed state if device's sysfs entry does not exist yet 13577/head
Yu Watanabe [Tue, 17 Sep 2019 12:34:06 +0000 (21:34 +0900)] 
network: do not enter failed state if device's sysfs entry does not exist yet

4 years agonetwork: add missing link->network checks
Yu Watanabe [Tue, 17 Sep 2019 12:29:23 +0000 (21:29 +0900)] 
network: add missing link->network checks

When the function is called, no network file may be assigned to the
link.

4 years agoMerge pull request #13573 from fbuihuu/ask-password-small-fixes
Frantisek Sumsal [Tue, 17 Sep 2019 12:21:05 +0000 (12:21 +0000)] 
Merge pull request #13573 from fbuihuu/ask-password-small-fixes

Ask password small fixes

4 years agoAdd test for IPv6 Route advertisement 13559/head
Susant Sahani [Mon, 16 Sep 2019 14:43:34 +0000 (20:13 +0530)] 
Add test for IPv6 Route advertisement

4 years agonetwork: Add support to advertie ipv6 route
Susant Sahani [Sat, 14 Sep 2019 11:14:22 +0000 (16:44 +0530)] 
network: Add support to advertie ipv6 route

Implements https://tools.ietf.org/html/rfc4191

cat veth99.network
```
[Match]
Name=veth99

[Network]
DHCP=no
IPv6PrefixDelegation=yes
Address=2001:db8:0:1::1/64

[IPv6Prefix]
Prefix=2001:db8:0:1::4/64

[IPv6RoutePrefix]
Route=2001:db0:fff::/48

```
Wireshark

```
Frame 481: 142 bytes on wire (1136 bits), 142 bytes captured (1136 bits) on interface 0
Ethernet II, Src: 1e:04:f8:b8:2f:d4 (1e:04:f8:b8:2f:d4), Dst: IPv6mcast_01 (33:33:00:00:00:01)
Internet Protocol Version 6, Src: fe80::1c04:f8ff:feb8:2fd4, Dst: ff02::1
Internet Control Message Protocol v6
    Type: Router Advertisement (134)
    Code: 0
    Checksum: 0xec77 [correct]
    [Checksum Status: Good]
    Cur hop limit: 0
    Flags: 0x00, Prf (Default Router Preference): Medium
    Router lifetime (s): 0
    Reachable time (ms): 0
    Retrans timer (ms): 0
    ICMPv6 Option (Source link-layer address : 1e:04:f8:b8:2f:d4)
        Type: Source link-layer address (1)
        Length: 1 (8 bytes)
        Link-layer address: 1e:04:f8:b8:2f:d4 (1e:04:f8:b8:2f:d4)
    ICMPv6 Option (MTU : 1500)
        Type: MTU (5)
        Length: 1 (8 bytes)
        Reserved
        MTU: 1500
    ICMPv6 Option (Prefix information : 2001:db8:0:1::4/64)
        Type: Prefix information (3)
        Length: 4 (32 bytes)
        Prefix Length: 64
        Flag: 0xc0, On-link flag(L), Autonomous address-configuration flag(A)
        Valid Lifetime: 2592000
        Preferred Lifetime: 604800
        Reserved
        Prefix: 2001:db8:0:1::4
    ICMPv6 Option (Route Information : Medium 2001:db0:fff::/48)
        Type: Route Information (24)
        Length: 3 (24 bytes)
        Prefix Length: 48
        Flag: 0x00, Route Preference: Medium
            ...0 0... = Route Preference: Medium (0)
            000. .000 = Reserved: 0
        Route Lifetime: 604800
        Prefix: 2001:db0:fff::
```

4 years agoMerge pull request #13300 from mrc0mmand/test-execreload
Zbigniew Jędrzejewski-Szmek [Tue, 17 Sep 2019 08:54:18 +0000 (10:54 +0200)] 
Merge pull request #13300 from mrc0mmand/test-execreload

 test: introduce TEST-37-EXECRELOAD

4 years agopath: stop watching path specs once we triggered the target unit
Michal Sekletar [Mon, 9 Sep 2019 12:38:35 +0000 (14:38 +0200)] 
path: stop watching path specs once we triggered the target unit

We start watching them again once we get a notification that triggered
unit entered inactive or failed state.

Fixes: #10503
4 years agoMerge pull request #13565 from yuwata/network-drop-ipv6ll-address
Zbigniew Jędrzejewski-Szmek [Tue, 17 Sep 2019 07:57:21 +0000 (09:57 +0200)] 
Merge pull request #13565 from yuwata/network-drop-ipv6ll-address

network: drop IPv6LL address when LinkLocalAddressing=no|ipv4

4 years agotty-ask-pwd-agent: simplify handling of --wall a bit 13573/head
Franck Bui [Tue, 17 Sep 2019 07:48:12 +0000 (09:48 +0200)] 
tty-ask-pwd-agent: simplify handling of --wall a bit

"wall" was always NULL when passed to parse_password() so let's simplify this
part a bit.

The effective changes are small but wall_tty_match() needed to be moved so it's
still visible from parse_password().

No functional changes.

4 years agoMerge pull request #13494 from yuwata/dhcp6-delay
Zbigniew Jędrzejewski-Szmek [Tue, 17 Sep 2019 07:14:12 +0000 (09:14 +0200)] 
Merge pull request #13494 from yuwata/dhcp6-delay

dhcp6: rfc8415 fixes

4 years agocore: Fix setting StatusUnitFormat from config files
Maciej Stanczew [Mon, 16 Sep 2019 00:09:35 +0000 (02:09 +0200)] 
core: Fix setting StatusUnitFormat from config files

4 years agotest-network: add one more test case for LinkLocalAddressing= 13565/head
Yu Watanabe [Sun, 15 Sep 2019 21:16:48 +0000 (06:16 +0900)] 
test-network: add one more test case for LinkLocalAddressing=

4 years agonetwork: drop IPv6LL address when LinkLocalAddressing=no|ipv4
Yu Watanabe [Sun, 15 Sep 2019 21:07:38 +0000 (06:07 +0900)] 
network: drop IPv6LL address when LinkLocalAddressing=no|ipv4

C.f. disscussion in #13533.

Hopefully fixes #12886.

4 years agonetwork DHCP4: Dont mislead the logs.
Susant Sahani [Mon, 16 Sep 2019 18:46:39 +0000 (20:46 +0200)] 
network DHCP4: Dont mislead the logs.

The debug log making sense to the end user as an error.

4 years agotty-ask-pwd-agent: fix message forwarded to wall(1)
Franck Bui [Mon, 16 Sep 2019 20:03:43 +0000 (22:03 +0200)] 
tty-ask-pwd-agent: fix message forwarded to wall(1)

Commit a1c111c2d12429d2 wrongly replaced '!' with ':' when the message is
forwarded to wall(1).

Indeed in this case we are not requesting the user for providing a password but
instead we are simply displaying a message to suggest starting
tty-ask-password-agent for providing the password.

4 years agoUpdate m4 for selective utmp support.
Donald A. Cupp Jr [Thu, 5 Sep 2019 22:03:54 +0000 (15:03 -0700)] 
Update m4 for selective utmp support.
modified:   tmpfiles.d/systemd.conf.m4

4 years agohwdb: add Medion Akoya E2292 (#13498)
matthiasroos [Mon, 16 Sep 2019 19:10:15 +0000 (21:10 +0200)] 
hwdb: add Medion Akoya E2292 (#13498)

Fixes #13480.

4 years agopo: update Brazilian Portuguese translation
Rafael Fontenelle [Sun, 8 Sep 2019 22:08:14 +0000 (19:08 -0300)] 
po: update Brazilian Portuguese translation

4 years agocore: restore initialization of u->source_mtime
Franck Bui [Thu, 5 Sep 2019 14:53:50 +0000 (16:53 +0200)] 
core: restore initialization of u->source_mtime

During the rework of unit file loading, commit e8630e695232bdfc dropped the
initialization u->source_mtime. This had the bad side effect that generated
units always needed daemon reloading.

4 years agoMerge pull request #13551 from keszybz/ll-no-default-route
Zbigniew Jędrzejewski-Szmek [Mon, 16 Sep 2019 12:27:41 +0000 (14:27 +0200)] 
Merge pull request #13551 from keszybz/ll-no-default-route

Link local no default route

4 years agoMerge pull request #13354 from keszybz/two-refactoring-patches
Yu Watanabe [Mon, 16 Sep 2019 12:24:13 +0000 (21:24 +0900)] 
Merge pull request #13354 from keszybz/two-refactoring-patches

Two or more refactoring patches

4 years agobasic/conf-files: make conf_files_list() take just a single directory 13354/head
Zbigniew Jędrzejewski-Szmek [Mon, 19 Aug 2019 14:31:27 +0000 (16:31 +0200)] 
basic/conf-files: make conf_files_list() take just a single directory

This function had two users (apart from tests), and both only used one
argument. And it seems likely that if we need to pass more directories,
either the _nulstr() or the _strv() form would be used. Let's simplify
the code.

4 years agocore/mount-setup: use conf_files_list_strv() for relabel-extra.d/
Zbigniew Jędrzejewski-Szmek [Tue, 6 Aug 2019 18:22:23 +0000 (20:22 +0200)] 
core/mount-setup: use conf_files_list_strv() for relabel-extra.d/

4 years agoupdate-utmp: define main() through macro
Zbigniew Jędrzejewski-Szmek [Mon, 5 Aug 2019 13:53:28 +0000 (15:53 +0200)] 
update-utmp: define main() through macro

Update logging a bit: drop logging of the pid, nowadays pid1 and journald
do a very good job of logging that. Always log about failure to open audit
fd, but at DEBUG_LEVEL if not important.

4 years agologind: shorten code a bit 13567/head
Zbigniew Jędrzejewski-Szmek [Fri, 6 Sep 2019 07:38:33 +0000 (09:38 +0200)] 
logind: shorten code a bit

4 years agologind: use newer ret var naming style
Zbigniew Jędrzejewski-Szmek [Fri, 6 Sep 2019 07:18:33 +0000 (09:18 +0200)] 
logind: use newer ret var naming style

4 years agomount-setup: relabel items mentioned directly in relabel-extra.d
Benjamin Gilbert [Wed, 11 Sep 2019 03:23:59 +0000 (23:23 -0400)] 
mount-setup: relabel items mentioned directly in relabel-extra.d

relabel_extra() relabels the descendants of directories listed in
relabel-extra.d, but doesn't relabel the files or directories
explicitly named there.  This makes it impossible to use
relabel-extra.d to relabel the root of a filesystem.  Fix by
relabeling the named items too.

4 years agoCall getgroups() to know size of supplementary groups array to allocate
Renaud Métrich [Fri, 13 Sep 2019 09:18:18 +0000 (11:18 +0200)] 
Call getgroups() to know size of supplementary groups array to allocate

Resolves RHBZ #1743230 - journalctl dumps core when stack limit is reduced to 256 KB

4 years agondisc: make first solicit delayed randomly 13494/head
Yu Watanabe [Fri, 6 Sep 2019 18:36:19 +0000 (03:36 +0900)] 
ndisc: make first solicit delayed randomly

Closes #13460.

4 years agodhcp6: read OPTION_INFORMATION_REFRESH_TIME option
Yu Watanabe [Fri, 6 Sep 2019 18:29:46 +0000 (03:29 +0900)] 
dhcp6: read OPTION_INFORMATION_REFRESH_TIME option

Fixes #13460.

4 years agonetwork: add more debug messages 13551/head
Yu Watanabe [Thu, 29 Aug 2019 19:18:27 +0000 (04:18 +0900)] 
network: add more debug messages

4 years agonetwork: set scope and protocol for default route
Yu Watanabe [Thu, 29 Aug 2019 11:24:27 +0000 (20:24 +0900)] 
network: set scope and protocol for default route

4 years agonetwork: drop redundant and invalid destination address
Yu Watanabe [Wed, 28 Aug 2019 23:11:02 +0000 (08:11 +0900)] 
network: drop redundant and invalid destination address

When dst_prefixlen is not set, the value is not used.

4 years agonetwork: do not use implicit cast to boolean
Yu Watanabe [Wed, 28 Aug 2019 23:13:15 +0000 (08:13 +0900)] 
network: do not use implicit cast to boolean

4 years agonetwork: do not create default route for ipv4 link local addressing
Yu Watanabe [Wed, 28 Aug 2019 13:42:33 +0000 (22:42 +0900)] 
network: do not create default route for ipv4 link local addressing

When nspawn container with private network starts, networkd creates
the default route for the interface. The route may cause problem on
the host side, and it can be created with DefaultRouteOnDevice= now.
Hence, this makes networkd not create the route implicitly any more.

Closes #13418.

4 years agopo: update Polish translation
Piotr Drąg [Sat, 14 Sep 2019 10:44:57 +0000 (12:44 +0200)] 
po: update Polish translation

4 years agoMerge pull request #13405 from yuwata/network-ipv6-privacy-extensions-cleanup
Zbigniew Jędrzejewski-Szmek [Fri, 13 Sep 2019 16:03:29 +0000 (18:03 +0200)] 
Merge pull request #13405 from yuwata/network-ipv6-privacy-extensions-cleanup

Network ipv6 privacy extensions cleanup

4 years agoMerge pull request #13439 from yuwata/core-support-systemctl-clean-more
Zbigniew Jędrzejewski-Szmek [Fri, 13 Sep 2019 14:15:02 +0000 (16:15 +0200)] 
Merge pull request #13439 from yuwata/core-support-systemctl-clean-more

core: support systemctl clean more

4 years agoMerge pull request #13519 from yuwata/udev-fix-multi-match
Zbigniew Jędrzejewski-Szmek [Fri, 13 Sep 2019 13:27:55 +0000 (15:27 +0200)] 
Merge pull request #13519 from yuwata/udev-fix-multi-match

udev: fix multi match

4 years agoman: move TimeoutCleanSec= entry from .service to .exec
Yu Watanabe [Fri, 13 Sep 2019 08:12:59 +0000 (17:12 +0900)] 
man: move TimeoutCleanSec= entry from .service to .exec

Follow-up for 12213aed128456af33ff6131a14b637318227346.

Closes #13546.

4 years agozsh: udpate bootctl completions
Ronan Pigott [Thu, 12 Sep 2019 17:13:13 +0000 (10:13 -0700)] 
zsh: udpate bootctl completions

4 years agoresolved: fix abort when recv() returns 0
Zbigniew Jędrzejewski-Szmek [Thu, 12 Sep 2019 12:52:08 +0000 (14:52 +0200)] 
resolved: fix abort when recv() returns 0

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

4 years agoMerge pull request #13538 from keszybz/doc-tweaks
Yu Watanabe [Fri, 13 Sep 2019 04:31:20 +0000 (13:31 +0900)] 
Merge pull request #13538 from keszybz/doc-tweaks

Various minor tweaks that don't deserve seperate pull requests

4 years agohwdb: Also mark lis3lv02d sensors in "HP" laptops as being in the base
Bastien Nocera [Thu, 12 Sep 2019 17:02:35 +0000 (19:02 +0200)] 
hwdb: Also mark lis3lv02d sensors in "HP" laptops as being in the base

We matched "*Hewlett-Packard*" laptops but not "*HP*" laptops, which
caused a regression for the HP Elite Book 850 G3.

Fixes: 4247938ee13e23eae1afcecbe646de5283b7afc2
Closes: #13543
4 years agopolkit: change "revert settings" to "reset settings" 13538/head
Zbigniew Jędrzejewski-Szmek [Sun, 8 Sep 2019 14:13:15 +0000 (16:13 +0200)] 
polkit: change "revert settings" to "reset settings"

"reset" is more understandable. The verb is "revert", but it might actually be
better to have a description which uses different words instead of duplicating
the name of the command.

https://github.com/systemd/systemd/commit/379158684abd981cc760342aad61b1c813b71eb2#commitcomment-34992552

4 years agoMerge pull request #13500 from yuwata/udev-fix-static_node
Zbigniew Jędrzejewski-Szmek [Thu, 12 Sep 2019 15:36:34 +0000 (17:36 +0200)] 
Merge pull request #13500 from yuwata/udev-fix-static_node

udev: add missing flag for OPTIONS=static_node

4 years agofuzzit: export the API key instead of using `auth`
Evgeny Vereshchagin [Thu, 12 Sep 2019 10:34:26 +0000 (10:34 +0000)] 
fuzzit: export the API key instead of using `auth`

"We removed some cahing related code that auth used and caused problems"

4 years agoman: remove repeated words
Zbigniew Jędrzejewski-Szmek [Sat, 7 Sep 2019 13:16:35 +0000 (15:16 +0200)] 
man: remove repeated words

https://github.com/systemd/systemd/commit/b5328434c91b10ad49647e2352e62b1fbdce329d#commitcomment-34989175

4 years agoman: fix description of ARPIntervalSec= units
Zbigniew Jędrzejewski-Szmek [Thu, 12 Sep 2019 09:15:35 +0000 (11:15 +0200)] 
man: fix description of ARPIntervalSec= units

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