|
Bugzilla – Full Text Bug Listing |
| Summary: | systemd-nspawn --version exits with 1 | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Mitch G <mitchellgayner> |
| Component: | Basesystem | Assignee: | E-mail List <bnc-team-screening> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Mitch G
2017-06-01 01:02:36 UTC
Hi, It seems that the systemd version has slightly updated. zypper info systemd Information for package systemd: -------------------------------- Repository : repo-oss Name : systemd Version : 232-10.2 Arch : x86_64 Vendor : openSUSE Installed Size : 9.3 MiB Installed : Yes Status : up-to-date Source package : systemd-232-10.2.src The same result still occurs when running the command: mitch@mitch:/> systemd-nspawn --version systemd 232 +PAM -AUDIT +SELINUX -IMA +APPARMOR -SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID -ELFUTILS +KMOD -IDN mitch@mitch:/> echo $? 1 This bug has been fixed since systemd-233 made it into TW repos. |