questions on setting up a Buildbot
- travis036
- Topic Author
- Offline
- Elite Member
- Posts: 284
- Thank you received: 34
my server actually runs Proxmox VE 8, so i could setup a VM with nearly any OS, but i don't know what would be best. the server has 40-cores and 128GB ram, so if i can donate a few cycles to LinuxCNC, all the more better.
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
- Posts: 19407
- Thank you received: 6507
Do you have a public IP address?
Please Log in or Create an account to join the conversation.
- travis036
- Topic Author
- Offline
- Elite Member
- Posts: 284
- Thank you received: 34
if this is less than ideal, i can figure something else out...
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
- Posts: 19407
- Thank you received: 6507
Seems you have a Team Fortres server running on the same machine, if that is the case, that is a big no no.
And i absolutely will not use virtualisation anything ever, just a plain server install, i am old school.
It makes a mess with open ports and hardware voulnerabilites are plenty.
But you are hidden behind the DNS service, so that is good.
Please Log in or Create an account to join the conversation.
- travis036
- Topic Author
- Offline
- Elite Member
- Posts: 284
- Thank you received: 34
it is shutdown as it had a memory leak issue (kept running away with memory). it was running on different CPU cores anyway.Seems you have a Team Fortres server running on the same machine, if that is the case, that is a big no no.
not sure i understand, the part about things going sideways very quickly. i have the firewall provided by my router. haven't really needed anything more, thus-far.That might work, i never used dns services, just a public IP, but this does imply having a good firewall or things go sideways very quickly.
Please Log in or Create an account to join the conversation.
- rodw
- Offline
- Platinum Member
- Posts: 10737
- Thank you received: 3540
Also a decent router that has a seperate DMZ would be recommended (says he that runs his own server without one).
Something like the Dlink DSR500AC has seperate network segments to seperate your private network from your public network. BUt there are plenty of cheap 4 x NIC PC's in China you could run pfsense on to achieve this.
Please Log in or Create an account to join the conversation.
- travis036
- Topic Author
- Offline
- Elite Member
- Posts: 284
- Thank you received: 34
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
- Posts: 19407
- Thank you received: 6507
This is by far the best option, although any old PC will do just fine for this, two NIC's are good enough but having more leaves possibility of having separate local networks, or even load balancing on the public side.BUt there are plenty of cheap 4 x NIC PC's in China you could run pfsense on to achieve this.
I also absolutely avoid using of the shelf firewall/router, anytime there is an issue/vulnerability the manufacturing company takes ages to post updates (they are busy trying to cover it) so all that time it leaves the server open to anyone who bumps into it.
Just to be clear, i am saying that the home made old PC firewall is much better than the ones costing $10000, and by a huge margin.
Please Log in or Create an account to join the conversation.
- rodw
- Offline
- Platinum Member
- Posts: 10737
- Thank you received: 3540
linuxcnc.org/docs/2.9/html/getting-start...etting-linuxcnc.html
I used ths technique to build the installer and almost every time I built it, the linuxcnc version changed
I'm not set up to run a buildbot. I would like to build a cross compiler for the Raspberry Pi 4B so images for it don't have to be built on a Pi.
Now that would be an interesting buildbot project for you!
Please Log in or Create an account to join the conversation.
- travis036
- Topic Author
- Offline
- Elite Member
- Posts: 284
- Thank you received: 34
Please Log in or Create an account to join the conversation.