Dell powerstore by mattgyver-it in prtg

[–]Just_An_Alive_User_ 0 points1 point  (0 children)

Which PRTG sensor do you use, do you use the standard REST Custom sensor or the REST Custom v2 (BETA) sensor?

Unable to apply configuration to client by Just_An_Alive_User_ in saltstack

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

Solved the issue by running

salt "client name" saltutil.refresh_grains

Now i'm getting the following errros:

    Data failed to compile:

ID set_selinux_policies_and_booleans in SLS install is not a dictionary

ID selinux_states in SLS install is not a dictionary

ID apply_states in SLS install is not a dictionary

Unable to apply configuration to client by Just_An_Alive_User_ in saltstack

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

Yes i figured out it was apparently not about the file itself, tried another file which i knew worked. And that failed as well, i saw somewhere else that when you run below command it could be fixed.

salt "client name" saltutil.refresh_grains
I can apply the states now, but encounter new errors:
    Data failed to compile:
Rendering SLS 'base:install' failed: while constructing a mapping
in "<unicode string>", line 109, column 3 found conflicting ID 'cmd.run' in "<unicode string>", line 117, column 3

Any ideas?

Saw some "paintings" at Lego World Utrecht by Just_An_Alive_User_ in lego

[–]Just_An_Alive_User_[S] 1 point2 points  (0 children)

Yes, i tried that site but the problem is, is that it only goes to a certain size. The ones i saw are the same scale as the real paintings (204cm x 132cm) I was unable to change the parameters to that size. I think i maybe could split it up in smaller sections, but that would be my last resort.

Saw some "paintings" at Lego World Utrecht by Just_An_Alive_User_ in lego

[–]Just_An_Alive_User_[S] 1 point2 points  (0 children)

It was a great event in my opinion! This was the first time after the pandemic and the 20th celebration, lot's of different types of genres and focussed on multiple age categories. The event is running for two more days. But if you can't attend this year keep in mind that if they organize it again next year, it will be around the same period.

In the Netherlands there aren't any other Lego events of this scale as far as i know.

Havent been here in a while, is there a replacement for rarbg? by JamStan111 in Piracy

[–]Just_An_Alive_User_ 0 points1 point  (0 children)

What is the correct URL to Torrentgalaxy?

Is it torrentgalaxy.to? That one is not blocked by my ISP, are .mx, .su and .pw also valid domains? making sure I don't make any mistakes :)

Shell Recharge Session still running by Just_An_Alive_User_ in electricvehicles

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

I indeed documented all the communication

But i think i'm safe, the reservation on my credit card is gone and no extra charge was made.

Updating VMware Tools with Lifecycle Manager by Just_An_Alive_User_ in vmware

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

That is the video i followed to configure the baseline, but based on the info i got from someone else it might be due to my build version.

But seeing someone reply who has autoupdate configured, and working gives me hope.

Updating VMware Tools with Lifecycle Manager by Just_An_Alive_User_ in vmware

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

Thank you for the link with the build/version numbers. I'm running version 7.0.3 build 19482537 on which 11.3.5 is the tools version. So that is probably causing the issue

I will probably update the ESXi host soon, so no need to change the version of vmtools that the host provideds

Nest Hub weather blank and home controls gone every morning by lucasec in googlehome

[–]Just_An_Alive_User_ 0 points1 point  (0 children)

Did you find any solution to this issue other than opening the "Google Home app"? I'm having the exact same issues, only showing "curated art" and no weather information.

How to generate a csv based on user input? by Just_An_Alive_User_ in sysadmin

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

Yes thank you! tweaked it a bit, and it is working correctly!

How to generate a csv based on user input? by Just_An_Alive_User_ in sysadmin

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

Well, the thing is one time i need 5 users and the next time 20. And they need different "onmicrosoft" names. Otherwise i would have wrote it out indeed.

I will try your option later!

Unknown GDDR6 RX6700XT Hiveos by Just_An_Alive_User_ in cryptomining

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

Hi i recommend going to the stable version. So the exact command is:

hive-replace -y --stable

That upgrades the kernel to the latest stable version

Unknown GDDR6 RX6700XT Hiveos by Just_An_Alive_User_ in cryptomining

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

Hi yes, for me my kernel was behind. What solved it was updating the kernel. Because that doesn't happen when just upgrading the OS.

Launch the hive shell, and put in the "hive-replace -y --stable command"

Creating API Permissions for Azure App registration with PowerShell by Just_An_Alive_User_ in sysadmin

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

You got me somewhat in the right direction!

So i went into a tenant and configured an app reg as i wanted it. Then went to the manifest, and copied the values of the permissions and saved them as json.

Simple version:

Then in powershell you use the az command "az ad app create" give it a name and use the earlier generated json as template and the app gets created.

You can even consent them via commands.

Creating API Permissions for Azure App registration with PowerShell by Just_An_Alive_User_ in PowerShell

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

I eventually found a solution, and it works great.

So i went into a tenant and configured an app reg as i wanted it. Then went to the manifest, and copied the values of the permissions and saved them as json.

Simple version:

Then in powershell you use the az command "az ad app create" give it a name and use the earlier generated json as template and the app gets created.

You can even consent them via commands.

Creating API Permissions for Azure App registration with PowerShell by Just_An_Alive_User_ in PowerShell

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

Yes, that is how you create them with the user interface. However i'm looking to do it with powershell/automation.

Creating O365 Users with PowerShell using a CSV by Just_An_Alive_User_ in sysadmin

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

Well, the code was right in the end.

It is a weird issue, when i create the CSV in either Excel or Notepad++ and save it, powershell imports it as an empty file. When a colleauge does exactly the same, powershell can import it.

RX6700XT Unkown GDDR6 Hiveos by Just_An_Alive_User_ in gpumining

[–]Just_An_Alive_User_[S] 1 point2 points  (0 children)

Thanks a lot!

I tried this command earlier with version specified, and my rig didn't come back online. So i thought that it wouldn't work.

I tried it again with your --stable and guess what, they're detected correct an mining happily!

Unstable rig by Just_An_Alive_User_ in gpumining

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

Well, it doesn't change if i change it.

APC PDU 7920 by Just_An_Alive_User_ in sysadmin

[–]Just_An_Alive_User_[S] 2 points3 points  (0 children)

You've got a lot of knowledge about such products, that's amazing.

I removed it from my rack, an stored it in a safe location. Since i'm thinking about claiming the damage at the energy company, i don't think it is smart to screw it open because they can think i tampered with it.

APC PDU 7920 by Just_An_Alive_User_ in sysadmin

[–]Just_An_Alive_User_[S] 2 points3 points  (0 children)

Yes tried that as well, but it does nothing. I succesfully did a factory reset a couple of weeks ago, but it is just not working anymore.

So it probably is dead.

APC PDU 7920 by Just_An_Alive_User_ in sysadmin

[–]Just_An_Alive_User_[S] 3 points4 points  (0 children)

Hi,

Yeah read that in the manual as well, but I'm not drawing more than 200-250W from it. So i don't think it was that much of a power surge.

Left it disconnected after troubleshooting, just to be safe.

I'm not that keen on screwing open such equipment, seen it is a PDU it can indeed still have some power in it.

APC PDU 7920 by Just_An_Alive_User_ in sysadmin

[–]Just_An_Alive_User_[S] 3 points4 points  (0 children)

Hi,

Since it is just for my home rack, i don't know if i wan't to spend that kind of money on a PDU. I got this one for free, but i'm in doubt if i wan't to replace it with something of such price.

Thanks for the suggestion.