05-07-2023, 01:26 PM
(This post was last modified: 05-07-2023, 01:27 PM by Tim Curtis.
Edit Reason: eta
)
Did you configure the host name using the Pi Imager?
That prolly won't work because moOde is not currently importing that during startup. I'll add to the TODO list to investigate whether it makes sense to import host name for upcoming 8.3.3 release. If not then I'll update the Setup Guide to note that hostname should not be set in the Imager.
To fix things up on your systems you will prolly need to do the following.
1. Edit the files: /etc/hostname and /etc/hosts and update to the correct host names for those systems.
2. Update the configuration table on each system to match the respective host name.
3. Reboot
That prolly won't work because moOde is not currently importing that during startup. I'll add to the TODO list to investigate whether it makes sense to import host name for upcoming 8.3.3 release. If not then I'll update the Setup Guide to note that hostname should not be set in the Imager.
To fix things up on your systems you will prolly need to do the following.
1. Edit the files: /etc/hostname and /etc/hosts and update to the correct host names for those systems.
2. Update the configuration table on each system to match the respective host name.
Code:
# Update host name setting
moodeutl -q "update cfg_system set value='NEW_HOST_NAME' where param='hostname'"
# View setting
moodeutl -q "select value from cfg_system where param='hostname'"
3. Reboot