Hey All,
Ran v3.0.7 of the build-a-pi and installed Direwolf and pat (among other things) and I have successfully connected to local gateways using 2m Packet.
I am trying to configure the PI to auto reboot and start Pat and Direwolf on reboot so I added the following lines
00 02 * * sudo reboot
@reboot sleep 10 && /home/pi/dw-start.sh
@reboot sleep 10 && /home/pi/patmenu/start-pat2m
I figured out that start-2m was trying to start direwolf as well and they were conflicting so I commented out the direwolf line.
Frustratingly when rebooted in this manner KISSATACH is not connecting and I can't find any logfiles to debug why the connection is not working, anyone else have this isse?
?