teplydat

Results 10 comments of teplydat

@Drag0nFly Do you use FreeDNS? Maybe this config solves it: https://github.com/ddclient/ddclient/issues/283#issuecomment-986252971

Well, if it would ignore an empty ip, it would force an update all the time... not sure whether it should do it (limits of dns provider reached after some...

FreeDNS works for me. Here is the config: https://github.com/ddclient/ddclient/issues/283#issuecomment-986252971

I tried with: ``` storageConfigs: - mountPath: "/opt/fstp" name: fstp-pvc pvcSpec: accessModes: - ReadWriteMany selector: matchLabels: pvc: fstp resources: requests: storage: 1Gi ``` Error: ``` kubectl describe pod nifi-0-nodev7zws -n...

@erdrix this PR would be great. The codestyle is not perfect but I tested it over a couple of weeks and it works.

"Furthermore, I have some issue with curl when exec post command" I have the same issue. So basically the example "Run Spark Job" (https://github.com/JahstreetOrg/spark-on-kubernetes-helm#run-spark-job) does not work. I tried to...

Okay, I found a workaround regarding that curl problem: ``` kubectl exec -it --namespace livy livy-0 -- bash apt update --allow-releaseinfo-change apt install curl -y curl --version ``` or permanent...

> Thx for checking. Could you please suggest the PR with the fix? Would really appreciate the contribution. @jahstreet Sorry for the delay. Here is the PR to fix it:...

The error is not from the script. Its after rebooting the system. Here you can find a picture how it looks like: https://357558-1266171-raikfcquaxqncofqfm.stackpathdns.com/wp-content/uploads/2020/05/Kali-Linux_Something-has-gone-wrong.png

Oh sorry. I thought it was clear though my initial post. 1. use Ubuntu 21.04 2. run change-gdm-background script (here it creates the backup `gnome-shell-theme.gresource~`) 3. upgrade to Ubuntu 21.10...