oracle / vagrant-projects

Vagrant projects for Oracle products and other examples
Universal Permissive License v1.0
930 stars 473 forks source link

vagrant-projects-main\OracleLinux\7\ #504

Open Mr-zhou315 opened 2 months ago

Mr-zhou315 commented 2 months ago

Describe the issue I couldn't locate the root password, and after using single-user mode to change the root password, which indicated success, I rebooted and attempted to log in: it returned an error. A clear and concise description of what the issue is.
Explain what commands you ran, what you expected to happen and what actually happened.

Environment (please complete the following information):

Additional information

Add any other information about the issue here (console log, ...). image

AmedeeBulle commented 2 months ago

Root account is locked on all vagrant boxes. After login with the vagrant user (with vagrant ssh) you can use sudo to get root privileges and set a password from there if required.