OSGP / Documentation

This repository contains documentation for the Open Smart Grid Platform project. This repository is built as a GitBook, therefore all content has to be written using markdown syntax. See the latest GitBook:
https://documentation.gxf.lfenergy.org/
Apache License 2.0
24 stars 15 forks source link

Vagrant machine user is not exist #194

Closed ahmedsoliman64 closed 5 years ago

ahmedsoliman64 commented 6 years ago

the dev user on the vagrant machine not exist

Sander3003 commented 6 years ago

Thank you for the report, the developers are currently busy, they will reply later.

rlemmers commented 6 years ago

What have you done to check this? Which users do you have in the /home folder of the created image? Were you able to log on using user dev?

We use vagrant mainly for the roll out. The roll out places all kinds of stuff in /home/dev. After the roll out, we use dev to use the VM.

I just rolled out the environment using Vagrant on my laptop (which runs on Windows 8). After the run, I did have users for both vagrant and dev. By default, it will use dev to log on. I logged out the dev and the logged on vagrant (password "vagrant"), which was successful.

What I did notice in the roll out: the final step is a restart of the created VM. This was done with a delay of about a minute. During that minute, it shows the log on screen and logging on using dev failed at that time. After the restart was actually done, everything was fine.