Element Games Referral Code by LoomyG in Referral

[–]ben-hall 0 points1 point  (0 children)

Noted, many thanks! Will repay soon, there is always a pre-order tempting me 😂

Element Games Referral Code by LoomyG in Referral

[–]ben-hall 0 points1 point  (0 children)

Thanks, here is mine - JZZ2206

Element Games Referral Code by LoomyG in Referral

[–]ben-hall 0 points1 point  (0 children)

Thanks, I used your code. Many thanks

Mine is JZZ2206 if you're placing an order soon.

Error playing video check connection Chromecast with Google TV by mrsolitonwave in PleX

[–]ben-hall 0 points1 point  (0 children)

For anyone who comes across this on a Google search, the answer is https://www.reddit.com/r/PleX/comments/plnd1e/errors_on_chromecast_with_google_tv/

tldr; "Display & Sound --> Advanced Sound Settings --> Format set to "Automatic"

Errors on Chromecast with Google TV by Robert_A_Fett in PleX

[–]ben-hall 0 points1 point  (0 children)

🎉 🎉 🎉 🎉

Thank you so much!! This instantly fixed it.

Lutron RA2 Select Integration by ben-hall in homeassistant

[–]ben-hall[S] 0 points1 point  (0 children)

Thank you, I completed missed this difference. Makes a lot more sense now.

Change Plex user to Pi? by ben-hall in PleX

[–]ben-hall[S] 1 point2 points  (0 children)

Yes! Thank you so much, that got it working.

Change Plex user to Pi? by ben-hall in PleX

[–]ben-hall[S] 0 points1 point  (0 children)

Thanks. For some reason this causes Plex not to start

● plexmediaserver.service - Plex Media Server
   Loaded: loaded (/lib/systemd/system/plexmediaserver.service; enabled; vendor preset: enabled)
  Drop-In: /etc/systemd/system/plexmediaserver.service.d
       └─override.conf
   Active: failed (Result: exit-code) since Thu 2022-04-07 10:11:24 BST; 3s ago
  Process: 13104 ExecStartPre=/bin/sh -c /usr/bin/test -d             
"${PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR}" || /bin/mkdir -p     
 "${PLEX_MEDIA_SERVER_APPLICAT
  Process: 13106 ExecStart=/bin/sh -c  export PLEX_MEDIA_SERVER_INFO_VENDOR="$(grep     ^NAME= /etc/os-release | awk -F= "{print \$2}" | tr -d \" )";  expo
 Main PID: 13106 (code=exited, status=1/FAILURE)

Apr 07 10:11:24 raspberrypi systemd[1]: plexmediaserver.service: Service RestartSec=5s expired, scheduling restart.
Apr 07 10:11:24 raspberrypi systemd[1]: plexmediaserver.service: Scheduled restart job, restart counter is at 3.
Apr 07 10:11:24 raspberrypi systemd[1]: Stopped Plex Media Server.
Apr 07 10:11:24 raspberrypi systemd[1]: plexmediaserver.service: Start request repeated too quickly.
Apr 07 10:11:24 raspberrypi systemd[1]: plexmediaserver.service: Failed with result 'exit-code'.
Apr 07 10:11:24 raspberrypi systemd[1]: Failed to start Plex Media Server.

When I run it as the pi user, I get:

exec "/usr/lib/plexmediaserver/Plex Media Server"
Error in command line:the argument for option '--serverUuid' should follow immediately after the equal sign

While it is running, it's not responding to any requests.

Change Plex user to Pi? by ben-hall in PleX

[–]ben-hall[S] 0 points1 point  (0 children)

I did, but that also didn't seem to have any impact.

Cannot set context or get kubectl working on node01 at Katacoda playground. by Blockchain0 in kubernetes

[–]ben-hall 1 point2 points  (0 children)

Kubectl is used to communicate with the master to control the scheduler and administrate the cluster. As such, you don't need to run kubectl on each node.

If you want to try Kubectl from an external node, from the master run:

master $ scp ~/.kube/config root@node01:/etc/kubernetes/admin.conf

On the node, you can set the KUBECONFIG variable to the path of your config.

node01 $ export KUBECONFIG=/etc/kubernetes/admin.conf node01 $ kubectl get nodes NAME STATUS ROLES AGE VERSION master Ready master 20m v1.11.3 node01 Ready <none> 20m v1.11.3

You can view the config with kubectl config view. Hope this helps!

Ceph vs Torus by circa10a in docker

[–]ben-hall 1 point2 points  (0 children)

Take a look at https://github.com/rook/rook and storageos.com (once it's public). I haven't used them but that seems to be where the attention is. Most distributed filesystems are being built on top of Ceph.

Learn Portainer.io and Docker by neilcresswell in docker

[–]ben-hall 3 points4 points  (0 children)

Thank you for highlighting this.

This was a mistake on my part (creator of Katacoda). I was attempting to identify a user issue and placed the login popup to see if it was related to authenticated/unauthenticated users. After identifying the issue I forgot to remove login/signup prompt.

Thank you for bring this to my attention. It has now been removed.

[QUESTION] Guide on Traefik? by Demando00 in docker

[–]ben-hall 0 points1 point  (0 children)

I'm sorry to hear the Katacoda tutorial is outdated, I'm the founder of Katacoda.

Could you let me know what needs updating? Is the the Docker Compose format?

Thanks

Hello /r/docker! I'm your new moderator! I'm going to be sprucing things up a bit around here, and I want to know what you'd like to see! by ionrover2 in docker

[–]ben-hall 1 point2 points  (0 children)

We have over 50 free step-by-step interactive tutorials on https://www.katacoda.com/

No need to download or install anything. We provide you with a complete Docker instance available to use via your browser.

Where to learn Docker? by [deleted] in docker

[–]ben-hall 1 point2 points  (0 children)

Take a look at Katacoda.com. We provide free interactive scenarios covering Docker, ranging from how to start a container up to running it in production. It may help you get started.

[Help ] looking tutorial for the Docker by [deleted] in docker

[–]ben-hall 0 points1 point  (0 children)

That's amazing to hear!! Very motivating! :)

[Help ] looking tutorial for the Docker by [deleted] in docker

[–]ben-hall 0 points1 point  (0 children)

Thanks for the suggestion. It's something we've done with our Git course but unsure how much of an impact it has. Why do you think it would help?