You are not logged in.
After using sddm as my display manager, I found rethinkdb user was shown on login screen.
It's very strange and `sudo passwd -l rethinkdb` didn't solve the problem. Then I found that its uid is 1001, a normal user created by
`useradd -g rethinkdb -d /var/lib/rethinkdb -s /bin/false rethinkdb &>/dev/null`.
AFAIK a database user should be a system user, namely uid < 1000. I also checked debian rethinkdb package which is official supported. It uses
`adduser --system --quiet --group --no-create-home rethinkdb`
to create rethinkdb user. So perhaps it should use -r option to create a system user
Offline
Please file a ticket, I'll fix it in the next rethinkdb release.
Read it before posting http://www.catb.org/esr/faqs/smart-questions.html
Ruby gems repository done right https://bbs.archlinux.org/viewtopic.php?id=182729
Fast initramfs generator with security in mind https://wiki.archlinux.org/index.php/Booster
Offline