Skip to content
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

install script final message missleading when eth0 and wlan0 enabled #484

Open
GRaptor opened this issue Oct 29, 2023 · 2 comments
Open

Comments

@GRaptor
Copy link

GRaptor commented Oct 29, 2023

Just installed newest ioBroker (v 6.10.1) per script (curl -sLf https://iobroker.net/install.sh | bash -) on a fresh installed Raspberry4 running updated bullseye.
Everthing worked fine (thanks!) just a small glitch at the end of the script.

I have both conected, the wifi and the thernet adapter (actually, not on purpose but by accident)

With both activated the installation script shows in the end:

`==========================================================================

ioBroker was installed successfully
Open http://192.168.2.13 192.168.2.167:8081 in a browser and start configuring!

==========================================================================`

As you can see, it prompts both ip addresses.
It's just a little thing but maybe you can fix it if you like to.

Thanks

Marc

@BooosesThaSnipper
Copy link

BooosesThaSnipper commented Nov 1, 2023

@GRaptor Can you post your output from following command on the linux command line?

ip addr show

@GRaptor
Copy link
Author

GRaptor commented Nov 3, 2023

Sure. But only as an extract :-)
What do you need to see?

2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000 inet 192.168.2.13/24 brd 192.168.2.255 scope global dynamic noprefixroute eth0 valid_lft 862798sec preferred_lft 754798sec
3: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000 inet 192.168.2.167/24 brd 192.168.2.255 scope global dynamic noprefixroute wlan0 valid_lft 862799sec preferred_lft 754799sec

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants