radanalyticsio / base-notebook

An image for running Jupyter notebooks and Apache Spark in the cloud on OpenShift
https://radanalytics.io
4 stars 15 forks source link

notebook will not start, enters Error state #3

Closed mattf closed 7 years ago

mattf commented 7 years ago
$ oc new-app radanalyticsio/base-notebook
...
$ oc logs po/base-notebook-1-svkj7
+ set -eo pipefail
++ id -u
+ NSS_USER_ID=1000230000
+ echo NSS_USER_ID is 1000230000
+ NSS_WRAPPER_PASSWD=/home/nbuser/passwd
+ NSS_WRAPPER_GROUP=/etc/group
+ NSS_WRAPPER_LIBRARY=
+ '[' -f /usr/lib64/libnss_wrapper.so ']'
NSS_USER_ID is 1000230000
+ NSS_WRAPPER_LIBRARY=/usr/lib64/libnss_wrapper.so
+ '[' /usr/lib64/libnss_wrapper.so '!=' '' ']'
+ '[' x1000230000 '!=' x0 -a x1000230000 '!=' x1011 ']'
+ '[' '!' -f /home/nbuser/passwd ']'
+ cat /etc/passwd
+ sed -e 's/^nbuser:/builder:/'
/start.sh: line 23: /home/nbuser/passwd: Permission denied
willb commented 7 years ago

Matt's PR fixed this issue.