Koma52

joined 1 year ago
[–] [email protected] 4 points 1 year ago (10 children)

Neither closed or open software is safer than the other in my opinion. If someone wants to find a vulnerability they will find a vulnerability. The only advantage open source maybe has that it's harder to hide vulnerabilities for years and it's more obvious if they don't fix it. But personally I wouldn't use open source just for safety reasons.

[–] [email protected] 8 points 1 year ago

Even if you don't buy a lottery ticket an infinite of you wins

[–] [email protected] 1 points 1 year ago (1 children)

Basically you have to trust the admin and operator of your instance like you would trust a monolithic company. Will it work? Who knows. But this whole trust a single point of failure thing always be there. You can choose who you trust or you can choose to not trust anyone and be platform independent. And ActivityPub kind of gives this so you can migrate to another instance or a whole another platform. Is it inconvenient? Kind of yes but the possibility is there at least.

The funding thing is something I was wondering myself too. We have to find a way to fund these servers and donation is not the way in my opinion. Sure it can work for periods of time but not in the long run. Right now I'm sure a lot of people donated for their instances because of the hype but I'm sure donations will go down in the following months. And as inconvenient as ads are they are the easiest and one of the most reliable way to fund something like that. And I know it's a very unpopular opinion here on the fediverse. but we have to accept the truth that nothing is free.

The one larger instance thing is not a problem in my opinion if that is a good and reliable instance. And again it's the trust thing I was talking about earlier. Either you trust the mods and operators of lemmy.world or you trust Reddit, Meta or anyone else, you choose. Neither is better than the other one in my opinion. And if you look at user statistics there are other instances that are getting bigger so maybe it won't be that big of a problem. People usually don't get this fediverse thing when they get here and they see an instance with 100k users and they register bacuse that's the best. I was the same. But if this thing is here to stay people will eventually get used to the whole it doesn't really matter where you register thing and this thing will be solved. At least I hope.

Maybe this whole thing I wrote is not very organised because I'm a little bit tired sorry. But for short I can understand your point and I kind of feel the same but it is what it is, maybe it's the future maybe not. Right now I like Lemmy more than Reddit but it sure needs polishing.

[–] [email protected] 23 points 1 year ago

For me it sounds like more like a PR move. It sounds like they just want people to adopt Oracle Linux because now it's the good thing and when they'll have the chance they'll do the same thing. Not necessarily exactly what Red Hat (and IBM) did but something that won't benefit the community but them. But maybe this is just my superstition or something and it won't come to this. I hope it won't come to this but I doubt it

[–] [email protected] 9 points 1 year ago* (last edited 1 year ago)

I just turned off NSFW in settings. It doesn't really remove all nsfw posts but it hides them so you have to click a button to show the nsfw post. Not the best solution overall but the best we have right now

Edit: the setting is called Hide NSFW

[–] [email protected] 10 points 1 year ago (1 children)

Maybe check if your phone is stopping apps that are in the background. If I'm not mistaken it's an Android feature and most of the time you can disable it in settings per app. On my Huawei phone it's Settings > Apps > the app > power usage > launch settings.

[–] [email protected] 1 points 1 year ago (1 children)

They give extended support after a Ubuntu version is EOL if you're a subscriber. By the way there's a free version of the subscription for personal use up to 5 devices I think, maybe more maybe less.

 

Hello everyone,

Today the nvidia driver on my server stopped working out of nowhere. Yesterday it was working and today it's not. I didn't do anything in yesterday or today.

Today my Plex container stopped working because there was a problem with the nvidia card I was using for transcoding. It's a GTX 1650.

I tried running nvidia-smi and it said Failed to initialize NVML: Driver/library version mismatch. After I tried upgrading my system because it was a months ago I upgraded, maybe it will help. It didn't. I tried some rebooting because some sources said it solves the issue but it persisted.

It's driver reinstall time. Purged the driver with apt purge nvidia* then installed driver with ubuntu-drivers install --gpgpu nvidia:525-server. After reboot nvidia-smi gives the error NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running..

lsmod | grep nvidia shows nothing and /proc/driver/nvidia/version doesn't exists. I tried starting nvidia-persistenced with systemctl but it gives this error:

Failed to query NVIDIA devices. Please ensure that the NVIDIA device files (/dev/nvidia*) exist, and that user 113 has read and write permissions for those files.

/dev/nvidia* doesn't exist.

I'm very noobish when it comes to nvidia and linux it was a pain to set it up initially and I was hoping that it wouldn't go wrong someday. But here I am unfortunatelly. I don't really know what logs should I show you or what commands should I run to troubleshoot so every tip is appreciated and I will provide logs and things like that if needed.

System info:

  • Ubuntu Server 22.04
  • kernel: 5.15.0-76-generic
  • theoretically installed nvidia driver: nvidia-driver-525-server

Solution

I was using the ubuntu-drivers utility to install the driver but turns out it's not that great. After installing with the manual method from https://help.ubuntu.com/community/NvidiaDriversInstallation using the command apt install linux-modules-nvidia-${DRIVER_BRANCH}${SERVER}-${LINUX_FLAVOUR} it's working again.