-
Notifications
You must be signed in to change notification settings - Fork 460
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
edgeHub System.Net.Sockets.SocketException (13): Permission denied #9
Comments
Hello. Thanks for the issue report. Do you have any other services on the device that are running on port 443? This could be a port conflict. Can you please The Edge Hub is also run as an unprivileged user. In order to make this work, we need to set the |
Have checked once more that on host system nothing is running on port 443 ( checked with
|
We actually I believe |
|
Does this system have any other security modules installed and enabled, for instance SELinux? How was the OS built/obtained? I notice a yocto kernel, with Ubuntu 16.04 distro, on aarch64, which seems non-standard. Just trying to understand what could be different here. For reference, this is the list of officially supported platforms. This setup is a little outside anything we've tested. |
Its an Ubuntu 16.04 from scratch (roofts) with special kernel build with yocto, which is needed for this board. Seems like the kernel is missing something, i know there is an
|
Okay i did it :) In kernel you need the |
I was brought here because the file-system I mounted as root - which is To those using other file systems - maybe your filesystem doesn't support |
Expected Behavior
EdgeHub should start
Current Behavior
edgeHub is crashing
Steps to Reproduce
Deploy a service
Context (Environment)
Device (Host) Operating System
Architecture
aarch64
Container Operating System
Linux Docker version
Runtime Versions
iotedged
Edge Agent
mcr.microsoft.com/azureiotedge-agent:1.0.0-linux-arm32v7
Edge Hub
mcr.microsoft.com/azureiotedge-hub:1.0.0-linux-arm32v7
Docker
18.03.1-ce
Logs
Additional Information
Except ssh and docker no other service is running on the host system
The text was updated successfully, but these errors were encountered: