Search results

  1. A

    Firefox Safe Browser Settings

    As Firefox is a popular browser used to manage the Proxmox VE interface, some safe browsing settings may be in order. In earlier versions of Proxmox VE (1.x), we relied on the Java Console and had to retain the Java plugin to v7 build 45 or lower. If we have some plugins that are not going to...
  2. A

    [SOLVED] LXC Enter Command

    When an LXC container is stopped can we use pct enter <VMID> to perform say a "wget ...." since lxc does not have a real mounted state? If not, is there a way to navigate into a stopped lxc container and if not, will there ever be one made for it? A wiki page on the limitations of LXC as...
  3. A

    [SOLVED] LXC Enter Command

    Hope we have the equivalent of pvebash for lxc ? This will help in navigating into stopped containers especially troubleshooting when they fail to start.
  4. A

    OpenVZ on PVE 3.4-6 fails on multiple subnet

    SOLVED: The file /etc/vz/vz.conf has a safe value by default as: ## Fail if there is another machine in the network with the same IP ERROR_ON_ARPFAIL="no" I had set that parameter to "yes" and that caused all the problem. Reverted back to the default and all is well.
  5. A

    OpenVZ on PVE 3.4-6 fails on multiple subnet

    PVE 3.4-6 LAN: 192.168.1.0/24 => eth0 => vmbr0 (with gateway) WAN: 1.2.3.4/28 => eth1 => vmbr1 LAN2: 192.168.2.0/24 => No physical NIC (none) => vmbr2 No special Post ups - all bridges created and configured within PVE 3.4-6 Create OpenVZ VM 101 on LAN2 (192.168.2.20/24) using venet Cannot...
  6. A

    LXC replacing OpenVZ on Wiki too

    Yes indeed it is a challenging task to support multiple versions. On the other hand, the community that has stayed on for the long run will evolve to support one another. Running any old version should best be left to those who support and use them for whatever reasons they deem fit - legacy...
  7. A

    LXC replacing OpenVZ on Wiki too

    Pages pertaining to OpenVZ should be categorised separately in the wiki instead of being deleted from it. On 2015-10-14, manual pages dedicated to OpenVZ have been deleted. They are now available from the Internet Archives but could be deleted from there as well anytime. Pvectl manual | Qm...
  8. A

    DAB for LXC in PVE 4?

    If you are using upto pve-manager v3.4-6 (tested), do not apply the portion of the patch listed in the #3 post in this thread but use the patched DAB.pm file in the #5 post in this thread (contains Debian jessie, and Ubuntu later versions). Otherwise, the SSH keys will not get regenerated and...
  9. A

    DAB for LXC in PVE 4?

    Thanks, will checkout.
  10. A

    DAB for LXC in PVE 4?

    No, it is NOT required for OpenVZ (PVE 3.x) or Yes, it IS required for OpenVZ (PVE 3.x)
  11. A

    DAB for LXC in PVE 4?

    Even in OpenVZ, the ssh keys are created during container creation - hence the said diffs must be valid for PVE 3.x as well - isn't it? Therefore, ssh keys should have been deleted and then created during container creation time for OpenVZ (in PVE 3.x) using DAB to have worked well hitherto ....
  12. A

    DAB for LXC in PVE 4?

    I understand that you no longer support OpenVZ now that the later kernels have dropped it. All I wanted to know was why ssh keys are no longer needed to be generated for LXC. Attached is the updated DAB.pm file for use in PVE 3.x - community (my) supported version.
  13. A

    DAB for LXC in PVE 4?

    On 2015-06-29, a commit was made to the git repo for DAB: do not regenerate sshd host keys For PVE 3.x is the second diff necessary for OpenVZ? @@ -1338,9 +1338,6 @@ EOD # reset password $self->ve_command ("usermod -L root"); - # regenerate sshd host keys -...
  14. A

    DAB for LXC in PVE 4?

    Is there any DAB for LXC in PVE 4 as yet? Can an existing PVE 3.x template be used to create an LXC in PVE 4?
  15. A

    DAB 64 bit Template compilation errors

    [SOLVED] Re: DAB 64 bit Template compilation errors When building 64 bit DAB Wheezy Templates, do not enable the wheezy-backports repo. It can be enabled after the template is built and/or used. Attached is the Standard Wheezy 64 bit DAB build files. The build path to place the files in is...
  16. A

    DAB 64 bit Template compilation errors

    What is the preferred way to make Wheezy 64 bit DAB based template? Should we alter the DAB.pm to fix the version of libbsd0 at v0.4.2-1 (and revert when Debian maintainers rectify this glitch)? wheezy-backports seems to have the upgraded libbsd0 v0.7.0-2~bpo70+1 file. Should we force a...
  17. A

    DAB 64 bit Template compilation errors

    Debian Wheezy installs libbsd0:amd64 v0.7.0-2~bpo70+1from wheezy-backports whereas it should only install v0.4.2-1 from the wheezy repo. The higher version of libbsd0 now needs libc6 to be greater than v2.13.
  18. A

    Proxmox 4 beta Latest update kernel 4.1.3-1-pve vlan support are removed.

    @Egner: Thanks. The contents are listed here self-sufficiency: # network interface settings auto lo iface lo inet loopback iface eth0 inet manual iface eth1 inet manual auto vmbr0 iface vmbr0 inet static address 10.10.13.102 netmask 255.255.255.0 gateway 10.10.13.1...
  19. A

    DAB 64 bit Template compilation errors

    Attempting to compile a Debian 7 Template using DAB, the following error occurs: unpack: apt-utils unpack: libsqlite3-0 unpack: libreadline6 unpack: libgssapi-krb5-2 unpack: libkrb5-3 unpack: ssl-cert unpack: cpio configure important packages command 'vzctl exec2 90000 defenv dpkg...
  20. A

    OwnCloud 8.0 on PHP 5.4 in Squeeze

    Posted an article in the Wiki on installing OwnCloud v8.0 in a Debian Squeeze container after upgrading it's PHP 5.3.3 to PHP 5.4 using the DotDeb Repo.