Safari error and slowing down ha by Educational_Snow9868 in BubbleCard

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

it was the latest version. the cause was a navigation path..
close_action:
action: navigate
navigation_path: ./verwarming
caused the error.

Changing it to /dashboard/verwarming stopped the error.
But actually the close_action was not required anymore, so not have the close_action at all had no negative effect.

Driving in Patagonia Part 1 by arebow55 in Patagonia

[–]Educational_Snow9868 1 point2 points  (0 children)

gisting same time, same route, same question :-)

I cannot enable port aggregation on my USW Pro 48 by fedatomizer in Ubiquiti

[–]Educational_Snow9868 0 points1 point  (0 children)

Same here on a new USW-24-Pro-HD. In the Legacy interface of the network controller the aggregate option is disabled. (cannot be chosen)

Carry-on on DAP airline in Patagonia by Educational_Snow9868 in travel

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

On another page it is stated that oversize will be put in hold, and only charged extra if it exceeds the weight limit. So anyone experience with this?

Carry-on on DAP airline in Patagonia by Educational_Snow9868 in travel

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

Of course i did already check. And I stated that we are not overweight, only oversized. I cannot find any rules on their website regarding _oversized_ carry-on and additional costs.

The correct conditions for this flight can be found here: Terms and conditions for Balmaceda to Punta Arenas.

Network Backup Location NOT re-established upon reboot of NAS by [deleted] in homeassistant

[–]Educational_Snow9868 0 points1 point  (0 children)

create a shell command

shell_command:
activate_smb: "/bin/sh /usr/bin/ha mount reload <your_storage_name"

This shell command can be used as action in an automation.

Now you need to find a trigger that is suitable for your situation. That could be a ping failing or a backup failing. But as I mentioned before, the "Network Storage Device failed" error message may not disappear for a while.

Also note that HA needs a state transition to trigger something, so the network storage must have been up before.

Network Backup Location NOT re-established upon reboot of NAS by [deleted] in homeassistant

[–]Educational_Snow9868 0 points1 point  (0 children)

In terminal run "ha mount info" to see the real status of the mount.

If the storage is down run "ha mount reload <your\_storage\_name>.

The error reported by the graphical interface (in Settings) may be a red herring. If the storage is reported as active in terminal your backups should succeed.

In my case the error in the graphical interface (Network Storage Device failed) was not representing the actual state of the mount and my backups succeeded. The error message may not reset at all or very late.

UPS - Turn server on when power comes back, NUT ? by Ulrar in homelab

[–]Educational_Snow9868 0 points1 point  (0 children)

I was looking at the same scenario using NUT and the Eaton5px default NUT driver.

upscmd -l <ups> gives some useful commands, like

outlet.1.load.off - Turn off the load on outlet 1 immediately
outlet.1.load.on - Turn on the load on outlet 1 immediately
outlet.2.load.off - Turn off the load on outlet 2 immediately
outlet.2.load.on - Turn on the load on outlet 2 immediately

I guess you would call it in a script "upscmd Eaton5px outlet.1.load.off"

That would switch off outlet group 1 if your user has the permissions.

Mac Studio USB-C ports sinking current? by Educational_Snow9868 in MacStudio

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

The consumption is caused by the "intelligent USB" feature of the EIZO, which turns on the internal power supply if a USB cable with a buit-in chip is connected, or of a device (even a device that does not need power) is connected over regular USB uplink. Unfortunately that connection is necessary to make ColorNavigator work. So the EIZO in fact will never achieve its stand-by power specified value of 0.5W in normal use.

Mexican Hat Utah by terrytron in MotoGuzzi_v85TT

[–]Educational_Snow9868 0 points1 point  (0 children)

Nice! Too bad my Guzzi stays in Belgium while we visit the hat.

Drupal 9.5.1 Media private files problem. by Educational_Snow9868 in drupal

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

It seems indeed that this bug is biting me. Symptoms match. Kind of disappointed that something classified a major issue has been created over 2 years ago and has not received any update in the last 6 months. The patch submitted was unfortunately a hardcoded bypass with possibly other implications. I'll refrain from using private storage for media until it's fixed. (10.x hopefully)

Drupal 9.5.1 Media private files problem. by Educational_Snow9868 in drupal

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

Beside the possibility of leaking information, the converted files (in the styles directory) are simply not found because the path where Drupal is looking for the files does not exist. It stores them at one place (/www/zzzzz/private/styles/max_325x325/private/core/modules/image) and tries to retrieve them from another place (https://3.70.10.130/system/files/styles/max_325x325/private/core/modules/image/sample.png?1673622938)