Sign in
Sign up
Explore
Enterprise
Education
Search
Help
Terms of use
About Us
Explore
Enterprise
Education
Gitee Premium
Gitee AI
AI teammates
Sign in
Sign up
Fetch the repository succeeded.
description of repo status
Donate
Please sign in before you donate.
Cancel
Sign in
Scan WeChat QR to Pay
Cancel
Complete
Prompt
Switch to Alipay.
OK
Cancel
Watch
Unwatch
Watching
Releases Only
Ignoring
15
Star
11
Fork
109
src-openEuler
/
systemd
Closed
Code
Issues
9
Pull Requests
2
Wiki
Insights
Pipelines
Service
JavaDoc
PHPDoc
Quality Analysis
Jenkins for Gitee
Tencent CloudBase
Tencent Cloud Serverless
悬镜安全
Aliyun SAE
Codeblitz
SBOM
DevLens
Don’t show this again
Update failed. Please try again later!
Remove this flag
Content Risk Flag
This task is identified by
as the content contains sensitive information such as code security bugs, privacy leaks, etc., so it is only accessible to contributors of this repository.
systemd-logind 启动失败
Done
#IAYVEW
Bug
过把瘾
Opened this issue
2024-10-22 13:36
**【缺陷描述】:请补充详细的缺陷问题现象描述** **一、缺陷信息** 我在尝试做qemu能启动的欧拉镜像时候,系统安装了systemd,但是启动时候报错服务`User Login Management`失败 以下是错误日志: ``` # journalctl -u systemd-logind Oct 22 03:11:20 localhost systemd[1]: Starting User Login Management... Oct 22 03:11:22 localhost systemd-logind[173]: Failed to connect to system bus: No such file or directory Oct 22 03:11:22 localhost systemd-logind[173]: Failed to fully start up daemon: No such file or directory Oct 22 03:11:22 localhost systemd[1]: systemd-logind.service: Main process exited, code=exited, status=1/FAILURE Oct 22 03:11:22 localhost systemd[1]: systemd-logind.service: Failed with result 'exit-code'. Oct 22 03:11:22 localhost systemd[1]: Failed to start User Login Management. Oct 22 03:11:22 localhost systemd[1]: systemd-logind.service: Failed to schedule restart job: Unit dbus.socket not f. Oct 22 03:11:22 localhost systemd[1]: systemd-logind.service: Failed with result 'exit-code'. ``` **【缺陷所属的os版本】(如openEuler-22.03-LTS,参考命令"cat /etc/os-release"结果)** ``` # cat /etc/openEuler-release openEuler release 22.03 LTS ``` **【内核版本】(如kernel-5.10.0-60.138.0.165,参考命令"uname -r"结果)** 和内核无关 **【缺陷所属软件及版本号】(如kernel-5.10.0-60.138.0.165,参考命令"rpm -q 包名"结果)** ``` # rpm -qi systemd Name : systemd Version : 249 Release : 75.oe2203 Architecture: x86_64 Install Date: Mon Oct 21 03:28:59 2024 Group : Unspecified Size : 12668213 License : MIT and LGPLv2+ and GPLv2+ Signature : RSA/SHA1, Thu Apr 25 01:37:29 2024, Key ID d557065eb25e7f66 Source RPM : systemd-249-75.oe2203.src.rpm Build Date : Wed Apr 17 00:00:00 2024 Build Host : obs-worker1665654630-x86-0001.novalocal Packager : http://openeuler.org Vendor : openEuler URL : https://systemd.io/ Summary : System and Service Manager Description : systemd is a system and service manager that runs as PID 1 and starts the rest of the system. ``` **【环境信息】** 硬件信息 - 提供跟硬件相关的信息,如架构、cpu和内存规格等 - 虚拟机场景,额外补充宿主机os版本类型 软件信息 - 跟缺陷所属软件相关的其它软件版本信息(如软件包构建失败由gcc引起,请填写gcc的版本号) 网络信息 - 如果有特殊组网,请提供网络拓扑信息以及网络数据走向 **【问题复现步骤】:请描述具体的操作步骤** 在单独的文件夹中```dnf install systemd bash coreutils --installroot=pwd```,并将这个文件夹作为系统的rootdir,将在启动时复现问题 **【实际结果】**,请描述出问题的结果和影响 **【期望结果】**,请描述出期望的结果和影响 systemd-logind服务正常 **【其他相关附件信息】** 比如系统message日志/组件日志、dump信息、图片等 **【缺陷详情及分析指导参考链接】** **二、缺陷分析结构反馈** 影响性分析说明: systemd-logind启动失败 缺陷严重等级:(Critical/High/Moderate/Low) Low 缺陷根因说明: 安装时未安装对应依赖包 受影响版本排查(受影响/不受影响): openEuler-20.03-LTS-SP4:不受影响 openEuler-22.03-LTS-SP1:不受影响 openEuler-22.03-LTS-SP3:不受影响 openEuler-22.03-LTS-SP4:不受影响 openEuler-24.03-LTS:受影响 修复是否涉及abi变化(是/否): openEuler-20.03-LTS-SP4:否 openEuler-22.03-LTS-SP1:否 openEuler-22.03-LTS-SP3:否 openEuler-22.03-LTS-SP4:否 openEuler-24.03-LTS:否
**【缺陷描述】:请补充详细的缺陷问题现象描述** **一、缺陷信息** 我在尝试做qemu能启动的欧拉镜像时候,系统安装了systemd,但是启动时候报错服务`User Login Management`失败 以下是错误日志: ``` # journalctl -u systemd-logind Oct 22 03:11:20 localhost systemd[1]: Starting User Login Management... Oct 22 03:11:22 localhost systemd-logind[173]: Failed to connect to system bus: No such file or directory Oct 22 03:11:22 localhost systemd-logind[173]: Failed to fully start up daemon: No such file or directory Oct 22 03:11:22 localhost systemd[1]: systemd-logind.service: Main process exited, code=exited, status=1/FAILURE Oct 22 03:11:22 localhost systemd[1]: systemd-logind.service: Failed with result 'exit-code'. Oct 22 03:11:22 localhost systemd[1]: Failed to start User Login Management. Oct 22 03:11:22 localhost systemd[1]: systemd-logind.service: Failed to schedule restart job: Unit dbus.socket not f. Oct 22 03:11:22 localhost systemd[1]: systemd-logind.service: Failed with result 'exit-code'. ``` **【缺陷所属的os版本】(如openEuler-22.03-LTS,参考命令"cat /etc/os-release"结果)** ``` # cat /etc/openEuler-release openEuler release 22.03 LTS ``` **【内核版本】(如kernel-5.10.0-60.138.0.165,参考命令"uname -r"结果)** 和内核无关 **【缺陷所属软件及版本号】(如kernel-5.10.0-60.138.0.165,参考命令"rpm -q 包名"结果)** ``` # rpm -qi systemd Name : systemd Version : 249 Release : 75.oe2203 Architecture: x86_64 Install Date: Mon Oct 21 03:28:59 2024 Group : Unspecified Size : 12668213 License : MIT and LGPLv2+ and GPLv2+ Signature : RSA/SHA1, Thu Apr 25 01:37:29 2024, Key ID d557065eb25e7f66 Source RPM : systemd-249-75.oe2203.src.rpm Build Date : Wed Apr 17 00:00:00 2024 Build Host : obs-worker1665654630-x86-0001.novalocal Packager : http://openeuler.org Vendor : openEuler URL : https://systemd.io/ Summary : System and Service Manager Description : systemd is a system and service manager that runs as PID 1 and starts the rest of the system. ``` **【环境信息】** 硬件信息 - 提供跟硬件相关的信息,如架构、cpu和内存规格等 - 虚拟机场景,额外补充宿主机os版本类型 软件信息 - 跟缺陷所属软件相关的其它软件版本信息(如软件包构建失败由gcc引起,请填写gcc的版本号) 网络信息 - 如果有特殊组网,请提供网络拓扑信息以及网络数据走向 **【问题复现步骤】:请描述具体的操作步骤** 在单独的文件夹中```dnf install systemd bash coreutils --installroot=pwd```,并将这个文件夹作为系统的rootdir,将在启动时复现问题 **【实际结果】**,请描述出问题的结果和影响 **【期望结果】**,请描述出期望的结果和影响 systemd-logind服务正常 **【其他相关附件信息】** 比如系统message日志/组件日志、dump信息、图片等 **【缺陷详情及分析指导参考链接】** **二、缺陷分析结构反馈** 影响性分析说明: systemd-logind启动失败 缺陷严重等级:(Critical/High/Moderate/Low) Low 缺陷根因说明: 安装时未安装对应依赖包 受影响版本排查(受影响/不受影响): openEuler-20.03-LTS-SP4:不受影响 openEuler-22.03-LTS-SP1:不受影响 openEuler-22.03-LTS-SP3:不受影响 openEuler-22.03-LTS-SP4:不受影响 openEuler-24.03-LTS:受影响 修复是否涉及abi变化(是/否): openEuler-20.03-LTS-SP4:否 openEuler-22.03-LTS-SP1:否 openEuler-22.03-LTS-SP3:否 openEuler-22.03-LTS-SP4:否 openEuler-24.03-LTS:否
Comments (
13
)
Sign in
to comment
Status
Done
Backlog
已挂起
Fixing
Confirmed
Done
Accepted
Canceled
Assignees
Not set
陈棋德
dillon_chen
Assignee
Collaborator
+Assign
+Mention
Labels
sig/Base-service
DEFECT/UNFIXED
Not set
Projects
Unprojected
Unprojected
Milestones
No related milestones
No related milestones
Pull Requests
None yet
None yet
Successfully merging a pull request will close this issue.
Branches
No related branch
Branches (
-
)
Tags (
-
)
Planed to start   -   Planed to end
-
Top level
Not Top
Top Level: High
Top Level: Medium
Top Level: Low
Priority
Not specified
Serious
Main
Secondary
Unimportant
Duration
(hours)
参与者(3)
1
https://gitee.com/src-openeuler/systemd.git
git@gitee.com:src-openeuler/systemd.git
src-openeuler
systemd
systemd
Going to Help Center
Search
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
Comment
Repository Report
Back to the top
Login prompt
This operation requires login to the code cloud account. Please log in before operating.
Go to login
No account. Register