Here's another instance of a distro (openSUSE Tumbleweed) that's having trouble with DBus startup. Leslie ---------- Forwarded Message ---------- Subject: [TW] Systemd/Dbus Broken Date: Thursday 07 November 2024, 12:47:54 From: Walddys Emmanuel Dorrejo Céspedes <dev.dorrejo@xxxxxxxxx> To: support@xxxxxxxxxxxxxxxxxx Hello, TW - Latest Snapshot. I just did a fresh install in a server and found that Login to the user from SSH is not creating the session nor dbus, so when trying to work with container, systemd, and loginctl appear the user is not existent. What it must happens is: - When connecting through ssh to the machine, a XDG_RUNTIME or user-slice session must be started, which is not happening. loginctl: https://forums.opensuse.org/uploads/default/original/3X/8/3/839eaf47e96e4617572978e866c5f7b3b7dc2681.png systemd: https://forums.opensuse.org/uploads/default/original/3X/a/2/a21b19383dd0bab2e4fcbe41609692862d3cc325.png podman: https://forums.opensuse.org/uploads/default/original/3X/e/a/ea5bb7885009ec0e5dd32d3d8fa6017d03ee6381.png Looking into what service exist: https://forums.opensuse.org/uploads/default/original/3X/5/4/54b0e0b0c667cc2a9f309b59943d5f97a1164fa1.png my sshd_config: ``` Port 22 ListenAddress 0.0.0.0 LogLevel VERBOSE # Strong encryption settings Ciphers chacha20-poly1305@xxxxxxxxxxx,aes256-gcm@xxxxxxxxxxx,aes256-ctr MACs hmac-sha2-512-etm@xxxxxxxxxxx,hmac-sha2-256-etm@xxxxxxxxxxx,umac-128-etm@xxxxxxxxxxx KexAlgorithms curve25519-sha256,curve25519-sha256@xxxxxxxxxx,diffie-hellman-group18-sha512 # Key exchange algorithms HostKeyAlgorithms ssh-ed25519,ecdsa-sha2-nistp521,ssh-ed25519-cert-v01@xxxxxxxxxxx # Authentication settings PermitRootLogin prohibit-password PasswordAuthentication no ChallengeResponseAuthentication no AuthenticationMethods publickey # Enable only key-based login AuthorizedKeysFile .ssh/authorized_keys # Additional security settings AllowTcpForwarding yes AllowAgentForwarding no StrictModes yes IgnoreRhosts yes X11Forwarding no PermitTunnel no MaxAuthTries 2 UseDNS no PermitUserEnvironment no # Client keep-alive ClientAliveInterval 15 ClientAliveCountMax 6 # Strict HostKey settings HostKey /etc/ssh/ssh_host_ecdsa_key HostKey /etc/ssh/ssh_host_ed25519_key ``` Created a new user and manually start the user@id.service, for a moment worked, but after a moment stop working, and got again: https://forums.opensuse.org/uploads/default/original/3X/a/2/a21b19383dd0bab2e4fcbe41609692862d3cc325.png There is not log and can't found anything related to this. ------------------------------------------------------- -- Platform: Linux Distribution: openSUSE Leap 15.6 - x86_64 Desktop Environment: Trinity Qt: 3.5.0 TDE: R14.1.2 tde-config: 1.0 ____________________________________________________ tde-users mailing list -- users@xxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxx Web mail archive available at https://mail.trinitydesktop.org/mailman3/hyperkitty/list/users@xxxxxxxxxxxxxxxxxx