Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic:  A silent bug fix release, 2023.1.1 [EN / DE]  (Read 6507 times)

Offline towo

  • Administrator
  • User
  • *****
  • Posts: 2.920
Re: A silent bug fix release, 2023.1.1 [EN / DE]
« Reply #15 on: 2023/09/12, 16:52:39 »
Ich tippe mal einfach auf kaputte Lenovo-Firmware.
Ich habe hier ein Lenovo, das bootet Siduction nicht  im CSM-Mode oder wenn es auf CSM Fist steht.
Ich kann Siduction Live auf der Kiste nur im EFI Mode booten.
Ich gehe nicht zum Karneval, ich verleihe nur manchmal mein Gesicht.

Offline bevo

  • User
  • Posts: 319
Re: A silent bug fix release, 2023.1.1 [EN / DE]
« Reply #16 on: 2023/09/12, 17:04:53 »
@ro_sid habe ich alles schon gemacht.

Offline raduc

  • User
  • Posts: 6
Re: A silent bug fix release, 2023.1.1 [EN / DE]
« Reply #17 on: 2023/09/20, 04:40:45 »
ssh server seems broken in 2023.1.1, it doesn't start because of missing keys in /etc/ssh:
Code: [Select]
# systemctl start ssh
Job for ssh.service failed because the control process exited with error code.
See "systemctl status ssh.service" and "journalctl -xeu ssh.service" for details.
root@siduction:~# systemctl status ssh
× ssh.service - OpenBSD Secure Shell server
     Loaded: loaded (/lib/systemd/system/ssh.service; disabled; preset: enabled)
     Active: failed (Result: exit-code) since Wed 2023-09-20 02:35:45 UTC; 2s ago
       Docs: man:sshd(8)
             man:sshd_config(5)
    Process: 2333 ExecStartPre=/usr/sbin/sshd -t (code=exited, status=1/FAILURE)
        CPU: 16ms

Sep 20 02:35:45 siduction systemd[1]: ssh.service: Control process exited, code=exited, status=1/FAILURE
Sep 20 02:35:45 siduction systemd[1]: ssh.service: Failed with result 'exit-code'.
Sep 20 02:35:45 siduction systemd[1]: Failed to start ssh.service - OpenBSD Secure Shell server.
Sep 20 02:35:45 siduction systemd[1]: ssh.service: Scheduled restart job, restart counter is at 5.
Sep 20 02:35:45 siduction systemd[1]: ssh.service: Start request repeated too quickly.
Sep 20 02:35:45 siduction systemd[1]: ssh.service: Failed with result 'exit-code'.
Sep 20 02:35:45 siduction systemd[1]: Failed to start ssh.service - OpenBSD Secure Shell server.
root@siduction:~#
Code: [Select]
root@siduction:~# /sbin/sshd -d
debug1: sshd version OpenSSH_9.4, OpenSSL 3.0.10 1 Aug 2023
debug1: Unable to load host key: /etc/ssh/ssh_host_rsa_key
debug1: Unable to load host key: /etc/ssh/ssh_host_ecdsa_key
debug1: Unable to load host key: /etc/ssh/ssh_host_ed25519_key
The only way to fix this is to force reinstall ssh server.

Can the installation media (iso) be fixed for this?

EDIT: Sorry, I added [code] [/code] tags for better reading, hendrikL
« Last Edit: 2023/09/20, 07:12:11 by hendrikL »

Offline hendrikL

  • Administrator
  • User
  • *****
  • Gravatar
  • Posts: 927
Re: A silent bug fix release, 2023.1.1 [EN / DE]
« Reply #18 on: 2023/09/20, 06:53:30 »
Mh, well, you can also use our "sshactivate" script, which is located in /usr/sbin.
There is also a "sshdeactivate" script.

Did you try it?

Offline raduc

  • User
  • Posts: 6
Re: A silent bug fix release, 2023.1.1 [EN / DE]
« Reply #19 on: 2023/09/20, 07:24:23 »
I actually found the same instructions in an old release notes where the sshactivate and sshdeactivate were introduced. However, the manual does not specify it in its SSH section, that should be probably updated. After reading it I thought sshd was already active.

Thanks.

Offline hendrikL

  • Administrator
  • User
  • *****
  • Gravatar
  • Posts: 927
Re: A silent bug fix release, 2023.1.1 [EN / DE]
« Reply #20 on: 2023/09/20, 08:33:32 »
@raduc, thank you for that hint, we Will add it to our manual, and for shure to our next release notes again.

If you are familiar with git and GitHub you also can provide improvements via a merge request.
Every user can do. btw.