Search results

  1. A

    NethServer 8.4 qcow2 Virtual image available

    Davide Principi has announced the availability of a new milestone, version 8.4, of NethServer, a Rocky Linux-based, multi-node application server for self-hosted cloud installations with a web-based user interface. virtual images for Proxmox (qcow2) and VMware (vmdk) virtual machines; here are...
  2. A

    PVE 8.3.3 updated today has Create CT Error - Connection Error - Server Offline

    When the Domain and DNS are set to "use host settings" all work fine. When a specific domain name is used and a local IP DNS is set, the attach error is returned and the CT is not created.
  3. A

    new install eth0: received packet with own address as source

    Since last week I am receiving this error eth0: received packet with own address as source on a PVE 3.4 machine. # pveversion -v proxmox-ve-2.6.32: 3.3-147 (running kernel: 2.6.32-37-pve) pve-manager: 3.4-1 (running version: 3.4-1/3f2d890e) pve-kernel-2.6.32-37-pve: 2.6.32-147 lvm2: 2.02.98-pve4...
  4. A

    [SOLVED] Missing /run/sshd in Bullseye standard zst template

    The attachment has been updated and all work fine now. debian-11-bullseye-std-64
  5. A

    [SOLVED] Missing /run/sshd in Bullseye standard zst template

    In case the sshd does not work outside the console, then try the solutions given here. The best results will be to execute inside the container apt install openssh-server --reinstall This is because the folder /run/sshd and the corresponding .pid fails to get created at each start.
  6. A

    [SOLVED] Missing /run/sshd in Bullseye standard zst template

    Solved by incorporating all the above in the Makefile for the Bullseye Debian 11.10 template. The /run/sshd gets created when sshd is first run. Also the SSH and SFTP login delay is now eliminated. See attachment. The github repo can be updated as needed.
  7. A

    [SOLVED] Missing /run/sshd in Bullseye standard zst template

    The missing folder issue does not arise when using the normal dab finalize for tar.gz template format.
  8. A

    [SOLVED] Missing /run/sshd in Bullseye standard zst template

    Using DAB v3.5.2 in latest PVE 8.2 we build a Debian 11.10 Bullseye template using zst max compression. On deployment, the /run/sshd folder is missing even though the Makefile had dab exec -p /run/sshd instruction. Also, the login is delayed on the container's console and in SFTP and that is...
  9. A

    Latest LXC Templates for Bookworm Std and LAMP

    The files stand removed now, Better templates using native SSH auto-generation in the tar.gz template have been prepared. Contact me offline for them. Hope those who used the templates had a good run but no feedback yet.
  10. A

    [SOLVED] Debian 10 Buster LTS fails build on DAB LXC

    The virtual package default-dbus-session-bus is missing in the repo even in the archive one. The workaround is to manually install the packages that it refers to in the Makefile like: # # As virtual package default-dbus-session-bus missing # #...
  11. A

    DAB / Proxmox 8.2.x hardcoded base-files

    The newer file can be downloaded with: # in the PVE host cd /var/cache/apt/archives apt download base-files
  12. A

    DAB / Proxmox 8.2.x hardcoded base-files

    In DAB: When trying to execute a dab exec dpkg -i .... the hardcoded error arises: dpkg: error: cannot access archive '/var/cache/apt/archives/base-files_12.4+deb12u5_amd64.deb': No such file or directory The current version of the base-files [ackage installed is: # dpkg-query -l | grep...
  13. A

    [SOLVED] Debian 10 Buster LTS fails build on DAB LXC

    The Debian 10 (Buster) release was LTS and that ended on June 30th, 2024 The new /etc/apt/sources.list is https://gist.github.com/ishad0w/6ce1eb569c734880200c47923577426a deb http://deb.debian.org/debian buster main contrib non-free deb-src http://deb.debian.org/debian buster main contrib...
  14. A

    LXC Template from Backup issues

    A Debian 10 (Buster) Template was used to create a container and updated and then backed up and renamed as a later version template using the second method as described therein at: https://febryandana.xyz/posts/proxmox-create-lxc-instance-and-template/ If a new container is created with the...
  15. A

    [SOLVED] Debian 10 Buster LTS fails build on DAB LXC

    Solved with modifying the dab.conf file to use the archive repo making the it to be: Suite: buster CacheDir: ../cache Source: http://ftp.debian.org/debian SUITE main contrib Source: http://ftp.debian.org/debian SUITE-updates main contrib #Source: http://archive.debian.org/debian SUITE-backports...
  16. A

    CrowdStrike fix works in PVE KVM

    Navigate to C:\windows\system32\drivers Delete the CrowdStrike foider in it and purge it. If the above does not allow your to delete it, try in Safe Mode or from HBCD / Puppy Linux or any live linux distro.
  17. A

    [SOLVED] DAB builds tar.gz fine. Bookworm zst shows 25 second SSH login delay

    Built LXC template for Bookworm std 64 in both tar.gz and zst dab finalise formats. The former loads SSH in SFTP and SSH very fast but the latter has a 25 second delay. Both have same packages installed when checked with dpkg -l | grep ^ii
  18. A

    [SOLVED] Debian 10 Buster LTS fails build on DAB LXC

    Thanks for the info. How can the Cloned Template disk images be copied over to another proxmox machine?