

I will absolutely look into psl! Thank you for the recommendation!
I will absolutely look into psl! Thank you for the recommendation!
Please don’t murder anyone! I know the state is enacting violence on you everyday, but PLEASE for the love of god don’t murder! Just take it please, sit still and take the violence. Let your mothers, fathers, neighbors, friends, sisters, and brothers be taken away by the state. Do nothing.
Because not murdering has really helped our cause. What a joke.
Forgive my ignorance but would you be willing to list those more opressive conditions where they were successful?
Could really use some hope right now…
Ok, how would you feel If I told people to vote third party then? It’s not voting for Republicans so we should be good right?
Yeah I know you included that last sentence so all criticisms of Democrats can be deflected by pointing to it. Oh my gosh you got me!!! My entire point is the dems we have now and in the past have been spineless/worthless cowards. I have as much disdain for Joe Biden as I do Donald Trump. He would have continued perpetuating his evil foreign policies if he won a second term. He would habe kept his terrible immigration policies. Same with Kamala
It seems you have forgotten we are in this mess because of democrat incompetence. I was trying to remind YOU because YOU seem to need a reminder.
Genocide Joe didn’t drop out and the dems paraded him around with no primary. This is all of their fault. Stop blaming voters for Democrats unpopulararity.
Do you think people would have been more motivated to vote for a democrat promising single payer healthcare? Cause I sure fucking do. Voters want better and I do not blame them.
“Let’s beat the system by playing in the system’s rules!”
It’s reasons like this why we still don’t have single payer healthcare.
I am so fucking tired of the “vote blue no matter who!” This mentality continues to perpetuate the very inequality we keep facing. As long as liberals have their tvs and their diet cokes they can take any amount of abuse the system puts on them. “See the numbers are up! So you must be crazy if you think your situation is bad!” Is the dribble I heard consistently throughout the Genocide Joe administration. It ain’t just him though lemme tell you.
Chuck Schumer (and other democrats) voted yes for cloture giving more power to Elon.
John Fetterman is basically a republican ignoring everything his constituents voted him in for.
Kamala promising single payer healthcare during her first run. Yet as soon as she became the Democratic candidate in 2024 she ran sprinting the other way.
Do you not realize that Biden crafted the gun that Trump is firing at student visa protesters?
https://www.youtube.com/watch?v=FxyLBZ5gMWc
the cages for children that were built by the Obama administration.
and the constant drone striking from the obama administration.
Obama bailing out the banks because of the 2008 financial crisis.
Pelosi (and many ither democrats) with their insider trading.
Pelosi stiffing AOC for party leader and putting an old fuck with esophogeal cancer in instead.
Or the Democrats standing outside the Department of Education as it got raided. The most protected group of citizens couldn’t have the courage to force their way in. They just recorded and cried “look at what they’re doing! We are so helpless!”
The Democrats sitting idly by with stupid ping pong paddle signs as Al Green stood up and yelled at Trump. WORTHLESS.
How about anytime the Democrats have had The House, The Senate, and The Presidency they are always fucking useless? Saying they don’t have the power to do anything. Whine whine whine. Yet when Republicans come in they have absolute power and get their objectives DONE. I mean fuck they don’t give a rat’s ass about the law, If they want it done it will be done.
Anyone else is welcome to fill in the blanks on collasal democrat fumbles.
If you keep voting for them it signals they can keep getting away with not serving you. Their messaging is the very reason turnout was low. No one is motivated by Goldman Sachs approving your economic plan. By the end of Kamala’s campaign she was promising diet Trump policies. Why would I vote for diet deporter when I can have the real og? The messaging was brain dead.
Democrats do a better job at getting a Conservative elected than Conservatives themselves. They are a fucking joke and I am tired of everyone acting like the color blue is a savior. It’s not. We are on our own right now. The Democrats won’t save you.
It’s time we abandon the radioactive party that is Democrats and work towards a leftist movement. Talk to your neighbors, get to know people and their plights/struggles, show compassion and empathy to your fellow citizens, create a network of people who you would protect and would absolutely protect you, build up skills such as growing your own food, and volunteer at a soup kitchen. Try to lessen yours and others dependance on the powers that be as much as possible.
Democrats paved the way for a Trump presidency. Do not be surprised if violence is required to overcome this. These people use violence on you everyday, you just don’t call it that.
Until you see some major motion from the Democratic party, do not give them anymore of your time. For the love of god do not give them any of your money.
KDE the customization is off the charts
Very helpful and enlightening comment, without this guidance I was lost.
Yes the issue still arises
I no longer have tailscale installed. i uninstalled it thinking that would fix it. I cannot reinstall it now because I can’t cinnect to the internet.
I still am getting somw data transfer it looms like. I can see my upload and down load speed fluctuating. It just shows a yellow triangle by my ethernet icon and says “limited connection”.
THANK YOU ALL!
It was a problem with my docker compose file! I didn’t list the needed devices from the jellyfin documentation. I thought the Container was detecting the gpu but it wasn’t. Docker exec <container-name> nvidia-smi is your friend!
Edit: so now it doesnt kick me out saying the playback failed but its just a black screen with 4k media
Edit 2: my bad forgot to enable some transcoding settings in jellyfin lol
This is what thay compose looks like now:
services:
jellyfin:
image: jellyfin/jellyfin
user: 1000:1000
network_mode: 'host'
volumes:
- /DATA/AppData/jellyfin/config:/config
- /DATA/AppData/jellyfin/cache:/cache
- /DATA/AppData/jellyfin/media:/media
- /mnt/drive1/media:/mnt/drive1/media
- /mnt/drive2/Jellyfin:/mnt/drive2/Jellyfin
- /mnt/drive3:/mnt/drive3
- /mnt/drive4/media:/mnt/drive4/media
- /mnt/drive5/jellyfin:/mnt/drive5/jellyfin
- /mnt/drive6/jellyfin:/mnt/drive6/jellyfin
runtime: nvidia
deploy:
resources:
reservations:
devices:
- driver: cdi
device_ids:
- nvidia.com/gpu=all
- /dev/nvidia-caps:/dev/nvidia-caps
- /dev/nvidia0:/dev/nvidia0
- /dev/nvidiactl:/dev/nvidiactl
- /dev/nvidia-modeset:/dev/nvidia-modeset
- /dev/nvidia-uvm:/dev/nvidia-uvm
- /dev/nvidia-uvm-tools:/dev/nvidia-uvm-tools
count: all
capabilities: [gpu]
Edit: when I try and compose up it says “yaml: lin 30 mapping values are not allowed in this context” when I remove line 30 and 31 the output is “validating /DATA/AppData/jellyfin/docker-compose.yml: services.jellyfin.deploy.resources.reservations.devices.1 must be a mapping”
I tried this and it says:
OCI runtime exec failed: unable to start container process: exec: “nvidia-smi”: executable file not found im $PATH: unknown
I ran it as two commands instead of one before and still got that error message.
However, I tried again with a different jellyfin image and the command seems to have ran fine.
Here is a pic of my nvidia-smi output:
I followed this guide and seemed to get it working.
https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html
However jellyfin transcoding sttill doesn’t work. I have tried adding the “nvidia devices= all” environment variable, it still didn’t work.
I tried using the docker conpose from here
But when I try and run this command: “docker exec -it jellyfin ldconfig sudo systemctl restart docker”
It says the container is restarting and to try again when the container has started.
So I seem to have gotten it up and running with the guide the only issue is It seems really slow (compared to conduit, conduwuit, dendrite and synapse on sqlite). Also when I pick up calls on element x on graphene os I cannot hear the other user (this is on the same network both devices running graphene I did configure my coturn server but didn’t try out of network calls.). When I was trying to sign up it would error on me. In order to bypass the error I just kept clicking sign up/sign in and it worked on the second or 3rd try. Device verification seems to work but you have to be really slow about working through the steps.
Any ideas on how to fix this?
I am not dead set on using ansible that is just the top recommendation I was recieving purely based off of how much documentation there is for it. That and iy sets up element chat for you which is what I really needed.also a postgres database. This seems a lot closer to my tempo and I will totally try to get it running! Thank you!
My bad I had replied to two people who had asked for it. I didn’t know how to format it so I had fixed it once, but I will delete it and try to add it to the main post.
EDIT: hopefully that is better to look at!
Why don’t you go work in the field? We need all the top shots out there, get on it buddy.