-
Notifications
You must be signed in to change notification settings - Fork 463
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Security daemon could not start successfully: Could not start management service #5933
Comments
Hmm. The permissions look correct. Could you run |
@brotherneeru Edge 1.0.9 does not include that command:
and trying to get the support bundle is a challenge:
What I notice is that the management service keeps restarting:
and of course Edge does also:
This is quite baffeling. |
Sorry about the delay, was on holidays. To be frank, without a support bundle, its some trouble to debug the issue. Also, we no longer support 1.0.9. Is there anything preventing you from upgrading versions? |
@FrankSHLi following up on the comment above. Would you be able to upgrade to a version we currently support? |
@brotherneeru This issue occurs on deployed units and the cost of upgrading all of the units in the field is high. It's difficult for us to make the decision without knowing the root cause and having enough confidence level that this has been fixed in the later version. |
@FrankSHLi Unfortunately, we'll need (preferably latest) v1.1 or v1.2 to be able to make progress in diagnosing this issue. We don't have the ability to perform any investigation with older versions. Additionally, the installed version Moby has known severe security vulnerabilities, so it be prudent to plan an upgrade of your fleet, regardless. |
For all distros except CentOS 7 (ie including Debian 9 that you're using), the default config is to use systemd socket activation. This means a) For distros that don't use systemd socket activation, a) the Now, I assume you've changed your config to not use socket activation but left the URLs as But if you really don't want to use socket activation for some reason, then you should switch entirely to the config that is used for non-socket-activated distros and put the sockets in |
This issue is being marked as stale because it has been open for 30 days with no activity. |
Expected Behavior
edgeAgent, edgeHub and other custom modules should be started by IoT Edge service.
Current Behavior
Security daemon failed to start up and module containers are not being created.
Steps to Reproduce
Not sure how to replicate this.
Context (Environment)
Output of
iotedge check
Click here
Device Information
Runtime Versions
iotedge version
]: 1.0.9docker version
]: 3.0.5Note: when using Windows containers on Windows, run
docker -H npipe:////./pipe/iotedge_moby_engine version
insteadLogs
aziot-edged logs
Additional Information
Permission of /var/run/iotedge/mgmt.sock
The text was updated successfully, but these errors were encountered: