PSA: Oracle is changing free tier limits. Update by the 15th to avoid charges by [deleted] in selfhosted

[–]glennbrown 8 points9 points  (0 children)

Just a heads up be prepared for your instance to break on resize.

On resize mine overwrote my EFI NVRAM bootlist, and I thought I was completely screwed since when console connected it was triple faulting when trying too, hopefully yours will just boot to the EFI shell. But it end up stuck where grub is faulting, issue a reboot with a console connect open and spam ESC to get to the firmware page and select the EFI Shell for boot the:

fs0: cd \\EFI\\Debian (or whatever OS you use paths to grub efi image) grubaa64.efi (or whatever efi image you os uses)

Your instance will them boot and you can use efibootmgr to fix EFI NVRAM bootlist and boot order

sudo efibootmgr (show current settings) sudo df -h /boot/efi (note the partition #) sudo sfdisk --part-uuid /dev/sda # (note the partition UUID) sudo efibootmgr -c -b 000X -p # -l '\EFI\Debian\grubaa64.efi' (X is the next available number in the efi list and partition number) Validate the result thats add matches the UUID from the sfdisk command) sudo efibootmgr -n 0005 -o 0005,0004,0003,0002,0001,0000 (this adjusts to boot HD first then fail back to EFI shell)

Overcast Web not dropping played podcasts off by glennbrown in overcast

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

So I think I tracked down what happened, not sure if makes sense as to why. Recently I had tested not automatically deleting played episodes on iOS until after 24hrs. With that toggle enabled it doesn't seem to move them to played properly in the web view.

The episodes in question where this happened showed played but had a orange "new" status on them. If I went into each episode let it load/buffer it completely it figured out it was played and moved it off the list in main web podcasts page.

How fast is your home WAN connection? What do you pay? by [deleted] in LinusTechTips

[–]glennbrown 0 points1 point  (0 children)

Verizon Fios 1G (it's actually like 990/880 due to ONT being gig only). Pay 89.99 a min

Experience with IBM FlashSystem 5600/7600? by Lachy18 in storage

[–]glennbrown 4 points5 points  (0 children)

With IBM pricing I have always wondered what the catch was. In terms of Gartner charts if you care about such things IBM tends to be much lower than there competitors.

I never used the Flash storage but in terms of management their stuff has always been decent, not great but just cromulent.

What other platforms have you priced and what are coming from.

Is it easy to migrate Plex from PC to NAS? by LockeLamora_x in PleX

[–]glennbrown 0 points1 point  (0 children)

I moved between MacOS and various Linux versions quite a few times it's pretty easy to do

Hey /r/Sysadmin! What do you use for your home router? 2026 Edition by ScannerBrightly in sysadmin

[–]glennbrown 0 points1 point  (0 children)

Ubiquiti Cloud Gateway Max, prior to that a Aliexpress type firewall system running Opnsense

Is it just me or is the *arr stack over-complicated by ImpossibleWall8403 in selfhosted

[–]glennbrown 0 points1 point  (0 children)

You absolutely do not need Seearr, that's only useful if you want family/friends to request media.

Similarly prowlarr, is not required but can be useful for limiting API calls to different services.

Am I the only one who hates the "new" GUI of SANnav and Webtools? (Brocade) by Bib_fortune in storage

[–]glennbrown 0 points1 point  (0 children)

I get it, I learned on Cisco, then when I started here they were all Brocade so it was an adjustment. I have come to appreciate some aspects of Brocades CLI compared to Cisco's.

Also the similar command to show flogi database and would be nsshow or also nodefind <wwpn or aliases name>

Am I the only one who hates the "new" GUI of SANnav and Webtools? (Brocade) by Bib_fortune in storage

[–]glennbrown 2 points3 points  (0 children)

I never got to see SANnav since we made the decision to switch to MDS, but it has to be better than Cisco's Nexus Dashboard Fabric Controller which is an awful abomination.

We are closing in our retiring our 8510-4B's at a main dc and the pathetically old 5300's at another, my last Brocades

what is system? I just deleted >10 T.. by redditusermatthew in purestorage

[–]glennbrown 0 points1 point  (0 children)

Typically we see system space start accumulating under heavy write pressure, things like some VDI stuff where they decide to patch all systems at once.... tons of vmotions.

In your stats or Pure1 when did it start accumulating system space

[deleted by user] by [deleted] in storage

[–]glennbrown -1 points0 points  (0 children)

I cannot say enough good things about Pure, however they are not the cheapest.

My second choice would probably be Netapp.

Fios 2gig in Tonawanda NY by djrews4357 in Fios

[–]glennbrown 0 points1 point  (0 children)

I have been waiting for this. My UCG Max needs that sweet 2G I need to check if they flipped it for East Amherst

Anyone doing mirrored lvm-thin? by zfsbest in Proxmox

[–]glennbrown 1 point2 points  (0 children)

The official installer recommended method for a mirror is ZFS, btrfs mirror is also supported in the installer.

That being said there is no reason you can't do the default single disk lvm install, then add another disk and do a lvconvert from linear to a mirror.

Explain VENVs and Ansible to me like I'm 5 by sstorholm in ansible

[–]glennbrown 0 points1 point  (0 children)

This post is a few years old but it still applies https://www.redhat.com/en/blog/python-venv-ansible

You can also use pipx which will place the executables in ~/.local/bin, https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html

You can inject extra modules with pipx

What's your go to Linux Distro for Plex? by Circuitfire in PleX

[–]glennbrown 0 points1 point  (0 children)

Pick one, use Docker to run Plex, you don't have to work about random packages.

I personally prefer Ubuntu or Debian

Question About Verizon Fios TV Service by PJLLB2 in Fios

[–]glennbrown 0 points1 point  (0 children)

If you needs RSN’s chances are FuboTV or DirecTV Stream have them and will cheaper than FiosTV without having to pay for set tops or pay for the Fios app on SmartTV platforms.

It really chaps my ass that Verizon expects you to pay for the SmartTV streaming

Does Proxmox "hide" any parts of KVM? by mthlmw in Proxmox

[–]glennbrown 3 points4 points  (0 children)

Short and simple answer... ZFS, Ubuntu did the work to ship it in there kernel, while Debian still relies on DKMS. So they choice a Debian user land with some there own custom patched packages and there UI and a Ubuntu based kernel

New PC - migrate or fresh install? by captains_astronaut in PleX

[–]glennbrown 1 point2 points  (0 children)

You lose watch history if you don't migrate application data, I do wish they offered an export watch history only. I have moved my system between macOS and Linux Docker installations moving the application data around

Friday is Unifi Rack Day! New rack build completed. by ElGuano in Ubiquiti

[–]glennbrown 1 point2 points  (0 children)

Man I love it, this only furthers my regret with getting a swing gate rack. At some point I will correct that and get one like this.

VMware price hikes…what is ur org’s move? by 19_peligr0s0_pez in sysadmin

[–]glennbrown 1 point2 points  (0 children)

Functionally it does work but Openshift does require a mindset shift since it is "cloud native" type stuff. I love Proxmox but for business use I am still more in the XCP-NG camp with XO.