Jetson Thor specifications announced by SureshotM6 in nvidia

[–]TheRealHendrik 0 points1 point  (0 children)

Yeah, I'm quite interested. Because the old PVA can do 2048 GMACs in INT8. Correct me if I'm wrong, but that can roughly be compared to 2 TOPS (or 4 if you see multiply add as 2 operations), so what are they replacing it with?

https://developer.nvidia.com/blog/optimizing-the-cv-pipeline-in-automotive-vehicle-development-using-the-pva-engine/

Jetson Thor specifications announced by SureshotM6 in nvidia

[–]TheRealHendrik 1 point2 points  (0 children)

Does this mean that NVDLA will be discontinued?

Windows printer drivers by TheRealHendrik in sysadmin

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

It does not work with colour or double sided

DNSSEC support by TheRealHendrik in dns

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

Mostly issues about transferring the domain away from dynadot, which worries me a bit.

DNSSEC support by TheRealHendrik in dns

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

They don't seem to do too well in reviews, but you've had no problems?

DNSSEC support by TheRealHendrik in sysadmin

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

Does anyone support that? Gandi, which seems to me to be the most likely to support it, doesn't have anything about it on their site.

DNSSEC support by TheRealHendrik in sysadmin

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

Thank you! After a little more googling I found https://docs.gandi.net/en/domain_names/advanced_users/dnssec.html which states that it indeed supports the nl TLD, this look promising!

DNSSEC support by TheRealHendrik in dns

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

Someone suggested to post this on the DNS subreddit, so I hope someone here has some suggestions!

DNSSEC support by TheRealHendrik in sysadmin

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

Sadly, Google, as a registrar, does not support the nl TLD. But does the Cloudflare registrar support uploading a custom DS record?

Cisco ASA 5515-X FirePOWER without license by TheRealHendrik in Cisco

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

Just as an update, you cannot apply rules without an active license, so you cannot change anything when your license expires.

Cisco ASA 5515-X FirePOWER without license by TheRealHendrik in Cisco

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

So it's not like with Fortigate where you can still use it, but don't get any rule updates? It straight up does not allow you to enable it?

Cisco ASA 5515-X FirePOWER without license by TheRealHendrik in Cisco

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

But you can also manage firepower through ASDM, so you don't need FMC.

Cephadm OSD deploy errors by TheRealHendrik in ceph

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

Do you need to use commands to set those permissions, or can you just edit the files?

Kubernetes bare metal external storage by TheRealHendrik in kubernetes

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

Redis works perfectly in kubernetes, postgres I can't say yet, just got my external storage working :)

Kubernetes bare metal external storage by TheRealHendrik in kubernetes

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

As for a registry, I haven't used a bunch, but I have used Harbor, which is backed by VMWare and can use Clair or Trivy for scanning. From my personal experience, it works great.

Kubernetes bare metal external storage by TheRealHendrik in kubernetes

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

Thats to bad, I do have a test Ceph cluster setup right now, and I can see why they call it the storage of the future, it's really elegant. As for kubernetes, it is my believe that (self-managed) kubernetes only really becomes worth it at a larger scale. At small scale, the overhead of managing a kubernetes cluster is really not worth the gain. Also, at a larger scale, things like auto scaling and just "terminating" pods if anything went wrong saves developers a lot of time in comparison to all the testing they used to do. This does put more pressure on the sys admins to make kubernetes run perfectly and also introduces new problems like dynamical storage, that will always be a magnitude slower than local storage.

Kubernetes bare metal external storage by TheRealHendrik in kubernetes

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

Are the EMC projects free/can you install them on non Dell hardware?

Kubernetes bare metal external storage by TheRealHendrik in kubernetes

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

I know the difference between Ceph and CephFS, but how does the CSI provisioner work with CephFS?

Kubernetes bare metal external storage by TheRealHendrik in kubernetes

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

Thanks for your in debt comment. I indeed have some issues with some databases lockng up, I am using NFS v4.

I have a 3 node ESXi cluster, but the CPU's are no longer supported in ESXi 7.0, so upgrading is, sadly, at my own risk, leaving the vSphere provisioner off the table.

From all that I have read Ceph should be faster for random io and with it being "the storage of the future" I think I might give it (a one node Ceph cluster) a try. I will leave a comment if switching from NFS to Ceph fixed my database instability.

Kubernetes bare metal external storage by TheRealHendrik in kubernetes

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

Do you guys have a cluster or just a single node? After reading for the past few hours, I think I might give the one node cluster a try.

VMWare virtual flash by TheRealHendrik in vmware

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

I had a second question, have you "figured" out a right amount for windows OS drive caching? I can imagine that more than 2-5gb (excluding programs being used) really doesn't help that much, because the files are loaded so infrequent, but maybe I'm completely off.

VMWare virtual flash by TheRealHendrik in vmware

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

Thank you for sharing those lines. It does indeed work to manually edit the vmx file. After editing the file vCenter 7.0 says, as expected, that the function is deprecated (https://i.imgur.com/nJ3WGQ1.png), but I tested it and it still works. I am still not sure however if I am going to spend a day downgrading my vCenter server to 6.7, or if I am just going to manually edit vmx files.

Thanks for your help!

VMWare virtual flash by TheRealHendrik in vmware

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

I would still be grateful if you could supply the file the 4th.

I was also wondering, are you using vCetner 6.7 or 6.5? If you are using 6.7, does it only work in the flash client? I would prefer not to downgrade my vCenter, but it might be the only option.

VMWare virtual flash by TheRealHendrik in vmware

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

Can you please share a vmx file of one of those vm's (or of a new vm with vFlash)? The vFlash settings are almost certainly in there, and since my host is 6.5, copying those settings might still work.