summaryrefslogtreecommitdiffstats
path: root/test/loopy4.service (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-03-18networkctl: Add support to display bondSusant Sahani1-1/+40
2020-03-18sd-bus: sd_bus_call/sd_bus_call_async_docs + cleanups.Daan De Meyer6-9/+200
2020-03-18networkctl: Add support to display vti and vti6 tunnelsSusant Sahani1-2/+8
2020-03-18networkctl: add support to display ip6gre, ip6gretap, ip6erspanSusant Sahani1-1/+21
2020-03-17docs: Add syntax for templated units to systemd.preset man pageJoerg Behrmann1-1/+15
This documents the syntax enable template@.service foo bar baz that was introduced in #9901 to preset templated units.
2020-03-17networkctl: Add support to display gre gretap and erspanSusant Sahani1-2/+4
2020-03-17networkctl: Add support to display geneve tunnel infoSusant Sahani1-0/+67
2020-03-17hwdb: add support for Lenovo Legion Y9000X2020 (#15127)duguxy1-0/+7
2020-03-17po: update Polish translationPiotr Drąg1-7/+16
2020-03-17Fix volume control keys on Lenovo Yoga S940Alexander Malafeev1-0/+9
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-17systemctl: print a notice when set-default is not effectiveZbigniew Jędrzejewski-Szmek1-10/+30
$ 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-17networkctl: Add support to show tunnel (ipip/sit) local and remote addressSusant Sahani1-0/+27
2020-03-17sd-bus: Add sd_bus_method_call/sd_bus_method_call_async docs + cleanups.Daan De Meyer5-8/+129
2020-03-16sd-bus: Remove unused man cite of `sd_bus_slot_new_signal`.Daan De Meyer1-1/+0
2020-03-16network: do not re-attach sd-event objectYu Watanabe2-8/+8
Fixes #15126.
2020-03-16network: can: add support for listen-only modeYu Watanabe5-5/+24
Closes #15129.
2020-03-16networkctl: Add support to display master deviceSusant Sahani1-0/+12
2020-03-16networkctl: Add support to display vlan IDSusant Sahani1-1/+12
2020-03-16test-network: add a test case for DHCPv4.UseGateway=noYu Watanabe2-0/+23
2020-03-16network: add a flag to ignore gateway provided by DHCP serverYu Watanabe6-2/+15
Closes #15117.
2020-03-16core: add support for setting CPUAffinity= to special "numa" valueMichal Sekletár9-13/+125
systemd will automatically derive CPU affinity mask from NUMA node mask. Fixes #13248
2020-03-16shared: split out NUMA code from cpu-set-util.c to numa-util.cMichal Sekletár8-114/+173
2020-03-16home: fix segfault when parsing arguments in PAM moduleHaochen Tong1-1/+1
2020-03-16NEWS: fix use of tabs instead of spaces for one itemMike Kazantsev1-2/+2
2020-03-16sd-bus: Add sd_bus_set_fd documentation along with some cleanups.Daan De Meyer1-9/+37
2020-03-16test: wait a bit after starting the test serviceFrantisek Sumsal1-0/+1
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-13systemctl: emit notice about some kernel commandline optionsZbigniew Jędrzejewski-Szmek1-1/+39
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-13core: consistently emit oom warning when parsing argsZbigniew Jędrzejewski-Szmek1-11/+6
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-13networkctl: Add support to display qdiscSusant Sahani1-1/+19
./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-13sd-netlink: Add IFLA_QDISCSusant Sahani1-3/+1
2020-03-13fix journalctl regression (#15099)Georg Müller1-1/+0
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-12shared/ask-password-api: do not show hint on echoChristian Hesse1-1/+1
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-12fstab-generator: handle systemd.swap= command-line argumentnabijaczleweli2-0/+23
Don't generate swap units if set to false The inverse of this argument is present as "noswap" on Debian sysvinit Ref: https://salsa.debian.org/debian/sysvinit/blob/4422988cb41c3022eee7444378cac3b2e36eac28/debian/vars.sh#L34 https://salsa.debian.org/debian/sysvinit/blob/4422988cb41c3022eee7444378cac3b2e36eac28/debian/src/initscripts/etc/init.d/mountall.sh#L78 Fixes https://github.com/systemd/systemd/issues/6686
2020-03-12NEWS: add late note about job trimming issueZbigniew Jędrzejewski-Szmek1-0/+14
Closes #15091.
2020-03-12core: log an info line about the default targetZbigniew Jędrzejewski-Szmek1-1/+4
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-12linux: update headers from v5.6Yu Watanabe9-0/+226
2020-03-12man: use include directive for Parent= or friendsYu Watanabe2-326/+88
2020-03-12network: rename type name to ProportionalIntegralControllerEnhancedYu Watanabe2-6/+6
2020-03-12namespace: fix MAC labels of /dev when PrivateDevices=yesTopi Miettinen7-12/+28
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-12test-network: add a test case for HHFYu Watanabe2-0/+35
2020-03-12network: TC - introduce HHFSusant Sahani9-0/+157
Please see https://lwn.net/Articles/577208/
2020-03-12sd-netlink: add HHF netlink propertySusant Sahani2-0/+8
2020-03-12test-network: add a test case for PFIFOFastYu Watanabe2-0/+14
2020-03-12network: TC - introduce pfifo_fastSusant Sahani8-0/+36
pfifo_fast - three-band first in, first out queue Please see https://linux.die.net/man/8/tc-pfifo_fast
2020-03-12test-network: add a test case for PFIFOHeadDropYu Watanabe2-0/+16
2020-03-12network: TC - introduce pfifo_head_dropSusant Sahani8-3/+59
This adds the required changes to gain access to the head drop classfull queuing discipline named pfifo_head_drop.
2020-03-12test-network: add a test case for BFIFOYu Watanabe2-0/+16
2020-03-12network: TC - introduce BFIFOSusant Sahani8-4/+126
bfifo - Byte limited First In, First Out queue
2020-03-12test-network: add a test case for DRRYu Watanabe2-0/+29
2020-03-12network: tc: introduce DRR classYu Watanabe8-0/+154