Hemanth Bollamreddi

Results 57 comments of Hemanth Bollamreddi

I have been able to create a container which runs as www-data. Now I see segmentation fault in the frankenphp. ``` app-1 | {"level":"info","ts":1707555919.3249483,"logger":"tls","msg":"finished cleaning storage units"} app-1 | Segmentation...

Yeah , I too have that problem. One thing I noticed was that if you didn't include the headers the corresponding functions will NOT be suggested.

Feels it might have to do something with `fsync` Ref: https://github.com/Parallels/docker-machine-parallels/issues/71

Hi ! It looks like filer needs a postgres instance, (understandably to store file metadata). In the nomad deployment folder, it is deployed on a separate new node. Is it...

> @blmhemu I would recommend not to store PostgreSQL on seaweedfs. @nahsi Is this a general recommendation or just for filer ? The reason, after I had setup filer (with...

``` # Jackett and OpenVPN, JackettVPN FROM arm64v8/ubuntu:18.04 ENV DEBIAN_FRONTEND noninteractive ENV XDG_DATA_HOME="/config" \ XDG_CONFIG_HOME="/config" WORKDIR /opt RUN usermod -u 99 nobody # Make directories RUN mkdir -p /blackhole /config/Jackett...

I can see this in 1.7.2 as well. The nomad templates are also quite messed up similar to https://github.com/hashicorp/nomad/issues/16616

I understand, but i could not repro #16616 on 1.6, only on 1.7.(2) (Let me know if I should raise another issue) Also, I assumed templates use the data published...

Workaround for the wanderers - base64 encode the multiline string (and use `std.base64` in jsonnet if you want actual value)

Hello @gaby ! Can you please elaborate a bit more? Does Kuma do this already? If so when I tried yesterday, it just extrapolated the status. Did I miss something...