Recent content by Rotzbub

  1. R

    [SOLVED] Restore failed: unable to parse raw blob - wrong magic

    I will now import the created .img - qm importdisk 111 drive-scsi1.img tank --format raw And run a (in PBS) a verification of the disk to solve this in the future As I have another PBS backup of this vm, maybe I will restore from there or can crosscheck to fix this corrupted chunk - but that...
  2. R

    [SOLVED] Restore failed: unable to parse raw blob - wrong magic

    Yess,Thanks ! The Error is due to a corrupt chunk it seems: root@pve:/mnt/datastore/diskname/vm/111/2023-07-12T03:15:04Z# proxmox-backup-debug recover index drive-scsi1.img.fidx /mnt/datastore/diskname/.chunks --ignore-missing-chunks --keyfile /etc/pve/priv/storage/disk8tb1.enc...
  3. R

    [SOLVED] Restore failed: unable to parse raw blob - wrong magic

    true that, here are some other ls outputs from that datastore - one of the other vm (112) i restored sucessfully and i tried again with the one from 2023-07-12 - logs attached - same error root@pve:/mnt/datastore/diskname/vm/111/2023-07-14T03:15:06Z# # ls -al ../../112/2023-07-14T09:31:25Z/...
  4. R

    [SOLVED] Restore failed: unable to parse raw blob - wrong magic

    Thanks for the quick reply: I shortened the chunks output... # root@akroma:/mnt/datastore/diskname/vm/111/2023-07-14T03:15:06Z# ls -al total 674782888 drwxr-xr-x 2 backup backup 4096 Jul 19 12:48 . drwxr-xr-x 13 backup backup 4096 Jul 15 04:30 .. -rw-r--r-- 1 backup backup...
  5. R

    [SOLVED] Restore failed: unable to parse raw blob - wrong magic

    PVE 7.4-16 PBS 2.4-2 What I did is a basic restore in PVE: Go to Datacenter select the Backup-Storage 'disk' From BackupsI select one click on Restore Restore: VM I select the Storage (to where it will be restored) - click on Restore Taskviewer - Logs 'task-pve-qmrestore...' (attached)...
  6. R

    can't access Proxmox Backup Server on Proxmox VE

    also had that, fixed it by adding the Storage again with '127.0.0.1' instead of 'localhost' https://forum.proxmox.com/threads/pbs-datastore-in-var-lib-vz.80203/#post-354883 keep in mind to save the encrytion if used
  7. R

    [SOLVED] How to remove Datastore (Directory)

    Thanks: I disabled the service as suggested: systemctl disable mnt-datastore-<id>.mount then I remove the service to 'delete' the entry in PBS: rm /etc/systemd/system/<id>
  8. R

    [SOLVED] How to remove Datastore (Directory)

    Thanks for the quick reply! I can use the disk again. Still: how to rename the Directory path it is using after sgdisk --zap-all /dev/sdX the Directory ist still listed in "Storage/Disks - Directory" as /mnt/datastore/<name>
  9. R

    [SOLVED] How to remove Datastore (Directory)

    I created a Datastore via: Administration - Storage/Disks - Directory - Create: Directory - (checked "add as Datastore") I cannot delete the Directory which is using the dev uuid and marking the disk 'in use'. eg: want to rename the Directory use another filesystem decided to create a zfs...
  10. R

    [SOLVED] How to remove Datastore (Directory)

    Hi, Backup Server 1.0-1 Put in a new Disk. Create Directory and add as Datastore. I can not find a way to remove a Datastore (in GUI) # proxmox-backup-manager datastore remove store1 "Note: The above command removes only the datastore configuration. It does not delete any datafrom the...
  11. R

    New Mobile App for Proxmox VE!

    Nice APP! How to enable this for Users (not root). Are there any Roles a User needs to access the Environment ? Eg. gave permission to User - "PVEVMUser" for a specific VM can access the Environment (via Browser 10.20.30.40:8006) and only sees the VM But cannot access the App, error: '403...