Zbigniew Jędrzejewski-Szmek
99cde098f8
bus: drop dead code for kdbus support
...
sd_bus_try_close() always returns -EOPNOTSUPP if bus is a valid object.
It nevers returns -EBUSY. So we'd always go into the "fallback" path.
2020-03-18 19:57:44 +01:00
Zbigniew Jędrzejewski-Szmek
9783b59bf6
man: describe sd_bus_default_flush_close()
2020-03-18 19:57:43 +01:00
Zbigniew Jędrzejewski-Szmek
3f549982a5
man: add sd_bus_set_address(3)
2020-03-18 19:57:43 +01:00
Zbigniew Jędrzejewski-Szmek
d3d5ff4bc2
sd-bus: make bus_set_address_user always go through sd_bus_set_address
...
This way all the checks are done, and we don't leak a pointer if
bus_set_address_user() is called twice.
2020-03-18 19:57:43 +01:00
Zbigniew Jędrzejewski-Szmek
27622235c4
man: add sd_bus_start(3)
2020-03-18 19:57:43 +01:00
Daan De Meyer
953ee402cb
sd-bus: sd_bus_call/sd_bus_call_async_docs + cleanups.
2020-03-18 10:45:14 +01:00
Yu Watanabe
b48772f6cb
Merge pull request #15143 from ssahani/networkctl-tunnel-geneve
...
networkctl: Add support to display geneve tunnel info
2020-03-18 18:33:38 +09:00
Susant Sahani
5712d689b9
networkctl: Add support to display vti and vti6 tunnels
2020-03-18 05:21:41 +01:00
Susant Sahani
ad760bc1e7
networkctl: add support to display ip6gre, ip6gretap, ip6erspan
2020-03-18 04:27:09 +01:00
Joerg Behrmann
1f667d8a7c
docs: Add syntax for templated units to systemd.preset man page
...
This documents the syntax
enable template@.service foo bar baz
that was introduced in #9901 to preset templated units.
2020-03-17 17:12:06 +01:00
Zbigniew Jędrzejewski-Szmek
34bc838f15
Merge pull request #15136 from yuwata/network-dhcp4-use-gateway
...
network: add a flag to ignore gateway provided by DHCP server
2020-03-17 16:51:18 +01:00
Zbigniew Jędrzejewski-Szmek
52d247154b
Merge pull request #15108 from keszybz/systemctl-set-default-notices
...
Make systemctl set-default hint about some common issues
2020-03-17 16:39:45 +01:00
Susant Sahani
4d75ea1ea3
networkctl: Add support to display gre gretap and erspan
2020-03-17 14:31:54 +01:00
Susant Sahani
4e1a1991c6
networkctl: Add support to display geneve tunnel info
2020-03-17 12:47:51 +01:00
duguxy
24a3c4299f
hwdb: add support for Lenovo Legion Y9000X2020 ( #15127 )
2020-03-17 12:24:00 +01:00
Piotr Drąg
0208c4bb3c
po: update Polish translation
2020-03-17 12:21:04 +01:00
Alexander Malafeev
1f5d1de269
Fix volume control keys on Lenovo Yoga S940
...
With the default config repeated press of fn+VolumeUp or fn+VolumeDown lead to
repeated presses even after release, which leads to volume going to 100% or 0%.
2020-03-17 12:16:13 +01:00
Zbigniew Jędrzejewski-Szmek
12877da215
systemctl: print a notice when set-default is not effective
...
$ sudo ln -svf multi-user.target /run/systemd/generator.early/default.target
'/run/systemd/generator.early/default.target' -> 'multi-user.target'
$ sudo build/systemctl set-default --root=/ sysinit.target
Removed /etc/systemd/system/default.target.
Created symlink /etc/systemd/system/default.target → /usr/lib/systemd/system/sysinit.target.
Note: "multi-user.target" is the default unit (possibly a runtime override).
The output is not super informative, but it should be enough to point the user in
the right direction.
Fixes #3645 .
2020-03-17 12:11:09 +01:00
Susant Sahani
dca352245b
networkctl: Add support to show tunnel (ipip/sit) local and remote address
2020-03-17 19:45:41 +09:00
Daan De Meyer
9735c644be
sd-bus: Add sd_bus_method_call/sd_bus_method_call_async docs + cleanups.
2020-03-17 17:12:58 +09:00
Anita Zhang
a4f4a4e441
Merge pull request #15138 from ssahani/networkctl-vlan
...
networkctl: Add support to display vlan ID
2020-03-16 12:56:07 -07:00
Anita Zhang
272e6b8c62
Merge pull request #15139 from DaanDeMeyer/sd-bus-remove-unused-cite
...
sd-bus: Remove unused man cite of `sd_bus_slot_new_signal`.
2020-03-16 12:50:26 -07:00
Daan De Meyer
aff618c769
sd-bus: Remove unused man cite of sd_bus_slot_new_signal
.
2020-03-16 19:52:40 +01:00
Yu Watanabe
08c588d18b
network: do not re-attach sd-event object
...
Fixes #15126 .
2020-03-17 00:32:55 +09:00
Yu Watanabe
74f0fb9095
network: can: add support for listen-only mode
...
Closes #15129 .
2020-03-17 00:32:35 +09:00
Susant Sahani
6cfef1b308
networkctl: Add support to display master device
2020-03-17 00:32:14 +09:00
Susant Sahani
2b2a1ae6fb
networkctl: Add support to display vlan ID
2020-03-16 15:33:16 +01:00
Yu Watanabe
0d7bd445d2
test-network: add a test case for DHCPv4.UseGateway=no
2020-03-16 19:34:47 +09:00
Yu Watanabe
b453122789
network: add a flag to ignore gateway provided by DHCP server
...
Closes #15117 .
2020-03-16 19:34:43 +09:00
Haochen Tong
f12d19b304
home: fix segfault when parsing arguments in PAM module
2020-03-16 16:20:11 +09:00
Mike Kazantsev
0e4daba173
NEWS: fix use of tabs instead of spaces for one item
2020-03-16 12:33:43 +09:00
Daan De Meyer
aaf6c75061
sd-bus: Add sd_bus_set_fd documentation along with some cleanups.
2020-03-16 12:31:27 +09:00
Frantisek Sumsal
197298ff9f
test: wait a bit after starting the test service
...
otherwise we might end up being faster than the unit itself, causing
unexpected fails, like:
```
testsuite.sh[297]: + systemctl start issue_14566_test
testsuite.sh[297]: + systemctl status issue_14566_test
testsuite.sh[304]: ● issue_14566_test.service - Issue 14566 Repro
testsuite.sh[304]: Loaded: loaded (/etc/systemd/system/issue_14566_test.service; static; vendor preset: enabled)
testsuite.sh[304]: Active: active (running) since Sat 2020-03-14 02:02:23 UTC; 417ms ago
testsuite.sh[304]: Main PID: 301 ((repro.sh))
testsuite.sh[304]: Tasks: 1 (limit: 535)
testsuite.sh[304]: Memory: 180.0K
testsuite.sh[304]: CPU: 122ms
testsuite.sh[304]: CGroup: /system.slice/issue_14566_test.service
testsuite.sh[304]: └─301 [(repro.sh)]
testsuite.sh[307]: ++ cat /leakedtestpid
testsuite.sh[307]: cat: /leakedtestpid: No such file or directory
testsuite.sh[297]: + leaked_pid=
```
2020-03-16 12:28:14 +09:00
Yu Watanabe
9790ca75fc
Merge pull request #15104 from ssahani/networkctl-qdisc
...
networkctl: Add support to display qdisc
2020-03-16 12:14:00 +09:00
Zbigniew Jędrzejewski-Szmek
5e59431c53
systemctl: emit notice about some kernel commandline options
...
Things can be pretty confusing when there's a commandline option overrding the
configured default... Let's be nice to the user and emit a warning.
2020-03-13 17:52:19 +01:00
Zbigniew Jędrzejewski-Szmek
cd57038a30
core: consistently emit oom warning when parsing args
...
In practice we are very unlikely to fail at this point, but for
consistency, we should always warn when allocation fails, and
we have free_and_strdup_warn() for this.
2020-03-13 15:54:27 +01:00
Susant Sahani
e810df37e4
networkctl: Add support to display qdisc
...
./networkctl status ens38 ─╯
● 4: ens38
Link File: /usr/lib/systemd/network/99-default.link
Network File: /usr/lib/systemd/network/10-ens38.network
Type: ether
State: routable (configured)
Alternative Names: enp2s6
Path: pci-0000:02:06.0
Driver: e1000
Vendor: Intel Corporation
Model: 82545EM Gigabit Ethernet Controller (Copper) (PRO/1000 MT Single Port Adapter)
HW Address: 00:0c:29:d2:42:7c (VMware, Inc.)
MTU: 1500 (min: 46, max: 16110)
QDisc: fq_codel <============================
Queue Length (Tx/Rx): 1/1
Auto negotiation: yes
Speed: 1Gbps
Duplex: full
Port: tp
Address: 192.168.5.123
fe80::20c:29ff:fed2:427c
2020-03-13 10:55:31 +01:00
Susant Sahani
8394952777
sd-netlink: Add IFLA_QDISC
2020-03-13 10:54:02 +01:00
Georg Müller
8d0726fcd7
fix journalctl regression ( #15099 )
...
This regression was introduced in #14913 .
The current_file variable can be NULL, as, for example, with the
following commands:
* journalctl --list-boots
* journalctl -b -1 --no-pager
Since current_file is only checked for pointer equality with f, removing
the assertion is safe here.
2020-03-13 12:31:01 +09:00
Anita Zhang
557b9716f6
Merge pull request #15097 from keszybz/job-logging-and-news-update
...
Job logging and news update
2020-03-12 13:01:00 -07:00
Christian Hesse
ddee0e815e
shared/ask-password-api: do not show hint on echo
...
Giving --echo to systemd-ask-password allows to echo the user input instead
of masking it. This is useful when querying for usernames or similar.
Showing "(press TAB for no echo)" does not make sense there, so do not.
Note that pressing TAB or ESC still disables echo.
2020-03-12 17:55:23 +01:00
nabijaczleweli
567a530760
fstab-generator: handle systemd.swap= command-line argument
...
Don't generate swap units if set to false
The inverse of this argument is present as "noswap" on Debian sysvinit
Ref:
4422988cb4/debian/vars.sh (L34)
4422988cb4/debian/src/initscripts/etc/init.d/mountall.sh (L78)
Fixes https://github.com/systemd/systemd/issues/6686
2020-03-12 17:52:43 +01:00
Zbigniew Jędrzejewski-Szmek
2ca17c7801
NEWS: add late note about job trimming issue
...
Closes #15091 .
2020-03-12 15:26:47 +01:00
Zbigniew Jędrzejewski-Szmek
c86c31d9ca
core: log an info line about the default target
...
If the default target is not specified on the kernel command line, it
may not be obvious what we are booting into. See for example
https://github.com/systemd/systemd/issues/15062#issuecomment-597577464 .
2020-03-12 15:09:22 +01:00
Yu Watanabe
392a2d5148
Merge pull request #15095 from yuwata/tc-tiny-fixes
...
network, man: tiny trivial cleanups
2020-03-12 21:17:10 +09:00
Yu Watanabe
1f58feec73
linux: update headers from v5.6
2020-03-12 19:55:10 +09:00
Yu Watanabe
f344a492d1
man: use include directive for Parent= or friends
2020-03-12 18:33:15 +09:00
Yu Watanabe
ff60129bc4
network: rename type name to ProportionalIntegralControllerEnhanced
2020-03-12 18:18:18 +09:00
Topi Miettinen
c3151977d7
namespace: fix MAC labels of /dev when PrivateDevices=yes
...
Without changing the SELinux label for private /dev of a service, it will take
a generic file system label:
system_u:object_r:tmpfs_t:s0
After this change it is the same as without `PrivateDevices=yes`:
system_u:object_r:device_t:s0
This helps writing SELinux policies, as the same rules for `/dev` will apply
despite any `PrivateDevices=yes` setting.
2020-03-12 08:23:27 +00:00
Yu Watanabe
7bda173f6a
Merge pull request #15084 from yuwata/network-tc-next
...
network: tc-next take2
2020-03-12 17:17:26 +09:00