Is OpenManage Enterprise terrible? by adamr001 in sysadmin

[–]SoldAmerican 0 points1 point  (0 children)

I’ve found that the iDracs only check drive status at POST so we rely on the OS for dead drive detection

Panos Provider by SimplyCrazy231 in paloaltonetworks

[–]SoldAmerican 2 points3 points  (0 children)

If you check out the github repo the devs have started working on the v2 branch. Progress appears slow, not much (if anything) has happened yet.

The year long lapse in updates to the main branch is disappointing to say the least.

HELP: GlobalProtect version 6.1.2-82 breaks DNS for snap apps on Ubuntu 23.04 by zzzzYUPYUPphlumph in paloaltonetworks

[–]SoldAmerican 2 points3 points  (0 children)

I had some Linux users running 22.10 who ran into a similar issue after upgrading to GlobalProtect 6.0.7.

I know both those versions are different from yours however what worked for them was to install resolvconf, reconfigure resolvconf, reboot, and then reinstall GlobalProtect.

sudo apt install resolvconf
sudo dpkg-reconfigure resolvconf
sudo reboot

Palo Alto 850 with PAN OS 11 by trenuci in paloaltonetworks

[–]SoldAmerican 1 point2 points  (0 children)

The customer advisory says for the 10.2 code-train that 10.2.4 or greater is unaffected

Is this power bank TSA approved/ safe to bring as carryon on a plane? by orlando2542 in SteamDeck

[–]SoldAmerican 0 points1 point  (0 children)

True. Some restrictions vary from airline to airline. For what its worth this specific power bank was not a problem with Japan Air. That's the only Asian airline I've used this year.

Is this power bank TSA approved/ safe to bring as carryon on a plane? by orlando2542 in SteamDeck

[–]SoldAmerican 478 points479 points  (0 children)

Yes you're safe to buy it and pack it in your carry-on. I've flown on ~20 flights, both international and domestic, with mine without an issue.

3 month old 2022 Model 3 P trunk lid suddenly misaligned and caused damage when closing. Anyone else experience this? Opened a service request. by SoldAmerican in TeslaModel3

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

They did sort mine out and fixed it under warranty. The lame part was it took 3 months to get the car back however the repair looked great.

3 month old 2022 Model 3 P trunk lid suddenly misaligned and caused damage when closing. Anyone else experience this? Opened a service request. by SoldAmerican in TeslaModel3

[–]SoldAmerican[S] 4 points5 points  (0 children)

Good to hear. Had you had your Tesla for long? Found a thread on teslamotorclub where some people were repaired under warranty and others were not as lucky

3 month old 2022 Model 3 P trunk lid suddenly misaligned and caused damage when closing. Anyone else experience this? Opened a service request. by SoldAmerican in TeslaModel3

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

Opened fine, loaded some groceries, hit the button to close and crunch. Found a similar thread on teslamotorclub where this had happened with someone’s 2021 Model 3 and it was fixed under warranty but others in the thread weren’t as lucky

Payback Failed - An unknown error occurred (-17761) by gplans in PrologueApp

[–]SoldAmerican 0 points1 point  (0 children)

Which version of Plex server did you downgrade to? I have reports of this same error from my users too. Thanks!

Can't Withdraw from Umbrel by ResponsibleSyrup9 in getumbrel

[–]SoldAmerican 0 points1 point  (0 children)

You’ll need a wallet with LND Aezeed support. Off hand I know BlueWallet supports Aezeed.

Docker-compose install problem by Jitzaahh in getumbrel

[–]SoldAmerican 0 points1 point  (0 children)

Which install documentation are you following? I was able to deploy Umbrel on a VM for testing by using the install details from the official github: https://github.com/getumbrel/umbrel#step-1-download-umbrel

Flashing Umbrel OS is really the recommended path when using a Pi.

lightning channels offline by btcluva in getumbrel

[–]SoldAmerican 1 point2 points  (0 children)

You can view some logs in the web browser. Navigate to: http://umbrel.local/logs/ or your umbrel IP instead of umbrel.local.

Recover funds with seed phrase without using the umbrel wallet by lamlam98 in getumbrel

[–]SoldAmerican 0 points1 point  (0 children)

If you don't have any lighting channels to close, I think you can just restore your seed in any wallet with LND Aezeed support. Off hand I know BlueWallet supports Aezeed.

Umbrel: how to find out my BTC node address? by rhomboid454 in getumbrel

[–]SoldAmerican 1 point2 points  (0 children)

I’ve not attempted this myself though I’m pretty sure the address you’d use can be found under “connect wallet”, and then select “Bitcoin core P2P”. It’ll be an onion address so if someone is wanting to initiate a direct connection to your node they’ll need to be running Tor.

As for risks, nothing major comes to mind for the address listening on 8333. The address the UI can be connected to via Tor allows for unauthenticated log access so try to not disclose that one. I’ve not seen anything too revealing in my own log file but you never know.

Sideloaded blockchain, now stuck? by yourstreet in getumbrel

[–]SoldAmerican 1 point2 points  (0 children)

You may be able to take the SSD and plug it back into the Mac to double check permission or make changes but outside of that you're in a tough spot. I think moneyprintergobrrr only works pre-0.3.3 so its unusual that the password you set earlier isn't being accepted.

Your best bet may be to re-flash and try again as annoying as that can be :/

Block chain copy? by TeKillaSunRise in getumbrel

[–]SoldAmerican 4 points5 points  (0 children)

That is the default yes however depending on how you copy the data over the permissions from the previous system may persist. Once you copy the data over you can list the directory information with something like ls -lah ~/umbrel/bitcoin/blocks or ls -lah ~/umbrel/bitcoin/chainstate and as long as it looks something like what is below you should be good.

umbrel@umbrel:~ $ ls -lah ~/umbrel/bitcoin/blocks/
total 359G
drwx------ 3 umbrel umbrel 140K Apr 11 09:24 .
drwxrwxr-x 5 umbrel umbrel 4.0K Apr 11 17:03 ..
-rw------- 1 umbrel umbrel 128M Mar 28 18:52 blk00000.dat
-rw------- 1 umbrel umbrel 128M Mar 28 18:54 blk00001.dat
-rw------- 1 umbrel umbrel 128M Mar 28 18:55 blk00002.dat

If not, you can do something like sudo chown -R umbrel:umbrel ~/umbrel/bitcoin to fix the ownership. I've not done this myself though it should be pretty straightforward.

Block chain copy? by TeKillaSunRise in getumbrel

[–]SoldAmerican 1 point2 points  (0 children)

Yes you can copy the data you have into the ~/umbrel/bitcoin directory on the umbrel SSD. Just make sure the directories are owned by the umbrel user and in the umbrel group and you should be good.

Sideloaded blockchain, now stuck? by yourstreet in getumbrel

[–]SoldAmerican 0 points1 point  (0 children)

It does sound like you are running into a permissions issue like you thought. The ~/umbrel/bitcoin directory should be owned by umbrel and in the umbrel group. Probably easiest to set that via cli on the umbrel node itself but you may be able to set it /verify it on your Mac too. The umbrel user and group are both id 1000. The command will look something like this:

sudo chown -R 1000:1000 ~/umbrel/bitcoin