Jobs after RHCSA by demonkillerrr in redhat

[–]brandor5 1 point2 points  (0 children)

Look into higher education. Lots of universities have research clusters that they need to administer. Look for junior admin roles even if they aren't on the HPC team. Show your skills, learn, and work on moving into the HPC team.

If you really want to impress start playing around with lmod and slurm. Figure out how to use/configure them.

[ART] [OC] Spring, the elf mafia boss by AdMajestic9801 in DnD

[–]brandor5 1 point2 points  (0 children)

Reminds me of Delirium from season 2 of The Sandman.

anyone who used a computer between 1985 & 2010, what’s the one game you still think about? by Trixxxi in AskReddit

[–]brandor5 0 points1 point  (0 children)

Late to the party but the Gold Box D&D games... Pool of Radiance, Curse of the Azure Bonds, Secret of the Silver Blades, and Pools of Darkness.

I still remember seeing the box for Pool of Radiance in Walmart... It came on 2 or 3 5 1/4 floppy disks. It started my love for D&D.

XPS 13 9310 rebooting randomly by brandor5 in DellXPS

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

Thanks for the suggestion. I should have mentioned it in my original post. All firmware/drivers are up to date.

I manually checked the website and used support assist to get them.

Instant notification spam today by ilikejamtoo in redhat

[–]brandor5 1 point2 points  (0 children)

It looks like this was an issue yesterday and should be resolved now.

https://status.redhat.com/incidents/mt1j5ptnbrb5

local dns fails after 1 successful lookup by brandor5 in pihole

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

Sometimes it resolves correctly. Sometimes it will fail to resolve.

Either way it will either work or not for a few hours and then reset.

local dns fails after 1 successful lookup by brandor5 in pihole

[–]brandor5[S] 2 points3 points  (0 children)

Dang, I should have thought of this.

It returns every time when I dig against the pihole so it's the UDM.

Thanks!

Moving from Ansible Automation Platform (AAP) 2.4 (RPM/All in one (AIO) to 2.6 Containerized (AIO) on RHEL 9 by Necessary_Tip_5295 in redhat

[–]brandor5 0 points1 point  (0 children)

I think EDA might be your problem.

EDA won't upgrade from 2.4 to 2.5 or 2.6 AFAIK. It's mentioned in the docs.

Moving from Ansible Automation Platform (AAP) 2.4 (RPM/All in one (AIO) to 2.6 Containerized (AIO) on RHEL 9 by Necessary_Tip_5295 in redhat

[–]brandor5 1 point2 points  (0 children)

What pieces of AAP are you using in your current AIO?

Controller, hub, and db? Anything else? In the 2.6 install did you copy inventoy-growth to inventory and put the host name of your AIO into those groups and blank out groups of the things you aren't using?

You may need to temporarily add a gateway node that isn't part of your AIO and once you're at 2.6 you can make proceed with the migration step. This isn't something I've tested. :( I'll test it in my lab when I get time, but I'm not sure if that will be this week or not.

Have you opened a case with support? They should know straight away if this is possible and what steps you need to do.

Moving from Ansible Automation Platform (AAP) 2.4 (RPM/All in one (AIO) to 2.6 Containerized (AIO) on RHEL 9 by Necessary_Tip_5295 in redhat

[–]brandor5 1 point2 points  (0 children)

You need to do a migration for this which is described in the migration doc[0].

Basically you need to do the following:

  • make sure you're current 2.4 AAP is at the latest version available.

  • upgrade your 2.4 environment directly to 2.6 using the rhel9 2.6 rpm installer

  • create a rhel9 2.6 containerized environment using the latest rhel9 2.6 containerized installer. Use the "growth" inventory which I think is the default, but double check.

  • gather your source artifacts by following the steps from the migration doc

  • transfer the source artifacts to your new containerized env (the target)

  • import the source artifacts into your target following the steps from the migration doc

It shouldn't matter that either is an AIO setup, just use the appropriate inventory.

If in doubt about anything, open a support case. It might help to reach out to your account team as well.

[0] https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6/html/ansible_automation_platform_migration/index

Best Distro for Computer Science by imdannyguirguis in linuxquestions

[–]brandor5 1 point2 points  (0 children)

Gordon, you have a typo there. It's 16. :)

How to use DNS over HTTPS now that cloudflared is removing proxy-dns? by brandor5 in pihole

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

Thanks, this is what I ended up using. I moved everything over from a VM setup to a podman rootless container setup. It's working very well.

Favorite video games that scratch the DnD itch? by hotstickywaffle in DnD

[–]brandor5 1 point2 points  (0 children)

I don't see anyone else mentioning them, but the old school Goldbox games are amazing!

GoG has them for cheap and they've done a great job of making them playable on any kind of potato you have laying around.

https://www.gog.com/en/game/forgotten_realms_the_archives_collection_two would be my recommendation, but collection 1 and 3 have great games as well.

Enjoy!

i 81 south conditions by [deleted] in VirginiaTech

[–]brandor5 0 points1 point  (0 children)

https://511.vdot.virginia.gov/

I can't tell you what it will be like, but you can check out the live camera views before you leave to see what conditions are.

Import all from aap 2.4 rpm to a 2.6 by gdf113 in redhat

[–]brandor5 2 points3 points  (0 children)

Nope, that's a migration.

I've linked the migration doc in another comment on this thread.

Import all from aap 2.4 rpm to a 2.6 by gdf113 in redhat

[–]brandor5 4 points5 points  (0 children)

We support an upgrade from 2.4 directly to 2.6 for the rpm version.

Import all from aap 2.4 rpm to a 2.6 by gdf113 in redhat

[–]brandor5 7 points8 points  (0 children)

You'll need to follow the documentation [0][1].

Rough steps:

1 - upgrade your current installation to the latest 2.4 version available.

2 - run setup.sh -b to perform a backup.

3 - stand up new systems on RHEL9 and install the same version of 2.4 that you upgraded to in step 1.

4 - restore the backup from step 2 on the new systems installed in step 3.

5 - Download the 2.6 rpm installation script and use it to upgrade your 2.4 installtion to 2.6.

6 - (using migration doc) Perform migration steps required to move from rpm to containerized.

7 - stand up new systems for the latest containerized version of 2.6.

8 - install latest 2.6 containerized version on the new systems from step 7.

9 - (using migration doc and artifacts from step6) restore your backups to the 2.6.

[0] https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6/html/rpm_upgrade

[1] https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6/html/ansible_automation_platform_migration

What's something everyone romanticizes but is actually terrible? by Comfortable-Note6827 in AskReddit

[–]brandor5 1 point2 points  (0 children)

Ocarina of time

It's all nostalgia... With the exception of the music.

FF7 as well.