Search results

  1. D

    LVM storage used for containers

    Decided to start from scratch on Proxmox 2.0 and decided to use LVM (didn't last time). Proxmox sets up a default LVM on the install drive (an 80 GB drive) so I added my 1TB drive to the LVM. --- Volume group --- VG Name pve System ID Format lvm2...
  2. D

    USB passthrough to openvz container

    Thank you for the reply, I did end up using this method. It works well for the most part, but sometimes (no apparent reason) it suddenly becomes unmounted. The only way I have found to fix this is an entire server reboot, which brings all of my containers down, but at least it does work for...
  3. D

    USB passthrough to openvz container

    How do I passthrough a usb HDD (ntfs) to a container? I manage to get it to show up in the container under fdisk using the following command: #vzctl set 1000 --devnode /dev/sdc1:rw --save However, I can't mount it: #ntfsmount /dev/sdc1 /mnt/Media -o force fuse: failed to open...
  4. D

    Unable to bridge network interface to OpenVZ container

    Yes thank you Udo actually helped me figure that out in a different thread. I was unable to console into my machine (different issue obviously) so thought that I may have to set the IP address at the bridge in this case. However once my VM was fixed I was able to set the IP in my VM and then...
  5. D

    Force Management network to certain network interface?

    Thank you udo, that was what I needed... when I used vzctl enter 211, it error out on me and said can't open /proc... that was why the console would not open. I started a brand new machine (the other one was something I rsynced over to the container) and that worked better. Thanks again!
  6. D

    Unable to bridge network interface to OpenVZ container

    # network interface settings auto lo iface lo inet loopback iface eth0 inet manual iface eth1 inet manual iface eth2 inet manual auto vmbr0 iface vmbr0 inet static address 10.10.10.126 netmask 255.255.255.0 gateway 10.10.10.1 bridge_ports...
  7. D

    Force Management network to certain network interface?

    Thank you for your help Udo.... follow up question... If I don't assign an IP to my other bridge (vmbr1) how do I setup my VM's (in particular my OpenVZ container) with an IP address? I can't open a console to do it manually... so how do I set it... can I set it from the command line on the...
  8. D

    Unable to bridge network interface to OpenVZ container

    I have 3 NIC cards 1 is currently not being used. 1 is in the 10.10.10.x IP range and I want to use that just for connecting to the proxmox host. It is not bridged/bonded and is simply (eth0) 1 is connected to my 192.168.1.x router and I want to use that connection for my OpenVZ...
  9. D

    con't login through browser after installation

    you can ping and ssh into the host though? No issues with that? Do you only have one NIC card on that machine? Maybe check the webserver error log in /var/log/apache2/error.log? Bacula should not have anything to do with the error.. it is the backup solution used. paste the output of...
  10. D

    Force Management network to certain network interface?

    Hi, I just installed proxmox and everything appeared to be working fine.... although for some reason GRUB was installed on the wrong HDD??? I don't think I did anything wrong during install. I added some LVM storage, and then added two new network PCI cards which I plan to bridge to two...