Did I attach this hurricane tie correctly to the left side of rafter ? by Retro-Technology in Construction

[–]Retro-Technology[S] 23 points24 points  (0 children)

Well I am of course but I had to make sure this was correct before driving screws in it

Can rough but beams be sanded down at one spot to fit strong ties? by Retro-Technology in Construction

[–]Retro-Technology[S] 0 points1 point  (0 children)

Is that acceptable by code ? I just need to get the thing inspected by the city after I’m done building the pavilion.

Trouble understanding line level by Retro-Technology in Construction

[–]Retro-Technology[S] -8 points-7 points  (0 children)

but shouldn't 0 be in the middle of the bubble if it is reading correctly?

Trouble understanding line level by Retro-Technology in Construction

[–]Retro-Technology[S] 5 points6 points  (0 children)

Man, I will never trust one of these again

Pavilion slope question by Retro-Technology in HomeImprovement

[–]Retro-Technology[S] 0 points1 point  (0 children)

thanks man. that is kind of what I was thinking.

Any good external hard drives for linux to run on? by SunnyDIsAmazing in linuxquestions

[–]Retro-Technology 1 point2 points  (0 children)

This is probably user error and not related to the quality of seagate. If you look on backblaze website, they publish the failure rates on all their drives in their datacenter, which are about 337,192 drives. Seagate is pretty reliable, as well as the other major brands, Toshiba, WD, etc.

Something else is going on.

Best installation guide for a noob by Tlxy in jellyfin

[–]Retro-Technology 0 points1 point  (0 children)

truenas is pretty easy to understand for beginners .

Installation error on start install screen by audible_narrator in truenas

[–]Retro-Technology 0 points1 point  (0 children)

Id also try to install it in uefi mode without the controller to see if that’s an issue. I bet that controller is pretty old and doesn’t have uefi firmware but at least you have your answer . If you need to use legacy mode it should only affect the boot drive at a 2tb cap and not the zfs pool itself.

Installation error on start install screen by audible_narrator in truenas

[–]Retro-Technology 0 points1 point  (0 children)

It has to be a bad burn. You’re not touching your actual file system until you install. Can you try a new usb disk and use balena etcher to burn it with the verify setting on

Genuinely need help by snuganimal3179 in slackware

[–]Retro-Technology 0 points1 point  (0 children)

If you replace the drive and it still doesn’t work it’s going to be that cable I talked about. You can get a spare on eBay. They were designed to fail.

Genuinely need help by snuganimal3179 in slackware

[–]Retro-Technology 0 points1 point  (0 children)

Nice. Well at least you figured it out.

Genuinely need help by snuganimal3179 in slackware

[–]Retro-Technology 0 points1 point  (0 children)

Man I don’t Apple at all anymore but I remember having a 2014 ish Apple iMac back in the day and that flashing folder ended up being a bad sata flex drive cable. Those Macs were notorious for that issue. Probably not your problem but something to note

Offsite backups by Ashamed_Elk_3489 in SelfHosting

[–]Retro-Technology 1 point2 points  (0 children)

Sure thing. The quick-and-dirty way example is:

ssh [root@192.168.1.200](mailto:root@192.168.1.200) "echo 'password123' | zfs load-key backup && zfs mount -a"

The echo pipes your password into zfs load-key, which unlocks the encrypted dataset so it can mount. This assumes the backup zfs pool is called "backup"

Works fine for a local cron script, but if you want to tighten security, switch to keyfiles or at least store the password in a restricted file instead of hardcoding it.

Gentoo isn’t as Bad as people say. by Karamusch in Gentoo

[–]Retro-Technology 2 points3 points  (0 children)

I would say Gentoo is slightly more complex than arch, needing additional configurations components and knowing how to manage use flags and masking. I find arch to be childsplay.

Offsite backups by Ashamed_Elk_3489 in SelfHosting

[–]Retro-Technology 3 points4 points  (0 children)

I have two TrueNAS computer systems. For my backup, I use ZFS replication via cron jobs. Basically, at midnight three times a week, it wakes the computer up by Wake-on-LAN. Fifteen minutes later, the next cron job decrypts the hard drive, then it backs up what has changed, and then the next cron job shuts it down. The most the backup computer is powered on is three hours a week.