Search results

  1. U

    [SOLVED] Proxmox Ubuntu LXC can't be started

    Thanks for your quick reply! Here it is: lxc-start 112 20210112085832.260 INFO confile - confile.c:set_config_idmaps:2055 - Read uid map: type u nsid 0 hostid 100000 range 65536 lxc-start 112 20210112085832.260 INFO confile - confile.c:set_config_idmaps:2055 - Read uid map: type g nsid...
  2. U

    [SOLVED] Proxmox Ubuntu LXC can't be started

    Good morning guys, 10 Minutes ago my ubuntu LXC where I use nextcloud snap died. On the webinterface the webserver from the LXC didn't anwser so I connected via SSH to the LXC and rebooted. Since that the machine is dead and can't be started. Any ideas? Thanks for your help! Output from...
  3. U

    Slow upload using nextcloud with proxmox (VM and LXC!) but download and SCP is fast!

    So today I tried it one more time with Ubuntu LXC and Nextcloud Snap (8GB RAM, 8GB NVMe storage) Short version: Download via Webbrowser ist pretty fast (~100MiB), but Upload is really slow. I tested the upload via Webbrowser and Nextcloud Sync Desktop application. It's between 2.5MiB and 15MiB...
  4. U

    LXC DNS name not working

    Would be great if you can update this threat. With debian-10.5-standard the problem still exists.
  5. U

    LXC DNS name not working

    I did face the same issue with a fresh Debian LXC (debian-10.0-standard_10.0-1_amd64.tar.gz) Setting IPv4 to DHCP and IPv6 to DHCP in the config leads to a bug in the /etc/resolv.conf. Then there is only the IPv6 nameserver, not the IPv4 nameserver. Setting IPv4 to DHCP and IPv6 to SLAAC, the...
  6. U

    Debian LXC DNS setting from host doesn't work

    What do you mean with I have to set it up?
  7. U

    Debian LXC DNS setting from host doesn't work

    PiHole is a normal LXC Debian Container with static IP (not DHCP), but also with the "get DNS from Host" configuration and everything works fine there.
  8. U

    Debian LXC DNS setting from host doesn't work

    root@sync:~# lsattr /etc/resolv.conf ------------------- /etc/resolv.conf compared to the arch LXC [root@arch-test ~]# lsattr /etc/resolv.conf -------------------- /etc/resolv.conf
  9. U

    Debian LXC DNS setting from host doesn't work

    root@pve:~# pct config 103 arch: amd64 cores: 12 hostname: arch-test memory: 4096 net0: name=eth0,bridge=vmbr0,firewall=1,hwaddr=A2:98:81:93:3A:E2,ip=dhcp,ip6=dhcp,type=veth onboot: 1 ostype: archlinux rootfs: local-zfs:subvol-103-disk-0,size=8G startup: order=3 swap: 512 unprivileged: 1 This...
  10. U

    Debian LXC DNS setting from host doesn't work

    root@pve:~# pct config 106 arch: amd64 cores: 12 hostname: sync memory: 512 net0: name=eth0,bridge=vmbr0,firewall=1,hwaddr=BE:1F:DA:FF:4F:85,ip=dhcp,ip6=dhcp,type=veth ostype: debian rootfs: local-zfs:subvol-106-disk-0,size=8G swap: 512 unprivileged: 1
  11. U

    Debian LXC DNS setting from host doesn't work

    Hi guys, I'm currently expecting something weird on my fresh Debian LXC "sync". Proxmox Hypervisor is up to date and "sync" as well. The PiHole is my DNS Server, fritzbox is the DHCP Server. All other LXC and VM work fine. But the new fresh Debian LXC doesn't get it's correct DNS configuration...
  12. U

    Slow upload using nextcloud with proxmox (VM and LXC!) but download and SCP is fast!

    While Uploading even via webDAV to my nextcloud-snap installation on my Arch Linux VM (SSD, 8GB RAM) ist pretty slow (and looks weird)
  13. U

    Slow upload using nextcloud with proxmox (VM and LXC!) but download and SCP is fast!

    If I use Dolphin (my file explorer under Manjaro) for Uploading a file to the Server, the speed is perfect!
  14. U

    Slow upload using nextcloud with proxmox (VM and LXC!) but download and SCP is fast!

    Just a quick update for you. Today I installed ESXi instead of Proxmox. I created a Debian VM and installed nextcloud via SNAP (on SSD, 8GB RAM). Same Upload and download behaviour. Then I installed Debian directly on the hardware - and the same result. I'm sure the nextcloud installation via...
  15. U

    Slow upload using nextcloud with proxmox (VM and LXC!) but download and SCP is fast!

    This upload behavior is also present, if I access it via the local IP in my subnet so I think this cant be a firewall issue. I don't use the PVE Firewall or any other internal firewall. Yes, nextcloud is using a temporary directory - it is here /[path_to_data_directory]/username/uploads But SCP...
  16. U

    Slow upload using nextcloud with proxmox (VM and LXC!) but download and SCP is fast!

    Thank you for that suggestion, but I can upload big files - it's just not as fast as the download. Since I'm using the snap version, I followed the values here: https://github.com/nextcloud/nextcloud-snap#configuration I executed the following commands, so I don't think there is a PHP problem...
  17. U

    Slow upload using nextcloud with proxmox (VM and LXC!) but download and SCP is fast!

    Thank you for your answer! Do you have any idea, how I cloud analyze this a little bit more? Maybe you can say suggest some tools or a strategy how you would try to solve that problem? :)
  18. U

    Slow upload using nextcloud with proxmox (VM and LXC!) but download and SCP is fast!

    Thank you for your answer! That's a good point. The nextcloud data directory (in a snap installation) is here: /var/snap/nextcloud/common/nextcloud/data LXC usage is also pretty ordinary while upload. Here is an overview about the storage on the node: The proxmox installation is on...
  19. U

    Slow upload using nextcloud with proxmox (VM and LXC!) but download and SCP is fast!

    Hi guys, I'm still pretty new to proxmox but im really happy :) I'm coming from a bare metal arch linux installation on my Dell PowerEdge T20 (for my nextcloud instance) - but now I'm having the following in use as proxmox hypervisor: CPU(s) 12 x AMD Ryzen 5 1600 Six-Core Processor (1 Socket)...