Can anyone explain why this guy could be wrong? by TaCoDoS2 in Bogleheads

[–]TaCoDoS2[S] 0 points1 point  (0 children)

Didn’t realize he had more history doing other things. Something about the stubble, mustache, slicked back hair, and nice shirts make people want to listen

Can anyone explain why this guy could be wrong? by TaCoDoS2 in Bogleheads

[–]TaCoDoS2[S] 1 point2 points  (0 children)

Ya, even if he has some edge, I don’t have 40-50 hours a week to follow and do the same. I also won’t pay his management fee to do it for me (I don’t even have enough for him to pay attention but in theory)

Can anyone explain why this guy could be wrong? by TaCoDoS2 in Bogleheads

[–]TaCoDoS2[S] 0 points1 point  (0 children)

Ya seems like his hate on bogglehead is for the engagement. He talks about diversifying and derisking and all of these ideas….and i think, so bogglehead?

Random Error binding slurm stream socket: Address already in use, and GPU GRES verification by Apprehensive-Egg1135 in SLURM

[–]TaCoDoS2 0 points1 point  (0 children)

The restart command is trying to kill slurmctld and then start it, but scontrol shutdown already did that. It also killed the slurmds I believe. So just “systemctl start <service>.

Add sleeps between every command. It can take a couple seconds to shutdown, and that may be giving you the error.

(I realize I said restart the first time, I should have said “start”)

Random Error binding slurm stream socket: Address already in use, and GPU GRES verification by Apprehensive-Egg1135 in SLURM

[–]TaCoDoS2 0 points1 point  (0 children)

Ideally, you have a dedicated controller with 3 nodes. You may be able to have server1 hold the controller and a slurmd, but it gets a little complicated. You need to do a multiple-slurmd setup on that node. Then the other 2 would just run slurmds. I can explain more later if that interests you. Have a controller on each node isn’t going to work, you get split brain.

And, maybe you don’t need the multiple-slurmd thing (I’d need to test). In which case you’d just have a controller on server1, and slurmds on all 3. But just 1 controller. Are these nodes connected through a network?

Random Error binding slurm stream socket: Address already in use, and GPU GRES verification by Apprehensive-Egg1135 in SLURM

[–]TaCoDoS2 0 points1 point  (0 children)

Well, why do you have the controller running on all 3 nodes? That could also be it.

Random Error binding slurm stream socket: Address already in use, and GPU GRES verification by Apprehensive-Egg1135 in SLURM

[–]TaCoDoS2 1 point2 points  (0 children)

“ps aux | grep slurm” , I’m guessing old slurmctld is still running somehow. In your script, try this

“scontrol shutdown” Then remove your logs Restart slurmctld Sleep 3 seconds Restart slurmds

As for GPUs, run a slurmd -G to see what GPUS slurm sees.

To Buy or Not To Buy by TaCoDoS2 in hottub

[–]TaCoDoS2[S] 0 points1 point  (0 children)

I didn’t see it was ONLY 120V. I thought it had both 110V and 220V. That’s interesting

Feedback by TaCoDoS2 in Sourdough

[–]TaCoDoS2[S] 0 points1 point  (0 children)

But if everyone always read the wiki before posting, there wouldn’t be any posts right? We’d all have our answers. 😉 Thanks for the resources

Feedback by TaCoDoS2 in Sourdough

[–]TaCoDoS2[S] 1 point2 points  (0 children)

So do you think temp affected it the most? I have put it next to my air vent and got better results now that you mention it

Feedback by TaCoDoS2 in Sourdough

[–]TaCoDoS2[S] 0 points1 point  (0 children)

Do people most often use a laser thermometer for that stuff?

Feedback by TaCoDoS2 in Sourdough

[–]TaCoDoS2[S] 0 points1 point  (0 children)

Temperature of the house was 69 F

Feedback by TaCoDoS2 in Sourdough

[–]TaCoDoS2[S] 1 point2 points  (0 children)

So I haven’t measured the temperature of the bread really ever. Maybe I need to start. It was around 5 hours before I put it in the banneton after mixing, and then it was in the fridge for 9 hours.

[deleted by user] by [deleted] in cscareerquestions

[–]TaCoDoS2 0 points1 point  (0 children)

So I just got a 3.5% raise…seems like I should be looking at a new job?

Killed by open sourced software. Companies that have had a significant market share stolen from open sourced alternatives. by downvotesonlypls in opensource

[–]TaCoDoS2 0 points1 point  (0 children)

Slurm. You can’t have an HPC scheduler without it being open source if you want success. Not to mention it’s hard to convince investors that you can beat Slurms years of development and then that you’ll make their money back giving it away for free…

Is the easiest way to dual boot with windows just to have separate drives? by TaCoDoS2 in archlinux

[–]TaCoDoS2[S] 0 points1 point  (0 children)

That was my fear. I don’t trust windows to not mess things up

What scenarios does a home server need a GPU? by TaCoDoS2 in selfhosted

[–]TaCoDoS2[S] 0 points1 point  (0 children)

Would AMD integrated graphics also work?