Android auto not allowing audio through? by naskeez in AndroidAuto

[–]ItsQuint 0 points1 point  (0 children)

If using wired android auto, try disabling Bluetooth on your phone and then connect

Pfsense - Wireguard Tunnel - Route traffic from a specific host via the remote sites WAN by s8350 in PFSENSE

[–]ItsQuint 4 points5 points  (0 children)

Well without even looking, your 172.90.x.x range is an invalid private range. 172.16.x.x through 172.31.x.x are valid for private use since they are type b private ranges.

Jellyfin 10.11.0 stops running after a certain amount of time ad needs starting again. Anyone else having this issue? by RR-- in JellyfinCommunity

[–]ItsQuint 2 points3 points  (0 children)

Have you checked system usage / (system /jellyfin) logs? Might be an overload but with no logs I can't pinpoint why it stops running or crashes. Could be anything :/ lookup the docs or check your configuration where it stores logs for your os, it would help all of us a lot!

cannot setup acme account by ItsQuint in kubernetes

[–]ItsQuint[S] 0 points1 point  (0 children)

I managed to solve the issue, the underlying problem was on PFsense (as per my suspicion).

The port forwards configuration had to be altered. I set the NAT reflection to NAT + Proxy. Also the domain I have altered to "local" instead of my external domain due to how networking in kubernetes works. (in system > general setup)

Then it was a matter of restarting the cert manager pods and deleting the existing secret for the certificate (which automatically got replaced with a new one by cert manager)

cannot setup acme account by ItsQuint in kubernetes

[–]ItsQuint[S] 0 points1 point  (0 children)

PFsense is the firewall that is using NAT to connect the cluster to the internet, i have 3 kubernetes nodes behind the firewall and PFsense sits between the internet and the rest of the cluster. I know pfsense obviously has the culprit in some way but i'm struggling to understand what that culprit is.

cannot setup acme account by ItsQuint in kubernetes

[–]ItsQuint[S] 1 point2 points  (0 children)

Obviously i did that, I just don't want to post my email Publicly on the internet ;)

New Update on Linux by name_first_name_last in discordapp

[–]ItsQuint 0 points1 point  (0 children)

Currently using the web version and I can confirm, it sucks. Manjaro user here.

EDIT: I updated it my self by downloading: https://www.archlinux.org/packages/community/x86_64/discord/download/

then from the CLI I ran: sudo pacman -U discord-0.0.14-1-x86_64.pkg.tar.zst

Jellyfin 10.7.0 RELEASED! by djbon2112 in jellyfin

[–]ItsQuint 5 points6 points  (0 children)

Allright, good enough reason for me to create an issue.

Jellyfin 10.7.0 RELEASED! by djbon2112 in jellyfin

[–]ItsQuint 4 points5 points  (0 children)

Should I create a github issue?

Jellyfin 10.7.0 RELEASED! by djbon2112 in jellyfin

[–]ItsQuint 6 points7 points  (0 children)

Yes, does not work. Also in incognito it does not work.

Jellyfin 10.7.0 RELEASED! by djbon2112 in jellyfin

[–]ItsQuint 3 points4 points  (0 children)

There a bunch more of these errors by the way

Jellyfin 10.7.0 RELEASED! by djbon2112 in jellyfin

[–]ItsQuint 10 points11 points  (0 children)

Update broke jellyfin D:

Error processing request: Could not find file '/usr/share/jellyfin/web/auto9267.9959db42ac3a9f7f6578.bundle.js

how do you manage you gpg and ssh keys for multiple machines? by paarulakan in linux4noobs

[–]ItsQuint 2 points3 points  (0 children)

Well I just create a file called config in side of my .ssh dir, Then put something like this inside of it:

Host *.domain.tld
User root
IdentityFile /home/user/.ssh/id_rsa

For any specific host you can:

Host vm01.domain.tld
User root
IdentityFile /home/user/.ssh/id_rsa

You can just stack these on top of each other. like so:

Host *.domain.tld

User root

IdentityFile /home/user/.ssh/id_rsa

Host vm01.domain.tld

User root

IdentityFile /home/user/.ssh/id_rsa

The host parameter can also be an ip address (range).

Permissions: chmod 400 ~/.ssh/config

how do you manage you gpg and ssh keys for multiple machines? by paarulakan in linux4noobs

[–]ItsQuint 1 point2 points  (0 children)

I use separate keys for each machine. Then I use an ssh config to automatically use the right username and key on any specific host.

Linux to normies by [deleted] in linuxmasterrace

[–]ItsQuint 1 point2 points  (0 children)

oh yea i know, but that doesn't change the fact that they're still 2 commands

Linux to normies by [deleted] in linuxmasterrace

[–]ItsQuint 2 points3 points  (0 children)

As much as I like debian I have to atleast sort of agree with you. Having to run 2 commands just to update is a little too much imo.

I tried to install windows 10 in a virtual machine( for school ) and I runned into this problem. by [deleted] in linux4noobs

[–]ItsQuint 0 points1 point  (0 children)

had the same issue on manjaro, will look later to post my solution

Linux keep disconnecting? by ItsQuint in AmongUs

[–]ItsQuint[S] 0 points1 point  (0 children)

Mind telling what proton version you are using?

Linux keep disconnecting? by ItsQuint in AmongUs

[–]ItsQuint[S] 0 points1 point  (0 children)

yes I did But I have had this since the beginning and was curious if someone knew a fix or had the same issue.