|
Bugzilla – Full Text Bug Listing |
| Summary: | mcelog.service cannot bind to client unix socket `/run/mcelog/mcelog-client': No such file or directory | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Thomas Wagner <wagner-thomas> |
| Component: | Basesystem | Assignee: | Thomas Renninger <trenn> |
| Status: | RESOLVED INVALID | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Thomas Wagner
2023-11-14 07:22:21 UTC
As pointed out here https://bugzilla.suse.com/show_bug.cgi?id=1217105 the culprint was wrong ownership of `/` For some reason, '/' was owned by me instead of root. ``` chown root / ``` fixed the problem. |