Carlos R.F.

Results 48 comments of Carlos R.F.

Same here with Grafana 7.5.5 and image renderer "lastest" or "3.6.1". Downgrading image renderer to 3.5.0 worked for me.

The volume is being formatted with `mkfs.xfs` that comes within the container, which by default (`-t xfs -o defaults`) will create a file system with `reflink` enabled, because it is...

It looks like it is the same problem as in https://github.com/openebs/lvm-localpv/issues/75 and https://github.com/openebs/lvm-localpv/issues/135

> We also had similar issue on another part of OpenEBS with someone running an older kernel. > > Can we improve anything here? Example: fallback to previous mkfs features...

> > We also had similar issue on another part of OpenEBS with someone running an older kernel. > > Can we improve anything here? Example: fallback to previous mkfs...

Found what appears to be the same issue. When Selinux is enforcing, if I run the container with the `--privileged` flag (but on a non-root user), it fails with that...

> @carofe82 Awesome... I am not so good with chcon... Do you have a command I could add to my Containerfile of the mssql to fix it? > > Is...

> The privileged switch had no effect.... I think this is revealing a security bug in MSSQL. This is what you found: ``` mmap(0x6bc00000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 7, 0x53e000) =...

Related change in Enterprise Linux 9: https://bugzilla.redhat.com/show_bug.cgi?id=2055822 > Default SELinux policy disallows commands with text relocation libraries > > The `selinuxuser_execmod` boolean is now off by default to improve the...

I'm testing the preview image in our environment. It seems to be working fine. I tested it with the `selinuxuser_execmod` boolean off.