Search results

  1. E

    Proxmox Android client - UPDATE: Version BETA released

    Re: Proxmox Android client - UPGRADE: Version ALPHA released Hi, Great stuff! I added remote vnc console support. https://github.com/Elbandi/quadprox-mobile (sorry, i use github :cool:). I added the android-vnc-viewer to project (license is gpl2), added the TLS/X509 authenticate (this need to...
  2. E

    2.0RC1, installing syslog-ng kills the server

    Is any reason, why does it depend on rsyslog only? other syslogs doesnt good?
  3. E

    vzdump error when ISO is missing

    I need to put that drive_is_cdrom check to activate_volumes @ PVE/QemuServer.pm too: foreach my $ds (keys %$di) { next if PVE::QemuServer::drive_is_cdrom ($di->{$ds}); my $volid = $di->{$ds}->{file}; eval { PVE::Storage::parse_volume_id ($volid)...
  4. E

    vzdump error when ISO is missing

    hmm. Which package sould i update for official fix?
  5. E

    vzdump error when ISO is missing

    Just add one line to prepare function at /usr/share/perl5/PVE/VZDump/QemuServer.pm after the foreach: Like this: foreach my $ds (sort keys %$di) { next if PVE::QemuServer::drive_is_cdrom ($di->{$ds}); if (defined($di->{$ds}->{backup}) && $di->{$ds}->{backup} eq "no") {...
  6. E

    Error kvm : cpu0 unhandled wrmsr & unhandled rdmsr

    We upgrade to 1.8, and we have same issue (before upgrade we have no problem). After this: We got: Versions (same issue with 2.5.35-10 kernel): All guest goes inaccessible.
  7. E

    KVM machines very slow /unreachable during vmtar backup

    # time dd if=/dev/zero of=/mnt/pve/backup2/test.img bs=1M count=2k conv=fdatasync 2048+0 records in 2048+0 records out 2147483648 bytes (2.1 GB) copied, 22.8933 s, 93.8 MB/s real 0m22.907s user 0m0.000s sys 0m1.960s # time dd if=/dev/zero of=/mnt/pve/backup2/test.img...
  8. E

    KVM machines very slow /unreachable during vmtar backup

    We use only KVM. ~10 guest / node. (2 hardy, others are lucid). Hmm, we updated the system to 1.8, and now the load are only 10-20 when backuping. (normal load is 1-2)
  9. E

    KVM machines very slow /unreachable during vmtar backup

    Same issue here. The hw is a HP DL160 G6 with 3 SAS 15K disk in raid5. SW: base debian lenny with drbd+lvm. The backup is mounted as a nfs share. Load goes up to 40-70. and the memory usage too: http://forum.proxmox.com/attachment.php?attachmentid=459&d=1301932706&stc=1