You are not logged in.
I don't have systemd-udev and udev, checked by dpkg -l | grep udev command.
I have dmesg output, if that helps : https://gitlab.com/lidgl/kumpulan_log/- … /dmesg.log
Note : Don't mind the kernel version, I also use stock devuan kernel and it's same.
Which permissions does it have/get and which permissions would you want?
Do you use eudev?
before I set (some programs won't launch)
[~]$ ls -la /dev/dri/renderD128
crw-rw-- 1 root video 226, 128 Jan 6 13:06 /dev/dri/renderD128
After I chmod it to 666 (mind the number, everything works fine).
[~]$ ls -la /dev/dri/renderD128
crw-rw-rw- 1 root video 226, 128 Jan 6 13:06 /dev/dri/renderD128
Yes I'm using eudev.
How to mark this as unsolved ? I still have one problem, the /dev/dri/renderD128 still always has wrong permission.
Thanks @ralph. I'll look into those.
Hello, I converted my debian system into devuan yesterday. It's successfully and usable right now. I just have some problems after the convertion :
- /dev/dri/renderD128 always has wrong permission, I need to chmod it in order to be used.
- seatd and elogind won't start automatically, I need to start it manually so I can launch wayland compositor.
- apt somehow need to be told to use IPv4, if not it will stuck at connecting (maybe) forever.
I don't bother with the last two, but for the first, I need to guidance to make it right. Any advice ? Thanks
Linking libfm-qt.so.12 & libfm-qt.so.12.0.0 to libfm-qt.so.11 & libfm-qt.so.11.0.0 make lximage-qt run.
Surprisingly I have *libfm-qt.so.12* instead.
[ahmad ~]$ ls /usr/lib/x86_64-linux-gnu/libfm-qt.so.12
/usr/lib/x86_64-linux-gnu/libfm-qt.so.12
[ahmad ~]$
lximage-qt :
- Version : 1.1.0-2.
- Package from unstable.
- missing library : libfm-qt.so.11.
[ahmad ~]$ ldd /usr/bin/lximage-qt | grep found
libfm-qt.so.11 => not found
[ahmad ~]$
- package that possible has *libfm-qt.so.11* : libfm-qt11.
[ahmad ~]$ apt-file find libfm-qt.so.11
libfm-qt11: /usr/lib/x86_64-linux-gnu/libfm-qt.so.11
libfm-qt11: /usr/lib/x86_64-linux-gnu/libfm-qt.so.11.0.0
[ahmad ~]$
- Check if libfm-qt11 is installed :
[ahmad ~]$ apt search libfm-qt11
Sorting... Done
Full Text Search... Done
libfm-qt11/unstable,now 1.2.0-1 amd64 [installed]
file management support for pcmanfm-qt
[ahmad ~]$
- Check libfm-qt11 package list files :
[ahmad ~]$ apt-file list libfm-qt11
libfm-qt11: /usr/lib/x86_64-linux-gnu/libfm-qt.so.11
libfm-qt11: /usr/lib/x86_64-linux-gnu/libfm-qt.so.11.0.0
libfm-qt11: /usr/share/doc/libfm-qt11/AUTHORS
libfm-qt11: /usr/share/doc/libfm-qt11/README.md
libfm-qt11: /usr/share/doc/libfm-qt11/changelog.Debian.gz
libfm-qt11: /usr/share/doc/libfm-qt11/changelog.gz
libfm-qt11: /usr/share/doc/libfm-qt11/copyright
libfm-qt11: /usr/share/libfm-qt/archivers.list
libfm-qt11: /usr/share/libfm-qt/terminals.list
libfm-qt11: /usr/share/mime/packages/libfm-qt-mimetypes.xml
[ahmad ~]$
I already installed the package but lximage-qt still complain about missing that one library.
This one does the trick, thanks.
apt install base-files/unstable
Now It's changed :
[ahmad ~]$ cat /etc/os-release
PRETTY_NAME="Devuan GNU/Linux 5 (daedalus/ceres)"
NAME="Devuan GNU/Linux"
VERSION_ID="5"
VERSION="5 (daedalus/ceres)"
VERSION_CODENAME="daedalus ceres"
ID=devuan
ID_LIKE=debian
HOME_URL="https://www.devuan.org/"
SUPPORT_URL="https://devuan.org/os/community"
BUG_REPORT_URL="https://bugs.devuan.org/"
[ahmad ~]$
Solved, thanks.
Okay, my internet seems bad, it's stuck at
0% [Connecting to deb.devuan.org]
This is my attempt to reinstall base files :
[ahmad ~]$ sudo apt install --reinstall base-files
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Reinstallation of base-files is not possible, it cannot be downloaded.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
[ahmad ~]$
This is base-files package info :
Package: base-files
Version: 12.3
Status: install ok installed
Priority: required
Essential: yes
Section: admin
Maintainer: Santiago Vila <sanvila@debian.org>
Installed-Size: 349 kB
Provides: base
Pre-Depends: awk
A full list of the commands used to "migrate" your Debian system would probably help.
I follow this https://www.devuan.org/os/documentation … o-chimaera, I come from debian unstable so I adjust it a little bit.
This is my sources.list :
deb http://deb.devuan.org/merged unstable main
Hello, I start to move from systemd to sysvinit on debian and it's successful, but some things are still tied up to systemd so I migrate to devuan fully (by changing sources.list, etc) and it's also successfull. Something bother me a bit is base-files from debian, it's unreplacable (though I try to reinstall it but get no luck). Is it safe to leave the package alone ? Thanks.
I end up rename my old directory to something else, then create new home directory, now I can launch gnome wayland session. I feel happy.
Reset gnome's settings (via gnome tweaks, dconf) seems still not works, even
perform renaming config folder (~/.config) still gives same error.
Well, Finally I can enter wayland session using another user I create. It's so strange that my primary user can't enter it. Guess I need to reset all my gnome setting and start from beginning or clean all setting.
So is the policykit-1-gnome package installed?
I have it.
[ahmad@devuan ~]$ apt search policykit-1-gnome
Sorting... Done
Full Text Search... Done
policykit-1-gnome/testing,now 0.105-7 amd64 [installed]
authentication agent for PolicyKit
[ahmad@devuan ~]$
Hmm. How about https://bbs.archlinux.org/viewtopic.php … 2#p1684912? A bit of a stab in the dark but a possibility if you've installed GNOME on top of Xfce.
I don't think its related, I wonder if Debian suffers the same case.
For elogind.
[ahmad@devuan s2]$ apt policy elogind
elogind:
Installed: 246.10-2
Candidate: 246.10-2
Version table:
*** 246.10-2 500
500 http://deb.devuan.org/merged testing/main amd64 Packages
100 /var/lib/dpkg/status
For loginctl show-user
EnableWallMessages=no
KillUserProcesses=no
RebootToFirmwareSetup=no
RebootToBootLoaderMenu=18446744073709551615
IdleHint=yes
IdleSinceHint=1626599384450429
IdleSinceHintMonotonic=2793292978
BlockInhibited=handle-power-key:handle-suspend-key:handle-hibernate-key
DelayInhibited=sleep
InhibitDelayMaxUSec=5s
UserStopDelayUSec=0
HandlePowerKey=poweroff
HandleSuspendKey=suspend
HandleHibernateKey=hibernate
HandleLidSwitch=suspend
HandleLidSwitchDocked=ignore
HoldoffTimeoutUSec=30s
IdleAction=ignore
IdleActionUSec=30min
PreparingForShutdown=no
PreparingForSleep=no
Docked=no
LidClosed=no
OnExternalPower=yes
RemoveIPC=no
RuntimeDirectorySize=401960960
RuntimeDirectoryInodesMax=98135
InhibitorsMax=8192
NCurrentInhibitors=6
SessionsMax=8192
NCurrentSessions=1
Third trial.
[ahmad@devuan ~]$ dbus-run-session /usr/bin/gnome-session --session=wayland
gnome-session-binary[2089]: WARNING: Failed to upload environment to systemd: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Name "org.freedesktop.systemd1" does
not exist
gnome-session-binary[2089]: WARNING: Could not get session id for session. Check that logind is properly installed and pam_systemd is getting used at login.
Gnome-session-binary[2089]: CODE_FILE=../gnome-session/gsm-manager.c:CODE_LINE=1389:start_phase:Entering running state
Unable to init server: Could not connect: Connection refused
** (gnome-session-failed:2097): WARNING **: 06:40:05.866: Cannot open display:
Second trial.
[ahmad@devuan ~]$ gnome-session --session=wayland
** (process:2078): WARNING **: 06:38:32.204: Could not make bus activated clients aware of XDG_CURRENT_DESKTOP=GNOME environment variable: Could not connect: Connection refused
gnome-session-binary[2078]: WARNING: Failed to upload environment to DBus: Could not connect: Connection refused
gnome-session-binary[2078]: WARNING: Failed to upload environment to systemd: Could not connect: Connection refused
gnome-session-binary[2078]: WARNING: Could not make bus activated clients aware of GNOME_DESKTOP_SESSION_ID=this-is-deprecated environment variable: Could not connect: Connection refused
gnome-session-binary[2078]: WARNING: Could not make bus activated clients aware of XDG_MENU_PREFIX=gnome- environment variable: Could not connect: Connection refused
gnome-session-binary[2078]: WARNING: Could not get session id for session. Check that logind is properly installed and pam_systemd is getting used at login.
Gnome-session-binary[2078]: WARNING: Lost name on bus: org.gnome.SessionManager
Unable to init server: Could not connect: Connection refused
** (gnome-session-failed:2085): WARNING **: 06:38:32.223: Cannot open display:
Terminated
First trial.
[ahmad@devuan ~]$ XDG_SESSION_TYPE=wayland dbus-run-session /usr/bin/gnome-session
** (process:2041): WARNING **: 06:33:23.761: Could not make bus activated clients aware of XDG_CURRENT_DESKTOP=GNOME environment variable: Could not connect: Connection refused
gnome-session-binary[2041]: WARNING: Failed to upload environment to DBus: Could not connect: Connection refused
gnome-session-binary[2041]: WARNING: Failed to upload environment to systemd: Could not connect: Connection refused
gnome-session-binary[2041]: WARNING: Could not make bus activated clients aware of GNOME_DESKTOP_SESSION_ID=this-is-deprecated environment variable: Could not connect: Connection refused
gnome-session-binary[2041]: WARNING: Could not make bus activated clients aware of XDG_MENU_PREFIX=gnome- environment variable: Could not connect: Connection refused
gnome-session-binary[2041]: WARNING: Could not get session id for session. Check that logind is properly installed and pam_systemd is getting used at login.
Gnome-session-binary[2041]: WARNING: Lost name on bus: org.gnome.SessionManager
Unable to init server: Could not connect: Connection refused
** (gnome-session-failed:2064): WARNING **: 06:33:23.781: Cannot open display:
Please post the exact, full error message.
Yep, I'll post it soon, my machine ran too long today (work's stuffs), it's currently off.
Which version of Devuan is this?
Devuan 4 Chimaera.