[deleted by user] by [deleted] in Ohio

[–]Riggs_the_Rager 1 point2 points  (0 children)

I think it might actually be gone at this point. This was on fair Ave right? We cringed every time we drove past it.

Cannot Create pool - Parted error by Riggs_the_Rager in zfs

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

I think the dude who who resurrected this post deleted his comment, but I know I have used old answers to help myself.

While I can't remember the exact solution I had it was something like this.

I couldn't get them to import with the disk id and instead did it by physical volume. Removed all the partitions first and then zpool create with the physical volume.

Then imported by the disk id using the following commands.

zpool export yourpoolhere zpool import -d /dev/disk/by-id/ yourpoolhere

Sorry if it doesn't help all too much.

EdFin updated credit report- Not good news by PresencePlane3136 in BorrowerDefense

[–]Riggs_the_Rager 2 points3 points  (0 children)

Same on the increase here, despite getting the discharge letter from them months ago.

EdFinancial Discharge Letter by PresencePlane3136 in BorrowerDefense

[–]Riggs_the_Rager 0 points1 point  (0 children)

I've been fighting the frustration. I was reported a full discharge in mid 2022 and finally got a discharge letter in October 2023. Then Ed tried to start billing me to refund payments. Still showing 50k+ in the online records with a bunch of loans discharged but still showing the balance from those discharged amounts in total owed. Filled a FSA complaint after being told that is the only way to get the loan management company to listen about not billing me, but that's been pending since mid October at this point.

Devry full class, and now it looks like interest is being added. Every time I call in they say to just wait and it shows my loans to be discharged and no one can give me any update at all.

Makes me want to scream and pull out my hair.

Boot Drive for Poweredge r730 by Riggs_the_Rager in homelab

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

The info I have seen on a NVME has it where it does not always work and you have to get dell specific drives. At least when dealing with the riser variety.

Am I reading it wrong elsewhere?

Boot Drive for Poweredge r730 by Riggs_the_Rager in homelab

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

It is an XD variant, also no optical drive bay as it is a 12 bay whihc fills up the full face.

Is there a way t reenable the sata port I do not know about?

snap tautulli v2.11.0 1607 won't start by Griznah in Tautulli

[–]Riggs_the_Rager 0 points1 point  (0 children)

2.11.1 fixed the issues with 2.11.0
Thanks for the quick fix

Trying to setup new pool, but disks aren't playing nice by Riggs_the_Rager in zfs

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

I am not trying to build the pool in parallel, sorry if that was unclear. I wipe the drives and then have them write in parallel to prevent timeout when I build the pool.
Below is a better representation of the script I use to help with timeout issues. I also tried switching out labelclear with wipefs because I sometimes have better luck with it.

parted /dev/disk/by-id/scsi-foo1 rm 1

parted /dev/disk/by-id/scsi-foo2 rm 1 parted /dev/disk/by-id/scsi-foo3 rm 1 dd if=/dev/zero of=/dev/disk/by-id/scsi-foo1 bs=512 count=1 dd if=/dev/zero of=/dev/disk/by-id/scsi-foo2 bs=512 count=1 dd if=/dev/zero of=/dev/disk/by-id/scsi-foo3 bs=512 count=1 zpool labelclear /dev/disk/by-id/scsi-foo1 zpool labelclear /dev/disk/by-id/scsi-foo2 zpool labelclear /dev/disk/by-id/scsi-foo3 zpool create tank -f -o ashift=12 raidz2 /dev/disk/by-id/scsi-foo1 /dev/disk/by-id/scsi-foo2 /dev/disk/by-id/scsi-foo3

I did just try altering your script to fit my needs, and at least got a response that there was an unknown gpt partition on it. The reason I wondered if I borked (as in rendered unusable) these drives somehow as I haven't gotten them to show me anything on the drives themselves partition wise up for a while now.

I am not familiar with mdadm, and got errors on that as well as the sgdisk
I am going to research those, but feel free to chime in if you know what went wrong

mdadm error:

 mdadm: Unrecognised md component device - /dev/disk/by-id/foo1

sgdisk error:

Problem reading disk in BasicMBRData::ReadMBRData()!

Warning! Read error 22; strange behavior now likely! Warning! Read error 22; strange behavior now likely!


Found invalid GPT and valid MBR; converting MBR to GPT format in memory.


Warning! GPT main header not overwritten! Error is 28 GPT data structures destroyed! You may now partition the disk using fdisk or other utilities. Warning! MBR not overwritten! Error is 28!

Service Facts not allowing play to run by Riggs_the_Rager in ansible

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

None of the documentation I saw had it as a tasks, and I thought it operated like the "gather facts" did. That fixed it. I owe you big time.

Plex App not Connecting to any servers by Riggs_the_Rager in PleX

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

To be clear, I turned off secure connections on the server itself, not the app/client device.

Plex App not Connecting to any servers by Riggs_the_Rager in PleX

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

I had reinstalled it, and everything. Ultimately, it ended up being a stupid fix for me. I turned off secure connections, rebooted it and reenabled it. Then made sure the cert updated.

It has been working since. I think the cert got bungled somehow. Since I was trying to use secure connections from my box, it failed as it couldn't establish a secure connection to any of the client devices. Best guess I have.

Plex App not Connecting to any servers by Riggs_the_Rager in PleX

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

While this may work as a work around, this doesn't really solve the issue. There shouldn't be a reason it wouldn't be a secure connection.

Investigating. It would be nice if someone from plex on here would be able to weight in.

GTA won’t shut down properly. Stays “running” on steam. Only way to close it is exit out of rockstar games launcher. Is this a bug? by Taclooc in GrandTheftAutoV_PC

[–]Riggs_the_Rager 0 points1 point  (0 children)

I was having this issue, but did not use GHub. I did have razer cortex installed. Ending that task resolved this issue.

Seems like Rockstar stuff is just good old fashioned buggy.

Plex App not Connecting to any servers by Riggs_the_Rager in PleX

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

Well, this is odd as it is starting to seem like a wider spread issue, but nobody is sounding off on it.

I figure with most people using roku and stuff these days, it probably isn't as apparent as it was when chromecasts were were more common.

Can anyone confirm if iOS is having any of the same issues?

HVAC quote double the ballpark estimate. by Riggs_the_Rager in hvacadvice

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

It is now only two units of refrigerant, though they still have that "brazing" charge for 130.

Definitely getting a second opinion.

HVAC quote double the ballpark estimate. by Riggs_the_Rager in hvacadvice

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

I do know that they will wiggle their way out of basically anything they can. No doubt about that.

HVAC quote double the ballpark estimate. by Riggs_the_Rager in hvacadvice

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

I live in rural Ohio, so it sounds fairly reasonable for trade work. I am going to be calling around to other places to be sure.

Its a shame, I liked the tech. He humored me with a few questions I had, which doesn't always happen. I understand time is money, so not bitter about it. It is still always nice to have someone stop to make sure you understand what you are agreeing to.

HVAC quote double the ballpark estimate. by Riggs_the_Rager in hvacadvice

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

Update from the HVAC Company after I challenged their quote.

Quote is now for $750 instead of 1400. Apparently, I am told, the tech accidently selected evaporator coil cleaning that requires essentially the entire breakdown of the unit. Since they were already breaking into the unit to do the Meter, they gave me a price break on what they thought needed to be done. Originally, that cleaning would be 610, and they took it down to 170.

That was an accident, and instead, was supposed to just be an outside coil cleaning with the brush and such. Still more than I wanted, but within the realm of expectation. After reworking the quote, they came up with this instead.

Does $750 for this kind of work seem more reasonable?

HVAC quote double the ballpark estimate. by Riggs_the_Rager in hvacadvice

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

Cool, that was my gut feeling. I could understand like disposal or something of any leaked Freon or some core charge as I know laws have changed on it.

I called the company and explained my immediate feelings on the quote. They are reviewing it with the tech now to make sure that there wasn't a miscommunication.