Search results

  1. floh

    Container doesn not start after Power Loss

    @jahknem did you solve the problem?
  2. floh

    [SOLVED] VLAN Problems

    Hello Wolfgang! Thank you! I couldn't believe that it was such a dumb thing... root@srv-eg-beta3:~# modprobe bonding root@srv-eg-beta3:~# lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sda 8:0 0 1.9T 0 disk ├─sda1 8:1 0 1007K 0 part ├─sda2...
  3. floh

    [SOLVED] VLAN Problems

    root@srv-eg-beta3:~# lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sda 8:0 0 1.9T 0 disk ├─sda1 8:1 0 1007K 0 part ├─sda2 8:2 0 512M 0 part └─sda3 8:3 0 1.9T...
  4. floh

    [SOLVED] VLAN Problems

    I don't know if that's the correct file - and I'm not familiar with it but I couldn't find 5.0.x hardcoded. root@srv-eg-beta3:~# cat /boot/grub/grub.cfg # # DO NOT EDIT THIS FILE # # It is automatically generated by grub-mkconfig using templates # from /etc/grub.d and settings from...
  5. floh

    [SOLVED] VLAN Problems

    Hey Wolfgang! I've installed 6.1 today - how can I check if a kernel binding is configured?
  6. floh

    [SOLVED] VLAN Problems

    I've rebooted the host after the upgrade. I just rebooted the machine again: root@srv-eg-beta3:~# uname -r 5.0.21-5-pve root@srv-eg-beta3:~# I use one onboard nic (intel - asus board) and an additional external (PCI-Slot) NIC, because it wasn't working with the onboard nics - but the result...
  7. floh

    [SOLVED] VLAN Problems

    Hi wolfgang! I've updated to the latest version - I just thought it's an useful information for you and your team that I'm currently facing a problem on the latest version you provide as an .img Anyway... I'm currently facing two problems and I don't want to confuse you so I'm not sure if it's...
  8. floh

    [SOLVED] VLAN Problems

    Hi! Sorry for the lack of timely response. I figured something (hopefully) useful out: The machine was not able to enslave it's interfaces to create a working bond(found this error with "systemctl status networking") After a while of troubleshooting I found that the bonding module isn't...
  9. floh

    [SOLVED] Reinstall node in cluster

    Update: I reinstalled the Node and restored: /etc/pve/* + /etc/corosync/* + /etc/passwd + /root/.ssh/* Then I had to update the certs with "pvecm updatecerts" and everything seems working fine. The only thing is that the Subscription-Key isn't working anymore. Status: Invalid: Invalid Server...
  10. floh

    [SOLVED] VLAN Problems

    Hello Community! I'm currently having a problem with the network settings. I've already a working cluster with server-hardware (using VLAN taggs). Now I'm trying to setup a second cluster (with consumer hardware) to test new updates and to play around without being afraid to break something on...
  11. floh

    [SOLVED] Warnings when starting migration after disk removal

    Thank you Dominic! You pushed me the right way. As zpool status and zfs list didn't output anything usefull i figured out that there wasn't any zfs config left. The problem was that there was a pv with an vg on it configured. Now I've managed to remove the pv from the disk by using "pvremove...
  12. floh

    [SOLVED] Reinstall node in cluster

    Thanks @t.lamprecht! I'll try that and will update this thread when I've completed the tasks successfully.
  13. floh

    [SOLVED] Warnings when starting migration after disk removal

    Hello guys! I'have removed a few physical disk from a Node where a zfs was configured. I've already removed this zfs-storage from Datacenter-->Storages. But when I start a migration away from this node the following output appeares: 2020-01-29 09:50:44 use dedicated network address for sending...
  14. floh

    [SOLVED] Reinstall node in cluster

    Good morning Proxmox Community! I'm currently planing to reinstall one node in a working cluster because of a completely new disk-setup. (I'll be swapping all disks of the node.) As far as I've researched there are two working ways: 1. like documented here...
  15. floh

    [SOLVED] Dump guest memory

    Thanks Chris for your quick response! Is there a way/syntax to add a generic line to create a unique socket for every vm so I don't have to hardcode the vmid? As a quick explanation: If I understand your line in the config correctly I have to add the following line to the VM 100: args...
  16. floh

    [SOLVED] Dump guest memory

    I've managed to analyze the memory dumps. The problem was that I hadn't installed the latest profiles to detect the up-to-date win10 version. So With this method dumping memory works fine and without any problems: You can try to use the monitor by using a unix socket: One question on top of...
  17. floh

    [SOLVED] Dump guest memory

    I'm having the same file informations. When I execute strings <img-file> I can see even many Strings with the word "Windows" in it. The main problem I have right now is why one of the top memory-analyzing frameworks doesn't work with this dumps. So I'm currenty testing various things I can find...
  18. floh

    [SOLVED] Dump guest memory

    Hi! I've managed to extract guest-memory. The problem is that I assume that the file size is x GB (in my case 8GB). BUT it doesn't contain valid data. The volatility framework (both v2 and v3) doesn't even detect a OS version. any ideas? PS: the volatility framework is a framework to analyse...
  19. floh

    [SOLVED] Dump guest memory

    Hi Chris! I know the dump-guest-memory [filename] - command in "qm monitor". Do you possibly know if this script does the same as the built-in 'tool'? I've found out that the dump-guest-memory command in qm monitor does fail with the following error: " ERROR: VM 150 qmp command...