I'll try and upload the entire thing today.
I'm currently troubleshooting a couple more issues (I think some of it was my own doing sort-of)
I had a pretty weird construction to get FreeBSD boot from a 16MB MFS image but who knew mounting NFS on MFS and then TMPFS and NULLFS on that will make your life a living hell. It works fine until it weirdly hangs on I have no idea- I get into a state where only CTRL-T (I think) says something about rpcbind.
Witness and all other stuff enabled only made me notice how bad the locking is so I just managed to make the 16MG MFS act like a full install by symlinking the hell out of it. :-)
So next order of business for me was getting gdb running on aarch64 (also handy for debugging new weird issues I have with my cluster controller software on the A64)
* Have Raspberry PI 3's running my clustercode for more then 6 months with 0 errors/downtime, I'm only now able to get my code up and running for longer then a day. Somehow the A64 stops threads like for( ; ; ){ } after a couple of thousand loops so I changed it to while(1){} and no more crashes until now *knocks on wood.
#weird
But still post it all today.
Will also try and diff with head and see what I changed in the last 3 weeks to get it running. (lots of codestyling changes is going to give me a headache but ok) haha
I'm currently troubleshooting a couple more issues (I think some of it was my own doing sort-of)
I had a pretty weird construction to get FreeBSD boot from a 16MB MFS image but who knew mounting NFS on MFS and then TMPFS and NULLFS on that will make your life a living hell. It works fine until it weirdly hangs on I have no idea- I get into a state where only CTRL-T (I think) says something about rpcbind.
Witness and all other stuff enabled only made me notice how bad the locking is so I just managed to make the 16MG MFS act like a full install by symlinking the hell out of it. :-)
So next order of business for me was getting gdb running on aarch64 (also handy for debugging new weird issues I have with my cluster controller software on the A64)
* Have Raspberry PI 3's running my clustercode for more then 6 months with 0 errors/downtime, I'm only now able to get my code up and running for longer then a day. Somehow the A64 stops threads like for( ; ; ){ } after a couple of thousand loops so I changed it to while(1){} and no more crashes until now *knocks on wood.
#weird
But still post it all today.
Will also try and diff with head and see what I changed in the last 3 weeks to get it running. (lots of codestyling changes is going to give me a headache but ok) haha