Skip to content

Installation seems to hang before completion #195

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
brianach opened this issue Mar 6, 2024 · 2 comments
Open

Installation seems to hang before completion #195

brianach opened this issue Mar 6, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@brianach
Copy link

brianach commented Mar 6, 2024

Describe the bug

A clear and concise description of what the bug is.

After downloading and starting the installtion with the command "bash ./install.sh", it runs all the different parts and gets to this line "starting dandelion_bootstrap ... done" and stays like that.

To Reproduce

Steps to reproduce the behavior:

  1. Run 'cd src'
  2. Run 'bash ./install.sh" or "sudo bash ./install.sh"
  3. Wait for install to complete
  4. See "starting dandelion_bootstrap ... done"

Expected behavior

Documentaion says I should see this:

openv2x has been installed successfully!
________
____ ______ ____ ____ ___ ___ \ ___ ___
/ _ \ ____ \ / __ \ / \ / / / / \ / /
( <
> )| |
> >\ / | | \ / / \ > <
_
/ | / _ >|
| / _/ _______ //_ \
|
| / / / /
repository: https://github.com/open-v2x
portal: https://openv2x.org

OpenV2X Central Omega Portal: http://100.100.100.100:2288

username: admin
password: dandelion

Screenshots

If applicable, add screenshots to help explain your problem.

Log Information

If applicable, add more detailed log information to help explain your problem.

Desktop (please complete the following information):

  • OS: Ubuntu 22.04.4. LS
  • Browser Firefox
  • Version 123.01

On a blank Ubuntu OS I installed

curl
docker
docker-compose
rm -rf openv2x-aio-master.tar.gz && wget https://openv2x.oss-ap-southeast-1.aliyuncs.com/deploy/master/openv2x-aio-master.tar.gz
rm -rf src && tar zxvf openv2x-aio-master.tar.gz
cd src
bash ./install.sh

Add any other context about the problem here.

@brianach brianach added the bug Something isn't working label Mar 6, 2024
@brianach
Copy link
Author

brianach commented Mar 7, 2024

Hi, I changed the IP from that in the install guide to 127.0.0.1 and now it loads but I get unable to connect when I try to open a page to 127.0.0.1:2288. What is the criteria for assigning the IP addresses? Should they be different but real IPs?

@brianach
Copy link
Author

brianach commented Mar 8, 2024

I purged all my docker containers and reinstalled OpenV2X in All-in-One mode. The installation seems to have completed successfully but I can't open the Omega Portal and the port itself isn't showing in my list of TCP ports. I can access the RSE Simulator on port 6688 but nothing else. Is there something I'm missing?

I converted both the Installation and Quick Guide to English so let me know if you want me to share that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant