Search results

  1. L

    [SOLVED] NPM with base url and 81 port hide

    Hi, I'm new to NPM, and I'm following this tutorial. I've installed a VM on Proxmox, with docker on it to install NPM and Portainer. The installation works fine until I try to : docker run -d --name npm --network npm-proxy -p 80:80 -p 443:443 --restart unless-stopped -v...
  2. L

    Migrating Zpool to new infra

    Hello, I have a Dell PowerEdge T30 3.3 GHz server with ZFS on root, Proxmox and some VM/LXC on it. I want to change the infrastructure to something like ACEMAGICIAN AM06 Pro. My question is how to be sure, that I can export and import my zpool from the old to the new infrastructure without...
  3. L

    Proxmox and Zabbix supervision

    Hi, I just installed Zabbix and Grafana to monitoring my Proxmox server with VM and CT. I think information are false about VM and CT. On Proxmox my VM are stable : But on Zabbix, it's on problem state I use Linux Template for all my VM and CT (they're on Debian and Ubuntu). It's normal...
  4. L

    [SOLVED] Double nodes after installation instead of single.

    Hi, Today, I'm trying to install Centreon on a CT. But, I put command in wrong shell, and I run install on my host. After a reboot, I've to node (before I've only one). Now I've one name Proxmox and another proxmox. The Proxmox node won't start and my VM and CT also. But proxmox node see Backup...
  5. L

    [SOLVED] Bluetooth adapter to VM

    Hi, I'm using a VM for Home Assistant. I just received a USB adapter for HA : Digitus DN-30210-1. I think I configure well the pathtrough : (I've also a Zigbee key and Google Coral). The third is bluetooth key. But I'm not sure the key is working well. I try the command : service bluetooth...
  6. L

    [SOLVED] No more space on VM

    Hi, I've a VM with Nexctcloud on it. I'm limit on space on the SQL base. I increase the size of the disk, but VM didn't see the full size. Proxmox : 7.3.6 VM : Ubuntu 5.15.0-113-generic
  7. L

    Turnkey and LXC reverseproxy with Nginx

    Hi, I install nextcloud with Turnkey LXC template. But I use Nginx as Reverseproxy on another LXC. My LXC Nextcloud is on 192.168.1.46 and my LXC Nginx on 192.168.1.38. I have a free account on No-ip for dynamic dns for access like : XxX.Xxx.Xxx When I go to my Nextcloud on LAN is OK, but when...
  8. L

    [SOLVED] Letsencrypt & certbot not supported anymore

    Hello, I've a container on Debian Buster 10 for reverse proxy with Nginx, Certbot and Letsencrypt. Everything worked fine until about a month after the certificate expired. I wanted to renew it as usual via : /opt/letsencrypt/letsencrypt-auto --force-renew But I've this error : Skipping...
  9. L

    [SOLVED] Error with MariaDB after update to Debian 10

    Hi, I just upgrade CT to Debian 10, and now I can't start mariadb. I have this issue : mariadb.service - MariaDB 10.3.23 database server Loaded: loaded (/lib/systemd/system/mariadb.service; enabled; vendor preset: enabled) Active: failed (Result: exit-code) since Sun 2020-09-06 13:33:20...
  10. L

    [SOLVED] Automont ZFS after update

    Hello, I juste update Proxmox from 5.4 to 6.2 following instruction from Update Proxmox. But after restart my server, I can't mount my ZFS : zfs list NAME USED AVAIL REFER MOUNTPOINT tank 9,29T 938G 163K /tank tank/Backup...
  11. L

    [SOLVED] dist-upgrade error

    Hello, I'm on , when I try to make a dist-upgrade, I've the following issue : With my sources.list like : deb http://ftp.debian.org/debian stretch main contrib deb http://download.proxmox.com/debian/pve stretch pve-no-subscription deb [arch=amd64] https://download.docker.com/linux/debian...
  12. L

    [SOLVED] Proxmox interface form outside

    Hello, I recently move so I change my internet connection and need to configure a new DHCP and port redirection. My Proxmox host is on 192.168.1.29, on my router I make a port redirection on TCP & UDP from outside to my IP 192.168.1.29 on 8006. On my lan I access to proxmox's interface about...
  13. L

    [SOLVED] Bootdisk size is full

    Hello, I don't understand but since today all my bootdisk size of LXC are full. How can I add more space to then disk or make some clean? Ps : I add some space with command : pct resize 101 rootfs 20G When LXC is poweroff I can size bootdisk size 20Gib, but when I start it I've again...
  14. L

    Vpn on LXC

    Hello, I want configure a VPN client for a LXC debian (rtorrent) by using L2TP or other. But I don't find anything to configure it. Any helps?
  15. L

    Use pptp in a debian lxc.

    Hello, I have a LXC debian and I want use a PPTP VPN on it. How can configure this lxc for using this PPTP VPN? Thanks.