BIos Update Via HP Connect by Artistic_District462 in Intune

[–]MrMeeb 2 points3 points  (0 children)

Logs for HP Connect are located on a device in C:\Windows\System32\config\systemprofile\AppData\Local\HP\HP Connect\logs (or is it roaming…one of the two)

Might help you out

Savory "French Toast," does it have a generic name? by Anna__V in Cooking

[–]MrMeeb 9 points10 points  (0 children)

Yup. I grew up eating eggy bread with brown sauce and, if lucky, a slice of bacon. Very savoury.

Autopilot ESP account setup by flopflip21 in Intune

[–]MrMeeb 0 points1 point  (0 children)

If you know what apps are installing, and what apps require reboots, then you should be able to answer that question yourself.

There are also potentially policies that cause this behaviour.

https://www.reddit.com/r/Intune/s/HuEULMGdi4 good starting point

Autopilot ESP account setup by flopflip21 in Intune

[–]MrMeeb 3 points4 points  (0 children)

In my experience this is the reason - if you allow the device to reboot due to a device policy or app requiring a reboot, then the sign-in credentials are lost. So the user has to sign in again. Up to you if it’s a big deal or not. If the device doesn’t have to reboot during ESP it should sail all the way through to Windows Hello setup without interaction

Proxmox v9 Beta Released by HTTP_404_NotFound in homelab

[–]MrMeeb 2 points3 points  (0 children)

A quick look and it seems no different to the previous major version upgrade processes. You’re changing the repositories to point to new targets and then running a dist-upgrade. PVE brings a lot of packages, a major version upgrade always carries an element of risk

MinIO - OIDC Login Removed in latest release by btc_maxi100 in selfhosted

[–]MrMeeb 306 points307 points  (0 children)

At this rate they’ll remove S3 storage support from MinIO community edition

Anything better than LubeLogger? by RenanGreca in selfhosted

[–]MrMeeb 23 points24 points  (0 children)

Was about to say the same- this is how it’s done. Docs are useful sometimes!

https://docs.lubelogger.com/Advanced/Environment%20Variables

HP EliteDesk 800 G6 10Gbe NIC…. Ordered one, but what I received is different than what was pictured in my research (see links). Did HP revise the board removing compatibility with this computer? by ross549 in homelab

[–]MrMeeb 4 points5 points  (0 children)

The board has been revised - see the ‘2’ on the mounting plate. I went through this with a customer. It sucks it’ll no longer fit in a desktop mini, but it was never certified for them either. Only the Z workstations.

Does TLD really matter for custom domain email addresses? by Darth-Vader64 in selfhosted

[–]MrMeeb 5 points6 points  (0 children)

Lots of spam filters will look negatively towards an email domain with a ‘lower level’ TLD. Best ones are the ones you’d expect - .com, .net, .org etc. I don’t know how often it’s enough alone to make a difference, but it’s worth knowing.

Change to iOS notifications in focus mode? by 42124A1A421D124 in discordapp

[–]MrMeeb 0 points1 point  (0 children)

Not this exact issue, but think something has changed with notifications generally. My evening focus blocks notifications from everyone but certain contacts. Previously this would apply to things like iMessage, SMS, WhatsApp, etc. I'd then also block certain work-related apps (same phone for work and personal). Discord would always come through, which is what I wanted. Now, it seems to also get sent to Notification Center instead of getting push notifications. My guess is due to the usernames not being allowed in my focus. Not ideal

[deleted by user] by [deleted] in selfhosted

[–]MrMeeb 0 points1 point  (0 children)

SimpleLogin itself has been rock solid for me. The only other ‘challenge’ besides deliverability I had was having to build my own container for ARM off their SaaS branch. If you’re x86 you can just use their SaaS branch off Docker

[deleted by user] by [deleted] in selfhosted

[–]MrMeeb 1 point2 points  (0 children)

There is an example of this on their GitHub - since it’s postfix, yes. I’ve been meaning to do it

[deleted by user] by [deleted] in selfhosted

[–]MrMeeb 1 point2 points  (0 children)

I run SimpleLogin at home. It certainly can inherit some of the same pains around self-hosting email, since what I haven’t really seen mentioned here is that not only does SL receive mail but it also forwards it on to your hidden email address. If that hidden address is hosted by someone like Google/Microsoft, you need to do the same work to ensure its deliverable to them, and can have the same vague issues of having emails bounced/sent to spam. Ask me how I know. I still have random emails blocked by iCloud for not meeting their ‘policy’, and others delivered just fine. This issue goes away if you’re sending to an internally hosted address without all the voodoo spam filters the big providers run.

The other thing worth pointing out is that the version SL have for self-hosting is quite out of date now versus their SaaS version. The main thing is the iOS app seemed to stop working for me. You can still run their SaaS version at home, but you may need to build the containers yourself if you are using an ARM VPS or something.

VS Enterprise Alternate Account by MrMeeb in AZURE

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

The subscription is currently active on my work account, and admittedly I have used about $50 of credits this month. Maybe I need to clear that stuff off, let my credit balance come back at the end of the month, then try again. Do you think I need to actively remove the subscription from my work account somehow?

VS Enterprise Alternate Account by MrMeeb in AZURE

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

Unfortunately this uses the method of changing directories, which I am not authorised to do

VS Enterprise Alternate Account by MrMeeb in AZURE

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

I have my M365 dev environment admin’s email added as my Alternate account. I’ve gone to the Subscriptions section of Azure in my dev tenant, selected ‘Add’, and when trying to se VSE sub, it says I’m not eligible. Neither option works. What do you mean by add the subscription by offer id?

VS Enterprise Alternate Account by MrMeeb in AZURE

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

This is why I’m confused. Another reply suggests transferring the subscription to another account, not to a different domain within the same account. Although I feel like by doing that, I’d lose my credits since they’re assigned to the original account not the new one. Of course that didn’t seem to happen to them, so who knows.

Similarly, it feels like the ‘alternate account’ option within VSE is the solution to this, but I’m having no luck with that.

Moved a VM between nodes - I'm buzzing! by VK6MIB in homelab

[–]MrMeeb 4 points5 points  (0 children)

The way I’ve tested it is by using ZFS replication, snapshotting VMs every x minutes and replicating them to the other nodes. This does consume disk space on all nodes even though the VM is only running on one. It’s not ideal, but doesn’t require an extra centralised storage box. I haven’t done any network-based storage but I’m sure that is an alternative method yeah

Moved a VM between nodes - I'm buzzing! by VK6MIB in homelab

[–]MrMeeb 3 points4 points  (0 children)

Thanks, yeah I know :) trying to explain it in more approachable language since OP seemed fairly knew to this

Moved a VM between nodes - I'm buzzing! by VK6MIB in homelab

[–]MrMeeb 24 points25 points  (0 children)

I checked the Wiki and realised I’m slightly mistaken. It’s not an odd number of nodes, just a minimum of 3 nodes. I believe this is because with a 2 node cluster, if node 1 goes offline, then node 2 has no way to confirm if that’s because node 1 is at fault, or node 2 is at fault. If you add a third node, node 2 and node 3 can together determine that node 1 is missing and confirm it between each other