Search results

  1. M

    Replace Disk in RAID-1 ZFS Pool

    I will check this evening, but I already switched of all Self-Encrypting Drive features in the BIOS and the harddisks themself do not have SED... It's a Asrock Z390M-ITX/ac motherboard. Strange thing is that this behavior just 'popped' up out of the blue and was not always the case.
  2. M

    Replace Disk in RAID-1 ZFS Pool

    I have a BIOS/ UEFI with the following Proxmox storage configuration: - 1 NVM storage for Proxmox OS (unencrypted); - 1 SSD for caching and logging (unencrypted); - 2 HDD's for data only in Raid-1 ZFS configuration with one unencrypted and one encrypted file system. When I boot the system cold...
  3. M

    Docker on Proxmox VE

    Got thing up and running with Debian VM, Docker Engine, and Portainer Community. I will write a small how to and post it here for others.
  4. M

    Docker on Proxmox VE

    First of all I love Proxmox with KVM and LXC, but for quick testing solutions for my work I need to be able to run Docker. Simply because some solutions are only available as Docker container and I don't have time to install an application completely manual. Any recommendation for and easy to...
  5. M

    Recommendation for running Docker

    What what be your recommendation for running a Docker on Proxmox VE? Run it in a VM or in an LSC container?
  6. M

    Removing nfs-common and nfs-kernel-server from proxmox host

    Thanks, that's why I checked. Remove instead of autoremove should be fine than right?
  7. M

    Removing nfs-common and nfs-kernel-server from proxmox host

    I moving my NAS away from the proxmox host to a container. Therefor I am deleting samba, nfs-common, and nfs-kernel-server packages. For Samba I used 'apt-get autoremove samba', which went fine. For NFS I used 'apt-get autoremove nfs-common nfs-kernel-server', but it prompts me for the below...
  8. M

    cURL connection inside container

    For completeness of post and help others. The turnkey appliance does still require to adjust host file on server to remove cURL error. But there are no errors on the block editor at all, i.e. works out of the box.
  9. M

    cURL connection inside container

    As earlier explained above, adding to the host file works for cURL from command line. Related error to cURL in WP disappears both block editor still has error. I delete the entire container and put turnkey wordpress in place instead. Works great.
  10. M

    cURL connection inside container

    If you mean wether the container has a direct public IP, no. My router forwards the public IP to the container local IP.
  11. M

    cURL connection inside container

    NSlookup from the container also fine, i.e.: root@ct-db10-wordpress:/etc/apache2# nslookup mydomain.com Server: localip Address: localip#53 Non-authoritative answer: Name: mydomain.com Address: mypublicip The blockeditor of WP is connecting via cURL... Command line curl...
  12. M

    cURL connection inside container

    I used the DNS server of the PVE host which in turn uses the DNS of my internet provider. Ping mydomain.com is actually fine resolved from the WP container. Cannot find how to manual adjust the address cURL uses?
  13. M

    cURL connection inside container

    Port 80 is open, i.e. in can reach the site on it's domainname at port 80 and it redirects. 'Or the domain can't be resolved' to the local WP, that's why I tried to add 'local ip domainname' entry in the /etc/hosts file, but that doesn't work either.
  14. M

    cURL connection inside container

    I get the following error in my Wordpress LXC container. I think it has to to with the container but don't know who to solve it. I tried to add 'local ip mypublicdomain.com' in the /etc/hosts file of the container but that doesn't help. The adjustments are also overwritten after reboot. Also no...
  15. M

    Isolating internet webserver from other VM's and containers

    I want to hook up a container with a webserver to the internet. The container is hosted on PVE together with vm's and containers not hooked up to the internet. I am wondering how I can best configure my container to publish it to the internet and isolating it from my other VM's and containers. I...
  16. M

    Proxmox Product Idea Access Gateway

    Not sure where to post this but I would like to share a product idea for which I think for which the technology is already present in Proxmox VE. I currently miss a web-based SSL VPN in the open source space, something like SSL Explorer in the past. The product should basically provide: - Strong...
  17. M

    Proxmox Container and VM configuration files on ZFS

    Thanks again, understand. Definitely not a path to pursue further.
  18. M

    Proxmox Container and VM configuration files on ZFS

    Thanks Oguz, backup is indeed also a solution. Based on you answer I assume there is no solution to place or redirect /etc/pve and /var/lib/pve-cluster/config.db to a location on the ZFS storage?
  19. M

    Proxmox Container and VM configuration files on ZFS

    When I setup my new server: - I installed Proxmox VE on a fast SSD disk (default partitioning, probably ext4) - And for ISO's, vm disks, and container disks, and data I created ZFS pool of HDD disks and datasets on the same server. But how can I put my configuration files, i.e. vm and container...
  20. M

    PVE usage 98%

    Thanks, was starting to get worried :-).