Seji

Results 6 comments of Seji

i would like to help. can you explain in a few setences whats the issue behind EAE? In my setup the /tmp is shared via CIFS. Files which do not...

I found a way to grab a eae license! its sniffed the plex traffic and it is pretty simple: Generate **any** GUID ( https://www.guidgen.com/ ) make the following request: ```...

> > I found a way to grab a eae license! > > Or you can just launch plex and open any truehd video without HDR. e.g., snowboard.m2ts. But thanks...

> For autopilot, specifically, it can be added here: > > _bootstap/argo-cd/kustomization.yaml_ > > ``` > apiVersion: kustomize.config.k8s.io/v1beta1 > configMapGenerator: > - behavior: merge > literals: > - kustomize.buildOptions="--enable-alpha-plugins --enable-helm"...

MNy argocd-cm looks like this: ``` kind: ConfigMap apiVersion: v1 metadata: name: argocd-cm namespace: argocd labels: app.kubernetes.io/instance: argo-cd app.kubernetes.io/name: argocd-cm app.kubernetes.io/part-of: argocd data: kustomize.buildOptions: '--enable-helm' repository.credentials: | - passwordSecret: key:...

I "fixed" the problem by doing the following: - Open `/opt/opt/td-agent/embedded/lib/ruby/gems/2.4.0/gems/gelf-3.0.0.0/lib/gelf/notifier. rb` - Open `/opt/td-agent/embedded/lib/ruby/gems/2.4.0/gems/gelf-3.0.0/lib/gelf/notifier. rb` - Insert the following below `require 'gelf/transport/tcp_tls'`: `require' yajl/json_gem'` - Install yajl via `/opt/td-agent/embedded/bin/gem...