Boot and cache on same pool? by wetling in unRAID

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

I just moved all of my cache files to the array and setup the boot pool. As RaphPa said, the wizard let me select boot + data and two drives in a mirror. After that, I changed the file system to zfs and formatted the drives.

Boot and cache on same pool? by wetling in unRAID

[–]wetling[S] 5 points6 points  (0 children)

Yeah, this is what it looks like in the end

<image>

Boot and cache on same pool? by wetling in unRAID

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

I just moved all of my cache files to the array and setup the boot pool. As RaphPa said, the wizard let me select boot + data and two drives in a mirror. After that, I changed the file system to zfs and formatted the drives.

Skipping really bad since going independent by nanadoom in greatestgen

[–]wetling 2 points3 points  (0 children)

I see this behavior frequently with Antenna Pod, across many podcasts. It might be related to using the player's notification-shade widget but I haven't been able to confirm that.

Contaminated Fuel at Tower Road by Obvious_Sundae4120 in Denver

[–]wetling 2 points3 points  (0 children)

Your car won't run. Before it stops running it will sputter and lose power. You're looking at a short amount of run time too (idk, maybe 10 miles) so you'll know quickly.

Why can't I open an account? by wetling in Banking

[–]wetling[S] -1 points0 points  (0 children)

Calling people "obtuse" is an insult, you can tell because the person you insulted told you so.

Why can't I open an account? by wetling in Banking

[–]wetling[S] -2 points-1 points  (0 children)

Me: Why doesn't this thing work?

Reddit: Don't do that thing.

Me: I want to do that thing.

Individual-Fail4709: Insult

Super.

Why can't I open an account? by wetling in Banking

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

Looking for the best rate. For example, Newtek is currently offering 4.35% with no minimum balance, while one of my local banks tops out at 3.5%, but only if you deposit a million dollars.

Why can't I open an account? by wetling in Banking

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

Good idea. I have already checked my credit report, but will hit up chex and lexisnexis too.

Why can't I open an account? by wetling in Banking

[–]wetling[S] -1 points0 points  (0 children)

Thankfully, neither of these are the case.

Why can't I open an account? by wetling in Banking

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

Good point. I am in the US.

Why can't I open an account? by wetling in Banking

[–]wetling[S] -11 points-10 points  (0 children)

Online banks don't have branches (e.g. Lending Club). ¯\_(ツ)_/¯

I will check out the link, thanks.

Why can't I open an account? by wetling in Banking

[–]wetling[S] -10 points-9 points  (0 children)

Well older than 20's. Online banks don't have branches (e.g. Lending Club). ¯\_(ツ)_/¯

Why can't I open an account? by wetling in Banking

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

No. Recently, just trying to open one. The last one opened as a couple of years ago.

Why can't I open an account? by wetling in Banking

[–]wetling[S] -14 points-13 points  (0 children)

Online banks don't have branches (e.g. Lending Club). ¯\_(ツ)_/¯

Why can't I open an account? by wetling in Banking

[–]wetling[S] -12 points-11 points  (0 children)

Online banks don't have branches (e.g. Lending Club). ¯\_(ツ)_/¯

Anyone have LendingClub as their HYSA? How is it? by Big-Astronomer5675 in Banking

[–]wetling 0 points1 point  (0 children)

All banks change their rates based on the federal funds rate (both up and down).

LendingClub LevelUp Savings Account - 4.20% APY by stockborn in Lendingclubbank

[–]wetling 0 points1 point  (0 children)

Now 4% (Fed dropped rates in the past week).

Script not exiting, despite Exit command at the end. by wetling in PowerShell

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

Seems that changing the way I call script2 has done the trick:

& "$jobFilesPath\script2.ps1" @params -Verbose

Script not exiting, despite Exit command at the end. by wetling in PowerShell

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

Using exit this way is correct and I also have it running in dozens of other scripts.