summaryrefslogtreecommitdiffstats
path: root/po/sk.po (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-06-16hwdb: Mask rfkill event from intel-hid on HP platformsKai-Heng Feng1-0/+3
HP spec mandates the hp-wireless driver as canonical source of rfkill event, so mask the rfkill event from intel-hid to avoid double rfkill events fired from a single hotkey press.
2020-06-15sd-boot: Work around malformed CR key codePaul Cercueil1-0/+4
When a key is pressed, the EFI firmware gives us a 64-bit word that contains the modifier key code in the upper 32 bits, the scan code in the middle 16 bits, and a unicode character in the low 16 bits. Some bogus EFI firmwares will put the unicode character in the scan code area, for instance on the EZpad mini 4s tablet. Others will even put the unicode character in both the scan code and unicode areas. This is the case for instance on the Teclast X98+ II tablet. Add workarounds for these corner cases, only for the carriage return key right now. Some more workarounds may be needed, e.g. for volume keys, but I cannot test it. Partially fixes #8466. Signed-off-by: Paul Cercueil <paul@crapouillou.net>
2020-06-15hwdb: Add accel orientation quirk for Odys Fusion Win 12 2in1AndreRH1-0/+6
2020-06-14man: mention systemd-user-runtime-dir in user@.service tooZbigniew Jędrzejewski-Szmek2-13/+19
_riotingpacifist was complaining on reddit [1] that systemd-user-runtime-dir is not documented anywhere. So let's add the binary name as page alias. [1] https://www.reddit.com/r/linux/comments/h086fd/why_linuxs_systemd_is_still_divisive_after_all/ftllr66/ This page should be in section 8, like all .service descriptions. Also extend the text a bit to make it clearer that systemd --user is the same executable but running in a different mode (which might be certainly a bit confusing to users.)
2020-06-14efi: Skip parsing SystemdOptions if there's an error getting it.Filipe Brandenburger1-7/+9
The original logic was logging an "ignored" debug message, but it was still going ahead and calling proc_cmdline_parse_given() on the NULL line. Fix that to skip that explicitly when the EFI variable wasn't really read.
2020-06-14networkd: Add missing match_wlan_iftype check to network_verifyDaan De Meyer1-1/+2
2020-06-14man: Document the crypttab keyfile syntax specifying a deviceVladimir Panteleev1-7/+9
Feature introduced in 50d2eba27b9bfc77ef6b40e5721713846815418b. Also documented as part of the kernel parameter syntax in systemd-cryptsetup-generator(8), but should also be documented here as part of the overall file syntax.
2020-06-14Improve message for scheduled shutdown or rebootTomáš Pospíšek1-1/+7
Depending on if the system has been scheduled for shutdown or for reboot pring the corresponding message (and not only "Shutdown"). Prtinting the "wrong" message when rebooting will mislead and panic people. I get these messages via cron from remote servers and it would be bad if those systems actually *did* shut down, as the email from cron is telling me. Those messages cause an adrenalin spike in our team, which wouldn't happen, if the message was "correct" Fixes #16129.
2020-06-13man: really fix conditional in homed.confZbigniew Jędrzejewski-Szmek1-1/+1
Followup for f978844eb62e1c47431b388ab90aafdd29f624ec.
2020-06-13man: drop obsolete HAVE_PYTHON conditionalZbigniew Jędrzejewski-Szmek2-2/+2
It stopped making sense when automake support was dropped and python started being required to perform a build. Follow-up for 72cdb3e783174dcf9223a49f03e3b0e2ca95ddb8.
2020-06-13update-man-rules: properly filter out directives index againZbigniew Jędrzejewski-Szmek1-7/+7
When directives-template.xml was created in 282230882cd0fc49b5377349f2aee22a1c9dd159, this generator started picking it up. Let's filter it out properly again, and also simply the filter while at it.
2020-06-13resolved: Log the feature level we're downgrading from as wellDaan De Meyer1-2/+2
2020-06-13efi: Cache contents of EFI variable SystemdOptionsFilipe Brandenburger3-20/+59
Cache it early in startup of the system manager, right after `/run/systemd` is created, so that further access to it can be done without accessing the EFI filesystem at all.
2020-06-13test: in test_bridge_configure_without_carrier, ignore setup_stateDan Streetman1-2/+2
This test is failing becuase the setup state isn't reaching 'configured' for unknown reasons; ignore the setup state for now to prevent failures of CI until the reason can be investigated.
2020-06-12resolved: Don't complain too much when downgrading from EDNSDaan De Meyer1-3/+8
2020-06-12login: filenames in /run/systemd/users are uidsJan Palus1-1/+10
Fixes: #16146
2020-06-12cifuzz: build fuzz target with UBsan and MSan as wellEvgeny Vereshchagin1-3/+9
2020-06-11turn off fuzzit part 2Evgeny Vereshchagin3-79/+1
it's just a follow-up to https://github.com/systemd/systemd/pull/16064
2020-06-11ci: tweak the dependency installationFrantisek Sumsal1-7/+10
2020-06-11ci: tweak the compilation optionsFrantisek Sumsal1-3/+3
Build each build with tests (slow tests and fuzzer tests as well), and combine the LTO build with -O3.
2020-06-11ci: move the build check script to workflows directoryFrantisek Sumsal2-3/+2
2020-06-11ci: do the compiler-detection magic in the test scriptFrantisek Sumsal2-34/+40
so we have all PPA definitions at one place.
2020-06-11ci: add homed/zstd dependenciesFrantisek Sumsal1-1/+10
Also, sort the whole list when we're at it.
2020-06-11github: move the clang/gcc build check to GH ActionsFrantisek Sumsal3-42/+128
Travis CI is getting overloaded, so let's move some load over to GitHub Actions.
2020-06-11sleep: pass error we see to log functionLennart Poettering1-2/+5
2020-06-11sleep-config: modernize destructorsLennart Poettering2-4/+4
All other destructors in the same .c file return NULL, let's make sure the one where this so far wasn't done does it too.
2020-06-11sleep-config: downgrade log level in can_s2h()Lennart Poettering1-2/+1
As in the previous commit: can_sleep() is more a library-style function, hence log at debug level only.
2020-06-11sleep: clean up debug/error loggingLennart Poettering2-19/+19
half of find_hibernation_location() logged at debug level, the other half logged at error level, and the third half didn't log at all. Let's clean this up somewhat. Since can_sleep() is probably more a library-style function let's downgrade everything to LOG_DEBUG and then make sure sleep.c logs at error level, as the main program.
2020-06-11sleep-config: return correct error codeLennart Poettering1-4/+5
2020-06-11sleep-config: add more debug loggingLennart Poettering1-2/+6
2020-06-11github: rename CIFuzz workflow file to cifuzz.ymlFrantisek Sumsal1-0/+0
2020-06-11travis: bump Ubuntu release to BionicFrantisek Sumsal1-1/+1
2020-06-11journal: drop the assert-only variable completelyFrantisek Sumsal1-6/+2
Followup to dfa64b64a7e2b9bffea260953b30e6236047fffb.
2020-06-11travis: replace set (+|-)e with travis_terminateFrantisek Sumsal1-13/+4
It looks nicer and works around https://travis-ci.community/t/exit-0-cannot-exit-successfully-on-arm/5731/
2020-06-10tree-wide: port to fd_wait_for_event()Lennart Poettering11-163/+63
Prompted by the discussion on #16110, let's migrate more code to fd_wait_for_event(). This only leaves 7 places where we call into poll()/poll() directly in our entire codebase. (one of which is fd_wait_for_event() itself)
2020-06-10networkctl: Display DHCP6 DUIDSusant Sahani1-2/+12
2020-06-10sd-network: Introduce APIs to get DHCP6 DUIDSusant Sahani2-0/+7
2020-06-10network: DHCP6 - save DUID to state fileSusant Sahani1-4/+12
2020-06-10network: DHCP6 - introduce DHCP6 DUID to stringSusant Sahani2-0/+46
2020-06-10update TODOLennart Poettering1-0/+3
2020-06-10test: make TEST-02-CRYPTSETUP a bit more robustFrantisek Sumsal3-1/+6
Prompted by systemd/systemd#16111. * check if /var is a mountpoint - if not, something went wrong. In case of systemd/systemd#16111 the /failed file was created, because systemd-cryptsetup failed, but it ended up being empty, making the result check incorrectly pass * forward journal messages to console - if we fail to mount /var, journald won't flush logs to the persistent storage and we end up empty handed and with no clue what went wrong For example, without systemd/systemd#16111 and with this patch: ... [FAILED] Failed to start systemd-cryptsetup@varcrypt.service. See 'systemctl status systemd-cryptsetup@varcrypt.service' for details. [DEPEND] Dependency failed for cryptsetup.target. ... [ 3.882451] systemd-cryptsetup[581]: Key file /etc/varkey is world-readable. This is not a good idea! [ 3.883946] systemd-cryptsetup[581]: WARNING: Locking directory /run/cryptsetup is missing! [ 3.884846] systemd-cryptsetup[581]: Failed to load Bitlocker superblock on device /dev/disk/by-uuid/180ba5ef-873b-4018-9968-47c23431f71a: Invalid argument ... [ 4.099451] sh[606]: + mountpoint /var [ 4.100025] sh[603]: + systemctl poweroff --no-block [ 4.101636] systemd[1]: Finished systemd-user-sessions.service. [ 4.102598] sh[608]: /var is not a mountpoint [FAILED] Failed to start testsuite-02.service.
2020-06-10core: don't consider SERVICE_SKIP_CONDITION for abnormal or failure restartsAnita Zhang7-2/+46
Fixes: #16115
2020-06-10docs: Change suffix for desktop applications to support non-transient servicesDavid Edmundson1-3/+12
One problem found with the current draft specification is we can't have an application provide a non-transient systemd service file in a way that is spec compliant as the service name currently needs to end in a random token defined by the launcher. This came up when trying to put DBus activated services into the correct cgroup. There isn't enough metadata in the DBus service file to know the correct application ID, and the most intuitive fix is for those applications to just specify the SystemdService file in the existing system. They're generally unique for a given user session anyway so don't need a separate cgroup identifier. This changes the spec for RANDOM to be optional for services. It also changes the separator between in services to act like templates. Ultimately that's what we're trying to recreate with the RANDOM token of the systemd service and it's a better fit. It's needed as otherwise with launcher and the random ident being both optional it would be impossible to get the application ID reliably. Scopes are unchanged as they don't support templates.
2020-06-10pager: set PR_DEATHSIG for pager to SIGINT rather than SIGTERMLennart Poettering3-12/+14
"less" doesn't properly reset its terminal on SIGTERM, it does so only on SIGINT. Let's thus configure SIGINT instead of SIGTERM. I think this is something less should fix too, and clean up things correctly on SIGTERM, too. However, given that we explicitly enable SIGINT behaviour by passing "K" to $LESS I figure it makes sense if we also send SIGINT instead of SIGTERM to match it. Fixes: #16084
2020-06-10docs: point contributors to list of most recent systemd releasesLennart Poettering2-2/+3
Fixes: #16083
2020-06-10core: do not touch instance from unit_choose_id()Zbigniew Jędrzejewski-Szmek1-10/+1
unit_choose_id() is about marking one of the aliases of the unit as the main name. With the preparatory work in previous patches, all aliases of the unit must have the same instance, so the operation to update the instance is a noop.
2020-06-10core: create socket service instances with the correct name from the startZbigniew Jędrzejewski-Szmek3-86/+82
Upon an incoming connection for an accepting socket, we'd create a unit like foo@0.service, then figure out that the instance name should be e.g. "0-41-0", and then add the name foo@0-41-0.service to the unit. This obviously violates the rule that any service needs to have a constance instance part. So let's reverse the order: we first determine the instance name and then create the unit with the correct name from the start. There are two cases where we don't know the instance name: - analyze-verify: we just do a quick check that the instance unit can be created. So let's use a bogus instance string. - selinux: the code wants to load the service unit to extract the ExecStart path and query it for the selinux label. Do the same as above. Note that in both cases it is possible that the real unit that is loaded could be different than the one with the bogus instance value, for example if there is a dropin for a specific instance name. We can't do much about this, since we can't figure out the instance name in advance. The old code had the same shortcoming.
2020-06-10core: rework error messages in unit_add_name()Zbigniew Jędrzejewski-Szmek1-4/+6
They were added recently in acd1987a1867fc3390ef2516962b2313cbeb366e. We can make them more informative by using unit_type_to_string() and not repeating unit names as much. Also, %m should not be used together with SYNTHETIC_ERRNO().
2020-06-10core: when adding names to unit, require matching instance stringsZbigniew Jędrzejewski-Szmek1-7/+5
We would check that the instance is present in both units (or missing in both). But when it is defined, it should be the same in both. The comment in the code was explicitly saying that differing instance strings are allowed, but this mostly seems to be a left-over from old times. The man page is pretty clear: > the instance (if any) is always uniquely defined for a given unit and all its > aliases.
2020-06-10core: store unit aliases in a separate setZbigniew Jędrzejewski-Szmek8-96/+122
We allocated the names set for each unit, but in the majority of cases, we'd put only one name in the set: $ systemctl show --value -p Names '*'|grep .|grep -v ' '|wc -l 564 $ systemctl show --value -p Names '*'|grep .|grep ' '|wc -l 16 So let's add a separate .id field, and only store aliases in the set, and only create the set if there's at least one alias. This requires a bit of gymnastics in the code, but I think this optimization is worth the trouble, because we save one object for many loaded units. In particular set_complete_move() wasn't very useful because the target unit would always have at least one name defined, i.e. the optimization to move the whole set over would never fire.