Search results

  1. D

    [SOLVED] ceph monitor start problem after upgrade to ceph 16.2

    hello hello i tried to upgrade from ceph 15.2 to 16.2 when i try to start a monitor on an upgraded node it crashes immediately -3> 2021-07-08T22:40:05.153+0200 7f28cb2ab580 1 mon.gcd-virthost2@-1(???) e30 preinit fsid 63b215c4-1240-42f3-83fa-feb0d06089a8 -2>...
  2. D

    [SOLVED] how to delete an invalid acl token?

    there is an entry acl:1:/:checkmk@pve,checkmk@pve!readonly:pVEAuditor: I have deleted it and the message is now gone thanks
  3. D

    [SOLVED] how to delete an invalid acl token?

    my server reports 'user config - ignore invalid acl token 'chckmk@pve!readonly' on the webinterface i have already deleted the acl token but the message appears how can i delete this api token?
  4. D

    Proxmox VE 7.0 (beta) released!

    yes that could be ls -lt / | tail drwxr-xr-x 18 root root 4096 Jun 28 20:11 lib drwxr-xr-x 11 root root 4096 Jun 28 20:09 usr drwxr-xr-x 2 root root 4096 Jun 28 20:07 lib64 drwxr-xr-x 3 root root 4096 Feb 9 2016 opt drwxr-xr-x 12 root root 4096 Feb 9 2016 var drwx------ 2 root...
  5. D

    Proxmox VE 7.0 (beta) released!

    the id was a0ee88c29b764c46a579dd89c86c2d84 i think it was some 4.x Version. Year of installation was 2015 proxmox-ve: 7.0-2 (running kernel: 5.11.22-1-pve) pve-manager: 7.0-4 (running version: 7.0-4/ef340e15) pve-kernel-5.11: 7.0-3 pve-kernel-helper: 7.0-3 pve-kernel-5.4: 6.4-3...
  6. D

    Proxmox VE 7.0 (beta) released!

    i get an error message from ceph after the update Module 'diskprediction_local' has failed: 'SVC' object has no attribute 'break_ties'Module 'diskprediction_local' has failed: 'SVC' object has no attribute 'break_ties'
  7. D

    Proxmox VE 7.0 (beta) released!

    is this already implemented "Systems installed using the Proxmox VE 4.0 to 5.4 ISO may have a non-unique machine-id. These systems will have their machine-id re-generated automatically on upgrade, to avoid a potentially duplicated bridge MAC."? my servers all had the same machine id after the...
  8. D

    ASUS B450 thermal sensors ITE IT8665E

    you could try to set "acpi_enforce_resources=lax" as kernel boot parameter, this helps on some motherboards to get more sensors
  9. D

    OpenVPN Probleme mit Mac

    Hi, wie lange ist die Laufzeit\Gültigkeit deines Zertifikats des Openvpnservers? Maximum das Apple erlaubt sind im Moment 825 Tage. Für neue sind es ab 1. September nur noch 398 Tage.
  10. D

    Large-scale migration from VMWare to Proxmox (Ceph)

    no somedevice woud be a mounted vmdk or the with qemu-nbd presented vmdk pv shows only the progress of the operation the same like here only different input http://wiki.skytech.dk/index.php/Ceph_-_howto,_rbd,_lvm,_cluster#Import_LVM_image_into_rbd
  11. D

    Large-scale migration from VMWare to Proxmox (Ceph)

    if your vmdk files on an nfs share, you can use them in proxmox directly for your VMs and then move them to ceph storage with move disk. or you use dd like this dd if=/dev/somedvice | pv | ssh root@remote-server 'rbd --image-format 2 import - pool/webserver'
  12. D

    Virtio Ethernet Driver speed >10GbitE ?

    the speed of the virtio driver is not limited, it gives you the speed what your hardware is able to handle one of my old servers can reach 14,4 Gbits/sec between to VMs on the same server with virtio and tested with iperf. [ ID] Interval Transfer Bandwidth [ 3] 0.0-10.0 sec 16.8...
  13. D

    [SOLVED] VM RDP kein opengl oder direct3d

    Ja SPICE mit RDP geht. Einer RDP Verbindung zum Client sind die Anzeige Einstellungen in der VM Config egal da die Verbindung über RDP vom Windows in der VM gesteuert wird und nicht vom Proxmoxhost. RemoteFX würde nach meinem Verständnis nur mit der einen VM funktionieren an die die echte GPU...
  14. D

    Proxmox backup speed extremely slow for VM's stored on Ceph??

    the problem is that proxmox (qemu) backup read by 64k blocks, ceph use bigger block sizes. http://pve.proxmox.com/pipermail/pve-devel/2016-February/019267.html
  15. D

    Windows server 2012 R2 freezes

    Hi, I had a problem with random freezing windows 2012 r2 in a vm on top of a server with a Intel E5-2620 v3. I could reproduce the crash with memtest86 and the fix was to change processor type of the vm to default (kvm64).
  16. D

    Problem with Windows and Linux VMs if i choose Processor type Haswell

    I have found two problems they are now are fixed for me. first problem was some error with the processor features now with the BIOS Revision: R 1.1 i can choose processor type "host" without a error. the guest hangs was for me fixed with the new stable virtio drivers for windows 2012r2 0.1.96
  17. D

    Problem with Windows and Linux VMs if i choose Processor type Haswell

    My motherboard is a Supermicro X10DRI. Since i have changed processor typ to kvm64 my cenots7 guest had no problems. The Windwos Server 2012 R2 is getting the error "unable to connect to VM 103 socket - timeout after 31 retries" if i run disk benchmarks inside the vm.
  18. D

    Problem with Windows and Linux VMs if i choose Processor type Haswell

    Hello, I have a problem with windows and linux VMs if i choose processor type haswell (or any other intel processor type) for the VMs i get the error: kernel: [ 1976.482041] kvm [18316]: vcpu0 unhandled rdmsr: 0xce Sometimes this causing a memory error in the Windwos Server 2012R2 vm...