-
Notifications
You must be signed in to change notification settings - Fork 42
rm: cannot remove ‘/etc/security/limits.d/20-nproc.conf’: No such file or directory #54
Comments
Hello, B) it's actually the "whole" line that is RC1 not just the rm, meaning, assuming you are not building a Suse image, C) I would go back into the "last" available container and try each of the command to see which one fails. Thanks ! |
Hello and thanks! A) attached you can find the logs and the Dockerfile. No modifications were made. build.log B) I think it is the line rm --verbose /etc/security/limits.d/20-nproc.conf; see below `2021/03/08 16:04:12 single-programming-only: 2021/03/08 16:04:14 single-programming-only: C) when you refer to the "last", you mean to fetch from ses.sas.download? I fetched the 3 images (sas-prog.., centos and micro-centos just this morning). What I want to test is to be able to build from local resources: local repo and local mirror. Cheers, |
C) "210823fcb2f0" Was the "last" container : D) Can you try to edit : (and provide new logs) |
Edited util/programming-only-single/Dockerfile and the deployment is moving forward, so far so good. It has failed a few steps ahead as the -m parameter pointed to localhost and needs to point to the IP. I'll see if this is enough or maybe I need to work out the network build of the image/container. In any case, this is a different topic from the subject. Perhaps I would suggest a little update in the documentation (usage.txt?) and I wonder why the sub-Dockerfile needed to be updated. Will keep you posted. Thanks for your fatastic help @frayos / Younes. |
I could map the next error to: #26, however I see it was not resolved since 2019. Could anyone give it a look? Thanks in advance! |
Will this be resolved in the git project in a new git branch? |
Hi there,
I could deploy and access SASStudio successfully the programming-only interface with the basic instructions. Easy and straightforward.
However, when I wanted to deploy with a local mirror and a local docker repo, the build fails with the error mentioned above.
The executed build command was:
./build.sh --type single --zip ../SAS_Viya_deployment_data.zip --addons "auth-demo" --verbose -m http://localhost:180/pulp -u localhost:5000 -i localhost:5000/va-125-x64_redhat_linux_7-docker/sas-viya-programming -t 3.5.9-20201210.1607626389474
The last lines of the log are:
I have tried to add the following line to the Dockerfile,
RUN touch /etc/security/limits.d/20-nproc.conf
But then the Build takes forever in the step for installing the packages openjdk-11-jdk-headless and ansible. Therefore I discarded this rough fix - as it fixes nothing.
Do you have any ideas, have you seen this before?
Thank you in advance!
Best regards,
Juan
The text was updated successfully, but these errors were encountered: