Closed ecapuano closed 5 years ago
Am thinking this might be due to the fact that I had to run the bootstrap script twice. It failed the first time to due missing dependency pip install setuptools
.
Looking back at the first pass of the script, those users were created successfully but it never got to the end where the creds are displayed.
Interesting. I'm most interested in why it failed and needed the pip install setuptools
. Do you remember which command or what part of the output where it failed?
Was this in Ubuntu 16.04 Server or Desktop?
The rest of it has to do with the variables of the script not printing out at the end as you pointed out
I think the issue is fixed with a small tweak to the installer. I think you were using the Desktop version and it was failing due to git
not being installed by default in the Desktop version of Ubuntu. Try using the new installer (same installation instructions as before) and let me know what happens
I was using server
Well, if you were using server then let me know how the new installer works. It was tested and built on a 16.04.5 version of Ubuntu Server
It might be there is a command character going into the username (like :
or /
or something)
I think that the git
and setuptools
were red herrings. I think the issue is that some form of command / control characters were going into the username.
The build script is updated and now the username is now fixed as skadi
. It will make it with a random password generated at run time if the user doesn't already exist.
I'm going to close this and I'll re-address if it comes back up. Thanks for letting me know about it
Thanks for consolidating a kick ass application stack!
At the tail end of the Ubuntu build script, it fails on the step where it attempts to randomly create the credentials. This is a brand new Ubuntu 16.04 system built only for this purpose.