Search results

  1. O

    Cannot upload ISO images

    root@proxmox2:~# journalctl -t pveproxy --since "1 hour ago" -- Journal begins at Mon 2022-11-14 12:23:34 EET, ends at Sun 2023-01-08 17:15:41 EET. -- Jan 08 17:15:28 proxmox2 pveproxy[2895020]: problem with client ::ffff:192.168.1.174; Connection timed out Jan 08 17:15:37 proxmox2...
  2. O

    Cannot upload ISO images

    i tried to uload to local directory and to //192.168.1.70/backup directory i tried again, and on this moment upload reset from begin, with scp i uploading files succesfully
  3. O

    Cannot upload ISO images

    hi, i had problem, i cannot upload big iso images, like more that ~ 1.15 GB Video demonstration: https://transfer.sh/nNjxPw/simplescreenrecorder-2023-01-05_13.18.24.mp4 video on 1.45 minutes show bug. Avaiable space: root@proxmox2:~# df -h -H Filesystem Size Used Avail Use%...
  4. O

    Unable to delete .iso image with spaces.

    when i upload big iso files (using LAN cable) uploading progress bar can be restarted from begin and file tries to upload again.
  5. O

    Unable to delete .iso image with spaces.

    i upload image using SFTP because integrated image uploader not working as axpected, files larger that 4GB cannot be uploaded with success.
  6. O

    Unable to delete .iso image with spaces.

    hi, latest version of proxmox cannot remove iso image if image have spaces in file. i get error: Method 'DELETE /nodes/proxmox2/storage/backup/content//backup:iso/Windows 10 PRO RU 22H2 19045.2364.iso' not implemented (501) using command line like rm Windows 10 PRO RU 22H2 19045.2364.iso work fine.
  7. O

    cannot mount SMB/CIFS over yggdrasil (ipv6)

    hi, i installed on proxmox ve yggdrasil, and on smb server to connection working, but with error on adding folder listing working truth yggdrasil! after Add create storage failed: mount error: mount error: could not resolve address for [201:e3da:xxxx:xxxx:xxxx:xxxx:1400:4b06]: Unknown error (500)
  8. O

    Add option to download backup image

    Hi, it's possible to add download button for backups?, very need many times, but is hard every time to login via sftp client to download backup file, thanks.
  9. O

    Problem with SSL certificate

    thanks, topic can be closed.
  10. O

    Problem with SSL certificate

    also please redirect http to https automaticaly!
  11. O

    Problem with SSL certificate

    https://download.proxmox.com/iso/ this problem is only on my pc?
  12. O

    PXE Boot SPICe

    any progess ...? i want to connect to my VM with Remmina (with SPICE addon)
  13. O

    how to add existing datastore to PBS?

    yes, very need button, to add exsting datastore, because for this, i cannot use pbs :( because i'm afraid that after reinstall pbs, i can use my precedent backups and connect my existing drive without lose my data.
  14. O

    how to add existing datastore to PBS?

    hi, i do a test, install first time pbs, make OS backup to my external drive. but, after fresh install PBS i cannot add my external drive to PBS again, how to do it correctly? without formating and other actions that can destroy my data.
  15. O

    Unlock vGPU functionality for consumer grade GPUs

    here is only tests, my question is how to split 1 GPU for multiple VM in proxmox
  16. O

    Unlock vGPU functionality for consumer grade GPUs

    Hi guys, maybe someone can try and test this Solution?, who have These GPU, and post tutorial, how to integrate in proxmox (If it's possible). thanks best regards
  17. O

    install proxmox using qemu

    hi, firstly you need to install debian, after login to newly installed OS and get network config form interfaces: 1. execute: cat /etc/network/interfaces save all data to file 2. reboot in live mode from linux live cd x64 3. login to live cd and execute in console: apt update && apt -y upgrade...
  18. O

    Proxmox pauses and resumes VM randomly, without my actions

    hi, i have one VM, that was being randomly paused and resumed many times when proxmox was making backup maybe because i have too little space on my disks? but i make backup on second proxmox backup server, where i have 1,5 TB free space, but locally i have only 92.11% (424.74 GiB of 461.10 GiB)
  19. O

    [SOLVED] unable to install PBS in qemu

    all, ok, thanks, problem was fixed, problem was in downloaded file, accidentally, i download file partially, thanks, best regards
  20. O

    [SOLVED] unable to install PBS in qemu

    hi, i try to install PBS, as i install in normally PVE like this: apt update && apt -y upgrade && apt -y install qemu && \ wget http://download.proxmox.com/iso/proxmox-ve_6.3-1.iso && \ qemu-system-x86_64 -net nic -net user,hostfwd=tcp::8006-:8006 -m 4096M -enable-kvm -cpu host,+nx -M pc -smp...