rachel is available locally at 127.0.0.1 or http://www.rachel.com and anyone on the same network can access it at the ip address assigned to it by the router.
I donât think adding dhcp as part of an automated installer for PC is something thatâs going to be easy. I have tried before without success. For rachel-pi you can try editing /etc/dnsmasq/dnsmasq.conf and adding a range at the end for the eth0 interface and see what happens. Currently it will look like this
you will have to reboot and you may have to run sudo systemctl daemon-reload as well. I will be looking at this again soon. The IP address does show on this because the ethernet interface is named âeth0â so the Ubuntu installation likely doesnât show the IP address because the ethernet interface is not named âeth0â on that installation so the code will have to be changed to match. Let me know how it goes and I can change things if thereâs an issue. Hope it works.
Hi James, the first run through of installer.py failed on net-tools
I installed them manually with sudo apt-get install net-tools and then re-ran sudo python installer.py
This time the whole process ran without a hitch.
After reboot RACHEL worked fine.
I was delighted to see the IP addresses were back.
Thanks
Howard
Hi Howard. Thatâs great that itâs working. Let me know if you run into any other issues with it.
Iâm not sure why it would fail on installing net-tools unless maybe the repository was down. Do you remember if it said âcommand failedâ or was there another message like a 404 error on install?
Hi @jamesk
I installed Raspbian from bare metal and then ran your installer and this time there was no errors and Kolibri and RACHEL but worked without a hitch.
I donât have any Idea what went wrong previously but I donât think it had anything to do with your side of things
Thatâs great Howard. Thanks for the follow up. I think sometimes the package repositories have issues because Iâve had 404 errors a few times lately. When that happens I generally start fresh because parts of the installer will write settings to files twice.
Hi JeremyâŚI commented on a Raspian file not being available to download. The link u have provided sends me to a page where u can download different content. What am I supposed to download there ?