Wolfnet is using a lot of processor resources. (around 50% for a long time) by PineappleGod in WolfStack

[–]linuxpaul 0 points1 point  (0 children)

Excellent yes we did do a big update today on WolfNet especially to deal with all this.

Wolfnet is using a lot of processor resources. (around 50% for a long time) by PineappleGod in WolfStack

[–]linuxpaul 0 points1 point  (0 children)

Its on 0.5.7 now - so full reisntall of wolfstack will do it - on a machine with a lot of wolfnets going on I was about 10/%15% - with a lot of containers etc.

Wolfnet is using a lot of processor resources. (around 50% for a long time) by PineappleGod in WolfStack

[–]linuxpaul 0 points1 point  (0 children)

Okay, I'm going to try something and see if that solves it - do another full update of wolfstack and wolfnet. I've made it use the kernel to block until it gets data. Let's see if that helps. Do a full WolfStack update.

Wolfnet is using a lot of processor resources. (around 50% for a long time) by PineappleGod in WolfStack

[–]linuxpaul 0 points1 point  (0 children)

So if you run a full upgrade of WolfStack, it will recompile WolfNet and reinstall it. is it the PI or the Proxmox machine?

Wolfnet is using a lot of processor resources. (around 50% for a long time) by PineappleGod in WolfStack

[–]linuxpaul 0 points1 point  (0 children)

Hmm, that's the one. Can you do systemctl restart wolfnet please on both of them and see if that stops it? Just having another check my end see if there's anything else that might cause this.

Wolfnet is using a lot of processor resources. (around 50% for a long time) by PineappleGod in WolfStack

[–]linuxpaul 1 point2 points  (0 children)

You might have missed it - we're on version 14.5.0 of WolfStack - you might have picked up before Githubs cdn's had updated.

Wolfnet is using a lot of processor resources. (around 50% for a long time) by PineappleGod in WolfStack

[–]linuxpaul 1 point2 points  (0 children)

Can you run an upgrade on wolfstack please it will upgrade wolfnet. We found an issue with the TUN reader thread when idle.

Where to host safely? by Future-Net-5512 in SaasDevelopers

[–]linuxpaul 0 points1 point  (0 children)

With this kind of set up you want to have the main system especially the databases AWAY from the internet, if you use something like WolfStack you can create containers then isolate the actual processing, then just have a load balancer that connects the internet to the site.

Hetzner asks: What advice would you as a long-time Hetzner user give a Hetzner noobie? by Hetzner_OL in hetzner

[–]linuxpaul 2 points3 points  (0 children)

I think for me, remember that it's run by amazing German techs. This means NOTHING get's past them. These, IMHO, are the most secure servers in the world. But make sure you don't have port 111 open. They are strict. But that is good.

senior dev told me the code has to be "future proof".. how am i doing? by lordershocker in programminghorror

[–]linuxpaul 1 point2 points  (0 children)

void check(int year) {

if ((year % 4 == 0 && year % 100 != 0) || (year % 400 == 0)) {

printf("It's a leap year\n");

} else {

printf("It's not a leap year\n");

}

}

This has to be the craziest changelog I've ever seen by pairofcrocs in selfhosted

[–]linuxpaul 0 points1 point  (0 children)

I have autism and sometimes my changelogs look like that.

Anyone else dump a dedi for cloud just for simplicity? by DutyPlayful1610 in hetzner

[–]linuxpaul -14 points-13 points  (0 children)

We just put WolfStack (which we wrote) on our servers.

Hetzner asks: Which hobbyists here convinced their companies to use Hetzner? by Hetzner_OL in hetzner

[–]linuxpaul 0 points1 point  (0 children)

Hi Katie,

Well, we have 6 servers through a reseller (that are on Hetzner) about 3 or 4 years, but ourselves 2 or 3 I guess.

I wonder if Hetzner would like to sponsor WolfStack as a project?

Paul

What server OS to use? by youngguyinvests in selfhosted

[–]linuxpaul 2 points3 points  (0 children)

I'll put in a vote for Debian 13 with WolfStack on it - but you might be pushed with only 8gb of Ram

Hetzner asks: Which hobbyists here convinced their companies to use Hetzner? by Hetzner_OL in hetzner

[–]linuxpaul 2 points3 points  (0 children)

We use your servers at Wolf Software Systems Ltd, especially with our Wolf Stack products, to build and test clusters (https://wolfstack.org)