[systemd-devel] systemd-sysusers does not create nobody user

2017-09-11 Thread Sébastien Luttringer
Hello,

It appears that the nobody user/group are not created by systemd-sysusers,
despite its definition in sysusers.d/basic.conf.
I guess nss_systemd is always providing answers for nobody user/group which
mislead systemd-sysusers.

# grep nobody /etc/passwd; echo $?
1
# getent passwd nobody
nobody:*:65534:65534:User Nobody:/:/sbin/nologin
# SYSTEMD_LOG_LEVEL=debug systemd-sysusers /usr/lib/sysusers.d/basic.conf
Group nobody already exists.
User nobody already exists.

I guess the issue is the same for root user.
For reference, this come from this bug report: https://bugs.archlinux.org/task/
55589

A side effect, may segfault sshd. See: https://bugs.archlinux.org/task/55570

I tend to think that systemd-users should be able to start working with and
empty passwd/group.
What do you think is the correct way to fix these two? 

Cheers,


Sébastien "Seblu" Luttringer

signature.asc
Description: This is a digitally signed message part
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/systemd-devel


Re: [systemd-devel] [PATCH] rules: load drivers only on "add" events

2017-09-11 Thread Mantas Mikulėnas
On Mon, Sep 11, 2017, 21:48 Dmitry Torokhov 
wrote:

> As a side note, I am confused about handling authorship information in
> systemd repository. The commit 9a39e1ce314d1a6f8a754f6dab040019239666a9
> adding handling of bind/unbind actions is clearly taken from the email I
> posted on systemd-devel mailing list on the 31st, however it lists
> Lennart's name as the author?
>

Many systemd developers only merge Git branches, not emailed patches, so
yours was automatically imported into a Git branch, from which Lennart made
a GitHub pull request.

The original pull-request had one commit authored by you. However, when
"squash" merge is used, GitHub appears to always use the PR submitter's
information in the final squashed commit. (I suppose it has to choose
*something*.)

Sorry about that; it seems that imported branches should be only merged in
full, not squashed.

Of course, a future-proof way to avoid this would be to open a GH pull
request yourself... (See the auto-reply from earlier.)

> --

Mantas Mikulėnas 
Sent from my phone
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/systemd-devel


Re: [systemd-devel] [PATCH] rules: load drivers only on "add" events

2017-09-11 Thread systemd github import bot
Patchset imported to github.
To create a pull request, one of the main developers has to initiate one via:


--
Generated by https://github.com/haraldh/mail2git
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/systemd-devel