this post was submitted on 02 Jun 2024
26 points (96.4% liked)

Linux

56562 readers
602 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
 

I came from Arch to Void just today and after installing KDE and enabling dbus, I enabled SDDM, I type in my password and it says login failed, I tried lightdm, I couldn't login neither in my user account nor root, I setup plasma to run with xinit, plasma did launch successfully, but sudo NEVER worked inside plasma, it always says "password incorrect, please try again" even though I'm able to sudo inside TTYs

I tried "sudo sddm" and read the logs, it says SDDM: authentication_FAILED for user "" which is weird (it didn't print any names)

There were also some PAM logs in between, I didn't change any PAM configuration

I have elogind installed and enabled too

all 12 comments
sorted by: hot top controversial new old
[–] mdione@en.osm.town 6 points 1 year ago

@notTheCat there's a technique where you boot with a live system, mount your linux system, chroot into it amd change passwords. If you think this is insecure for your system, then you should considering encrypting at least your home diretory/partition.

[–] somethingsomethingidk@lemmy.world 5 points 1 year ago (1 children)

If you CTRL-ALT-F3 and login to a non graphical session does everything work as intended?

[–] 299792458ms@lemmy.zip 3 points 1 year ago

I do not know how to solve your problem but I suggest posting to c/voidlinux or their subreddit which should have more people capable to help.

[–] lemmyreader@lemmy.ml 1 points 1 year ago

Do have the startx command installed ? You can use that from the command line without DisplayManager (Switch to a virtual console with e.g. ctrl-alt-F2). And with XFCE4 you can use the command startxfce4 to start from the command line without DisplayManager. This could help troubleshoot.

[–] boredsquirrel@slrpnk.net 1 points 1 year ago (1 children)

Do you have an sddm user in the sddm group?