Devuan bug report logs - #920
xorg dpms activation causes server exit on i915

Package: libpciaccess0; Maintainer for libpciaccess0 is (unknown); Source for libpciaccess0 is src:libpciaccess.

Reported by: Bob Bowles <bobjohnbowles@gmail.com>

Date: Fri, 31 Oct 2025 12:56:01 UTC

Severity: normal

Tags: debian

Forwarded to https://bugs.debian.org/1111301

Full log


🔗 View this message in rfc822 format

X-Loop: owner@bugs.devuan.org
Subject: bug#920: devuan-desktop: System automatically logs out after a few minutes inactivity.
Reply-To: Mark Hindley <mark@hindley.org.uk>, 920@bugs.devuan.org
Resent-From: Mark Hindley <mark@hindley.org.uk>
Resent-To: devuan-bugs@lists.dyne.org
Resent-CC: Devuan Developers <devuan-dev@lists.dyne.org>
X-Loop: owner@bugs.devuan.org
Resent-Date: Wed, 05 Nov 2025 17:20:01 +0000
Resent-Message-ID: <handler.920.B920.17623630871388@bugs.devuan.org>
Resent-Sender: owner@bugs.devuan.org
X-Devuan-PR-Message: followup 920
X-Devuan-PR-Package: devuan-desktop
X-Devuan-PR-Keywords: 
References: <aQd_8eICjmuhv6Tp@hindley.org.uk> <CAPq+tTf5N80ZNMEsga_CU8vDZ4Fgp__vDc26T0BWi_LT4VpNTw@mail.gmail.com> <aQjqhnoCo15aqZr-@hindley.org.uk> <CAPq+tTeE_J+RtmNKMq7FgBRH3hUCgw5HSXk79rTbYZhGC-vgMQ@mail.gmail.com> <aQnvXrqf89x3ODu8@hindley.org.uk> <CAPq+tTfKZ0rfLk0VqKQ-gariHD3DQW4g5UQeFcqhmW_cAMW3qg@mail.gmail.com> <aQo7B8pG04m8pYb_@hindley.org.uk> <CAPq+tTccS6CFSCqwXrhSegJpa=ZD-E+rvMn9tbk5UTLEvyYx6A@mail.gmail.com> <aQtmkoSfk25aJWtk@hindley.org.uk> <CAPq+tTd5zV-BHhP=BLYgzF75qpr4ZZ7-ah4HkQpHOcyfvs+QPg@mail.gmail.com> <CAPq+tTdbj5yiSkk0o8XOc_FyyfRRJTdXiBPHQNzgfP1gim37eQ@mail.gmail.com>
Received: via spool by 920-submit@bugs.devuan.org id=B920.17623630871388
          (code B ref 920); Wed, 05 Nov 2025 17:20:01 +0000
Received: (at 920) by bugs.devuan.org; 5 Nov 2025 17:18:07 +0000
Delivered-To: bugs@devuan.org
Received: from email.devuan.org [2a01:4f9:fff1:13::5fd9:f9e4]
	by doc.devuan.org with IMAP (fetchmail-6.4.39)
	for <debbugs@localhost> (single-drop); Wed, 05 Nov 2025 17:18:07 +0000 (UTC)
Received: from email.devuan.org
	by email.devuan.org with LMTP
	id 14ecC4iGC2m6KQAAmSBk0A
	(envelope-from <mark@hindley.org.uk>)
	for <bugs@devuan.org>; Wed, 05 Nov 2025 17:16:56 +0000
Received: by email.devuan.org (Postfix, from userid 109)
	id E7DBB3C0; Wed, 05 Nov 2025 17:16:55 +0000 (UTC)
Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=193.36.131.86; helo=mx.hindley.org.uk; envelope-from=mark@hindley.org.uk; receiver=bugs.devuan.org 
Received: from mx.hindley.org.uk (193-36-131-86.cfwn.uk [193.36.131.86])
	by email.devuan.org (Postfix) with ESMTPS id 5EFBCCE
	for <920@bugs.devuan.org>; Wed, 05 Nov 2025 17:16:53 +0000 (UTC)
Received: from hindley.org.uk (apollo.hindleynet [192.168.1.3])
	by mx.hindley.org.uk (Postfix) with SMTP id 885EFCD;
	Wed,  5 Nov 2025 17:16:52 +0000 (GMT)
Received: (nullmailer pid 27811 invoked by uid 1000);
	Wed, 05 Nov 2025 17:16:52 -0000
Date: Wed, 5 Nov 2025 17:16:52 +0000
From: Mark Hindley <mark@hindley.org.uk>
To: Bob Bowles <bobjohnbowles@gmail.com>
Cc: 920@bugs.devuan.org
Message-ID: <aQuGhBIJ-1DcOou9@hindley.org.uk>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <CAPq+tTd5zV-BHhP=BLYgzF75qpr4ZZ7-ah4HkQpHOcyfvs+QPg@mail.gmail.com>
Hi,

[ Could you keep 920@bugs.devuan.org in the CC:, please? ]

On Wed, Nov 05, 2025 at 04:59:41PM +0000, Bob Bowles wrote:
> I did the following: login, did some random activity while monitoring
> the memory, then left the terminal open monitoring memory at 16:03,
> near as. Came back at 16:12 and watched while the system logged me
> out. Then I went into console to check the logs, and found the last
> entries in the user.log, timestamped 16:12:52. There is an error
> message from pulseaudio. Could that be it?

Possibly. Let's delve down that rabbit hole.

Does /run exist? What are it's perms?

$ ls -ld /run
drwxr-xr-x 28 root root 1200 Nov  5 06:44 /run

Is it mounted as a tmpfs?

$ df -h /run
Filesystem      Size  Used Avail Use% Mounted on
tmpfs           392M  884K  391M   1% /run

Does run/user/$USER exist and what are it's perms?

$ ls -ld /run/user/$(id -u)
drwx------ 10 mark root 320 Nov  5 16:29 /run/user/1000

From the pulseaudio error you found, I think that may fail. If it fails, why?
Have you got libpam-elogind installed?(I use seatd and consolekit, so I don't
have the correct output to hand, but the following should produce something
useful).

$ dpkg -l libpam-elogind libelogind-compat

Is elogind running?

$ loginctl

Is $XDG_RUNTIME_DIR set?

$ echo $XDG_RUNTIME_DIR
/run/user/1000

By this point we should hopefully have a clearer picture.

Mark

Send a report that this bug log contains spam.


Devuan BTS -- Powered by Debian bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson,
2005-2017 Don Armstrong, and many other contributors.

Devuan Bugs Owner <owner@bugs.devuan.org>.
Last modified: Wed Nov 19 15:08:41 2025;