Search results

  1. U

    Forced reinstall Proxmox booting from iso

    qemu-system-x86_64 -m 4096 -hda /dev/sda -hdb /dev/SDB -cdrom https://delaemdelo.org/proxmox-ve_7.4-1.iso -boot d
  2. U

    Convert Proxmox LXC to a regular VM

    If you mount it on the host you have the problem with the shifted UID / GIDs in unprivileged containers
  3. U

    Wie allesAktuell halten?? Welche Update´s etc??

    Es gibt jetzt auch https://github.com/BassT23/Proxmox
  4. U

    Convert Proxmox LXC to a regular VM

    In principle to create a vm from your lxc: (Sorry if i omit something, i am writing this from memory) 1. create a virtual machine with the same distribution, basic install. 2. boot that vm with a LIVE system 3. In the Livesystem mount the filesystem(s) under /target ( mkdir /target; mount...
  5. U

    Rebooted Proxmox and getting grub screen with no information

    Put the HD back in, grub probably has its file on that. if that boots we can fix it
  6. U

    RTL8125BG AsRock driver

    ethtool enp5s0 ip a l ip r l ping 192.168.1.254
  7. U

    RTL8125BG AsRock driver

    What exactly is the problem, dont you see the network interface , or do you see it and it isnt working? Please post the output of the following commands lspci -kv ip link list ethtool INTERFACE cat /etc/network/interfaces
  8. U

    Move a large disk to another storage

    You can do that, check md5sum after copy to be sure nor errors have occured
  9. U

    [SOLVED] LVM Voll ?

    bei LVM hast due 3 Ebenen, die Physical Volumes, die Volume Groups und die logical volumes. falls iiene sdb leer ist, kannst du eine partition anlegen (sdb1) (typ lvm). 1. Dann machst du diese zum physical volume: pvcreate /dev/sdb1 2. Dieses fügst du der VolumeGroup pve hinzu: vgextend pve...
  10. U

    [SOLVED] LVM Voll ?

    Wie planst du deine Platten zu verwenden?
  11. U

    [SOLVED] LVM Voll ?

    bitte ausgabe von pvs, vgs und lvs /dev/sda3 ist dein physical volume, pve deine volume group du hast 93% deiner volume group an logical volumes zugewiesen bitte ausgabe von cat /etc/pve/storage.cfg
  12. U

    [SOLVED] Why can’t my vmbr1 VM connect to an IP other than the host?

    check with tcpdump -ni vmbr1 icmp and tcpdump -ni enp3s0f0np0 icmp if you see traffic whole pinging
  13. U

    Unable to access proxmox web interface

    1. Can you ping your proxmox Host from another machine? 2. Can you ping another machine from your proxmox? 3. Can you connect to port 8006 from your proxmox and from another machine Use your IP, obviously nc -v 192.168.23.18 8006
  14. U

    Unable to access proxmox web interface

    OK, local access works ;) Can you ping your dworkstation od default Gateway from your proxmox? ip route list |grep default ping defaultgw ip Please tell us some more info on your setup, paste /etc/network/interfaces Might there be a firewall blocking access?
  15. U

    [SOLVED] PVE Shutdown/Reboot takes more than 10 minutes

    Seems like your disks have problems, this can certainly lead to long startup and shutdown times, try to replace the disk /dev/sdf Not every error is caught by SMART, unfortunatly, but try a smart long test: smartctl -t long /dev/sdf
  16. U

    Unable to access proxmox web interface

    Just remove the PVE- from your URL