Search results

  1. M

    [SOLVED] NFS mount time out

    Hmmm, you already see share files rghit? ~ pvesh get /nodes/{node}/scan/nfs --server ServerIP if so try to make the NFS as (everyone) and reconnect again please
  2. M

    [SOLVED] NFS mount time out

    No Could you post pveversion -v
  3. M

    [SOLVED] NFS mount time out

    Are you see Disks using smbclient? smbclient -L //IPServer EDIT: also proxmox server see share Disks?
  4. M

    [SOLVED] NFS mount time out

    Hi, Check your share config maybe there is no_root_squash
  5. M

    Mouse on Proxmox with xfce4

    I have seen same your issue but with `PowerEdge R910` maybe this help u. https://www.reddit.com/r/Ubuntu/comments/dugjdv/ubuntu_v1804_1910_desktopserverstudio_mouse/f7alvgd/
  6. M

    [SOLVED] ifupdown2 unauthorised download

    Hi, Please post your pve source cat /etc/apt/sources.list.d/pve-enterprise.list :)
  7. M

    [SOLVED] ifupdown2 unauthorised download

    Hi, Do you have a subscription? if no - change your source /etc/apt/sources.list.d/pve-enterprise.list [0] to no subscription. [0] https://pve.proxmox.com/wiki/Package_Repositories#sysadmin_no_subscription_repo
  8. M

    Private Network between two VM's (Destination Host unreachable)

    hi, Please post all config for cat /etc/network/interfaces and qm config <VMID> as well, also check if the firewall is running.
  9. M

    debian 10 lxc template login problem

    hi, probably you need to change config ssh /etc/ssh/sshd_config and enable root login from #PermitRootLogin prohibit-password to PermitRootLogin yes Then service ssh restart and try login with out public key
  10. M

    debian 10 lxc template login problem

    Hi, can you login to the container with command: pct enter <VMID> ? and please post config as well pct config <VMID> i recommend you to read wiki proxmox about Containers it's really helpful [1] :) [1] https://pve.proxmox.com/wiki/Linux_Container
  11. M

    Screen ls date issue on Debian 10 LXC

    Ok try to restart the service systemctl restart systemd-timedated and link your zone time ln -sf /usr/share/zoneinfo/Europe/Madrid /etc/localtime then do timedatectl again please.
  12. M

    Screen ls date issue on Debian 10 LXC

    What says output timedatectl?
  13. M

    Screen ls date issue on Debian 10 LXC

    Try to reconfigure package tzdata dpkg-reconfigure tzdata
  14. M

    Screen ls date issue on Debian 10 LXC

    Hi, I have the time is true. root@Debian10:~# date ; screen -mdS test; screen -ls test Tue Mar 3 11:13:48 UTC 2020 There is a screen on: 5133.test (03/03/20 14:51:04) (Detached) 1 Socket in /run/screen/S-root. root@Debian10:~# grep VERSION /etc/os-release VERSION_ID="10"...
  15. M

    CentOS 8 Container?

    hi @mhaluska, you should to edit file /etc/apt/sources.list.d/pve-enterprise.list, if you not subscription delete the source deb https://enterprise.proxmox.com/debian/pve stretch pve-enterprise and add deb http://download.proxmox.com/debian/pve stretch pve-no-subscription apt update && apt...
  16. M

    MacBook Pro 2017 - ethernet connection via USB-C Hub

    Ooops, I thought you did the post: D No you can't
  17. M

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

    Hallo, Hast du versucht den zfs zu aktivieren systemctl enable zfs-import.target? ich hoffe das hilft :)
  18. M

    MacBook Pro 2017 - ethernet connection via USB-C Hub

    hi, Great job, but if you made your post as [SOLVED] to help people :) Thanks
  19. M

    alpine container image terminal incorrect, text editors unusable

    Hi, - What the error output when you type nano in terminal? - See the PATH if correct path echo $PATH it should be like /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin if not correct, just add it to your PATH like this command export...
  20. M

    [SOLVED] How to use UIDs/GIDs higher than 65535 in CT (LXC)

    Hi, Did you tried to Change UID/GID to 70000 [1] as in this Wiki? https://pve.proxmox.com/wiki/Unprivileged_LXC_containers