Search results

  1. G

    [SOLVED] Unable to bind to port 80 on LXC container

    I figured out the answer on how to do it, shared it here.
  2. G

    [SOLVED] Unable to bind to port 80 on LXC container

    Hi, I installed transmission (torrent downloader) on a debian stretch container and tried to change the default web server port from 9191 to port 80 (since I want to be able to http://mycontainer/ and reach the UI for transmission). File...
  3. G

    Specific UIDs on Unprivileged CT crashes at start

    Hi, I'm following the instructions on mapping UID and GID from my proxmox host into an unprivileged container (here), I followed all the steps but I am not sure if the instructions are outdated for Debian Stretch and PVE 5.0? On PVE host: # useradd -u 3200 -g gmedia -M gmedia # groupadd -g...
  4. G

    Network traffic graph is empty?

    thanks, I appreciate you guys being so responsive on your open source project as you always are... to think I started using pve in 2008 and the project keeps going strong thanks to you.
  5. G

    Network traffic graph is empty?

    thanks. how long does it usually take for a git commit to make it all the way upstream where I may be able to apt-get upgrade ?
  6. G

    LXC Bind Mounts: everything runs as root?

    When mounting a zvol directory, do all actions taken inside the container show up as executed by root by default? I'm testing and that is what I noticed, now I am not too familiar with the new LXC/container lingo when it comes to "ACL" on the creation screen, I did not select it. I'm migrating...
  7. G

    Network traffic graph is empty?

    I'm running 5.0 beta2, I am trying to understand why the network traffic graph when looking at the host itself is empty? default network configuration (for the most part) so I was expecting to see this graph be polling vmbr0 traffic. Currently iftop -i vmbr0 sees the traffic just fine. is the...
  8. G

    PVE Installer 5.0 - possible to install on disk partition only (not whole disk on zfs)

    I spent quite a few hours today figuring it out on my own, with a bit of trial and error I finally got what i wanted. I put together a quick blog post with the commands that may help you do the same. It's 4:30am here so time to rest and keep playing with this tomorrow. root@pve:~# zpool status...
  9. G

    PVE Installer 5.0 - possible to install on disk partition only (not whole disk on zfs)

    As an additional tidbit, I tried to enforce "Host Protected Area" features on the disk and tried to have the proxmox installer be run again but it continues to override/not care that i had set a limit for HPA using hdparm (good article explaining it for context)
  10. G

    Storage format benchmarks

    Your ZFS and LVM screenshots show as broken links
  11. G

    PVE Installer 5.0 - possible to install on disk partition only (not whole disk on zfs)

    Would it be possible to take an entire disk (256GB SSD) and break it down into smaller partitions, then install rpool on a fragment of the disk only? Right now the installer for PVE 5.0 beta2 when selecting zfs raid1 from the menu it shows entire disk /dev/sda, any possibility to have the...
  12. G

    OVS noob, jumbo frames not working?

    I have a new test box with Proxmox beta and trying out openvswitch. My server has 4 interfaces, I am using one for MGMT and 3 other ports I wanted to have with LACP trunking. I may be missing some configs here but one thing I noticed is that I am forcing MTU 9000 in the settings but the...
  13. G

    High availability without shared storage possible?

    Thanks for the quick reply. Docs seem to point out that this would be a manual process, is it possible (or on the roadmap) to use PVE-zsync and some sort of automated HA to restore VMs on a separate node?
  14. G

    High availability without shared storage possible?

    I'm wondering if its possible to have high availability with 2 or 3 nodes all using ZFS? Possibly using a scheduled task to replicate storage every X minutes using zfs_send? has anyone done this? Documentation on seems to stress shared storage but looking for alternatives...
  15. G

    New 4.4 install, unable to reach network (other live CDs work just fine)

    looks like firmware-bnx2 from debian/jessie is basically the same as currently loaded on pve-firmware so we're good on it. After reading more on dmesg I found the problem. The eth name was changed on debian/pve (other live CDs like sysrescuecd would detect the built-in ethernet card as eth0 -...
  16. G

    New 4.4 install, unable to reach network (other live CDs work just fine)

    This is interesting, I have another server. Exact same hardware Dell R320 with 4 network cards (bnx2 driver in kernel) and neither server can get networking working in proxmox. The 'dmesg | grep eth' is the same on both servers. bnx0 eth0 using MSIX vmbr0 entered forwarding state vmbr0 entered...
  17. G

    New 4.4 install, unable to reach network (other live CDs work just fine)

    Thanks for the reply. vmbr0 is NO-CARRIER, BROADCAST, MULTICAST, UP state DOWN Attached is the screenshot of ip link and ip addr show vmbr0
  18. G

    New 4.4 install, unable to reach network (other live CDs work just fine)

    Hello, I just installed PVE 4.4 via iDRAC on a host that has had the same network configuration and was remotely accessible (from the internet). I am stumped at the network issue I am seeing on the bridge interface. I have checked /etc/networking/interfaces vmbr0 has member interfaces eth0...
  19. G

    Test environment (4 PVE nodes) storage suggestions?

    Its great to see the advances Proxmox PVE has made since I last tested this software (back when Proxmox VE 1.7). The addition of ZFS support has really sparked my interest back into the project, not to mention the support for Docker containers. Now, I want to experiment and jump back into PVE...
  20. G

    Base image or "Linked clones" as vmware calls it. Possble on PVE?

    Hi guys, I have a test lab for Windows Server 2003 and 2008 that i Need to setup and need several Windows VMs based off a single image. I was reading how vmware and xenserver offer this and how to use sysprep to setup windows to have a unique secure ID. Now, does PVE 2.0 allow the creation of...