Search results

  1. M

    alpine container image terminal incorrect, text editors unusable

    Hi, Vim is not install by default you need to install it but you can use /# vi as well :) Also you can install nano with command: apk add nano
  2. M

    LXC containers cannot Login

    Hi, Are you trying login SSH? if you forgot password lxc you can change it just login into Container with command pct enter <VMID> then command passwd to change password [1] [1] https://pve.proxmox.com/wiki/Root_Password_Reset#Resetting_the_root_account_password_in_a_Container
  3. M

    [SOLVED] zfs mirror werden nach reboot nicht mehr automatisch gemountet

    Hi, Was sagt ausgabe systemctl status zfs.target ?
  4. M

    Regular ZED messages in syslog?

    Hi, this messages is useless, you can disable this message in script: /etc/zfs/zed.d/all-syslog.sh Also you can see same issue in github [1] :) https://github.com/openzfs/zfs/issues/6886
  5. M

    Error: Unable to find free port (61000-61099)

    Hi, Can you see if the port 61000 in this file? cat /var/tmp/pve-reserved-ports if the port there already, see which program listen to port netstat -tlp, also see journalctl -f as well.
  6. M

    Proxmox 5 - Spice - Maus und! Tastatur verliert Funktion

    Versuche Proxmox bis version 6.1-7 zu aktualisieren.
  7. M

    Proxmox 5 - Spice - Maus und! Tastatur verliert Funktion

    Hallo, Benutzt du Maus und Tastatur wireless, Bluetooth oder Kabel? Versuchst du auch, Maus und Tastatur zu wechseln
  8. M

    all ct guest having ping drop

    Hi, Can you post config of lxc: pct config <VMID>, also in your host: cat /etc/network/interfaces
  9. M

    CT lxc getting ping loss for all CT

    Hi, can you also post LXC config pct config <VMID> you did double post in same issue, so i will here answer ;) https://forum.proxmox.com/threads/all-ct-guest-having-ping-drop.65989/
  10. M

    CT lxc getting ping loss for all CT

    Hi, Please post network config cat /etc/network/interfaces and check the firewall.
  11. M

    [SOLVED] LXC from Debian 10 Container won't start

    Is the issue solved? if No - can you post output of command pct start 103
  12. M

    Networking configuration after convert openVZ to LXC

    Please post your /etc/resolv.conf
  13. M

    Networking configuration after convert openVZ to LXC

    ok, try reconfigure interface in LXC with command ifdown eth0 && ifup eth0 then try ping google.com
  14. M

    Networking configuration after convert openVZ to LXC

    Hi, try to add the network configuration like? pct set <VMID> -net0 name=eth0,bridge=vmbr0,ip=192.168.15.144/24,gw=192.168.15.1 if now work see the default configuration
  15. M

    Networking configuration after convert openVZ to LXC

    Ok, try to start your LXC and see if it works
  16. M

    Networking configuration after convert openVZ to LXC

    Yeah this name should be same name on your network/interfaces config "venet0"
  17. M

    Networking configuration after convert openVZ to LXC

    Remove the network and add a new, make sure the Bridge is same like your "/etc/network/interfaces" is. Hope to helps :)
  18. M

    Networking configuration after convert openVZ to LXC

    hi, the bridge name is not same "vmbr0" in your config.
  19. M

    Networking configuration after convert openVZ to LXC

    Hi, Please post output of command: pct config <VMID>
  20. M

    all ct guest having ping drop

    Hi, Did you check your network? Just CTs or also VMs?