Search results

  1. Z

    Proxmox VM console from GUI freezes

    I tried for quite a few browser and windows and linux both. and this is what comes up when i run pveversion -v
  2. Z

    Proxmox VM console from GUI freezes

    So, I started noticing this weird freezes. While I am typing inside VM console from proxmox GUI, it suddenly freeze. By refreshing page or clicking to different menu item in poromox and clicking back to console start working. I had issue in old latest install. I did complete new install and...
  3. Z

    VLAN IP assigning to proxmox for GUI and VMs?

    @Dunuin You are amazing.. Thank you for solving issue for me.
  4. Z

    VLAN IP assigning to proxmox for GUI and VMs?

    I have pfsense which has two nic I use for internal stuff. One is 10g NIC which is connected to 10 G switch 8 port TP-Link TL-SX1008 (unmanaged switch). I have assigned vlan ID of 70 on that NIC with main ip in 10 range. So any thing connect to that switch get 10.0.10.100 to 200 ip. Now, I want...
  5. Z

    Tried to mirror boot disk with following steps - Help!

    @aaron Thanks for reply. So I didn't have choice to use zpool replace as I am maxed out at a moment with sata connection on my build. I had to take offline one of bad boot drive and then attach new one. I thought attach will only going to attach one of partition as you can see, I have three...
  6. Z

    Tried to mirror boot disk with following steps - Help!

    So I have sdd disk (working disk) which was used when I initially installed proxmox along with other disk as mirror. One of the disk failed which I am trying to replace with sde (new disk). Here are command I ran so far. I want to make sure I am not forgetting anything as I collected all this...
  7. Z

    Constant restart

    Did you find solution to this? @brnogu
  8. Z

    Proxmox Randomly crashing multiple times a day.

    I am getting same issue and seems like lowering memory back to auto and not using xmp profile let me boot and access web gui.
  9. Z

    [SOLVED] mount second disk cause VM reboot problem

    Edit: Solved by using uuid as mount rather than /dev/ and forgot to remove " So, I know what is causing problem, but I don't seems to find solution. I have VM running on proxmox where I have VM disk and extra 1TB disk as storage for data. As soon as I put mount settings for my 1TB in...
  10. Z

    [SOLVED] Adding NIC - Network stops working

    so I figured out it. So I removed NIC and try to see what is MAC address is for the one where it work and after NIC, it was changing from enp4s0 to enp5s0 - so I had to change it in /etc/network/interfaces easy solution then I thought
  11. Z

    [SOLVED] Adding NIC - Network stops working

    I really appreciate your help. Here is pic of all command I ran. I am sorry I can't give proper output as I can't ssh into without network. I have to take pic and upload. https://imgur.com/6iRapRh
  12. Z

    [SOLVED] Adding NIC - Network stops working

    I already tried ifup -a not working. Here is interface file look like: https://imgur.com/3IvYuHD
  13. Z

    [SOLVED] Adding NIC - Network stops working

    this is what look like after adding. Here is link as pic was too big to upload here - https://imgur.com/DceUjIW
  14. Z

    [SOLVED] Adding NIC - Network stops working

    So, I had to fresh install proxmox due to lack of zfs coding. and here I am with fresh install. I have motherboard ethernet which I use to access proxmox from web. I have dual port NIC which I am planning to use for pfsense but before I setup, I decided to use other single port NIC I had lying...
  15. Z

    ZFS mirror replacement

    Thanks @aaron guess what, i had to start over all because i believe i put new disk name before old disk..Better luck next time.
  16. Z

    ZFS mirror replacement

    Yes it is non bootable device. I just did was Zpool detach VMs sdg It isn't something i can't live so if it breaks, will learn. But I forgot to expand on though. Is it going to matter when I add my 1Tb now or can I run command after?
  17. Z

    ZFS mirror replacement

    It is VM disk I want to change. But what would be commands to remove one of the disk. Shutdown computer and then plug in 1Tb and then add.
  18. Z

    ZFS mirror replacement

    So, I read where I can replace failed ZFS drive from mirror, but I would like to do something different. I have two 250gb SSD VM drive in ZFS mirror set up. I want to replace each with 1TB one by one. How do I remove one drive 250gb first and then add first new one and then remove other 250gb...