Of course, we understand, that it must create a system users. But, we hope do it via just systemd.We think use adduser/addgroup and deluser/delgroup is "ugly"09.07.2018, 10:20, "Mantas Mikulėnas" :On Mon, Jul 9, 2018 at 6:33 AM Roman Mingazeev wrote:Hello, can you help?
1) Is th
On Mon, Jul 9, 2018 at 6:33 AM Roman Mingazeev wrote:
> Hello, can you help?
> 1) Is there any possibility to implement to add and remove users/groups
> via systemd-sysusers ?
>
Addition is already implemented (I mean, that's the whole point)... removal
*probably* won't be, as it could very easi
Hello, can you help?
1) Is there any possibility to implement to add and remove users/groups via
systemd-sysusers ?
2) And where is systemd-sysusers.service? (Or why it is in man)
3) Can I sync uid:gid on different machines
___
systemd-devel mailing lis
On Mo, 05.02.18 10:21, Johannes Ernst ([email protected]) wrote:
> >> It appears systemd-sysusers does not create home directories. On
> >> the other hand, it picks (largely unpredictable) UIDs from a
> >> range.
> >>
> >> So I have to run systemd-sysusers, and after that, find the UID
> >
On Mon, Feb 05, 2018 at 10:21:17AM -0800, Johannes Ernst wrote:
>
> > On Feb 4, 2018, at 21:56, Michael Chapman wrote:
> >
> > On Mon, 5 Feb 2018, Johannes Ernst wrote:
> >> It appears systemd-sysusers does not create home directories. On the other
> >> hand, it picks (largely unpredictable) UI
Am 05.02.2018 um 19:35 schrieb Johannes Ernst:
On Feb 5, 2018, at 10:31, Zbigniew Jędrzejewski-Szmek wrote:
systemd-sysusers
[[ -d /var/lib/foo ]] && mkdir -m755 /var/lib/foo
chown $(id -u foo):$(id -g foo) /var/lib/foo
# /usr/lib/tmpfiles.d/foo.conf
d /var/lib/foo 0755 foo foo -
(BTW,
> On Feb 5, 2018, at 10:31, Zbigniew Jędrzejewski-Szmek
> wrote:
>> systemd-sysusers
>> [[ -d /var/lib/foo ]] && mkdir -m755 /var/lib/foo
>> chown $(id -u foo):$(id -g foo) /var/lib/foo
>
> # /usr/lib/tmpfiles.d/foo.conf
> d /var/lib/foo 0755 foo foo -
>
> (BTW, chown $(id -u foo):$(id -g f
> On Feb 4, 2018, at 21:56, Michael Chapman wrote:
>
> On Mon, 5 Feb 2018, Johannes Ernst wrote:
>> It appears systemd-sysusers does not create home directories. On the other
>> hand, it picks (largely unpredictable) UIDs from a range.
>>
>> So I have to run systemd-sysusers, and after that, f
Am 05.02.2018 um 10:47 schrieb Michael Chapman:
On Mon, 5 Feb 2018, Reindl Harald wrote:
Am 05.02.2018 um 06:56 schrieb Michael Chapman:
On Mon, 5 Feb 2018, Johannes Ernst wrote:
It appears systemd-sysusers does not create home directories. On the
other hand, it picks (largely unpredictab
On Mon, 5 Feb 2018, Reindl Harald wrote:
Am 05.02.2018 um 06:56 schrieb Michael Chapman:
On Mon, 5 Feb 2018, Johannes Ernst wrote:
It appears systemd-sysusers does not create home directories. On the
other hand, it picks (largely unpredictable) UIDs from a range.
So I have to run systemd-s
On Mon, Feb 5, 2018 at 11:26 AM, Reindl Harald
wrote:
>
>
> Am 05.02.2018 um 06:56 schrieb Michael Chapman:
>
>> On Mon, 5 Feb 2018, Johannes Ernst wrote:
>>
>>> It appears systemd-sysusers does not create home directories. On the
>>> other hand, it picks (largely unpredictable) UIDs from a range
Am 05.02.2018 um 06:56 schrieb Michael Chapman:
On Mon, 5 Feb 2018, Johannes Ernst wrote:
It appears systemd-sysusers does not create home directories. On the
other hand, it picks (largely unpredictable) UIDs from a range.
So I have to run systemd-sysusers, and after that, find the UID of th
On Mon, 5 Feb 2018, Johannes Ernst wrote:
It appears systemd-sysusers does not create home directories. On the
other hand, it picks (largely unpredictable) UIDs from a range.
So I have to run systemd-sysusers, and after that, find the UID of the
user and chown the home directory? Or is there t
It appears systemd-sysusers does not create home directories. On the other
hand, it picks (largely unpredictable) UIDs from a range.
So I have to run systemd-sysusers, and after that, find the UID of the user and
chown the home directory? Or is there the equivalent of the “useradd -m” flag
some
On Tue, 2017-09-12 at 13:26 +0200, Lennart Poettering wrote:
> On Mo, 11.09.17 23:33, Sébastien Luttringer ([email protected]) wrote:
>
> > 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_
On Mo, 11.09.17 23:33, Sébastien Luttringer ([email protected]) wrote:
> 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 s
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
nobo
On Mon, 07.07.14 13:16, Leonid Isaev ([email protected]) wrote:
> On Mon, Jul 07, 2014 at 05:40:42PM +0200, Lennart Poettering wrote:
> > On Mon, 07.07.14 11:08, Leonid Isaev ([email protected]) wrote:
> >
> > > Hi,
> > >
> > > Thanks for the explanation...
> > >
> > > On Mon, Jul 07, 201
On Mon, Jul 07, 2014 at 05:40:42PM +0200, Lennart Poettering wrote:
> On Mon, 07.07.14 11:08, Leonid Isaev ([email protected]) wrote:
>
> > Hi,
> >
> > Thanks for the explanation...
> >
> > On Mon, Jul 07, 2014 at 12:26:03PM +0200, Lennart Poettering wrote:
> > > I wasn#t aware of grpck, a
On Mon, 07.07.14 11:08, Leonid Isaev ([email protected]) wrote:
> Hi,
>
> Thanks for the explanation...
>
> On Mon, Jul 07, 2014 at 12:26:03PM +0200, Lennart Poettering wrote:
> > I wasn#t aware of grpck, and quite frankly don't think it makes much
> > sense, what the tool is doing.
>
Hi,
Thanks for the explanation...
On Mon, Jul 07, 2014 at 12:26:03PM +0200, Lennart Poettering wrote:
> I wasn#t aware of grpck, and quite frankly don't think it makes much
> sense, what the tool is doing.
Why? Checking syntax can never hurt...
> > Does it mean that on each update, a p
On Sun, 06.07.14 19:17, Leonid Isaev ([email protected]) wrote:
> Hi,
>
> Shouldn't systemd-sysusers update /etc/gshadow when adding 'basic'
> groups? From sysusers.c I don't see that gshadow (and shadow) is updated, and
> this seems to cause problems on package updates. Consider the foll
Hi,
Shouldn't systemd-sysusers update /etc/gshadow when adding 'basic'
groups? From sysusers.c I don't see that gshadow (and shadow) is updated, and
this seems to cause problems on package updates. Consider the following
scenario:
1. A package is updated, so timestamp of /usr gets ahead of
23 matches
Mail list logo