Raspberry Pi NextCloud nach Neustart 404

Die Pi Hole Log ist jetzt wieder sauber :)

Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:53 0.0.0.0:* LISTEN 1016/pihole-FTL
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 673/sshd: /usr/sbin
tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 1548/master
tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 754/mariadbd
tcp 0 0 127.0.0.1:4711 0.0.0.0:* LISTEN 1016/pihole-FTL
tcp 0 0 0.0.0.0:8085 0.0.0.0:* LISTEN 1192/lighttpd
tcp6 0 0 :::80 :::* LISTEN 1066/apache2
tcp6 0 0 :::53 :::* LISTEN 1016/pihole-FTL
tcp6 0 0 :::22 :::* LISTEN 673/sshd: /usr/sbin
tcp6 0 0 :::25 :::* LISTEN 1548/master
tcp6 0 0 ::1:4711 :::* LISTEN 1016/pihole-FTL
tcp6 0 0 :::443 :::* LISTEN 1066/apache2
tcp6 0 0 :::8085 :::* LISTEN 1192/lighttpd
udp 0 0 0.0.0.0:53 0.0.0.0:* 1016/pihole-FTL
udp 0 0 0.0.0.0:49229 0.0.0.0:* 474/avahi-daemon: r
udp 0 0 0.0.0.0:5353 0.0.0.0:* 474/avahi-daemon: r
udp6 0 0 fe80::45c3:8179:e59:546 :::* 550/NetworkManager
udp6 0 0 :::53 :::* 1016/pihole-FTL
udp6 0 0 :::5353 :::* 474/avahi-daemon: r
udp6 0 0 :::44857 :::* 474/avahi-daemon: radm-pchr@raspi:~ $


Folgendes habe ich ausgeführt
sudo systemctl stop dnsmasq
sudo systemctl disable dnsmasq



Wie bekomme ich jetzt noch die Nextcloud an ?
 
  • Gefällt mir
Reaktionen: TheHille
Mach mal
Code:
systemctl status php8.1-fpm

und schreib uns den Output
 
● php8.1-fpm.service - The PHP 8.1 FastCGI Process Manager
Loaded: loaded (/lib/systemd/system/php8.1-fpm.service; enabled; preset: enabled)
Active: active (running) since Wed 2024-06-19 13:57:37 BST; 6min ago
Docs: man:php-fpm8.1(8)
Process: 855 ExecStartPost=/usr/lib/php/php-fpm-socket-helper install /run/php/php-fpm.sock /etc/php/8.1/fpm/pool.d/www.conf 81 (code=exited, status=0/SUCCESS)
Main PID: 637 (php-fpm8.1)
Status: "Processes active: 0, idle: 16, Requests: 0, slow: 0, Traffic: 0req/sec"
Tasks: 17 (limit: 763)
CPU: 468ms
CGroup: /system.slice/php8.1-fpm.service
├─637 "php-fpm: master process (/etc/php/8.1/fpm/php-fpm.conf)"
├─839 "php-fpm: pool www"
├─840 "php-fpm: pool www"
├─841 "php-fpm: pool www"
├─842 "php-fpm: pool www"
├─843 "php-fpm: pool www"
├─844 "php-fpm: pool www"
├─845 "php-fpm: pool www"
├─846 "php-fpm: pool www"
├─847 "php-fpm: pool www"
├─848 "php-fpm: pool www"
├─849 "php-fpm: pool www"
├─850 "php-fpm: pool www"
├─851 "php-fpm: pool www"
├─852 "php-fpm: pool www"
├─853 "php-fpm: pool www"
└─854 "php-fpm: pool www"

Jun 19 13:57:33 raspi systemd[1]: Starting php8.1-fpm.service - The PHP 8.1 FastCGI Process Manager...
Jun 19 13:57:37 raspi systemd[1]: Started php8.1-fpm.service - The PHP 8.1 FastCGI Process Manager.
 
hm, so sollte es gut sein. Du könntest ihn nur mal mit
Code:
systemctl restart php8.1-fpm
neu starten.

Danach evtl. zur Sicherheit den kompletten Webserver neu starten:

Code:
systemctl restart apache2

Ansonsten mal warten, was @madmax2010 sagt.
 

Not Found​


The requested URL was not found on this server.

Sieht nicht sonderlich gut aus
 
@TheHille: Ja, ist komplexer, aber auf Dauer hat die Trennung meiner Meinung nach Vorteile.
Außerdem, gerade für mich als nicht so versierten Linux-Nutzer, weiß ich nach Monaten manchmal gar nicht mehr, was ich alles einstellen musste, damit Pi-Hole und noch ein anderer Dienst laufen usw... Bei Docker habe ich die Container-Konfiguration halt - pro Container - an einer Stelle.

Und gerade wenn man dann mal sagt "Okay, ich möchte kein Pi-Hole mehr sondern AdGurad", dann muss man auch nicht lange überlegen, was man alles für Pi-Hole so konfiguriert hat.

Ich hatte mal Probleme Pi-Hole und SmokePing auf einem Raspi zum Laufen bekommen, mit Docker war es am Ende einfacher. Irgendwie hatte ich Probleme mit dem HTTP-Server, weil glaube ich beide den gleichen nutzen? Naja, weiß ich nicht mehr genau, ist viele Jahre her und bin froh, nun Docker zu nutzen.
 
  • Gefällt mir
Reaktionen: TheHille
Am Einfachsten ist erstmal pro Service einen "Server" zu verwenden.
Dann ist die Portzuordnung pro IP am Einfachsten.

Docker ist die nächst bessere Option, da muss man halt bei den Ports aufpassen (Remapping) oder den Dockern eine eigene IP zuweisen.

Ich geh da gern den Weg über einen Hypervisor (Proxmox, z.B.), da habe ich beide Vorteile und so gut wie keine Nachteile.

Aber das ist hier evtl. Off-Topic.
 
  • Gefällt mir
Reaktionen: Der Lord und tollertyp
Oh. Sorry. Erst die Nextcloud aufsetzen und dann PiHole bei der Installation sagen, dass er keinen neuen Webserver installieren soll sondern den von der Nextcloud und dann ging es
Ergänzung ()

Und php und co manuell installieren und nicht mit dem installern von pihole und nc
 
Zurück
Oben