~alpine/users

3 3

Dbus fails to start

Details
Message ID
<61b39753.1c69fb81.d43fe.c2b9@mx.google.com>
DKIM signature
missing
Download raw message
Hi,

I installed dbus and then added it using
#rc-update add dbus

Then reboot and checked:
# rc-status
Runlevel: default
 sshd                                  [  started  ]
 slim                                  [  started  ]
 dbus                                  [  stopped  ]
 udev-postmount                        [  started  ]
 crond                                 [  started  ]
 acpid                                 [  started  ]
Dynamic Runlevel: hotplugged
Dynamic Runlevel: needed/wanted
 sysfs                                 [  started  ]
 fsck                                  [  started  ]
 root                                  [  started  ]
 localmount                            [  started  ]
 udev-settle                           [  started  ]
Dynamic Runlevel: manual

If I try:
# rc-service dbus start
 * checkpath: owner `root:messagebus' not found
 * ERROR: dbus failed to start

What is missing or whar am I doing wrong?
Details
Message ID
<61b3fbf8.1c69fb81.fc848.b73d@mx.google.com>
In-Reply-To
<61b39753.1c69fb81.d43fe.c2b9@mx.google.com> (view parent)
DKIM signature
missing
Download raw message
Perke:
I'm not an Alpine user, but I wonder:  Does the "messagebus" group exist in /etc/group ?

Thanks, Perke.
Adding messagebus:x:104: to /etc/group solved the problem.
Since this happened on a fresh install, could it be a bug?
Details
Message ID
<CAPxz1+YkvAH06FOeHZg2S-ATAtR50vg-d+Zxj9==ORPcF1CD+Q@mail.gmail.com>
In-Reply-To
<61b3fbf8.1c69fb81.fc848.b73d@mx.google.com> (view parent)
DKIM signature
missing
Download raw message
> Parke wrote [offlist]
> I'm not an Alpine user, but I wonder:  Does the "messagebus" group exist in /etc/group ?

On Fri, Dec 10, 2021 at 5:16 PM amc252 <amc252@gmail.com> wrote:
> Thanks, Perke.
> Adding messagebus:x:104: to /etc/group solved the problem.
> Since this happened on a fresh install, could it be a bug?

I'd call it a bug!
Paul Bredbury <brebs@sent.com>
Details
Message ID
<5e01b699c3fbbf321b5b83c9489107081f7ef533.camel@sent.com>
In-Reply-To
<61b3fbf8.1c69fb81.fc848.b73d@mx.google.com> (view parent)
DKIM signature
missing
Download raw message
On Fri, 2021-12-10 at 17:16 -0800, amc252 wrote:
> Adding messagebus:x:104: to /etc/group solved the problem.
> Since this happened on a fresh install, could it be a bug?

Is added in https://gitlab.alpinelinux.org/alpine/aports/-/blob/master/main/dbus/dbus.pre-install

... although I can't say I approve of it hiding and ignoring any errors.
Reply to thread Export thread (mbox)