Search results

  1. A

    Is there a similar tool like OpenVZ's pvebash for LXC to enter non booting containers?

    /usr/bin/pvebash PVE page has been created to manage non booting OpenVZ containers and another similar script is Proxbash Is there a similar script for LXC containers?
  2. A

    Low cost backup system for PVE?

    PiMox 7 runs proxmox in Raspberry Pi 4
  3. A

    can't install DAB (for later LXC template for YunoHost)

    Locations for several repositories have changed and not reflected in DAB 3.4.1 at https://github.com/proxmox/dab Since today getting the following errors for buster and bullseye debian OS templates building using DAB. Also squeeze, wheezy and jessie do not have packages for php but only have...
  4. A

    New install of PVE 7.2-1 issues

    After a complete install of 7.2-1 from a USB drive and apt-get update && apt-get dist-upgrade on a new 610 mainboard and 12th gen i3 CPU 12100 and a normal HDD of 2TB using the pve-no-subscription repo, the update process generated a lot of ATA errors but the install proceeded normally. At each...
  5. A

    PVE 7.2-3 after full update does not allow install of DAB - Fix

    Note: The DAB version does not show up in pveversion -v
  6. A

    PVE 7.2-3 after full update does not allow install of DAB - Fix

    Installed PVE 72.-1 from the ISO in July and now updated it to PVE 7.2-3 (did not use the PVE 7.2-7 in the pvetest repo). Tried to install dab in vain. Did the following to install dab with all it's dependencies and then it worked fine: apt-get update apt-get dist-upgrade # The last two are for...
  7. A

    [SOLVED] GnuTLS: Error in the pull function.

    PVE 3.4 uses wget from Wheezy v7.11 that does not support TLS. The last version of wget from the debian archive is v1.13.4-3+deb7u6. There is an updated version for it at: http://deb.freexian.com/extended-lts/pool/main/w/wget/wget_1.13.4-3%2Bdeb7u8_amd64.deb This addresses the following: *...
  8. A

    Wiki Purge today

    A clean up of the PVE Wiki was done today. Some pages pertaining to the PVE v3.4 / OpenVZ too have been deleted now that by May 16th PVE 3.x will be EOL. Here is a list of pages deleted and not extracted along with some important ones extracted from the last archival at http://archive.org/web...
  9. A

    Remove Old Kernel in PVE3

    The rc means residual packages after removal of the kernels. List them with: dpkg --list |grep "^rc" and then remove them as you removed the kernels. https://linuxprograms.wordpress.com/2010/05/12/remove-packages-marked-rc/...
  10. A

    Intel security flaw affects cloud

    Which if any of the PVE versions are affected by this Intel CPU kernel flaw?
  11. A

    Auto-generated ssh key and authorized_keys

    Increasing the FileZilla timeout from default 20 secs to 40 secs just cleared the issue. Made sure the /etc/resolv.conf had a local nameserver. Other means that may be used to troubleshoot SFTP issues and SSH login delays are at: How to fix a slow SSH login issue on Linux The attachment too...
  12. A

    Auto-generated ssh key and authorized_keys

    What is the standard way to regenerate these keys from the GUI / CLI? When the root password is changed from the Web UI, SSH, Web Access works. All SFTP to host and containers fail. PVE 3.4.
  13. A

    Proxmox VE 3.4 - Support Lifecycle

    Is there a HOWTO to replace LXC with OpenVZ on PVE 4/5?
  14. A

    Devuan aka Debian8 on SysVInit

    Devuan v1.0.0 has been released. It sports the old SysVInit system in place of systemd. Is Proxmox going to transfer to Devuan/SysV in the place of Debian/systemd? NewZealand and Amsterdam companies currently provide Enterprise support for Devuan.
  15. A

    Alpine Linux OpenVZ Template

    My OpenVZ template has been tested in PVE 3.4 with the appropriate /etc/vz/dists/alpine.conf and /etc/vz/dists/scripts/set_console.sh as setout in the PVE Console wiki page. If you use it on PVE 4.x on LXC, you are on your own. Also make sure you are using the build 3 version of the template...
  16. A

    Alpine Linux OpenVZ Template

    ash comes in by default in Apline Linux Minimal. I needed bash for OpenVZ compatibility in PVE 3.x. Networkng in OpenVZ did not work on bootup and had to be manually started for both ash and bash (and sh). This is not for the standard LXC version of it in PVE 4.x series. Will try the bash rc...
  17. A

    Openvz Reinstall/Change OS Template

    In OpenVZ we could use pvebash. Maybe it might work for LXC too.
  18. A

    Alpine Linux OpenVZ Template

    Replace the ash with bash for the entire container.
  19. A

    Openvz Reinstall/Change OS Template

    Try chroot into a folder inside a standard OS VM.