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

मुझे यह बग उबंटू के लिए मिला और आरएचईएल 7 बग के लिए एक संभावित संबंधित ।


त्वरित-सुधार के लिए: आप मशीन को रिबूट करके इस त्रुटि से छुटकारा पा सकते हैं। (लेकिन मुझे यकीन नहीं है कि यह फिर से आएगा।)
टोनही

जवाबों:


11

यह एक मुद्दा है polkit.service; यह मेरे लिए शुरू नहीं हो रहा था।

आगे की जांच के बाद मैंने पाया कि polkitdउपयोगकर्ता मौजूद नहीं था। तब yum reinstall polkitऔर systemctl start polkitइस मुद्दे को ठीक किया।

मैंने इसे 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

आप मैन्युअल रूप से क्या मतलब है? (मैं इन आदेशों को मैन्युअल रूप से शेल में टाइप कर रहा हूं। मैं लिनक्स कमांड्स के बारे में एक नौसिखिया हूं।)
टोनि

यह परिणाम है (लेकिन मन है कि मैंने इस बीच सर्वर को रिबूट किया, जिसे प्रश्न में त्रुटि से छुटकारा मिला):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
टोनि
हमारी साइट का प्रयोग करके, आप स्वीकार करते हैं कि आपने हमारी Cookie Policy और निजता नीति को पढ़ और समझा लिया है।
Licensed under cc by-sa 3.0 with attribution required.