-
Notifications
You must be signed in to change notification settings - Fork 760
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
Error during startup: /proc/10/maps: Permission denied #538
Comments
P.S. in case it is relevant:
|
I got this today. I was on the docker tech preview. though it had to do with beta bits since I had edge docker installed. Downgraded docker. Changed to mssql 2017, different errors, dug into the log files found things on Kernel Bug check. Anyways, It has to do with mounting. You can't mount the
|
This issue seems to be caused by newer versions of the kernel. Version 6.5 works, but 6.7 and 6.8 don't (I haven't tested with 6.6). |
Hi! Did you find any solutions using newer kernel versions? |
No, in fact I'm stuck in the previous Ubuntu version because of this. I see version 6.10 is already available and 6.11almost ready. I'll try the last available when I reboot my computer someday and report back. |
Have you tried with a newer image version? In my case, I was using 2019-CU14-ubuntu-20.04 and upgrading to 2019-CU28-ubuntu-20.04 did the trick. I'm using kernel version 6.8. |
Thanks! I'm also running kernel v6.8. I was using |
No, I hadn't tried, but now I've been testing different versions. I've had some weird issues with the latest (CU28), so I've been testing some versions in between. Finally the |
Hello! I am attempting to update from the
microsoft/mssql-server-linux:2017-CU8
image tomcr.microsoft.com/mssql/server:2019-GA-ubuntu-16.04
. I get an error during startup that has a lot of "Permission denied" on various/proc
files.I am using Docker for Windows with a Docker Compose file (some paths/password redacted):
Full log is attached.
log.txt
The text was updated successfully, but these errors were encountered: