Error when opening Yast applications after installing patterns-openSUSE-kde_yast and patterns-openSUSE-x11_yast

I installed Virtualbox, it asked me to add me to the vboxusers group, using Yast /Security and Users / User and Group management . After entering the password, yast applications were closed (only YaST software and bootloader worked, but on ncurses). On the advice from the forum, I installed patterns-openSUSE-kde_yast and patterns-openSUSE-x11_yast . Now I have a new problem, after entering the password, the error Authorization required, but no authorization protocol specified pops up, the any yast program just closes…

@pavinjoseph

That happens when your user doesn’t have access to the authorization cookie needed to access the display server or the path to the cookie is not set in the environment variables.
This is usually done by the display manager on login, or pam_systemd I think.

Check the contents of printenv | grep -i auth

I wrote a command and got:
image

How to access cookies - I have no idea…
Now I am waiting for the following instructions!)

There should’ve been an XAUTHORITY environment variable.
It’s missing…

What’s the output of l /run/user/*/

YaST Users had a problem recently, that appears to have been fixed by the latest update.
Please see the following thread and the bug report at the end:
https://forums.opensuse.org/t/cant-start-user-and-group-management-in-yast2/172697/6
A “zypper dup” should fix the yast user problem, at least that is what I see with the English localization.

 hip@192  ~  l /run/user/*/
итого 4,0K
drwx------ 10 hip  hip  380 мар 11 21:35 .
drwxr-xr-x  3 root root  60 мар 11 21:35 ..
drwx------  2 hip  hip   60 мар 11 21:34 at-spi
srw-rw-rw-  1 hip  hip    0 мар 11 21:34 bus
drwx------  3 hip  hip   60 мар 11 21:34 dbus-1
drwx------  2 hip  hip   60 мар 11 21:34 dconf
dr-x------  2 hip  hip    0 янв  1  1970 doc
dr-x------  2 hip  hip    0 мар 11 21:34 gvfs
drwx------  2 hip  hip   40 мар 11 21:34 gvfsd
srw-rw-rw-  1 hip  hip    0 мар 11 21:34 pipewire-0
-rw-r-----  1 hip  hip    0 мар 11 21:34 pipewire-0.lock
srw-rw-rw-  1 hip  hip    0 мар 11 21:34 pipewire-0-manager
-rw-r-----  1 hip  hip    0 мар 11 21:34 pipewire-0-manager.lock
drwx------  2 hip  hip   80 мар 11 21:34 pulse
-rw-------  1 hip  hip    4 мар 11 21:35 rofi.pid
srwxr-xr-x  1 hip  hip    0 мар 11 21:34 swww.socket
drwxr-xr-x  6 hip  hip  160 мар 11 21:34 systemd
srwxr-xr-x  1 hip  hip    0 мар 11 21:34 wayland-1
-rw-r-----  1 hip  hip    0 мар 11 21:34 wayland-1.lock

You might want to install the x11_enhanced pattern:

sudo zypper in -t pattern x11_enhanced

What are we writing about? I see no such patterns on a standard configured Tumbleweed, but I do see, for instance:

patterns-yast-x11_yast
patterns-kde-kde_yast

I see:

LT-B:~ # zypper info -t pattern x11_enhanced
Loading repository data...
Reading installed packages...


Information for pattern x11_enhanced:
-------------------------------------
Repository      : Main Repository (OSS)
Name            : x11_enhanced
Version         : 20200505-47.1
Arch            : x86_64
Vendor          : openSUSE
Installed       : Yes (automatically)
Visible to User : No
Summary         : X Window System
...

That it is a pattern not normally visible to the user and that recommends a ton of software among which Firefox, Chromium, ungoogled-Cromium (!), Seamonkey …
My feeling is that by starting down a non-standard route and following non-standard advice the OP is making things more complicated than it needs to be.
That might be good if you are an experienced user that knows what he/she is doing, but discourages other users from offering help about a system with a configuration nobody knows for sure.

OP is missing xwayland and other X11 stuff. If they don’t want the recommended packages, perhaps they could use the --no-recommends option. Although I do acknowledge your point about x11_enhanced not being the best way to go about it.

Perhaps a better option would be to install the following patterns as I see they’re installed on my default Gnome install:

x11
x11_yast

Tagging @hui as they know better about packages than I do.

A better option would be to start at the beginning and understand what happens before installing random software. The first obvious question is what desktop environment is in use. The output of

loginctl
env | sort
systemd-cgls

would be useful as well.

OP is using Hyprland, installed using a popular script on Github.
They do need X11 and wayland compatibility layer xwayland for older apps like Yast to work. My only doubt is how to best get all those required dependencies as I’m new to OpenSuse myself and yast installer with Gnome DE chosen took care of the installation part for me! :wink:

Now that I look at it, my system has quite a few popular apps still using X11 (of course through Xwayland as I’m on Gnome wayland session):

suse-pc  github-desktop
suse-pc  spotify
suse-pc  code
suse-pc  google-chrome-stable

I do not see the word Hyprland anywhere. Anyway …

… hyprland is available in standard Tumbleweed repositories.

zypper install xwayland
1 Like

Not your fault, this thread was spun off of another thread. :slightly_smiling_face:

The script uses the standard repos IIRC, but installs all the extra stuff needed to get the basic hyprland WM into a usable DE.

Probably the best way :rofl:

My concern is that some of the “required” dependencies won’t be installed.
Zypper and APT for example have different definitions of what’s required. Zypper considers only the barest minimum required while APT for example considers it in a broader sense. For example, if I installed virt-manager on a new system, zypper would just install it and virt-viewer and some other minimal dependencies leaving the rest to be configured on my own, while APT would’ve pulled down everything required for VMs to work. Of course I’m not complaining as Yast has a completely automated setup for configuring VMs, though I miss the install something and it would just magically work aspect.

If a package does not indicate dependencies required for this package to work, it is packaging bug and must be reported.

You asked to install management application and you are surprised that you got management application?

Yes, and Debian also automatically enables every systemd service in every package that you installed. It does not mean that it is necessary a good thing.

You do not need to run VM on the local system to use VM manager to manage VM on other hosts on your network. You expect package manager to read your mind and second guess that you install VM manager because you wanted to run VM on the local host?

To run VM on the local host there is kvm_server pattern and to install management tools to manage VM on the local host there is kvm_tools pattern.

1 Like

Fair point, it makes sense. I’m just a hobbyist VM user :slightly_smiling_face:

I’m used to it coming from Debian. It’s the magic I was talking about, everything just works. For an advanced user, they can of course pass in the --no-install-recommends flag to avoid pulling in all the unnecessary packages.

Circling back to @Hippoid 's issue (not having access to XServer from Wayland session), do you reckon installing just the xwayland package would solve their problem or would it require a pattern or two?

I already have xwayland installed with the standard Hyprland installer from JaKooLit’s config for openSUSE Tumblweed…

 hip@192  ~  sudo zypper install xwayland
[sudo] пароль для root: 
Загрузка данных о репозиториях...
Чтение установленных пакетов...
"xwayland" уже установлен.
Нет кандидатов на обновление "xwayland-23.2.4-2.1.x86_64". Самая последняя версия уже установлена.
Разрешение зависимостей пакетов...
Нечего выполнять.
 hip@192  ~ 

So, how do I solve my problem with running yast programs? :eyes:

Try installing these patterns and reboot:

sudo zypper in -t pattern x11 x11_yast
systemctl reboot

Something needs to start it. That is normaly done by the session startup scripts/commands because it needs exporting of DISPLAY, XAUTHORITY etc to all session processes and it also has to be made available to systemd user instance. Session startup is specific to desktop environments. You probably have better luck asking on Hyprland support channels.

1 Like

… as far as I can tell Hyprland should start Xwayland itself. So we are back to my earlier question. Show the ouptut of

env | sort
systemd-cgls
ps -efww
1 Like

env | sort:

 hip@localhost  ~  env | sort 
AUDIODRIVER=pulseaudio
CLUTTER_BACKEND=wayland
COLORTERM=truecolor
CONFIG_SITE=/usr/share/site/x86_64-pc-linux-gnu
CPU=x86_64
CSHEDIT=emacs
DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
DEBUGINFOD_URLS=https://debuginfod.opensuse.org/ 
DESKTOP_SESSION=hyprland
DISPLAY=:1
FROM_HEADER=
G_BROKEN_FILENAMES=1
GDK_BACKEND=wayland,x11
G_FILENAME_ENCODING=@locale,UTF-8,KOI8-R,CP1251
GPG_TTY=/dev/pts/0
HISTSIZE=50000
HOME=/home/hip
HOST=localhost.localdomain
HOSTNAME=localhost.localdomain
HOSTTYPE=x86_64
HYPRLAND_CMD=Hyprland
HYPRLAND_INSTANCE_SIGNATURE=_1710238161
_JAVA_AWT_WM_NONREPARENTING=1
JRE_HOME=/usr/lib/jvm/jre-1.8-oracle-x86
KITTY_INSTALLATION_DIR=/usr/lib64/kitty
KITTY_PID=5107
KITTY_PUBLIC_KEY=1:Br;C={eC(02f^aHNUh%6UsG?AZz+7qnr-LK9#!Bm
KITTY_WINDOW_ID=1
LANG=ru_RU.UTF-8
LESS_ADVANCED_PREPROCESSOR=no
LESSCLOSE=lessclose.sh %s %s
LESSKEY=/usr/etc/lesskey.bin
LESS=-M -I -R
LESSOPEN=lessopen.sh %s
LOGNAME=hip
LSCOLORS=Gxfxcxdxbxegedabagacad
LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=00:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.avif=01;35:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:*~=00;90:*#=00;90:*.bak=00;90:*.crdownload=00;90:*.dpkg-dist=00;90:*.dpkg-new=00;90:*.dpkg-old=00;90:*.dpkg-tmp=00;90:*.old=00;90:*.orig=00;90:*.part=00;90:*.rej=00;90:*.rpmnew=00;90:*.rpmorig=00;90:*.rpmsave=00;90:*.swp=00;90:*.tmp=00;90:*.ucf-dist=00;90:*.ucf-new=00;90:*.ucf-old=00;90:
LS_OPTIONS=-N --color=tty -T 0
MACHTYPE=x86_64
MAIL=/var/mail/hip
MANPATHISSET=yes
MANPATH=/usr/local/man:/usr/share/man
MINICOM=-c on
MORE=-sl
MOZ_ENABLE_WAYLAND=1
MOZ_GMP_PATH=/usr/lib64/mozilla/plugins/gmp-gmpopenh264/system-installed
OLDPWD=/home/hip
OSTYPE=linux-gnu
PAGER=less
PATH=/home/hip/.local/bin:/home/hip/bin:/usr/local/bin:/usr/bin:/bin:/snap/bin
PROFILEREAD=true
PWD=/home/hip
PYTHONSTARTUP=/etc/pythonstart
QEMU_AUDIO_DRV=pa
QT_AUTO_SCREEN_SCALE_FACTOR=1
QT_QPA_PLATFORMTHEME=qt5ct
QT_QPA_PLATFORM=wayland;xcb
QT_SCALE_FACTOR=1
QT_WAYLAND_DISABLE_WINDOWDECORATION=1
SHELL=/usr/bin/zsh
SHLVL=2
TERMINFO=/usr/lib64/kitty/terminfo
TERM=xterm-kitty
USER=hip
_=/usr/bin/env
VENDOR=suse
WAYLAND_DISPLAY=wayland-1
WINDOWMANAGER=/usr/bin/icewm-session
XAUTHLOCALHOSTNAME=localhost.localdomain
XCURSOR_SIZE=24
XDG_BACKEND=wayland
XDG_CONFIG_DIRS=/etc/xdg:/usr/local/etc/xdg:/usr/etc/xdg
XDG_CURRENT_DESKTOP=Hyprland
XDG_DATA_DIRS=/home/hip/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share:/var/lib/snapd/desktop
XDG_RUNTIME_DIR=/run/user/1000
XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0
XDG_SEAT=seat0
XDG_SESSION_CLASS=user
XDG_SESSION_DESKTOP=Hyprland
XDG_SESSION_ID=3
XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session1
XDG_SESSION_TYPE=wayland
XDG_VTNR=1
XKEYSYMDB=/usr/X11R6/lib/X11/XKeysymDB
XNLSPATH=/usr/share/X11/nls
ZSH=/home/hip/.oh-my-zsh
 hip@localhost  ~ 
 hip@localhost  ~  systemd-cgls
CGroup /:
-.slice
├─1418 bpfilter_umh
├─user.slice
│ └─user-1000.slice
│   ├─user@1000.service …
│   │ ├─session.slice
│   │ │ ├─xdg-permission-store.service
│   │ │ │ └─2128 /usr/libexec/xdg-permission-store
│   │ │ ├─xdg-document-portal.service
│   │ │ │ ├─2123 /usr/libexec/xdg-document-portal
│   │ │ │ └─2135 fusermount3 -o rw,nosuid,nodev,fsname=portal,auto_unmount,subtype=p>
│   │ │ ├─xdg-desktop-portal.service
│   │ │ │ └─2088 /usr/libexec/xdg-desktop-portal
│   │ │ ├─pipewire-pulse.service
│   │ │ │ └─2256 /usr/bin/pipewire-pulse
│   │ │ ├─wireplumber.service
│   │ │ │ └─2177 /usr/bin/wireplumber
│   │ │ ├─xdg-desktop-portal-hyprland.service
│   │ │ │ └─2190 /usr/libexec/xdg-desktop-portal-hyprland
│   │ │ ├─gvfs-daemon.service
│   │ │ │ ├─2064 /usr/libexec/gvfs/gvfsd
│   │ │ │ ├─2070 /usr/libexec/gvfs/gvfsd-fuse /run/user/1000/gvfs -f
│   │ │ │ └─3534 /usr/libexec/gvfs/gvfsd-trash --spawner :1.13 /org/gtk/gvfs/exec_sp>
│   │ │ ├─gvfs-udisks2-volume-monitor.service
│   │ │ │ └─3497 /usr/libexec/gvfs/gvfs-udisks2-volume-monitor
│   │ │ ├─gvfs-gphoto2-volume-monitor.service
│   │ │ │ └─3522 /usr/libexec/gvfs/gvfs-gphoto2-volume-monitor
│   │ │ ├─at-spi-dbus-bus.service
│   │ │ │ ├─2043 /usr/libexec/at-spi2/at-spi-bus-launcher
│   │ │ │ ├─2063 /usr/bin/dbus-daemon --config-file=/usr/share/defaults/at-spi2/acce>
│   │ │ │ └─2081 /usr/libexec/at-spi2/at-spi2-registryd --use-gnome-session
│   │ │ ├─gvfs-metadata.service
│   │ │ │ └─3530 /usr/libexec/gvfs/gvfsd-metadata
│   │ │ ├─pipewire.service
│   │ │ │ └─2175 /usr/bin/pipewire
│   │ │ ├─dbus.service
│   │ │ │ ├─1836 /usr/bin/dbus-daemon --session --address=systemd: --nofork --nopidf>
│   │ │ │ ├─2187 /usr/bin/jackdbus auto
│   │ │ │ ├─2280 /usr/bin/playerctld
│   │ │ │ └─3489 /usr/libexec/xfce4/xfconf/xfconfd
│   │ │ ├─gvfs-mtp-volume-monitor.service
│   │ │ │ └─3517 /usr/libexec/gvfs/gvfs-mtp-volume-monitor
│   │ │ └─gvfs-afc-volume-monitor.service
│   │ │   └─3511 /usr/libexec/gvfs/gvfs-afc-volume-monitor
│   │ ├─app.slice
│   │ │ ├─thunar.service
│   │ │ │ └─3484 /usr/bin/Thunar --daemon
│   │ │ ├─tumblerd.service
│   │ │ │ └─3554 /usr/lib64/tumbler-1/tumblerd
│   │ │ └─xdg-desktop-portal-gtk.service
│   │ │   └─2144 /usr/libexec/xdg-desktop-portal-gtk
│   │ └─init.scope
│   │   ├─1779 /usr/lib/systemd/systemd --user
│   │   └─1782 (sd-pam)
│   └─session-3.scope
│     ├─1774 /usr/libexec/sddm/sddm-helper --socket /tmp/sddm-auth-0321862a-7dc4-427>
│     ├─1791 /usr/bin/zsh --login /usr/share/sddm/scripts/wayland-session Hyprland
│     ├─1810 Hyprland
│     ├─1934 /bin/bash /home/hip/.config/hypr/UserScripts/WallpaperAutoChange.sh /ho>
│     ├─1944 /bin/bash /home/hip/.config/hypr/UserScripts/WallpaperAutoChange.sh /ho>
│     ├─1945 /usr/libexec/polkit-gnome-authentication-agent-1
│     ├─1950 waybar
│     ├─1952 nm-applet --indicator
│     ├─1955 swaync
│     ├─1957 wl-paste --type text --watch cliphist store
│     ├─1959 wl-paste --type image --watch cliphist store
│     ├─1965 swayidle -w timeout 900 /home/hip/.config/hypr/scripts/LockScreen.sh
│     ├─2145 swww-daemon
│     ├─2197 Xwayland :1 -rootless -core -terminate 10 -listenfd 28 -listenfd 29 -di>
│     ├─2221 /bin/bash /home/hip/.config/hypr/scripts/WaybarCava.sh
│     ├─2249 cava -p /tmp/bar_cava_config
│     ├─2250 sed -u s/;//g;s/0/▁/g;s/1/▂/g;s/2/▃/g;s/3/▄/g;s/4/▅/g;s/5/▆/g;s/6/▇/g;s>
│     ├─2271 swaync-client -swb
│     ├─2333 sleep 1800
│     ├─2586 /opt/yandex/browser/yandex_browser
│     ├─2595 cat
│     ├─2596 cat
│     ├─2599 /opt/yandex/browser/chrome_crashpad_handler --monitor-self --monitor-se>
│     ├─2601 /opt/yandex/browser/chrome_crashpad_handler --no-periodic-tasks --monit>
│     ├─2607 /opt/yandex/browser/yandex_browser --type=zygote --no-zygote-sandbox -->
│     ├─2608 /opt/yandex/browser/yandex_browser --type=zygote --user-id=23353f6a-8e0>
│     ├─2610 /opt/yandex/browser/yandex_browser --type=zygote --user-id=23353f6a-8e0>
│     ├─2642 /opt/yandex/browser/yandex_browser --type=gpu-process --user-id=23353f6>
│     ├─2644 /opt/yandex/browser/yandex_browser --type=utility --utility-sub-type=ne>
│     ├─2659 /opt/yandex/browser/yandex_browser --type=utility --utility-sub-type=st>
│     ├─2811 /opt/yandex/browser/yandex_browser --type=renderer --user-id=23353f6a-8>
│     ├─2812 /opt/yandex/browser/yandex_browser --type=renderer --user-id=23353f6a-8>
│     ├─2837 /opt/yandex/browser/yandex_browser --type=renderer --user-id=23353f6a-8>
│     ├─2853 /opt/yandex/browser/yandex_browser --type=renderer --user-id=23353f6a-8>
│     ├─2877 /opt/yandex/browser/yandex_browser --type=renderer --user-id=23353f6a-8>
│     ├─2973 /opt/yandex/browser/yandex_browser --type=renderer --user-id=23353f6a-8>
│     ├─5002 /opt/yandex/browser/yandex_browser --type=renderer --user-id=23353f6a-8>
│     ├─5813 kitty
│     ├─5824 /usr/bin/zsh
│     ├─5877 systemd-cgls
│     └─5881 less
├─init.scope
│ └─1 /usr/lib/systemd/systemd --switched-root --system --deserialize=39
└─system.slice
  ├─irqbalance.service
  │ └─1180 /usr/sbin/irqbalance
  ├─systemd-udevd.service …
  │ └─udev
  │   └─745 /usr/lib/systemd/systemd-udevd
  ├─cron.service
  │ └─1702 /usr/sbin/cron -n
  ├─polkit.service
  │ └─1186 /usr/libexec/polkit-1/polkitd --no-debug
  ├─rtkit-daemon.service
  │ └─2141 /usr/libexec/rtkit/rtkit-daemon
  ├─chronyd.service
  │ └─1537 /usr/sbin/chronyd
  ├─auditd.service
  │ └─1171 /sbin/auditd
  ├─ModemManager.service
  │ └─1390 /usr/sbin/ModemManager
  ├─systemd-journald.service
  │ └─708 /usr/lib/systemd/systemd-journald
  ├─sshd.service
  │ └─1577 sshd: /usr/sbin/sshd -D [listener] 0 of 10-100 startups
  ├─NetworkManager.service
  │ └─1416 /usr/sbin/NetworkManager --no-daemon
  ├─snapd.service
  │ └─1194 /usr/libexec/snapd/snapd
  ├─firewalld.service
  │ └─1391 /usr/bin/python3 /usr/sbin/firewalld --nofork --nopid
  ├─nscd.service
  │ └─1195 /usr/sbin/nscd
  ├─postfix.service
  │ ├─1679 /usr/lib/postfix/bin//master -w
  │ ├─1680 pickup -l -t fifo -u
  │ └─1681 qmgr -l -t fifo -u
  ├─upower.service
  │ └─2836 /usr/libexec/upower/upowerd
  ├─sddm.service
  │ ├─1574 /usr/bin/sddm
  │ └─1582 /usr/bin/Xorg.bin -nolisten tcp -background none -seat seat0 vt2 -auth /run/sddm/xauth_oXXutk -noreset -displayfd 16
  ├─mcelog.service
  │ └─1336 /usr/sbin/mcelog --ignorenodev --daemon --foreground
  ├─udisks2.service
  │ └─3501 /usr/libexec/udisks2/udisksd
  ├─dbus.service
  │ └─1178 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
  ├─smartd.service
  │ └─1188 /usr/sbin/smartd -n -q never
  └─systemd-logind.service
    └─1350 /usr/lib/systemd/systemd-logind
~
~
~
lines 104-148/148 (END)

Last log is too big