hamelg

Results 29 comments of hamelg

+1 for a simple backend. If you need some testing, I'll be happy to help you.

You get this error `open /.cache/helm/repository/helm-manager-9894e008a23e82901a4adbd36642eca2d4d8848dbfd3afba46e82d8c440a41de-index.yaml: no such file or director`y because helm has no permission to write the directory /.cache. Here, setting the HOME environment variable to /tmp has...

Same problem here with v1.72.

Hi, I have the same issue. I tried the workaround : https://github.com/CCExtractor/ccextractor/issues/1067#issuecomment-578506743 Unfortunately, it causes an other issue : the subtitle timestamps are wrong, the first offset is null.

No, the workaround works fine. My timestamp issue was related to my ts file.

I updated to 22.03 and had this problem. After changing the resolvfile option as instructed by johnfzc, the dnsmasq starts. But a few seconds after dnsmasq successfully started, openwrt restarts....

I found out why my openwrt reboots when dnsmasq is started with ujail. A script is scheduled in my crontab to scrape dnsmasq metrics by sending a signal : `kill...

I get the same stacktrace with one of my argocd applications. Panic occurs when triggering a "Hard Refresh". Restarting the application controller does not fix the problem, the panic returns...

My problematic argocd application crash the controller only when spec.syncPolicy.syncOptions has the flag ServerSideApply=true. Replacing this flag with Replace=true solves the issue.

Regardless, the pvc created by a statefulset should not be deleted when deleting it in background or foreground. https://kubernetes.io/docs/tasks/run-application/delete-stateful-set/#persistent-volumes I saw this bug with argocd 2.7.14. I tried to reproduce...