wso2 / product-is

Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and contributing code, click the link below.
http://wso2.github.io/
Apache License 2.0
748 stars 728 forks source link

No passwd entry for user 'wso2' #5876

Closed agencetca closed 5 years ago

agencetca commented 5 years ago

Hello,

Ran this, as root, produces error where wso2-is server refuses to start:


docker pull debian:latest
docker run -it -d -p 8081:4443 debian

#in the docker
apt-get update
apt-get install -y gnupg2
apt-get install -y apt-transport-https
apt-get install -y procps
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys "379CE192D401AB61"

echo "deb https://dl.bintray.com/wso2/deb is_580 release" | \
    tee -a /etc/apt/sources.list

apt-get update
apt-get install wso2is-5.8.0
wso2is-5.8.0 //No passwd entry for user 'wso2'

Could you help on understand what to do now please? ty

agencetca commented 5 years ago

The fix was : apt-get install sudo