Results 14 comments of Nikos

I am starting to learn CICD (from a sysadmin POV), and after testing Drone, I move to Woodpecker. I was able to link woodpecker to my internal gitea server (in...

Hello, I had the same issue with the `net::ERR_CERT_AUTHORITY_INVALID` error message. I tried to create the nssdb inside `/usr/share/grafana/.pki/nssdb` with my custom CA only and grafana-image-rendere failed to connect my...

Hello @Musekhan, Does your grafana listen on 127.0.0.1 or on another network interface ? Best regards, Nikoos

Hello, One solution (not tested) is to use a nginx/httpd daemon in front of your vmware_exporter end then proxy to your vmware_exporter that listen only in 127.0.0.1 TLS part will...

I had the same issue as you, however after doing some research on Internet, I was able to run a static site generation with the following command: `gssg --domain "https://localhost:8080"...

@wunderhund you're correct, I remember using npm instead of sources from this repo, sorry for the trouble.

Update, I was able to compile kernelmode and usermode, For usermode: need to perform some move to use a more recent version of flex and bison (use win-bison and win-flex,...

for the BSOD, I will try to reproduce it with the 21H2 version

I tested the 22H2 and got BSOD just before entering installation program, am not sure it's related to vgpu driver but more on mvisor itself : ``` [0.000] ../core/memory_manager.cc:299 Map()...

Got the same BSOD with virtio-block config, if you think this BSOD is similar to the one provided in my previous post, should we switch to this issue to diagnose...