Closed BruXy closed 4 years ago
@BruXy Thanks for the report. This seems like more of a Docker or Docker image issue than a Salt issue. The error you're getting back and the reason the container is unable to start seems to be because the proc file in question does not exist. Are you able to create the container from that state, then exec in and verify that the file you're attempt to update exists?
@garethgreenaway Yes, I agree that it is probably more a docker issue. However, I am not sure what in the execution chain is trying to open /proc/sys/net/ipv4/tcp_timestamps
. The file does not exist inside the container and sysctl itself will give this error:
# sysctl -w net.ipv4.tcp_timestamps=0
sysctl: cannot stat /proc/sys/net/ipv4/tcp_timestamps: No such file or directory
@BruXy I believe it is your sysctls
line in the above state that is the culprit.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
If this issue is closed prematurely, please leave a comment and we will gladly reopen the issue.
Description of Issue
I have some generic docker_container.running state. I have disabled sysctl with net.ipv4.tcp_timestamps set to 0:
The container is not started and I am getting this docker related error:
Versions Report