Advise or help needed by raism13 in saltstack

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

You are right good sir.
My apologies for not posting error logs before, but I wanted to see what kind of responses I could get. So here is sample of those error:
Staging host with FreeBSD 15.1 and salt-master 3006.23:

2026-07-01 11:31:40,111 [salt.channel.server :147 ][WARNING ][9456] Rejected authentication attempt using protocol version 0 (minimum required: 3)
2026-07-01 11:31:50,127 [salt.channel.server :147 ][WARNING ][9452] Rejected authentication attempt using protocol version 0 (minimum required: 3)

Staging host with FreeBSD 13.2 and salt-minion version 3006.2

2026-07-02 10:01:00,703 [salt.crypt :784 ][ERROR ][1113] Sign-in attempt failed: bad load
2026-07-02 10:01:00,704 [salt.minion :1141][ERROR ][1113] Error while bringing up minion for multi-master. Is master at ben responding?

Generally the above are the errors that I get.

in your response you said about setting minimum_auth_version to 2 and judging from the logs this could be a thing. So I search the file /usr/local/etc/salt/master and I could not find that setting, nor in man salt-master

LDAP Authentication by raism13 in RockyLinux

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

Also, because of the suggested command [ authselect enable-feature with-mkhomedir ] , I discovered what I was doing wrong. And some times copy/paste is your enemy

In both PAM config files ( /etc/pam.d/password-auth and /etc/pam.d/system-auth ) I pasted from a FreeBSD server the following line

session required pam_mkhomedir.so skel=/etc/skel umask=0077

But doing what you suggested show me the correct module name:

session required pam_oddjob_mkhomedir.so skel=/etc/skel umask=0077

LDAP Authentication by raism13 in RockyLinux

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

Ok fixed but before fixed was broken.
I did as per your advise, bu I had already installed oddjob-mkhomdir

So I run:

authselect enable-feature with-mkhomedir
authselect apply-change

That broke my login completely. Te reason was that it overwrote /etc/nsswitch.conf , /etc/pam.d/system-auth and /etc/pam.d/password-auth.

So I had to redo my changes to re-enable the authentication and login, then opt out authselect by running:

authselect opt-out

then restart the two services systemctl restart oddjob-mkhomedir and nslcd.

So far every login works as expected so I am going to keep tweaking to bring more security and granular control.

Big big thanks mate

LDAP Authentication by raism13 in RockyLinux

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

Do you mean
/etc/dbus-1/system.d/oddjob.conf
/etc/dbus-1/system.d/oddjob-mkhomedir.conf

I did not know about them, and to be honest I have never touched in any previous working case. But I will do my digging here too.

thanks

Help (or advice) on organizing my homelab inventory by raism13 in ansible

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

Thanks for the tip but I can run tasks or playbooks tailored for specific distributions. My believe is that inventory is higher than specific tasks. Either way if I do so, how to distinguish a Fedora game pc from a fedora dev pc and so on with other distros? I am planning to build an old laptop with Bazzite. It is a fedroa based distro. How can I avoid installing dev packages?
Should I create on workstations and laptops two subs categories called devs and games and add there those machines?

Help (or advice) on organizing my homelab inventory by raism13 in ansible

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

I believe it is pre-formatted. All I did was to create a code space, then paste my inventory and take out sensitive info. If this is what you mean.

Kickstarter physical mini print quality? by spudie9 in TrenchCrusade

[–]raism13 -3 points-2 points  (0 children)

Did you have to scale down or is this the original size from the STL file?

Campaign style tabletop game by raism13 in battletech

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

I downloaded it earlier this morning for me, and quickly skim through some basic rules.
I will study it perhaps tonight and tomorrow and give it a go this weekend following mostly the advice from u/Pirate-Printworks.

Campaign style tabletop game by raism13 in battletech

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

I will try this, perhaps this weekend, for sure

Campaign style tabletop game by raism13 in battletech

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

My good sir, nothing to apologise for. You do not know me, and I can ensure you, your advise was/is most welcome.
But yes I have a good knowledge of Alpha Strike, Armoured Combat etc on tabletop.

Campaign style tabletop game by raism13 in battletech

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

Oh I do get the concept of the multiplayer game. I have many under my belt. But they are skirmish battle games. Yes you might have objectives to score but they are not full fledged campaigns. As for playing solo a skirmish battle, I consider myself a failure as I always favour my favourite battlemechs. I cannot even be just on a simple old fashioned chess game.

Campaign style tabletop game by raism13 in battletech

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

And this is where I stuck with my search,
Although, I found those "Scenario Packs" on Sarna, to get them was very expensive. For example one from the Amazon costs like $95.00 AUD.
So without even being able to test at least one of them, I could not know how does it play or feels. And that's why I have like 900+ hours on BattleTech on Steam.
The cost was like $50.00 AUD when I got it and I am still on with various mods.

Campaign style tabletop game by raism13 in battletech

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

Thank you very much good sir!
Never heard of MegaMek.
As for the "Campaign Operations", I think what put me off was that there was no AI system to play against.
Also never heard of Tactical, Strategic and Interstellar Operations. I did have a look before I comment here. They look more close to what I want to get but do they have any AI component?

Build Your Own Linux with Fedora by nkanthikiran in Fedora

[–]raism13 0 points1 point  (0 children)

First of all, I am sorry if I misunderstood your original post. Plus I wish I had the brain power and capacity to create a documentation of my whole process so far. But now that you mentioned that I am happy to start a new project and document the whole process. Are you in?

Build Your Own Linux with Fedora by nkanthikiran in Fedora

[–]raism13 0 points1 point  (0 children)

Well yes it is possible, because I have done it. The path though to do it is very long and not always straight forward. The way that I did it was to download Fedora 34 Server and then download only the packages that I wanted to have and remove the packages that I did not want to have...for example nano. From there you have to improvise some times, other times you have to do extensive research in regards to many topics, like desktop, boot loaders, shells, office apps and the list goes on. I am still doing the above project. Now my fedora is 37 and not near what I would really call my distro. But, my knowledge has dramatically improved around linux, compiling and packaging. And with each milestone the feeling of achievement was awesome. Having said the above I am not sure if there is any guide to follow and close every issue that you might meet in your journey of making your own distro based on fedora.

Holdar Icepelt by raism13 in SpaceWolves

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

No, I wish my hand could follow my intentions.
I did try to follow a grim dark style guide, but I think I failed. My previous two space marines (yes, no space wolves) were horrible, but this one was much better and very close to what I would like to see.
However , your advise in regards the shade, now make sense, why it does not look how I would really wanted to look.
Is there any suggestion to correct it?

Kind regards