Next is to login and look at the logs, especially dmesg. Find out how to open a virtual terminal, probably ctrl+alt+f1 (or f2 etc) so you can bypass the display manager to login and poke around. Or try SSH from another system. There’s a couple of ideas, good luck!
- 0 Posts
- 50 Comments
And I hate when people take a single case and extrapolate it as a general statement.
By that argument Ubuntu is equally unstable as they have rolled out updates that broke grub resulting in unbootable systems - not during a full distro upgrade, but as Ubuntu specific patches to LTS.
In the end, we have choice, and choice is a good thing.
Arch is not harder to maintain nor is it easier to break, that’s a myth. If anything, it’s the opposite, as a rolling release stays up to date, though it relies on the user keeping it up to date. If you get lazy with updates, then yes, you are going to have problems eventually.
This is normal behavior. There is much more to the JVMs memory usage beyond what’s allocated to the heap - there are other memory regions as well. There are additional tuning options for them, but it’s a complicated subject and if you aren’t actually encountering out of memory issues you have to ask if this is worth the effort to tune it.
ScottE@lemm.eeto Linux@lemmy.ml•What file systems are you using on your devices and why?3·9 months agoActually native encryption has been a feature of ZFS for a few years now. It’s nice not having to have an extra LUKS layer.
ScottE@lemm.eeto Linux@lemmy.ml•What file systems are you using on your devices and why?4·9 months agoXFS does not do snapshots, replicas, and all the other myriad of things that ZFS does.
ScottE@lemm.eeto Linux@lemmy.ml•What file systems are you using on your devices and why?6·9 months agoZFS for nearly everything plus ZFSBootMenu EFI on root data pools. Get a bad upgrade? No problem, boot a previous snapshot (auto created with a pacman hook), which I had to do recently when 6.6.39 LTS kernel had a bug. Snapshots are also great when doing things such as upgrading postgres, hass, Plex, etc.
deleted by creator
Don’t know why you are being voted down, you are 100% correct. RTLAAU.
Nope, it doesn’t work that way. You have to umount it. You could reboot after removing it from fstab, but that’s a bigger hammer than necessary.
You need to move the service file to the right directory, for starters.
Nope, they should not be executable.
ScottE@lemm.eeto Linux@lemmy.ml•How can I easily and conveniently transfer files wirelessly between my linux computer and android phone?22·11 months agoI use syncthing all over the place for this sort of thing. I have some sync directories that are multi way synced across multiple devices, others that are one-way drop targets to a specific device, others that are for operations like backing up photos. It’s quite excellent with a good sync algorithm that rarely results in conflicts.
Another suggestion for Darktable. It handles this case of mixed types transparently. It’s a big thing to learn, but extremely powerful and capable, and you don’t have to know all the corners of it, just enough for your workflow.
Address already in use
is the key - something else has already bound to that address:port combination. Next step is to find out what process is listening on it. Try ss, netstat, lsof to name a few hints.
FreeCAD. It’s fantastic but takes some getting used to. I recommend the Ondsel fork - it’s still free and open source except for the cloud storage which you can ignore. Ondsel includes some newer features and some interface changes.
ScottE@lemm.eeto Linux@lemmy.ml•Do you daily drive Wayland, if so since when, if not when will you?31·1 year agoWhen I’m forced to, and not before then. X works perfectly well so there’s no reason for me to switch to something else with less features.
ScottE@lemm.eeto Linux@lemmy.ml•Wireless wifi is not working after chroot rescue on Arch Linux.2·1 year agoReboot to the snapshot you took of the root fs before starting the update, then just rerun the upgrade. If you are using btrfs (or ZFS) make use of its features so you never have this sort of problem.
Just don’t open the drawer if you don’t want the drawer - doesn’t that make the most sense versus looking for something with few features? Never look to Apple for the right answer - that is always a good place to start.
Nova launcher lets you customize how the app drawer is opened - so you can turn off gesture opening via one of the other options. Nova is a great launcher, I switched to the paid version a couple of years back and found it to be my favorite. I just wish they’d launch Nova 8 which has been in beta for 2 years already.
I use it everywhere, raidz2 on HDDs for a NAS also with mirrored NVMe root pool, and on a couple of laptops. zfsbootmenu is awesome, so I can boot into any snapshot, and a pacman hook that creates a snapshot whenever I upgrade packages. Even if it’s overkill for some of my use, I use it anyway and trust it much more than anything else - it has a proven track record. Backups to rsync.net are a breeze with borg/borgmatic.