Kroese
Kroese
I'm using Ubuntu 23.04 since recently, but before on Ubuntu 22.10 I had the same issue. When you don't set an exitcode explicitly at the end of a script, it...
I can still easily reproduce this issue. The `netinfo` command displays: ``` Bitcoin Core client v24.0.1 - server 70016/Satoshi:24.0.1/ type net mping ping send recv txn blk hb addrp addrl...
Okay, I debugged this problem a bit further. The results: 1.) The incoming connections are definitely not coming locally from other apps, their ping times vary too much for that....
I never used certbot, so I have no idea. The way I would add SSL, is to have a reverse proxy (like Nginx or Caddy) that proxies the http and...
@OutOfThisPlanet You are right that the port may be in use on Proxmox, but this container is especially aimed at people who do NOT run Proxmox. Because those that do,...
@magisk317 The internal port does not conflict with other containers. You can ran many containers that all use port 80 internally for example, but use different ones externally.
@magisk317 You swapped them in the wrong order.. It needs to be `8011:8006` (first one external, second one internal) not `8006:8011`
I am not sure. If it was a QEMU VM it would be easier, because then your VM would have had the same Virtio drivers already. But I think VirtualBox...
First time I see that message. The KVM_CAP_IOEVENTFD_ANY_LENGTH support was added in Linux kernel 4.4, it is possible that Synology uses a bit older kernel than that. My suggestion would...
Seems like it has kernel 3.10 and you need 4.4 or higher. Also, Virtual Machine Manager uses QEMU to launch the VM, and this container also uses QEMU, so the...