Unlikely to be the problem, but I’d switch the config to use https URLs.
Hosting https://lemmyland.com/ and enjoying the lemmy-verse so far 😄
- 0 Posts
- 18 Comments
someguy@lemmyland.comto
Jellyfin: The Free Software Media System@lemmy.ml•One library has reidentified weirdEnglish
2·7 months agoDo you have an example of the incorrect metadata external ids if they are set? And what is the format of the files that was midentified?
If you use a package that depends on pyside2, then you might be stuck. You could try building pyside2 with a modified PKGBUILD. This seems like a bug/difference in behavior with paru: https://github.com/Morganamilo/paru/issues/1377
If you’re adventurous, you could use another package management tool. Not familiar with garuda though.
Or maybe wait until paru developers possibly change their tool, or the AUR package happens to change to work around paru behavior?
Seems like there’s an issue with pyside2 and paru: https://aur.archlinux.org/packages/pyside2
If you don’t need it, remove pyside2?
someguy@lemmyland.comto
Jellyfin: The Free Software Media System@lemmy.ml•Problem Loading PageEnglish
1·1 year agoGood to hear. I think jellyfin could be improved so that it doesn’t completely clear migrations.xml every time a new migration is applied when it starts up (switch from a
Createto anOpenOrCreateon the file). Although a low disk situation can be difficult for software to deal with typically anyway.
someguy@lemmyland.comto
Jellyfin: The Free Software Media System@lemmy.ml•Problem Loading PageEnglish
6·1 year agoCan you check your config folder (seems like it’s
/etc/jellyfinfor you) formigrations.xmlandsystem.xml? I’m guessing if you were low on disk, jellyfin tried to write to them, but couldn’t, so it left empty files which it can’t now read from.
someguy@lemmyland.comto
Linux@lemmy.ml•Element app updating backwards on Debian 12 KDE?English
53·2 years agoSounds like https://bugs.kde.org/show_bug.cgi?id=465864
Do you see an option to import other images in your dashboard? For ubuntu, you’d get those from https://cloud-images.ubuntu.com/
someguy@lemmyland.comto
Linux@lemmy.ml•Why do I have to re-download kernel packages everytime?English
3·3 years agoIs that from the deltarpms? It’s a pretty common problem with them. You can disable deltarpms if you don’t mind installing the full package by default. Though if you’re concerned about the cost of the data, deltarpms are probably exactly what you want 🫤
The modularity thing seems too gimmicky to me. Like the Motorola phones with the same concept. I do think it’s a good direction for repairability though.
Do either have a touchpad as good as the ones on macs or xps?
someguy@lemmyland.comto
Linux@lemmy.ml•AlmaLinux makes its choice: The friendly forkEnglish
2·3 years agoI was under the impression that like Oracle, they used RHEL sources as their base (from git.centos.org). But it appears that they now (as of 2022) only use fedora sources and maintain other sources on top of fedora, so they’ve deviated from RHEL compatibility as far as I can tell.
someguy@lemmyland.comto
Linux@lemmy.ml•AlmaLinux makes its choice: The friendly forkEnglish
91·3 years agoI’m curious to see if oracle, amazon, or suse will try to absorb some of the RHEL derivatives like alma and rocky. Right now there seems to be a lot of fragmentation in RHEL derivatives. Not to say they are trying to compete with Red Hat, but Amazon and Oracle seem like they would try to do so this way.
someguy@lemmyland.comto
Technology@beehaw.org•Hackers can steal cryptographic keys by video-recording power LEDs 60 feet awayEnglish
3·3 years agoReminds me of LEDs used to extract data out of airgapped networks: https://threatpost.com/blinking-router-leds-leak-data-from-air-gapped-networks/126199/ but different because that one requires software within the airgapped network to exfiltrate.
Didn’t there used to be network equipment that was vulnerable to data exfil from data status lights, or did I dream that up? Most data LEDs now just consistently blink.
someguy@lemmyland.comto
Programming@beehaw.org•I have a confession to make... I code in Comic SansEnglish
6·3 years agoSurprisingly readable. Some of the letters are really close to each other, and multiple capitals together look odd. I will try it 🙂
Slacks problem isn’t with generating things to say, it’s with managing attention spans and navigating between conversations easily. If the integration can help with that, maybe it will make sense. But if it just helps people write, that is nice but I’d be concerned that it would lead to longer and less direct messaging.
someguy@lemmyland.comto
Linux@lemmy.ml•Arch Linux system won't connect to the network/internetEnglish
2·3 years agoI’d check
/var/log/pacman.logfor anything you recently updated which might give a hint. Maybe check that you can reach your local router via a browser or network devices usingping?
someguy@lemmyland.comto
Linux@lemmy.ml•Is it possible to have new windows open either right or left in gnome?English
2·3 years agoHave you tried the tiling assistant or gtile extensions? Not quite the same as a regular tiling window manager, but tiling assistant works pretty we’ll for just snapping and moving windows.

Historical reasons I believe and also because packages are signed. Though there’s been a few vulnerabilities that have made TLS (IMHO) a necessity. As well as just preventing snooping. Modern debian and apt should support TLS out of the box now.