Bug 1656639
| Summary: | systemctl doesn't recognize root unit names (-.mount, -.slice) on command-line | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Steve <y9t7sypezp> |
| Component: | systemd | Assignee: | systemd-maint |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 29 | CC: | lnykryn, msekleta, ssahani, s, systemd-maint, zbyszek |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | systemd-240-1.fc30 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-01-11 12:40:59 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Steve
2018-12-05 22:39:19 UTC
(In reply to Zbigniew Jędrzejewski-Szmek from comment #1) > https://github.com/systemd/systemd/pull/11065 Thanks, although the message blames the user for using a *valid* systemd unit name: log_notice("Hint: invalid to specify units starting with a dash, use \"--\":\n" Nicer to say: "Hint: use \"--\" before units starting with a dash, ..." It's better to comment on github, since almost nobody looks here. This was a just a copy&paste error from the previous line. I'll push a new version. (In reply to Zbigniew Jędrzejewski-Szmek from comment #3) > It's better to comment on github, since almost nobody looks here. > This was a just a copy&paste error from the previous line. I'll push a new > version. Thanks: "Hint: to specify units starting with a dash, use \"--\":\n" ... https://github.com/systemd/systemd/compare/f55dbf808f6735ff7ea232a70869fe95498824e6..7a5165f45e0224d8280a3c928ed30bc000f9384c This will be available in F30. Possibly also in F29 if systemd is upgraded to 241 there, but this is not certain yet. |