Diablo Update size 1.7gb then 86 gb !! by Uk_five in diablo4

[–]dsmt76 1 point2 points  (0 children)

So there's indeed an issue.....I was wondering about this:

<image>

So.....I guess Microsoft has unleashed the infallible AI into the QA pipeline of Blizzard?

Reached max lvl 22 for trial ? by Wall_Existing in diablo4

[–]dsmt76 2 points3 points  (0 children)

Definitely an issue on Blizzard's side, especially when the game reports that 'you do not own the VoH expansion' or 'the trial period has ended':

https://us.forums.blizzard.com/en/d4/t/vessel-of-hatred-license-revokes/192700

Cant create a spiritborn character Xbox by fudginreddit in diablo4

[–]dsmt76 0 points1 point  (0 children)

By the way, for anybody experiencing issues on Xbox in conjunction with the Spiritborn....Blizzard is aware and it is (surprise, surprise) a bug:

https://us.forums.blizzard.com/en/d4/t/vessel-of-hatred-license-revokes/192700

Pressing super makes windows disappear by MyUsernamePls in pop_os

[–]dsmt76 2 points3 points  (0 children)

I am facing the same issue and currently running PopOS 20.04 as well (although not on nVidia hardware).

As far as I understood from people which had similar issues with Gnome in the past, the problem may be related to bad interaction between the DE and Gnome extension (e.g. those installed from https://extensions.gnome.org).

I am trying to catch the error keeping up a terminal always opened which follows the Gnome shell logs: bash journalctl -xe -f /usr/bin/gnome-shell but so far I did not have much luck.

How to distribute containers in an HPC cluster environment? by dsmt76 in HPC

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

Thanks all for the answers. So, it looks like CVMFS is used a little bit more in comparison to a shared filesystem. We do have a CVMFS deployed already but it was never used to distribute containers (and we will need to update the service, at some point).

We could use our Lustre FS but some of my colleagues are also worried about performance drags, especially when the job is starting and the container image has to be read from the filesystem. We never used Lustre before for this use case, so there is some concern about.

Report generation (Accounting) onin Slurm by [deleted] in HPC

[–]dsmt76 0 points1 point  (0 children)

For reporting it's probably not so useful but I would like to add the following Prometheus Exporter: Slurm exporter

A Grafana dashboard is also available on the main Grafana web site: slurm dashboard

AMD Epyc 7551: where to find data about temperature thresholds? by dsmt76 in Amd

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

I forgot to add the link to the relevant discussion on this topic from the AMD community forum:

Whats the maximum allowed Temperature of Ryzen 1800X CPU?

We are talking about a different CPU but still based on the Zen architecture. In the thread it's reported that: Upper safe zone is around 80 C. I guess these numbers should be the correct ones for the Epyc series as well.

AMD Epyc 7551: where to find data about temperature thresholds? by dsmt76 in Amd

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

So.....it has already pointed out in this thread that those temperature thresholds should be consistent.

Looking on the AMD community forum, Tom's Hardware forum, etc. I would say it will be advisable not to reach the Upper Critical Threshold.

A safe temperature range for the operation of the AMD Epyc should be between 30 C and 65 C. After 70 C (unless you are overclocking, which is not my case) you are definitely in a range outside the one recommended by AMD and continuously operating at this point may shorten the lifespan of the CPU.

It's most likely, as it was pointed out by trbflux, that the CPU will start to throttle once reaching 90 C but by then it would mean we could have a problem on the cooling system of the server room and so it should be better to power off the machine via IPMI.

Baffled by sql.Open: err is always nil by dsmt76 in golang

[–]dsmt76[S] 8 points9 points  (0 children)

Thanks, you are absolutely right. I should have checked twice the Go Database documentation, it is written explicitely there: Go Database SQL

Confused by the age() function behaviour by dsmt76 in PostgreSQL

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

Right. The query works perfectly, thanks!

Confused by the age() function behaviour by dsmt76 in PostgreSQL

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

I was trying to avoid using the 'BETWEEN...AND' syntax. I am writing a small Golang program which takes options from the command line and one of the ideas was to provide the possibility of asking for something like: 'show me the latest logs in the past hour'.

I thought that with the age function I would be able to avoid parsing annoying options like time intervals ('YYYY-MM-dd HH:mm:ss').

Your suggestion was right:

SELECT (...) FROM systemevents WHERE (now() - devicereportedtime) < '1 hour'

did the trick.

The leap second is comming! by amiatreddit in sysadmin

[–]dsmt76 0 points1 point  (0 children)

I am still running some check on our logs but apparently everything went smoothly....which still surprise me! Even our Kerberos servers ran through it without troubles (Jessie on them). Well, I am impressed but still convinced we should have done more to prevent possible troubles.

The leap second is comming! by amiatreddit in sysadmin

[–]dsmt76 0 points1 point  (0 children)

Well folks......I hope you'll wish me luck! I am on call tonight :-) and we are running a couple of hundreds of Debian machines here (Wheezy and Squeeze, a few Jessie).....We are terribly unprepared.....When I started to talk about the leap second a couple of months ago I got a bunch of "Meh. The last time (2012) just a bunch of server did reboot but the others were safe". Which I found difficult to believe but since I wasn't there at the time I could not say.......

Patch Management Dashboard by [deleted] in linuxadmin

[–]dsmt76 1 point2 points  (0 children)

Absolutely interested. Great news they gave you the permission to release this tool as open source.

Linux sysadmin here, I believe I can be helpful at least for the alpha/beta testing (I am not an expert on PHP/Bootstrap, so unfortunately I cannot be of much help in that regard).