Search results

  1. N

    trouble upgrading from 6.33 to 7

    Moayad, I have a subscription like I mentioned at the beginning. Even though I tried to change repo as you suggested just to try and was still getting the same error... Then I changed back to enterprise as it was before commented no subscription and ran update as well as apt dist-ugrade and got...
  2. N

    trouble upgrading from 6.33 to 7

    Sure, moving forward but stuck again on upgrade :( W: (pve-apt-hook) !! WARNING !! W: (pve-apt-hook) You are attempting to remove the meta-package 'proxmox-ve'! W: (pve-apt-hook) W: (pve-apt-hook) If you really want to permanently remove 'proxmox-ve' from your system, run the following...
  3. N

    trouble upgrading from 6.33 to 7

    ok here it is: root@V1:~# apt update Hit:1 http://ftp.debian.org/debian buster InRelease Get:2 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] Hit:3 http://ftp.debian.org/debian buster-updates InRelease Hit:4 http://download.proxmox.com/debian buster InRelease...
  4. N

    trouble upgrading from 6.33 to 7

    Ok, I managed to upgrade it to 6.4 but got stuck on CEPH. On prerequisite I see that CEPH should be upgraded first. But it seems I cant... after the upgrade my repos before upgrade /etc/apt/sources.list.d/pve-enterprise.list deb https://enterprise.proxmox.com/debian/pve buster...
  5. N

    trouble upgrading from 6.33 to 7

    ok, I understand something is messed up....will be learning as I go. Here it is for your request: root@V1:~# pveversion -v proxmox-ve: 6.3-1 (running kernel: 5.4.78-2-pve) pve-manager: 6.3-3 (running version: 6.3-3/eee5f901) pve-kernel-helper: 7.1-6 pve-kernel-5.4: 6.3-3...
  6. N

    trouble upgrading from 6.33 to 7

    OK, thanks, here it is: root@V1:~# grep '' /etc/apt/sources.list deb http://ftp.debian.org/debian bullseye main contrib deb http://ftp.debian.org/debian bullseye-updates main contrib # security updates deb http://security.debian.org/debian-security bullseye-security main contrib root@V1:~#...
  7. N

    trouble upgrading from 6.33 to 7

    Hi there, just got my first subscription and I am trying to upgrade my current 6.3.3 pve to 7 or the latest. I followed the wiki manual but got stuck. I am very beginner in linux. The problem I got was after I did apt full-upgrade getting an error message: # apt full-upgrade Reading package...
  8. N

    activating subscription

    Found the problem. Indeed, DNS IP was wrong in the GUI. After I changed I was able to connect. Thank you!
  9. N

    activating subscription

    OK thanks for the reply. The network is seems working. I run several VMs on this proxmox and they all have good internet connection. I can ping 1.1.1.1 or traceroute from proxmox shell and it shows results. I am on proxmox 6.33 version as I see in GUI. traceroute to 1.1.1.1 (1.1.1.1), 30 hops...
  10. N

    activating subscription

    Hello, I am trying to activate a subscription from a gui but I get error: Invalid response from server: 500 Can't connect to shop.maurer-it.com:443 (Temporary failure in name resolution) (500) Can anyone suggest what I am missing here? I am very new in linux and proxmox. Thank you
  11. N

    VMs freeze or shut down

    I reduced VM memory from 40Gb to 30Gb and it did not change much. Copying 10Gb from internal SSD to OS first 4Gb took 2 sec and then got stuck for maybe 5 min until completed the rest slowly in chunks. All my drives are SSD or nvme. 3 aray for PVE and each VM has its own dedicated 1T SSD or...
  12. N

    VMs freeze or shut down

    Here you go, these numbers captured when only Ubuntu server VM (memory allocated 8Gb) was running: root@V1:~# free -g total used free shared buff/cache available Mem: 62 9 52 0 0 52 Swap...
  13. N

    VMs freeze or shut down

    Hey guys, I am a new in proxmox and Linux but need to solve the following problem. I run Win10 and MacOS VMs as well as Ubuntu VM as a server. When I copy large files from one disk to another or I do heavy video rendering my OS freezes in the middle of a transfer and cannot finish the task or...
  14. N

    Bios configuration for pass trough

    To be honest I don't remember what was the problem but dummy HDMI load helped and also I think I had to disable or enable something in BIOS. It migh have been disabling internal GPU. I had one server administrator helped me as I am very new in this. As everything with linux you have to be patent...
  15. N

    How to increase MAC OS VM size

    Hello to everyone, I wanted to increase size of VM that runs MAC OS. I resized adding more space from a terminal increasing the size of the VM. Before I had 100Gb and added 50Gb. But now I need to resize also partitions inside the VM. And that is where I got stuck, being not sure how to do it...
  16. N

    TASK ERROR: IOMMU not present

    OK, that worked. Thank you very much. As you see in the screen shots I changed boot sequence from P4 to Linux Boot Manager and it did the trick. Not sure if I understand what happened but I like the result. :) Now since this is working again I feel I need to upgrade to the later proxmox version...
  17. N

    TASK ERROR: IOMMU not present

    Negative. nvme drive is this M drive that is connected to my MACOS VM. I believe SDA and SDB are two array remaining drives. So either or can be used. But if I understand correctly the failed one could have been used for boot, Since it is gone now maybe boot is messed up...
  18. N

    TASK ERROR: IOMMU not present

    Here you go...... root@V1:/dev# lsblk -e7 NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sda 8:0 0 931.5G 0 disk ├─sda1 8:1 0 931.5G 0 part └─sda9 8:9 0 8M 0 part sdb 8:16 0 894.3G 0 disk ├─sdb1 8:17 0 1007K 0 part ├─sdb2...
  19. N

    TASK ERROR: IOMMU not present

    OK, I can do a work around but how do I get to an original previous state? I have not replaced the drive yet, just disconected it as it was preventing system loading getting stuck in Bios at the start up. As I understand we are talking about passthrough since proxmox starts I think correctly. I...
  20. N

    TASK ERROR: IOMMU not present

    I ran updates you suggested, no change. /etc/kernel/cmdline looks like this: root=ZFS=rpool/ROOT/pve-1 boot=zfs intel_iommu=on textonly video=astdrmfb video=efifb:off pcie_acs_override=downstream /etc/default/grub looks like this: # If you change this file, run 'update-grub' afterwards to...