Search results

  1. dietmar

    Changelog für Minor Releases?

    Unter ServerAdministartion/Updates gibts einen "Changelog" button ... Natürlich findest du die changelogs auch unter /usr/share/doc/{PACKAGE_NAME}/changelog* (wie auf allen Debian Systemen)
  2. dietmar

    Backup server future features

    Using local disks is usually much cheaper than those "professional SAN/s". It is also much faster. But its all up to you. The backup server is based on Debian Linux, so you can use any network storage (cifs, nfs, iscsi). You can backup the server config. We already have file level backup and...
  3. dietmar

    [SOLVED] How to add a virtual disk to VM via command line qm set?

    There s a simplified syntax for the command line: # qm set 1000 --scsi1 YourVMStorageId:32 This is mentioned in the "qm" manual page:
  4. dietmar

    cpu limit not working.

    Server "load" (https://de.wikipedia.org/wiki/Load) is kind of "artifical" messurement. I goes up because of the CPU limit (more processes waiting for the CPU). > Surely only the LXC container should have that type of load average? The host see all processes from all containers, so it shows...
  5. dietmar

    webui error

    Please can you post the output of # pveversion -v
  6. dietmar

    CT is locked (snapshot-delete)

    Maybe you are on the wrong node?
  7. dietmar

    Garbage collection

    You need to use a reasonable fast storage.
  8. dietmar

    Webinterface zeigt den Status der VMs/LXCs nicht korrekt an

    Bitte überprüfe ob all deine storages funktionieren: # pmesm status Oft tritt das problem auf wenn ein netzwerk storage blockiert (z.B. NFS) ...
  9. dietmar

    Licensing - Is the PVE no subscription - free usage legal and valid?

    First, our Software is licensed under APGLv3, and it is free to use (no license costs at all). Note: "Subscriptions" are support options. yes
  10. dietmar

    VM turn off during backup

    Any hint is syslog?
  11. dietmar

    VM turn off during backup

    Most likely a problem with the underlying storage. Do you use a qcow2 format? If so, please check if that file has errors ("qemu-img check")
  12. dietmar

    [SOLVED] are the "chunk" files compressed?

    All chunks are compressed, unless compression leads to bigger files. In that case we store uncompressed because that is smaller.
  13. dietmar

    Is it possible to change the default authentication realm on PBS?

    It is currently not possible to change that. Please can you open a bug report (feature request) at https://bugzilla.proxmox.com/ - I guess this is easy/fast to implement.
  14. dietmar

    SOLVED - You have not turned on protection against thin pools running out of space.

    I would simply ignore that warning. The suggested setting does not really help at all.
  15. dietmar

    Tanberg NEOs StorageLoader not recognized

    What is the output of: # proxmox-tape changer scan And what product do we talk about exactly (LTO version)
  16. dietmar

    is it possible to merge datastore content ?

    You can setup a "remote" for localhost, then pull the contents from one store to the other. See # proxmox-backup-manager pull
  17. dietmar

    OpenID issue

    Well, that username is a real mess Using 64 characters for the userid is nonsense... I suggest that you set the "username_claim" property to use another claim as username (maybe email).
  18. dietmar

    Odd issue sending from PMG?

    Those are Non-delivery reports (NDRs) - quite normal...
  19. dietmar

    [SOLVED] 30 Sekunden Wartezeit nach SSH Login

    Klingt nach DNS problem (SSH macht lookups auf den hostnamen). Funktioniert das DNS im container?