pkgsrc-Bugs archive

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

pkg/54643: Package "slim" should require package "dbus"



>Number:         54643
>Category:       pkg
>Synopsis:       Package "slim" should require package "dbus"
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Wed Oct 23 01:00:00 +0000 2019
>Originator:     Patrick
>Release:        8.0_2019Q2
>Organization:
>Environment:
NetBSD olive 8.1 NetBSD 8.1 (GENERIC) #0: Fri May 31 08:43:59 UTC 2019  mkrepro%mkrepro.NetBSD.org@localhost:/usr/src/sys/arch/i386/compile/GENERIC i386

>Description:
I installed SLiM to use as a display manager. It failed to work properly until dbus was installed and running. 

In the slim log file I saw the following error:

slim: void Ck::Session::open_session(const string&, __uid_t): Unable to open session: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory

Once dbus is installed and running, slim works as expected.

Please consider updating slim to require dbus.
>How-To-Repeat:
> pkgin in slim
> cp /usr/pkg/share/examples/rc.d/slim /etc/rc.d/slim
> echo "slim=YES" >> /etc/rc.conf

configure ~/.xinitrc to taste

> service slim start

login

.xinitrc isn't executed leaving an empty X root screen.



>Fix:
> pkgin in dbus
> cp /usr/pkg/share/examples/rc.d/dbus /etc/rc.d/
> echo "dbus=YES" >> /etc/rc.conf
> service dbus start
> service slim start


Home | Main Index | Thread Index | Old Index