Search results

  1. K

    [SOLVED] Import Existing Datastore

    Hello! Thank you for your response. Yesterday i ended up formatting the drive to backup vms from start. I will close this ticket. :D
  2. K

    [SOLVED] Import Existing Datastore

    Hello Guys! I just changed hardware and imported the existing datastore to newly installed PBS. The problem is my namespaces is empty. I cant see the backups. I can see the namespaces but they are empty. I would appreciate some help. Thank you. cat /etc/proxmox-backup/datastore.cfg datastore...
  3. K

    [SOLVED] Host goes offline when gpu passthrough

    Hello, thank you so much for all your help again. I have now followed this guide to create a service https://github.com/gnif/vendor-reset/issues/46#issuecomment-1880475441 And everything works great now. 1 last question, if there are new kernel updates and I update them, will this destroy the...
  4. K

    [SOLVED] Host goes offline when gpu passthrough

    Okay, i found that i couldnt write device_specific into /sys/bus/pci/devices/0000:06:00/reset_method, i get error: [ Error writing lock file ./.reset_method.swp: Permission denied ] And i am root when i do that.
  5. K

    [SOLVED] Host goes offline when gpu passthrough

    Thank your for all your help. I have just installed vendor-reset and added device_specific with echo 'device_specific' > /sys/bus/pci/devices/0000:06:00/reset_method. When i run both windows vm with 1060 and linux vm with RX560 everything works well but after rebooting host machine and then all...
  6. K

    [SOLVED] Host goes offline when gpu passthrough

    Hello, thank you for the answer. Can i use this guide to vendor-reset? https://www.nicksherlock.com/2020/11/working-around-the-amd-gpu-reset-bug-on-proxmox/ And before i break IOMMU groups with " pcie_acs_override" so gtx 1060 and the network card was on the same group. Thats why i added this...
  7. K

    [SOLVED] Host goes offline when gpu passthrough

    Hi Everyone! The problem is when i passtrough Nvidia 1060 everything works right but when i create a new windows vm and passtrough RX560, the host goes offline and there is no network. I have proxmox that i have built last week. Specs looks like this: Asrock B450M Pro4 R2.0 bios ver. P5.70...
  8. K

    Cron <root@myhost.lan> /root/cpu.sh sending email every time

    Yeah i mean any postfix related services in proxmox system? The only service i know is proxmox-mail-forward.service Did you never use smtp relayhost in proxmox? I have learned it last week, very cool actually.
  9. K

    Cron <root@myhost.lan> /root/cpu.sh sending email every time

    Yes, thanks for the answer. Do you know which services is related to postfix? I want to check all configs if there is pushover@mailrise.xyz is still exist somewhere
  10. K

    Cron <root@myhost.lan> /root/cpu.sh sending email every time

    Hello again! One more question. I got another problem with postfix. Before i fixed the smtp email so i had relayhost in /etc/postfix/main.cf to my mailrise server vm. And after i removed that to add smtp relayhost, i got these mails every day. Can i stop it somewhere? This means that the mail...
  11. K

    Cron <root@myhost.lan> /root/cpu.sh sending email every time

    Hello! Sorry for late response, i was working :D And thanks for the help reply. I dont know how? But i didnt receive any mails since yesterday. I think it works now.
  12. K

    Cron <root@myhost.lan> /root/cpu.sh sending email every time

    Hello Team! I have fixed a script that sends notifications 3 times a day to my ntfy client. The script is located in /root/cpu.sh. And then i wanted to try proxmox email notifications to get it to email instead. Removed cronjobs from everywhere. Succesfully fixed the email with postfix. And i...
  13. K

    Proxmox windows guest error 43

    Hi, maybe someone here can help me to configure my laptop to get windows using the gpu. I have installing windows and configured pci passtrough. After starting windows vm everything works fine but the gpu (GT 630M) gets error 43. I tried almost everything nothing works. cat...
  14. K

    [SOLVED] Accessing proxmox via domain?

    Thank you so much for your reply. Inside proxmox kvm I have nextcloud server1, nextcloud server2, nextcloud server3(examples). And I already have nginx proxy installed on the same kvm. The question is is there a config where I can point to host to be able to use domain? I already have domain +...
  15. K

    [SOLVED] Accessing proxmox via domain?

    Hi! I have a kvm running my servers and nginx. How can I make the nginx server inside kvm redirect proxmox to my domain? Or what do you suggest me to host proxmox outside the network without using public IP?