Search results

  1. K

    A Backup Manager for Proxmox. Possible?

    I would differ on the the vm number. The snapshot (Backup) should be taken with the original VM number. At the the time of restore, it should destroy the running vm and then restore from the backups (looking at the comments) with the same VM number. The tab should be called somtehing like...
  2. K

    A Backup Manager for Proxmox. Possible?

    Hi. It would be nice to have a pre-configured directory on Proxmox server for managing manual backups with a field for comments. (This should be available as an extra feature. The regular backups via cron jobs for automated backups should continue as it is.) This is something like "Snapshot...
  3. K

    /etc/at/sources.list in a container

    Re: /etc/apt/sources.list in a container Yes, it was a proxmox mail gateway. But I also built a container with Debian 4.0. That also had the same message. I used veth interface. Can I modify? In normal cases, it is recommended to modify the file?
  4. K

    /etc/at/sources.list in a container

    /etc/apt/sources.list in a container The default message in /etc/apt/sources.list in a Debian container is # do not use apt - we provide service packs to update the system What happen if I add entries deb http://ftp.debian.org/debian/ lenny main contrib non-free deb-src...
  5. K

    How add AOE storage?

    My mistake. I was trying to create an openvz VE. Thanks for the clarification.
  6. K

    How add AOE storage?

    Ok I created the LVM Group through the web interface. Now how do I store the VE on that LVM. The web interface does not give me any option as to where the VE should run from for example LVM for shared storage.
  7. K

    Proxmox firewall AKA proxwall question

    HI, Is this project alive? I would like to use this product. Can it support Ipsec VPN tunneling? Is there a way to install it on a Debian Lenny server? Are there any security problems? Thanks in advance.
  8. K

    How add AOE storage?

    Hi Dietmar, Say I create a block device using AOE on a linux machine called e0.1. So in proxmox if I do the following will it work? apt-get install aoetools aoe-discover aoe-stat It should display the new block device /dev/etherd/e0.1 Then if I simply format it mkfs.ext3 /dev/etherd/e0.1 Will...
  9. K

    Hi Pille, Connection to your site is timed out. Please can you look in to this issue. Thanks...

    Hi Pille, Connection to your site is timed out. Please can you look in to this issue. Thanks and Regards
  10. K

    Backup in 1.4

    Strange. vzdump, vzrestore works fine, but can not locate /etc/vzdump.conf In fact, when I did a search proxmox200:/# find -name vzdump.conf There is not result. Could not find vzdump.conf How is this possible?
  11. K

    Backup in 1.4

    Hi dietmar, Does it mean that if I create a backupjob for backing up all my vms everyday at a certain time in a derictory, it would create multiple copies of the vzdump backups for all my vms everyday? WHich mean in a week there are 7 copies of each vm? That will take up a lot of disk space...
  12. K

    proxmox i386 deb packages not found

    There is an easier way to address this problem, instead of using vzsplit, just issue this command and everything will be fine. Thanks to Tom http://www.proxmox.com/forum/showpost.php?p=14063&postcount=13 sed -e 's/9223372036854775807/2147483647/g' -i /etc/vz/conf/<VMID>.confThanks and Regards Kumar
  13. K

    Just an Idea - Is it possible???

    Thanks dietmar, I will try that.
  14. K

    proxmox i386 deb packages not found

    Please note, this has worked for me, but I can not guarantee that it might work for you. So please go ahead if you like at your won risk. To solve the pve-kernel not found problem, issue the command apt-get install linux-headers-`uname -r` The point to note here is not kernel-headers, but...
  15. K

    Just an Idea - Is it possible???

    Re: Just an Idea - Is it possible??? Proxmox on a 32 bit os!!! Hi Pille, I have figured out a way to work perfectly with your compilation of proxmox, so please don't ever take it offline. It is a great resource for anyone wanting to load Proxmox on a 32 bit OS!!!! Here is what I did. But first...
  16. K

    Just an Idea - Is it possible???

    Hi Pille, When I click in to the black window and type any command, the cursor moves, but I cant see any characters. It allows me to log in using putty. no problem there.
  17. K

    Just an Idea - Is it possible???

    I am still working on it. However, I have to report 2 problems. Problem 1) The "VNC console" does not show any characters. It shows a black screen and the cursor. It moves when I type a command, but does not show any characters. When I try to enter the container it does not allow me to enter...
  18. K

    Just an Idea - Is it possible???

    Thanks for pointing that out. Changed it and now it has installed. Now I am going to test it with some OpenVZ images. I will post my finding here. Thanks, once again.
  19. K

    Just an Idea - Is it possible???

    Thanks a lot Pille, I added the line deb http://flippy.medialisten.net/~pille/pve-1.4-i386/etc/apt/sources.list When I run aptitude update, I get the following error E: Malformed line 11 in source list /etc/apt/sources.list (dist) E: Malformed line 11 in source list /etc/apt/sources.list...