[xubuntu-users] 14.10 weird dmesg error
Fred Roller
fredroller66 at gmail.com
Thu Dec 4 23:32:22 UTC 2014
On 11/20/2014 05:57 PM, Ralf Mardorf wrote:
> On Thu, 2014-11-20 at 22:37 +0000, Andy Proctor wrote:
>> [Thu Nov 20 22:07:21 2014] systemd-logind[810]: Failed to start unit
>> user at 112.service: Unknown unit: user at 112.service
>> [Thu Nov 20 22:07:21 2014] systemd-logind[810]: Failed to start user
>> service: Unknown unit: user at 112.service
>>
>> I don't know what this service is, or where it came from.
> systemctl on my Arch Linux machine shows
>
> user at 1000.service loaded active running User Manager for UID 1000
> user at 620.service loaded active running User Manager for UID 620
>
> Actually it's common that for Linux the first user gets the UID 1000.
>
> This are the user IDs for my Arch install:
>
> [rocketmouse at archlinux ~]$ id -u chuser ; id -u rocketmouse ; id -u root
> 1001
> 1000
> 0
>
> So I wonder what UID 620 is. And I also have no clue what 112 is for. In
> Germany 112 is the emergency telephone number.
>
>
if you are just trying to get UIDs then
sudo less /etc/passwd
should give all your registered users (system, user, etc. ) an example is:
...
lightdm:x:112:118:Light Display Manager:/var/lib/lightdm:/bin/false
...
this line is colon delimited and the first number after the "x" is the
UID. (in this case 112)
Here is some information to understand fully:
http://www.cyberciti.biz/faq/understanding-etcpasswd-file-format/
GL
--
- Fred
"Only those who can see the invisible
can accomplish the impossible." - Anonymous
More information about the xubuntu-users
mailing list