nextcloud / nextcloudpi

📦 Build code for NextcloudPi: Raspberry Pi, Odroid, Rock64, curl installer...
https://nextcloudpi.com
2.49k stars 295 forks source link

Nextcloudpi reports ports 80 and 443 closed, but they are open #1816

Open dsmic opened 1 year ago

dsmic commented 1 year ago

The reason seems to be, that the service on

curl --silent --max-time 4 --ipv4 https://checkport.zendai.net.eu.org/check

is not responding.

From a comment in ncp-diag I understand, the service is set up by:

https://github.com/ZendaiOwl

and it is probably down…

Detlef

P.S. output of ncp-diag

bash ncp-diag NextcloudPi version|v1.52.4 OS|Raspbian GNU/Linux 11. 5.10.103-v8+ (aarch64) automount|no USB devices|sda datadir|/mnt/nextcloud/data data in SD|no data filesystem|ext2/ext3 data disk usage|166G/872G rootfs usage|24G/59G swapfile|/var/swap dbdir|/var/lib/mysql Nextcloud check|error HTTPD service|up PHP service|up MariaDB service|up Redis service|up HPB service|down Postfix service|up Internet check|ok Public IPv4|87.170.184.156 Public IPv6|2003:ce:bf1f:7ab8:78f4:cd1f:8b4a:b47d Port 80|closed Port 443|closed IP|192.168.2.3 Gateway|192.168.2.1 Interface|eth0 Certificates|physik.selfhost.eu NAT loopback|yes Uptime|16:45

theCalcaholic commented 1 year ago

@ZendaiOwl Can you check the service?

ZendaiOwl commented 1 year ago

@theCalcaholic It should be working again, I restarted the app when you pinged me and I have re-deployed it now with some slight changes in the configuration.

Hopefully it'll keep running without becoming unresponsive after some time, if it happens again I'll destroy the app and create a new one.

dsmic commented 1 year ago

seems ok,

but should be a good idea if it would not report closed, but „not availablel? I think I remember that something like that was in the code, but it did not work as expected?

ZendaiOwl commented 1 year ago

The N/A in the code is if a public IP is unavailable from the system it's being run on, not if the application checking the port-forwarding is unavailable