Search results

  1. A

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

    You are right that Proxmox should distinguish between them - Convert to Template Image as opposed to merely backing the container and renaming it to the Proxmox format for directly deployable Template like pre-built ones. Also the log should show the image config location too. The question...
  2. 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...
  3. 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...
  4. A

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

    That decision should be left to the end user. There are many valid scenarios where even older versions like etch, lenny, etc would need to be used: 1. Data restoration 2. Trusted intranet usage 3. migration and legacy plugin development 4. familarity of use with external protection - VPN...
  5. 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...
  6. A

    Latest LXC Templates for Bookworm Std and LAMP

    Sorry, the file sizes were inverted, stands corrected now. The standard zst is just as small. Only the LAMP version is big as it contains MySQL (MariaDB) , PHP, Apache2 and whole lot of php modules including dbase.
  7. A

    Latest LXC Templates for Bookworm Std and LAMP

    Currently the following entities have downloaded them: Both Falkenstein, Saxony, Germany AS24940 - Hetzner Online GmbH Std Vienna, Austria AS48943 - KAPPER NETWORK-COMMUNICATIONS GmbH Std Hallein, Salzburg, Austria AS8445 - SALZBURG AG fur Energie...
  8. A

    DAB not in dpkg-query in PVE 8.2 latest

    Thanks for the info. # apt show dab -a Package: dab Version: 3.5.2 Priority: optional Section: admin Maintainer: Proxmox Support Team <support@proxmox.com> Installed-Size: 100 kB Depends: binutils, libuuid-perl, lxc, make, perl, wget, perl:any Download-Size: 33.3 kB APT-Manual-Installed: yes...
  9. A

    regreSSHion vulnerability

    Thanks for the info and noted that a recent openssl update was done.
  10. 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...
  11. 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...
  12. A

    [SOLVED] NTP server on LXC

    Even this did not work apt install systemd-timesyncd -y systemctl start systemd-timesyncd systemctl status systemd-timesyncd * systemd-timesyncd.service - Network Time Synchronization Loaded: loaded (/lib/systemd/system/systemd-timesyncd.service; enabled; preset: enabled) Active...
  13. A

    [SOLVED] NTP server on LXC

    This seemed better but still did not work: apt install ntp -y systemctl restart ntp ntpq -p
  14. A

    [SOLVED] NTP server on LXC

    Even the following did not work in Bookworm: https://www.server-world.info/en/note?os=Fedora_39&p=ntp&f=1
  15. A

    [SOLVED] NTP server on LXC

    Did not work apt install chrony nano /etc/chrony/chrony.conf # put in as appropriate for my network # systemctl enable --now chronyd Failed to enable unit: Refusing to operate on alias name or linked unit file: chronyd.service root@tyrtest:~# systemctl status chrony.service x chrony.service -...
  16. 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...
  17. A

    DAB local variables syntax

    Also what is the best way to auto generate an ssh key in DAB ? Non interactive ways in the first boot script are: # Using Old Passphrase: ssh-keygen -q -t rsa -b 4096 -f ~/.ssh/id_rsa -P "" <<<y >/dev/null 2>&1 # Using New Passphrase: ssh-keygen -q -t rsa -b 4096 -f ~/.ssh/id_rsa -N "" <<<y...
  18. 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...
  19. A

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

    The situation for Debian 12 Bookworm is even worse, dab install mysql --password random hint: ignoring provides for 'mysql' - package not in 'available' list. hint: ignoring provides for '--password' - package not in 'available' list. hint: ignoring provides for 'random' - package not in...
  20. A

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

    Please fix the lxc-attach lines and fix in line 1645 in DAB.pm as the old mysql options are no longer compatible with mariadb: # lxc-attach -n 922a33e8-c3bf-41b6-aa1c-430ab930be96 --rcfile /var/lib/vz/template/builds/debian-11-bullseye-lamp-64/config --clear-env -- defenv /usr/sbin/mysqld...