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

    [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...
  4. 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...
  5. 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...
  6. 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.
  7. 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
  8. A

    Convert LXC container to Template - where is the converted template?

    Created a Container based on an LXC template. started the container and after an apt update && apt dist-upgrade stopped it. Right-clicked on the stopped container in the left pane of the proxmox control panel and chose Convert to Template. Could not find the updated template in the...
  9. A

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

    Although the Buster standard 64 bit DAB build files have been moved to archive at https://github.com/proxmox/dab-pve-appliances/tree/master/archive/debian-10-buster-std-64 it is still LTS and now fails to build in standard DAB on PVE 8.2 at the dab bootstrap line itself. allocated VE...
  10. A

    Debian squeeze LXC templates compiling in DAB v3.5.2 in PVE 8.2.x

    If the DAB template to be compiled uses zip and other archived files, install the following in the PVE 8.2.x host: apt install unzip zip bzip2 p7zip mlocate updatedb # apt install screen Replace the /usr/share/perl5/PVE/DAB.pm v3.5.2 with the one attached in this post after backing up the...
  11. A

    regreSSHion vulnerability

    Is the PVE 8.2 and earlier affected by: https://arstechnica.com/security/2024/07/regresshion-vulnerability-in-openssh-gives-attackers-root-on-linux/ # ssh -V OpenSSH_9.2p1 Debian-2+deb12u3, OpenSSL 3.0.13 30 Jan 2024 # openssl version OpenSSL 3.0.13 30 Jan 2024 (Library: OpenSSL 3.0.13 30 Jan...
  12. A

    Latest LXC Templates for Bookworm Std and LAMP

    http://www.apmuthu.com/appliances/LXC/debian-12-standard_12.6-1_amd64.tar.zst - 175 MB http://www.apmuthu.com/appliances/LXC/debian-12-lamp64_1.0-1_amd64.tar.zst - 126 MB The second one on bootup will spew a file called /root/AppConfigData.txt that has the CT details. The first one may need to...
  13. A

    Feedback - DAB build files for LXC Bookworm LAMP template

    Successfully built the Bookworm LXC DAB Template for LAMP. Build files attached. Request feedback. Build info: mkdir -p /var/lib/vz/templates/builds cd /var/lib/vz/templates/builds # Place the folder in the attached zip file here unzip debian-12-bookworm-lamp-64.zip cd...
  14. A

    DAB local variables syntax

    How do we declare local variables that are computed from the LXC being built by executing commands in the LXC files under creation? For example, in Debian 12 Bookworm, we get the PHP Build Date folder name in bash with: PHPBDATE=`ls /usr/lib/php/*/*.so | head -n 1 | cut -d/ -f 5` echo...
  15. A

    DAB not in dpkg-query in PVE 8.2 latest

    # dpkg-query -p dab dpkg-query: package 'dab' is not available # dpkg -l dab Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version...
  16. A

    [SOLVED] DAB latest on PVE 8.2 fails LXC creation - workaround

    install: libmpfr6 install: gawk install: galera-4 install: mysql-common install: mariadb-common install: mariadb-server-10.5 install: mariadb-server command 'lxc-attach -n 13ca25b2-6c55-44ad-be28-dc0b235a5267 --rcfile /var/lib/vz/template/builds/debian-11-bullseye-lamp-64/config --clear-env --...
  17. A

    Recent changes in VZDump.pm

    Please check if the following changes to the pve-manager as in /usr/share/perl5/VZDump.pm are okay: Lines 480 to 492 got removed: my $subject_template = "vzdump backup status ({{hostname}}): {{status-text}}"; my $body_template = <<EOT; {{error-message}} {{heading-1 "Details"}} {{table...
  18. A

    PVE 8.2.2 changing hostname and showing template name of LXC container

    To change the host name of a LXC Container: LXC Container => DNS => hostname => Edit To see the name of the LXC Template used and date of LXC container creation there is currently no option. Attempting a updatedb and trying to locate 105.conf doesn't show the said file when the LXC container...
  19. A

    DAB corrections

    Although Debian Appliance Builder is to be discussed in the mailing list, the following corrections to the DAB.pm will be in order. Many OS versions have had their repos moved to an archive url. Lines 575 to 605 in DAB.pm if (!$config->{source}) { if (lc($suiteinfo->{origin}) eq 'debian')...
  20. A

    xz Utils backdoor

    Many of the LXC templates are in the xz format for PVE 6.x and PVE 7.x whilst the newer ones use .zst https://arstechnica.com/security/2024/04/what-we-know-about-the-xz-utils-backdoor-that-almost-infected-the-world/ The above warns of xz Utils v5.6.0 and v5.6.1 being vulnerable to a backdoor.