systemctl จะหมดเวลาในการรีสตาร์ทบริการ


10

ฉันใช้ CentOS 7.2 ดูด้านล่าง:

# systemctl stop firewalld
Error getting authority: Error initializing authority: Error calling StartServiceByName for org.freedesktop.PolicyKit1: Timeout was reached (g-io-error-quark, 24)
Failed to stop firewalld.service: Connection timed out
Failed to get load state of firewalld.service: Connection timed out

journalctl เพียงรายงานข้อผิดพลาดต่อไปนี้: [system] Failed to activate service 'org.freedesktop.PolicyKit1': timed out

ผมพบว่าปัญหานี้สำหรับอูบุนตูและหนึ่งที่เกี่ยวข้องเป็นไปได้สำหรับ RHEL 7 ข้อผิดพลาด


เพื่อการแก้ไขอย่างรวดเร็ว: คุณสามารถกำจัดข้อผิดพลาดนี้ได้โดยการบูตเครื่องใหม่ ( แต่ผมไม่แน่ใจว่ามันจะเกิดขึ้นอีกครั้ง.)
toni

คำตอบ:


11

นี่เป็นปัญหากับpolkit.service; มันไม่ได้เริ่มต้นสำหรับฉัน

หลังจากการตรวจสอบเพิ่มเติมฉันพบว่าpolkitdผู้ใช้ไม่มีอยู่ จากนั้นyum reinstall polkitและsystemctl start polkitแก้ไขปัญหา

ฉัน debugged นี้โดยทำงานpolkitdโดยตรง:/usr/lib/polkit-1/polkitd


ลองใช้วิธีแก้ปัญหานี้ แต่เมื่อโทรsystemctl start polkitฉันได้รับข้อผิดพลาดเดียวกัน:Error getting authority: Error initializing authority: Error calling StartServiceByName for org.freedesktop.PolicyKit1: Timeout was reached (g-io-error-quark, 24) Failed to start polkit.service: Connection timed out See system logs and 'systemctl status polkit.service' for details.
toni

คุณหมายถึงอะไรด้วยตนเอง? (ผมพิมพ์คำสั่งเหล่านี้ด้วยตนเองลงในเปลือกผมเป็นมือใหม่เกี่ยวกับคำสั่งลินุกซ์..)
toni

นี้เป็นผล ( แต่ใจว่าฉัน rebooted เซิร์ฟเวอร์ในเวลาเฉลี่ยที่ได้กำจัดข้อผิดพลาดในคำถาม):Successfully changed to user polkitd --- Loading rules from directory /etc/polkit-1/rules.d --- Loading rules from directory /usr/share/polkit-1/rules.d --- Finished loading, compiling and executing 2 rules --- Entering main event loop --- Connected to the system bus --- Lost the name org.freedesktop.PolicyKit1 - exiting --- Shutting down --- Exiting with code 0
toni
โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.