| Summary: | plymouthd жрёт 20% CPU | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Sisyphus | Reporter: | Sergei Naumov <Sergei.Naumov> | ||||
| Component: | plymouth | Assignee: | Антон Мидюков <antohami> | ||||
| Status: | CLOSED FIXED | QA Contact: | qa-sisyphus | ||||
| Severity: | normal | ||||||
| Priority: | P5 | CC: | antohami, rider | ||||
| Version: | unstable | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Attachments: |
|
||||||
|
Description
Sergei Naumov
2020-03-30 10:46:57 MSK
Created attachment 8694 [details]
Скриншот
После завершения загрузку plymouthd остаётся с 20% загрузкой CPU. Постоянно. plymouth-scripts-0.9.4-alt2.x86_64 libplymouth-graphics-0.9.4-alt2.x86_64 plymouth-0.9.4-alt2.x86_64 libplymouth-0.9.4-alt2.x86_64 plymouth-plugin-script-0.9.4-alt2.x86_64 make-initrd-plymouth-2.5.0-alt1.x86_64 [root@yarilo ~]# systemctl status plymouth-start.service
● plymouth-start.service - Show Plymouth Boot Screen
Loaded: loaded (/lib/systemd/system/plymouth-start.service; static; vendor preset: disabled)
Active: active (running) since Mon 2020-03-30 10:43:33 MSK; 6min ago
Process: 2575 ExecStart=/sbin/plymouthd --mode=boot --pid-file=/run/plymouth/pid --attach-to-session (code=exited, status=0/SUCCESS)
Process: 2577 ExecStartPost=/bin/plymouth show-splash (code=exited, status=0/SUCCESS)
Main PID: 2576 (plymouthd)
Tasks: 1 (limit: 4485)
Memory: 33.9M
CPU: 1min 17.296s
CGroup: /system.slice/plymouth-start.service
└─2576 @sbin/plymouthd --mode=boot --pid-file=/run/plymouth/pid --attach-to-session
как временное решение systemctl mask plymouth-start Ну да, пока помогло... Первые попытки исправить эту багу были предприняты в 0.9.4-alt3, где заменили ExecStart=/bin/true. Сейчас в сервис была добавлена проверка, что он запускается только в initrd, а не в живой системе. Прощу переоткрыть багу, если она проявляется до сих пор. |