The controller is getting a IP from the DHCP, but none of the 4 Zero's are ?I can see the zero's in Ifconfig as ethpi1-4, with associated MAC addresses: 00:22:82:ff:fe:01-4
--
You received this message because you are subscribed to the Google Groups "ClusterHAT" group.
To unsubscribe from this group and stop receiving emails from it, send an email to clusterhat+...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/clusterhat/ebd32ce3-da54-4192-a3e8-93b0568567a1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Just in terms of minicom, if I use minicom while not root I get the followin message:minicom ethpi1minicom: cannot open /dev/tty8: Permission denied
I have verified I am a member of dialout:pi adm dialout cdrom sudo audio video plugdev games users input netdev gpio i2c spibrctl is also not accessible with the pi account.
pi@cnat:~$ brctl showbridge name bridge id STP enabled interfacesbr0 8000.000000000000 noIt seems /sbin is not in the path for the pi user.
pi@cnat:~$ echo $PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/gamesls /dev/ttypi* gives:lrwxrwxrwx 1 root root 7 Jun 23 17:13 /dev/ttypi2 -> ttyACM0
lrwxrwxrwx 1 root root 7 Jun 23 17:13 /dev/ttypi3 -> ttyACM1
lrwxrwxrwx 1 root root 7 Jun 23 17:13 /dev/ttypi4 -> ttyACM2
brctl show outputs:bridge name bridge id STP enabled interfaces
br0 8000.002282fffe01 no ethpi1
ethpi2
ethpi3
It's interesting to note that it doesn't show a pi4 device.
I can ping 1,2,3 pis, but not 4 although 4 does light up with the leds.
I did use a smaller sd card for pi4 as I ran out of 16 gb cards. So could that be a failed install on that card? (used an 8 gig card but it's an older one).Ok, I can now ssh onto p1 and p3. p2 is giving me connection refused - likely because sshd is not running? I thought I enabled that so I'll check it.
1) why ifconfig isn't listing ips for p1, p2, p3 when they are clearly receiving traffic from the controller.
2) issues with having to become root to do things that I should not have to be root for.
--
You received this message because you are subscribed to the Google Groups "ClusterHAT" group.
To unsubscribe from this group and stop receiving emails from it, send an email to clusterhat+...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/clusterhat/0843d67f-a7e0-4c82-bacc-593b8e36cbc9%40googlegroups.com.
Hi,
I have since rewritten each sd card but this time I decided to use the nat lite cards and the intermediate method where I use the same image and just change the name of the device on each sd card.
That seems to be working well although I still can't access minicom at all unless root.
The clusterhat commands are now available to the pi user.I did notice on the first update that it redirects a bunch of files to a different location - I don't know if that's relevant.
Other than that it's a pretty standard install - I've updated software, expanded the filesystem and install mpich on it.I have updated and restarted each device in the cluster. I turned on ssh on each device
Hi ThereI just restarted the pi cluster and the p1.local, etc, are gone again.
I can see the pi devices in /dev so that's not the issue.I can connect to p1, p2, etc via minicom.I have no usb0 network though.
sudo bash -c "(ifconfig;lsusb -t;brctl show;dmesg) > /boot/CHdebug.txt"