We love to praise linux constantly and tell everyone to change to it (they should) but what are your biggest annoyances ?

Mine would be, installing software (made even more complex by flatpaks being added, among the 5 other ways there already were to install software) and probably wifi power management issues.

  • yaroto98@lemmy.org
    link
    fedilink
    English
    arrow-up
    17
    arrow-down
    1
    ·
    10 days ago

    I recently began hating devices and how each distro does it slightly differently. /dev is the worst. I plug in a usb, look for it under /dev/usb, not there, oh it’s /dev/serial I suppose that makes sense. Plug in a different usb, not in either, no by-path or by-id, oh, I can only find it by the bus… but that path changes each time I plug it in, and that’s the only place I can find it. Permissions are black magic on devices. I’ve been root and can’t open a cdrom, get permission denied. Other times I can give a user 777 and it seems like they have it all, but still can’t open that drive. Everytime I reboot my coral usb changes bus paths and breaks my frigate docker, but I can’t find any stable path to it. Fought for days trying to get proxmox to forward a cdrom drive to a container then a vm. Went through half a dozen tutorials and threads of people getting it working and I couldn’t. Spin up my laptop and do it bare metal, and STILL can’t get it to work. VLC can play the disk just fine, but not the docker container. Switch to ubuntu instead of my arch distro, and boom everything works… most of the time. Other times I have to do a ritual of removing the database, logs, reboot, start the container, unplug usb, plug in usb, and then it works.