Lennart Poettering
59a2a18e27
missing.h: remove duplicate definition of 'struct ethtool_link_settings'
...
Fixes : #10966
2018-11-28 10:37:03 +01:00
Lennart Poettering
1f70196644
Merge pull request #10961 from poettering/busctl-monitor-json
...
busctl: support json mode also for 'busctl monitor'
2018-11-28 10:30:53 +01:00
Lennart Poettering
b4525804a1
core: USB function properties do not change dynamically, don't claim so
...
This reduces our PropertiesChanged signals a bit in size as we don't
keep out blasting properties that cannot change anyway all the time.
2018-11-28 10:29:51 +01:00
Zbigniew Jędrzejewski-Szmek
e33437844e
Merge pull request #10954 from poettering/install-all-fixo
...
correct of enabling logic for template units without DefaultInstall=
2018-11-28 10:28:05 +01:00
Lennart Poettering
e4086ae0b3
install: when enabling a template unit without DefaultInstance= nor specified instance don't do anything
...
Previously, we'd link the unit file into /etc in this case, but that
should only be done if the unit file is not in the search path anyway,
and this is already done implicitly anyway for all enabled unit files,
hence no reason to duplicate this here.
Fixes : #10253
2018-11-28 08:43:47 +01:00
Lennart Poettering
d23aeead14
install: use structured initializers
2018-11-28 08:43:47 +01:00
Lennart Poettering
ac9bbabbc5
systemctl: separate out paragraphs in long message with empty line
2018-11-28 08:43:47 +01:00
Lennart Poettering
18c93ee3ed
systemctl: bullet lists FTW!
...
There's no reason to number these items, let's make this a bit nicer by
using proper bullets.
2018-11-28 08:43:47 +01:00
Lennart Poettering
46efc9780d
systemctl: downgrade log message to LOG_NOTICE
...
This log message is not problematic at all, it is merely explanatory,
hence LOG_WARN is too high for this.
2018-11-28 08:43:47 +01:00
Lennart Poettering
1b9706b1cb
systemctl: suffix unit file settings with = in our output
...
We do this in our man pages and log messages, and hence also in this
explanatory text.
2018-11-28 08:43:47 +01:00
Lennart Poettering
4101c1accb
locale-util: add unicode bullet to special glyphs
2018-11-28 08:43:47 +01:00
Lennart Poettering
3919bc24aa
busctl: use new JSON_BUILD_PAIR_CONDITIONAL() for minimizing bus message JSON transformations
...
Let's not generate object fields that aren't defined for a message.
2018-11-28 08:38:55 +01:00
Lennart Poettering
319a4f27c4
json: teach json builder "conditional" object fields
...
Quite often when we generate objects some fields should only be
generated in some conditions. Let's add high-level support for that.
Matching the existing JSON_BUILD_PAIR() this adds
JSON_BUILD_PAIR_CONDITIONAL() which is very similar, but takes an
additional parameter: a boolean condition. If "true" this acts like
JSON_BUILD_PAIR(), but if false then the whole pair is suppressed.
This sounds simply, but requires a tiny bit of complexity: when complex
sub-variants are used in fields, then we also need to suppress them.
2018-11-28 08:38:55 +01:00
Lennart Poettering
2de6225314
busctl: support json mode also for 'busctl monitor'
2018-11-28 08:38:55 +01:00
Yu Watanabe
66e3834010
Merge pull request #10967 from evverx/check-directives
...
travis: make sure that *.perf and directives.* files are in sync
2018-11-28 14:02:42 +09:00
Evgeny Vereshchagin
5260482d4c
tests: update test/fuzz/fuzz-netdev-parser/directives.netdev
...
This is a follow-up to 2266864b04
.
2018-11-28 05:19:12 +01:00
Evgeny Vereshchagin
a2ab58da1a
travis: make sure that *.perf and directives.* files are in sync
...
New features are constantly added to networkd. Apparently, not everybody
knows that the "directives" files should be updated too to make
the fuzzers aware of them.
2018-11-28 05:12:58 +01:00
Lennart Poettering
cb3108669d
tree-wide: more IOVEC_MAKE() conversions
2018-11-28 13:08:19 +09:00
Lennart Poettering
324ca05459
test: make TEST-27 non-racy
...
Not sure how I missed this, but we of course need to wait for the
"systemd-run" commands to finish before we can check the output files
this generated.
2018-11-28 13:05:54 +09:00
Yu Watanabe
466a2bee94
Merge pull request #10952 from evverx/keep-fuzz-udev-rules-going
...
tests: make fuzz-udev-rules work also in the environment created by run_minijail
2018-11-28 11:33:27 +09:00
Evgeny Vereshchagin
95ccf1aa5f
tests: suppress "unwanted log lines" in several fuzzers
...
According to https://oss-fuzz.com/fuzzer-stats/by-fuzzer/fuzzer/libFuzzer/job/libfuzzer_asan_systemd ,
fuzz-network-parser, fuzz-netdev-parser and fuzz-journal-remote produce
a lot of unwanted log lines. Let's set the maximum log level to LOG_CRIT
as we do in the other fuzzers.
2018-11-28 10:10:09 +09:00
Evgeny Vereshchagin
fa6e5861f7
tests: make fuzz-udev-rules work also in the environment created by run_minijail
...
This should close https://oss-fuzz.com/testcase?key=5642013043589120 .
See also https://github.com/google/oss-fuzz/issues/1983 .
2018-11-28 01:34:38 +01:00
Lennart Poettering
e849ae9524
Merge pull request #10951 from thom311/network-dhcp-route-option
...
add accessor for sd_dhcp_route's "option"
2018-11-27 22:37:22 +01:00
Zbigniew Jędrzejewski-Szmek
94f760ec9d
man,factory: update factory config for nsswitch.conf to match the man pages
...
Also add a note in the man pages to remind people to adjust the factory config
and other man pages at the same time.
2018-11-27 22:35:02 +01:00
Lennart Poettering
9df4603e52
Merge pull request #10955 from keszybz/rc-local-more-info
...
Provide more information in rc-local-generator
2018-11-27 17:12:57 +01:00
Zbigniew Jędrzejewski-Szmek
19069ed853
rc-local-generator: provide more debugging information
...
C.f. https://bugzilla.redhat.com/show_bug.cgi?id=1516188 .
2018-11-27 15:24:07 +01:00
Zbigniew Jędrzejewski-Szmek
1332ecb8ad
rc-local-generator: use macro to define main()
2018-11-27 15:23:35 +01:00
Lennart Poettering
4917894417
Merge pull request #10944 from poettering/redirect-file-fix
...
StandardOutput=file: fixes
2018-11-27 13:18:26 +01:00
Zbigniew Jędrzejewski-Szmek
6fa158f55c
Merge pull request #10902 from poettering/highlight-status
...
Highlight status
2018-11-27 12:53:43 +01:00
Evgeny Vereshchagin
8e96f161af
tests: keep going even if setup_mount_namespace has failed
...
This should address https://github.com/google/oss-fuzz/issues/1983 .
2018-11-27 12:47:06 +01:00
Thomas Haller
3476951cbb
network: use sd_dhcp_route_get_option() accessor in link_set_dhcp_routes()
2018-11-27 12:20:51 +01:00
Thomas Haller
cf6f5bb558
network: add sd_dhcp_route_get_option() accessor
...
Since sd_dhcp_lease_get_routes() returns the list of all routes,
the caller may need to differenciate whether the route was option
33 (static-routes) or 121 (classless-static-route).
Add an accessor for the internal field.
2018-11-27 12:20:19 +01:00
Lennart Poettering
de38f06f52
Merge pull request #10813 from poettering/cgroup-exec-start-pre
...
make sure ExecStartPre= and Delegate=yes mix well
2018-11-27 10:29:17 +01:00
Lennart Poettering
5cfa2c3dc0
tree-wide: use IOVEC_MAKE() at many places
2018-11-27 10:12:27 +01:00
Lennart Poettering
196b0a11f3
test: add a test for StandardError=file:…
...
This deserves a test of its, given how broken on so many levels this
previously was.
2018-11-27 10:06:51 +01:00
Lennart Poettering
41fc585a7a
core: be more careful when inheriting stdout fds to stderr
...
We need to compare the fd name/file name if we inherit an fd from stdout
to stderr. Let's do that.
Fixes : #10875
2018-11-27 10:06:51 +01:00
Lennart Poettering
8d33232ef1
bus-unit-util: properly accept StandardOutput=append:… settings
2018-11-27 10:06:51 +01:00
Lennart Poettering
1704fba92f
dbus-execute: generate the correct transient unit setting
2018-11-27 10:06:50 +01:00
Lennart Poettering
dbe6c4b657
dbus-execute: fix indentation
2018-11-27 10:06:50 +01:00
Lennart Poettering
922ce049d1
core: drop references to 'StandardOutputFileToCreate'
...
This property never existed, let's drop any reference to it.
2018-11-27 10:06:50 +01:00
Zbigniew Jędrzejewski-Szmek
eaf6369769
Merge pull request #10949 from yuwata/man-improve-unset
...
man: slightly update man pages of network related units
2018-11-27 10:04:20 +01:00
Yu Watanabe
9b6ffef372
man: update explanation for boolean options
2018-11-27 15:07:58 +09:00
Yu Watanabe
025314d97d
man: improve the explanation of "Defaults to unset"
2018-11-27 14:40:25 +09:00
Lennart Poettering
79411bbcce
test: add test for setting service manager environment variables
...
This is a follow-up for #10594 . I somehow forgot to commit this when I
worked on that.
2018-11-27 14:25:17 +09:00
Yu Watanabe
2fb14a12cf
Merge pull request #10947 from poettering/sd-radv-fixes
...
sd-radv fixes
2018-11-27 14:24:43 +09:00
Lennart Poettering
30acbadc6a
journald: don't try to rotate user journals in /var/log/journal/ if we are still in log-to-runtime-journal mode
...
Fixes : #10879
2018-11-27 11:09:15 +09:00
Susant Sahani
2266864b04
networkd: Add support for ERSPAN tunnel
...
Please see: https://patchwork.ozlabs.org/patch/800327/
```
[NetDev]
Name=erspan-test
Kind=erspan
[Tunnel]
Independent=true
ERSPANIndex=123
Local = 172.16.1.200
Remote = 172.16.1.100
Key=101
SerializeTunneledPackets=true
```
2018-11-27 11:04:42 +09:00
Claudius Ellsel
5c6b51ff79
First restructuration of Logitech mice in 70-mouse.hwdb
...
Untested, just carefully copy and pasted under the created sections. First approach to #10941
2018-11-27 11:02:21 +09:00
Lennart Poettering
d2c8eed219
sd-radv: use struct initializers
2018-11-26 22:31:15 +01:00
Lennart Poettering
a3a98776ff
sd-radv: per our CODING_STYLE don't use 'bool' in public headers
2018-11-26 22:31:15 +01:00