Kroese

Results 768 comments of Kroese

@Vudentz should really look into this. Because if his patch is causing the issue, he should be the one who can fix it.

I still have this problem in 2.17.1 (via agent) with my `homeassistant` container, which does not have multiple networks. So it seems its not totally fixed. If I click `Duplicate/Edit`...

No, is not normal.. what is your compose file?

Looks normal.. Try to use a local folder on your disk for storage: ```yaml volumes: - /var/win:/storage ``` Maybe it works better than a volume in your case.

Why do you think its frozen? Everything looks okay..

Its written in the FAQ? Connect to port 8006 in your webbrowser

Also experienced this issue in v2.9.18 I don't understand why this is still not fixed after a year?

What filesystem is `/home/ubuntu` using? Can you try adding: ```yaml environment: DISK_CACHE: "writeback" ```

I cannot tell from that disk info what filesystem type you use. Is it EXT4, BTRFS, ZFS? It is really weird that your filesystem does not support O_DIRECT, so I...

Closing because of no response.