no user on administrator panel for Ubuntu 20.04.4 LTS

Asked by Xudong Sun

I just installed timekpr-next through the ppa for my Ubuntu 20.04.4 LTS. But when I run the sudo version of it, it shows no user name.

Question information

Language:
English Edit question
Status:
Answered
For:
Timekpr-nExT Edit question
Assignee:
Eduards Bezverhijs Edit question
Last query:
Last reply:
Revision history for this message
Eduards Bezverhijs (mjasnik) said (last edit ):
#1

Do you have any users which are "normal" non admins?

Please check that user id are within the normal user id limits:
    grep -e '^UID_M' -e 'UID_M' /etc/login.defs

To help you further, I need at least a log file which can be found there:
    /var/log/timekpr.log

Revision history for this message
Xudong Sun (sunxd) said :
#2

grep -e '^UID_M' -e 'UID_M' /etc/login.defs
UID_MIN 1000
UID_MAX 60000
#SYS_UID_MIN 100
#SYS_UID_MAX 999

2022-04-18 10:30:54.355018: --- start working on users ---¬
158685 2022-04-18 10:30:54.355803: USER: user, UID: 24xxxx, UNAME: user, UPATH: /org/freedesktop/login1/user/_241xxxx¬
158686 2022-04-18 10:30:54.355861: NOTE: system user "user" explicitly excluded¬
158687 2022-04-18 10:30:54.355950: --- end working on users (ela: 0:00:00.000937) ---¬
158688 2022-04-18 10:30:54.355981: --- perf: avg ela: 0:00:00.001574, loadavg: 2.13, 2.36, 1.93 ---¬

Revision history for this message
Eduards Bezverhijs (mjasnik) said :
#3

It looks like your issue is that uuid for "user" is out of normal user uuid limits, yours is 240 thousand plus, however maximum is 60 thousand.

Either change the uuid for user to be within limits or change limits to accomodate that very large id.

Can you help with this problem?

Provide an answer of your own, or ask Xudong Sun for more information if necessary.

To post a message you must log in.