Articles in this section

Debian 12 TDN template is not working with SSH.

Applicable to:

  • SolusVM

Symptoms 

A Debian 12 TDN template-based VM is not connecting via SSH.

Cause

The /etc/apt/sources.list file is misconfigured in the template. This has been identified as a product issue with the ID SVM-4009.

Resolution

This product issue will be fixed in an upcoming update. Until it is released, a workaround is to mount the template and replace the following lines in /etc/apt/sources.list:

  1. Mount the template:

    Create a temporary directory for mounting:

  2.    mkdir test
  3. Mount the template:
  4.    guestmount -a linux-debian-12-x86_64-freepbx17-gen2-v1 -i --verbose test

    Wait until the mount is complete.

  5. Open the file for editing:
  6. nano /home/solusvm/kvm/template/test/etc/apt/sources.list
  7. Insert the following lines:
  8. 
    deb http://deb.debian.org/debian bookworm main non-free-firmware
    deb-src http://deb.debian.org/debian bookworm main non-free-firmware
    deb http://deb.debian.org/debian-security/ bookworm-security main non-free-firmware
    deb-src http://deb.debian.org/debian-security/ bookworm-security main non-free-firmware
    deb http://deb.debian.org/debian bookworm-updates main non-free-firmware
    deb-src http://deb.debian.org/debian bookworm-updates main non-free-firmware
  9. Unmount the filesystem:
  10. guestunmount test
  11. Remove the test folder:
rm -rf test

 

Was this article helpful?

Comments

0 comments

Please sign in to leave a comment.