Search results

  1. 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
  2. U

    Move a large disk to another storage

    You can do that, check md5sum after copy to be sure nor errors have occured
  3. 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...
  4. U

    [SOLVED] LVM Voll ?

    Wie planst du deine Platten zu verwenden?
  5. 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
  6. 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
  7. 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
  8. 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?
  9. 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
  10. U

    Unable to access proxmox web interface

    Just remove the PVE- from your URL
  11. U

    Unable to access proxmox web interface

    1. Can you ping the ip of your proxmox server? 2. Are all services running (systemctl --failed) 3. Do you see traffic when you try to connect to your proxmox webinterface with tcpdump? tcpdump -ni any port 8006
  12. U

    Bootplatte defekt: neue Platte eingebaut: Wie geht es weiter

    Schön dass es wieder tut ;) Lessons learnt: Die wichtigen Sachen dokumentieren, z.B. verwendeter storage, Backupserver Zugang, bei verschlüsseltem Backup den entschlüsselungskey ;)
  13. U

    Unofficial updater script for Proxmox VE (HOST / LXC / VM )

    Good news, could we have an option to delete the snapshot from the update before? Mon snap, update Tue delete snap from last update create new snap, update Wed delete snap from last update create new snap, update ...
  14. U

    Sometimes, Proxmox is not visible on the network, before I restart it a couple of times.

    ok, so your nic is not started properly. Please post output of 1. systemctl status networking (while it is broken) then do a systemctl restart networking and systemctl status networking again
  15. U

    Sometimes, Proxmox is not visible on the network, before I restart it a couple of times.

    With not visible on the network I assume you mea you cannot ping the address of your proxmox Host, correct? So while you ping the proxmox Host IP from your client check with tcpdump -i eno1 icmp and tcpdump -i vmbr0 icmp on your proxmox if it is receiving the ping packages. Try to ping your...