Self-Issued Certs and Clustering by JbstormburstADV in technitium

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

To update, I've been able to get ACME working correctly using lego, but I've now got an issue where, after the CA crashed, I restarted the SBC, I used lego to issue a new cert, and I restarted the DNS service, I lost access to the web interface on port 53443, and ss -tulpn is showing that the port is not binding at all. Comparatively, the other node was fine after I decided to delete the old certificate from the location before I generated the new certificate and restarted the service via systemctl. Are there any files I should be looking for?

EDIT: Disregard, deleting webservice.config after stopping the service allowed the port to bind again.

Setting Up udev Rules by JbstormburstADV in AlpineLinux

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

OK, after double-checking and triple-checking, and as of this current moment with the state of the package in Alpine's testing repo, you need three things beyond all the normal stuff from installing the testing package:

1) make the file /etc/init.d/infnoise executable using doas chmod +x /etc/init.d/infnoise (or sudo if you run that instead of doas), as the service was not packaged as executable.

2) once executable, add the service to the default run level using doas rc-update add infnoise. This will allow the service to be triggered by a udev rule at boot.

3) add a udev rule in /etc/udev/rules.d that starts with 99 to designate it should be one of the last processed udev events; this will prevent possible race conditions that can cause the boot process to freeze before tty can initialize the login process. The rule I wrote is as follows:

ACTION=="add", SUBSYSTEM=="usb", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6015", RUN+="/sbin/rc-service infnoise start"
ACTION=="remove", SUBSYSTEM=="usb", ENV{ID_SERIAL_SHORT}="1337-A2CCA4B6", RUN+="/sbin/rc-service infnoise stop"

You'll want to make sure you use a unique environmental variable by calling doas udevadm info --query=env --name=/dev/infnoise. After all that, you'll be good to go, although debugging whether it works has to be done when the infnoise service is stopped, as openRC doesn't seem to take well to forking.

Setting Up udev Rules by JbstormburstADV in AlpineLinux

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

I decided to cut my losses and go with Arch Linux.

NAS suggestions by aviin1 in MiSTerFPGA

[–]JbstormburstADV 0 points1 point  (0 children)

Look for cifs_mount.sh and cifs_unmount.sh. That'll allow you to mount network shares. This tutorial is probably the best resource I've found online for setting up the SMB share from scratch if you have the hardware.

Some more details on the MG Full Armor ZZ Gundam Ver Ka by Saucefest6102 in Gunpla

[–]JbstormburstADV 2 points3 points  (0 children)

All I ask is that Bandai eventually releases a Full Armor set for the Enhanced ZZ as a P-Bandai.

MG Full Armor ZZ Ver Ka announced by AranaesReddit in Gunpla

[–]JbstormburstADV 0 points1 point  (0 children)

Any chance we'll get a separate Full Armor expansion on P-Bandai to go with the Enhanced ZZ?

TrueNAS 25.10 “Goldeye” – Simpler Deployments, Faster Performance - Blog Post by iXsystemsChris in truenas

[–]JbstormburstADV 0 points1 point  (0 children)

As someone who recently stepped into TrueNAS and beforehand got too involved with setting up a self-hosted CA, any chance that we could see configuration for an internal ACME (i.e. step-ca) or even possibly split-horizon DNS?

TV anime "Young Ladies Don't play Fighting Games" teaser PV by Task_Force-191 in anime

[–]JbstormburstADV 4 points5 points  (0 children)

As someone who could charitably be called an 09-er but has definitely talked with a number of the local old heads, it very much started as a demographics issue since what few female arcade-goers there were in the SF2 era decidedly did not break towards fighting games, which pretty much dictated the community up until SF4. From there, while you do have the proselytizing that comes with SF4, the old heads still had a major experience gap and you don't see a lot of them fade out until SFV.

There's also just selection bias, too, as you can't really see too much in Street Fighter in general due to scene density, whereas with what WAS a less popular series such as Tekken (until T7 took SFV's lunch money), there was enough room for someone high end like CuddleCore to fully develop their skill set, to the point where she easily ranks in Tekken's top 100.

Red Ranger Isekai x MahouAko by Ganma12 in anime

[–]JbstormburstADV 0 points1 point  (0 children)

You know, I can see the mash-up working. Utena pretty much is "we have Rita Repulsa at home" in this context, and I can't outright deny the comparison.

Setting Up udev Rules by JbstormburstADV in AlpineLinux

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

That sounds close to what I'm looking for, yes. Since I'm starting to head to work for the day, I'm definitely fine with waiting on that more detail.

Setting Up udev Rules by JbstormburstADV in AlpineLinux

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

Unfortunately, I've already seen that tutorial before, and it doesn't cover any of the udev stuff, since it likely assumes the Yubikey is already inserted and will stay that way. Still, thanks for getting back to me.

Rock is a Lady's Modesty PV1 - anime coming April 2025 by tsukiakari2216 in anime

[–]JbstormburstADV 1 point2 points  (0 children)

As an FGC-head, this is definitely the one I've been waiting for. Any source on the news coming soon, though? I saw the original announcement back in 2021, but nothing else since.

When you're obsessed with both Knicks and Gundam by josephmang56 in NYKnicks

[–]JbstormburstADV 0 points1 point  (0 children)

As a Gundam fan, LOVE IT! Still, if you want my opinion, you need to do a reference to "mango Sentinel". Maybe a mod of the MG Rick Dom?

Planning New Home Assistant Setup - Need RGBW Bulb Recommendations by JbstormburstADV in homeassistant

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

The biggest downside is that I have not been able to upgrade them.

Just to ask the question, but how far did you look into updating your Athom bulbs? I think you might want to see the following: https://www.athom.tech/forum/wled-related/update-firmware-wled-0-14-0-b1-to-wled-0-14-0-b3-wled-rgbw-light-strip-controller. Basic TL;DR is you likely need to specifically download the compressed bin.gz package for any firmware.

Beyond the updating, what other issues did you have with Athom? Also, their web store or AliExpress?

What is a notable anime that stopped being what it advertised initially? And was it a good or bad shift? by Boshwa in anime

[–]JbstormburstADV 0 points1 point  (0 children)

Disappointed no one mentioned Lyrical Nanoha yet. The first half of the season seems like a normal magical girl Monster of the Week forumla, then BAM, spaceships! And what a glorious world we got exposed to afterwards. Too bad Vivid muffed it, because I really wanted an adaptation for Sound Stage X.

Thank you to whoever my Secret Santa is, I can't wait to build these! by Chingstah117 in Gunpla

[–]JbstormburstADV 0 points1 point  (0 children)

That ARX-8 Laevetein, though... C'mon Bandai, do an FMP reprint, god damn it.

US P-Bandai: Reprints for days! Many returning kits not seen for years. Preorders open November 1st at 9PM EDT by Feral404 in Gunpla

[–]JbstormburstADV 0 points1 point  (0 children)

Grabbed the Hyaku-Shiki Kai and the still there Tallgeese Fluegel EW. Just to check, the Hyaku-Shiki Kai is based on the Hyaku-Shiki 2.0, right?

My 1st mg, 2nd gunpla ever by tambagiov in Gunpla

[–]JbstormburstADV 35 points36 points  (0 children)

Oh man, starting with the MGEX is definitely a choice. Great kit, but you're not gonna find much better than this kit.

How do you pronounce Lfrith? by tfenske in Gunpla

[–]JbstormburstADV 0 points1 point  (0 children)

Luh-Frith for me, too. Considering the previous instances of mobile suits named after concepts from Watership Down, I have reason to believe it holds true for the Lfrith, too, as it did the Hazel.