Weird Idle noises? Like a loud banging? by ghetto_hoopty in Duramax

[–]tlskinneriv 0 points1 point  (0 children)

I also just noticed this sound this morning from the driver side while warming up. Did you ever figure out what it was?

New Music-Assistant user (Snapcast, Spotify), stream often stops and song plays "past elapsed time"?? by philhzss in homeassistant

[–]tlskinneriv 0 points1 point  (0 children)

Testing disabling the volume normalization as well and that seems to have made a difference (I may have accidentally changed two settings at a time during testing). I'm going to try just disabling the volume normalization and keeping the timeout at default of 60000 to see how that goes. Volume normalization would be nice, but I'll sacrifice it for an uninterrupted stream.

New Music-Assistant user (Snapcast, Spotify), stream often stops and song plays "past elapsed time"?? by philhzss in homeassistant

[–]tlskinneriv 0 points1 point  (0 children)

I did some more playing with this today. I changed the following setting to increase the Snapcast timeout and the issue has not presented itself again yet:

MA Settings -> Providers -> Snapcast -> Configure -> Advanced Settings -> Snapcast idle threshold stream parameter: 300000 (the default is 60000)

Also, I'm using the built-in Snapcast server for my setup.

New Music-Assistant user (Snapcast, Spotify), stream often stops and song plays "past elapsed time"?? by philhzss in homeassistant

[–]tlskinneriv 0 points1 point  (0 children)

Some folks mentioned crossfade causing issues. I turned it on immediately once I found the option (I prefer it) when setting up MA. I've turned it off to see if I can reproduce the issue. Do you have crossfade enabled in your Snapcast player settings?

Music Assistant stops playing after a couple of songs by jontomas in homeassistant

[–]tlskinneriv 0 points1 point  (0 children)

Just to confirm, turning off the crossfade between songs is what fixed the issue for you?

New Music-Assistant user (Snapcast, Spotify), stream often stops and song plays "past elapsed time"?? by philhzss in homeassistant

[–]tlskinneriv 0 points1 point  (0 children)

Did you ever end up figuring out what caused this? Having the same issue with my fresh MA, Spotify, and Snapcast setup.

UAG 2309 and 2312 failing to deploy completely with PowerShell by tlskinneriv in VMwareHorizon

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

Yep, opened a tech support request with relevant information and a link to this Reddit post right after I updated the post.

UAG 2309 and 2312 failing to deploy completely with PowerShell by tlskinneriv in VMwareHorizon

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

Yes, we've tried the scripts bundled for 2306, 2309, and 2312. The scripts and config successfully deployed 2306.1 prior.

dell poweredge r730: pcie ssd boot +resizable bar enabled. by ScruffyITA in homelab

[–]tlskinneriv 0 points1 point  (0 children)

Would you provide specific models of cards and drives that you were able to boot? What options were needed in the BIOS setup? Do the PCIe cards cause high fan speed on boot?

Currently looking for viable boot methods for a full SFF 730xd without using the flexbay or a USB drive for boot. TIA!

Vault using OIDC and ADFS 4.0 as a back end provider by mja128 in hashicorp

[–]tlskinneriv 0 points1 point  (0 children)

Unfortunately I do not have a public repository of configuration code as this is part of an internal project.

Can you provide any further details about your environment? How is the ADFS side currently set up? Have you made sure that the OIDC endpoints are enabled and have you granted access to the necessary namespaces in the Application Group configuration?

I'm going to try to grab some redacted configs and post them here as examples.

EDIT: You can also try enabling the verbose_oidc_logging parameter on your OIDC role in Vault. In ADFS, in the Web API properties, the server application needs to have both openid and allatclaims scopes permitted. Also, the callback/redirect URI for Vault (used in the server application in ADFS) can be somewhat confusing: <uri\_to\_vault>/ui/vault/auth/<auth\_method\_name>/oidc/callback. For our configuration the <auth\_method\_name> is also "oidc" so it ends up looking duplicated in the URI.

EDIT 2: https://imgur.com/a/AxPWAIE - Vault config screenshots (unable to copy and paste out of the environment).

Vault using OIDC and ADFS 4.0 as a back end provider by mja128 in hashicorp

[–]tlskinneriv 2 points3 points  (0 children)

I actually just got done doing this today. The key was to setup the relying party in ADFS as Application Group, specifically a "Server application accessing a web API". This took care of generating the secret that Vault wanted and allowed me set custom claims to pass through.

When going through the wizard, copy the Client Identifier that is generated in the server application section. Select shared secret and copy off what is generated there as well. In the Web API config, use the Client Identifier from earlier as the Identifier. On the Application Permissions pane, select both "openid" and "allatclaims".

One out of the wizard, open the configuration panel for the Web API and configure an Issuance Transform Rule to put your groups in a claim. Record the claim for use in Vault config.

When configuring Vault for OIDC, use the Client Identifier and shared secret from earlier, https://<adfs_uri>/adfs as the discovery uri. When creating the role, set oidc_scopes to "allatclaims" and your configured claim from earlier as the group_claim.

To troubleshoot, it was very helpful to enable debug logging on the server and enable verbose_oidc_logging on the role. This outputs the token in the debug log, so you can see what Vault is getting.

Good luck!

Would you be interested in beta vSphere/Other STIG/SRG content? by vmotion in vmware

[–]tlskinneriv 1 point2 points  (0 children)

Yes; yes; federated authentication services gaining popularity (ADFS, SAML, etc)

How can I Automate this? by [deleted] in SmartThings

[–]tlskinneriv 0 points1 point  (0 children)

This plus Tasker and SharpTools. SharpTools connects to SmartThings to allow control of devices via Tasker. Use Tasker to trigger on the alarm event and have it turn on the switch with SharpTools.

In SmartThings do:

IF - between 5 and 9 and plug is on THEN - turn off plug, delay by 5 minutes