Posts by Limup • 11 points
3 posts
-
0
votes1
answer150
viewsA: dotnet error : Unable to obtain lock file access on '/tmp/Nugetscratch/lock/
Gentlemen, you can resolve the situation with the following commands:: export TMPDIR=/tmp/NuGetScratch/ and mkdir -p ${TMPDIR} Thank you all.…
dotnet-clianswered Limup 11 -
1
votes1
answer150
viewsQ: dotnet error : Unable to obtain lock file access on '/tmp/Nugetscratch/lock/
Steps to play dotnet build or dotnet run Expected behaviour Run or Build app Current behavior Getting ready... The template "ASP.NET Core with Angular" was created successfully. Processing…
dotnet-cliasked Limup 11 -
0
votes1
answer2036
viewsQ: Error: Starting container process caused "exec: "/Docker-entrypoint.sh ": permission denied"
I’m getting an error when giving the build on Docker-Compose: ERROR: for indicaaquicombrold_mysqld_1 Cannot start service mysqld: oci runtime error: container_linux.go:247: starting container…