How to update tailscale

I've recently updated tailscale on all my machines because of a new security update warning, current version on bazzite 44 is 1.98.8 and latest version is 1.102.2

`This machine is running a version with a known security vulnerability. It’s recommended to update to 1.102.2.`

If I do `sudo tailscale update` in bazzite, I get the following error

`ERROR: Fedora Atomic images utilize rpm-ostree instead (and is discouraged to use).`

and `ujust-update` does nothing (my system is up to date)

I succesfully done this on my fedora-kinoite laptop, here I have the tailscale package layered in rpm-ostree, and I have to add the tailscale repo

`sudo curl -fsSL` [`https://pkgs.tailscale.com/stable/fedora/tailscale.repo\`\](https://pkgs.tailscale.com/stable/fedora/tailscale.repo) `| sudo tee /etc/yum.repos.d/tailscale.repo`

then execute `rpm-ostree upgrade`, and it worked.

But this method doesn't works on Bazzite, not even after adding the tailscale repo. I don't see the package layered neither. So here my 2 questions:

It's safe to install the layered package on top of the pre-installed package? Do I have to wait until Bazzite 45 to get the latest version of tailscale?

reddit.com
u/balrog687 — 4 days ago

How to update tailscale

I've recently updated tailscale on all my machines because of a new security update warning, current version on bazzite 44 is 1.98.8 and latest version is 1.102.2

This machine is running a version with a known security vulnerability. It’s recommended to update to 1.102.2.

If I do sudo tailscale update in bazzite, I get the following error

ERROR: Fedora Atomic images utilize rpm-ostree instead (and is discouraged to use).

and ujust-update does nothing (my system is up to date)

I succesfully done this on my fedora-kinoite laptop, here I have the tailscale package layered in rpm-ostree, and I have to add the tailscale repo

sudo curl -fsSL https://pkgs.tailscale.com/stable/fedora/tailscale.repo | sudo tee /etc/yum.repos.d/tailscale.repo

then execute rpm-ostree upgrade, and it worked.

But this method doesn't works on Bazzite, not even after adding the tailscale repo. I don't see the package layered neither. So here my 2 questions:

It's safe to install the layered package on top of the pre-installed package? Do I have to wait until Bazzite 45 to get the latest version of tailscale?

reddit.com
u/balrog687 — 11 days ago
▲ 11 r/sffpc

Does this layout makes sense?

I was thinking of a compact design, inspired in the steam machine and case mods for Fractal Desing node 304 (but shorter, removing the space for 3.5" HDD). The idea is to mount an SFX PSU on top of the motherboard, a big 200mm fan on the front as intake, and 2x60mm fans on the back as exhaust.

  • ITX AM5 Motherboard
  • Ryzen 5 9600X (65W TDP)
  • Noctua L9A AM5 CPU-cooler (~37mm height)
  • PowerColor Reaper 9060XT 16gb (dual slot 200mm/160W TDP)
  • SFX Power Supply

Final dimensions should be something like 200x200x225mm plus some space for a power button and front usb-ports, so ~9.3-9.4 lt. Total cost for a nice build with 32gb ram and a 2tb ssd is ~2.000 usd (link to part list)

Is this a good idea or thermal performance will suck?

it's not a "powerful build" but it should be fine for 1080p/1440p

u/balrog687 — 2 months ago

Washed out HDR colors on Nova/Polaris

Hello everyone!

I'm on Bazzite 44, using an rtx 2070 super with the latest nvidia drivers v610.*. I've succesfully configured custom resolutions and refresh rates on nova/polaris, on my cellphone at 2400x1080@120hz and my shield pro at 4k@60hz.

Both clients support HDR, but when I enable HDR the colors look washed out.

I'm not using a dummy-plug, and the headless session seems fine, running directly on the GPU.

I've validated correct HDR output connecting my desktop directly to my 4k TV in my living room, KDE shows the "Enable HDR" checkbox, and I can enable HDR using in-game menus, after adding PROTON_ENABLE_WAYLAND=1 PROTON_ENABLE_HDR=1 ENABLE_HDR_WSI=1

Does anyone know how to fix this? Colors with HDR off looks overly saturated.

u/balrog687 — 2 months ago

Duda piñon oxford freeway (ebike) es cassette o atornillado?

Hola!

En las specs de la oxford freeway sale que tiene un piñon de 7 velocidades 14-28, ese existe en dos versiones, cassette y atornillado.

Alguien podria confirmar si es piñon cassette? estamos buscando una freeway usada, para quedarnos con el motor electrico, y transplantarlo a otra bici que tiene una transmision de 10 velocidades. Por eso la duda.

Gracias!

reddit.com
u/balrog687 — 2 months ago

logged out from oracle instance after exit-node configuration through ssh

Hello everyone

I was following this tutorial to expose my plex server behind cgnat using tailscale, nginx reverse proxy, a free-tier oracle cloud instance and duckdns.

Everything was running fine, my local plex server behind cgnat was available from the internet using the reverse proxy.

My local plex server was also configured as an exit node in tailscale using the following commands

echo 'net.ipv4.ip_forward = 1' | sudo tee -a /etc/sysctl.d/99-tailscale.conf
echo 'net.ipv6.conf.all.forwarding = 1' | sudo tee -a /etc/sysctl.d/99-tailscale.conf
sudo sysctl -p /etc/sysctl.d/99-tailscale.conf

sudo firewall-cmd --permanent --add-masquerade

sudo tailscale up --advertise-routes=192.168.0.0/24 --advertise-exit-node

At the end of the tutorial, I have to execute this command on my reverse-proxy instance while logged through ssh using a *.key file:

ssh -i plex-proxy.key ubuntu@plex-proxy
sudo tailscale up --exit-node=plex-server

Immediately after, my console ssh session hangs, and I lost ssh access to my reverse-proxy, I can't log back into it (the console ssh command ends with timeout error), not even after rebooting the oracle instance. I had to delete the instance, and create a new one from scratch.

PS: Is worth to mention, that I could access my plex server from other machines in my tailnet without using the reverse proxy and the public ip address, but I want to share my server with people without messing around with tailscale client.

Any help is appreciated

u/balrog687 — 2 months ago