tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: dbus



On Fri, Aug 27, 2021 at 09:28:11AM +0000, pin wrote:
> Installing `dbus` generates a warning as follows,
> 
> useradd: Warning: home directory '/var/run/dbus' doesn't exist, and -m was not specified

This directory should be created by

OWN_DIRS_PERMS+=     ${VARBASE}/lib/dbus ${DBUS_USER} ${DBUS_GROUP} 0755

in the dbus Makefile (during pkg_add). Probably the user is created
first, can you check if the directory does exist despite the warning?

What is the actual problem the user reported in the forum?
Perhaps dconf needs to be installed.
 Thomas


Home | Main Index | Thread Index | Old Index