Nextcloud Installationsanleitung 2023

Der Befehl cat /etc/resolve.conf sagt:
Code:
root@pNextCloud:~# cat /etc/resolve.conf
cat: /etc/resolve.conf: No such file or directory
root@pNextCloud:~#

"dig www.heise.de" im terminal sagt:

Code:
root@pNextCloud:/etc# dig www.heise.de

; <<>> DiG 9.18.1-1ubuntu1.3-Ubuntu <<>> www.heise.de
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 28861
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 65494
;; QUESTION SECTION:
;www.heise.de.                  IN      A

;; Query time: 4 msec
;; SERVER: 127.0.0.53#53(127.0.0.53) (UDP)
;; WHEN: Sun Mar 05 19:30:39 CET 2023
;; MSG SIZE  rcvd: 41
 
Mein Fehler. resolv.conf also ohne e hinterm v
Solche Fehler kann man leicht vermeiden mit der Autovervollständigung. Einmal TAB Taste drücken und ein angefangener Befehl oder Pfad wird automatisch ergänzt solange es nicht mehrere Möglichkeiten gibt. Wenn nichts passiert TAB erneut drücken und alle Möglichkeiten werden angezeigt.

Der dig Befehl zeigt aber schon das keine Nameauflösung klappt.

Kannst Du den pihole oder die Fritzbox anpingen?

ping IP-ADRESSE
 
  • Like
Reactions: jules1606
Ahh, jetzt gehts.

Terminal sagt:
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8) # DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN # 127.0.0.53 is the systemd-resolved stub resolver. # run "systemd-resolve --status" to see details about the actual nameservers. nameserver 127.0.0.53 search local

Den "Tab" trick kenne ich schon.
Mit "ls" hatte ich mir auch den Ordner angesehen aber danke =).

Kannst Du den pihole oder die Fritzbox anpingen?

ping IP-ADRESSE
Das scheint zu funktionieren.
Wenn ich im Terminal vom Nextcloud lXC die IP vom Pi-Hole LXC anpinge, sagt das Terminal:

root@pNextCloud:~# ping 192.168.178.36 PING 192.168.178.36 (192.168.178.36) 56(84) bytes of data. 64 bytes from 192.168.178.36: icmp_seq=1 ttl=64 time=0.179 ms 64 bytes from 192.168.178.36: icmp_seq=2 ttl=64 time=0.265 ms 64 bytes from 192.168.178.36: icmp_seq=3 ttl=64 time=0.226 ms 64 bytes from 192.168.178.36: icmp_seq=4 ttl=64 time=0.186 ms 64 bytes from 192.168.178.36: icmp_seq=5 ttl=64 time=0.257 ms 64 bytes from 192.168.178.36: icmp_seq=6 ttl=64 time=0.242 ms 64 bytes from 192.168.178.36: icmp_seq=7 ttl=64 time=0.271 ms 64 bytes from 192.168.178.36: icmp_seq=8 ttl=64 time=0.271 ms 64 bytes from 192.168.178.36: icmp_seq=9 ttl=64 time=0.240 ms 64 bytes from 192.168.178.36: icmp_seq=10 ttl=64 time=0.282 ms 64 bytes from 192.168.178.36: icmp_seq=11 ttl=64 time=0.258 ms 64 bytes from 192.168.178.36: icmp_seq=12 ttl=64 time=0.244 ms 64 bytes from 192.168.178.36: icmp_seq=13 ttl=64 time=0.169 ms 64 bytes from 192.168.178.36: icmp_seq=14 ttl=64 time=0.224 ms 64 bytes from 192.168.178.36: icmp_seq=15 ttl=64 time=0.254 ms 64 bytes from 192.168.178.36: icmp_seq=16 ttl=64 time=0.240 ms 64 bytes from 192.168.178.36: icmp_seq=17 ttl=64 time=0.243 ms 64 bytes from 192.168.178.36: icmp_seq=18 ttl=64 time=0.206 ms 64 bytes from 192.168.178.36: icmp_seq=19 ttl=64 time=0.209 ms 64 bytes from 192.168.178.36: icmp_seq=20 ttl=64 time=0.223 ms 64 bytes from 192.168.178.36: icmp_seq=21 ttl=64 time=0.225 ms

Wenn ich im Terminal vom Nextcloud lXC die IP der Fritzbox anpinge, sagt das Terminal:
[ root@pNextCloud:~# ping 192.168.178.1 PING 192.168.178.1 (192.168.178.1) 56(84) bytes of data. 64 bytes from 192.168.178.1: icmp_seq=1 ttl=64 time=1.55 ms 64 bytes from 192.168.178.1: icmp_seq=2 ttl=64 time=0.799 ms 64 bytes from 192.168.178.1: icmp_seq=3 ttl=64 time=0.566 ms 64 bytes from 192.168.178.1: icmp_seq=4 ttl=64 time=0.927 ms 64 bytes from 192.168.178.1: icmp_seq=5 ttl=64 time=0.799 ms 64 bytes from 192.168.178.1: icmp_seq=6 ttl=64 time=0.746 ms 64 bytes from 192.168.178.1: icmp_seq=7 ttl=64 time=0.859 ms 64 bytes from 192.168.178.1: icmp_seq=8 ttl=64 time=0.795 ms 64 bytes from 192.168.178.1: icmp_seq=9 ttl=64 time=0.896 ms 64 bytes from 192.168.178.1: icmp_seq=10 ttl=64 time=0.806 ms /ICODE] Ich hab auch mal die gegenseite getestet. Ich kann wohl auch von dem pihole LXC den Nextcloud LXD anpingen: [ICODE]root@pPihole:~# ping 192.168.178.99 PING 192.168.178.99 (192.168.178.99) 56(84) bytes of data. 64 bytes from 192.168.178.99: icmp_seq=1 ttl=64 time=0.280 ms 64 bytes from 192.168.178.99: icmp_seq=2 ttl=64 time=0.158 ms 64 bytes from 192.168.178.99: icmp_seq=3 ttl=64 time=0.207 ms 64 bytes from 192.168.178.99: icmp_seq=4 ttl=64 time=0.170 ms 64 bytes from 192.168.178.99: icmp_seq=5 ttl=64 time=0.185 ms 64 bytes from 192.168.178.99: icmp_seq=6 ttl=64 time=0.157 ms 64 bytes from 192.168.178.99: icmp_seq=7 ttl=64 time=0.140 ms 64 bytes from 192.168.178.99: icmp_seq=8 ttl=64 time=0.158 ms 64 bytes from 192.168.178.99: icmp_seq=9 ttl=64 time=0.170 ms 64 bytes from 192.168.178.99: icmp_seq=10 ttl=64 time=0.216 ms 64 bytes from 192.168.178.99: icmp_seq=11 ttl=64 time=0.156 ms 64 bytes from 192.168.178.99: icmp_seq=12 ttl=64 time=0.183 ms

Wenn ich allerdings versuche 192.168.178.99 (nextcloud) im Firefox aufzurufen sagt der Browser:
Beim Verbinden mit 192.168.178.36 (pihole) trat ein Fehler auf.

Muss ich evtl. am pihole LXC noch was einstellen?

Mfg
 
Last edited:
Eins nach dem anderen. Dein lxc ist nicht korrekt konfiguriert. Kannst du unter Proxmox mal für den lxc den Nameserver richtig setzen? Also im proxmox Frontend auf den Container gehen und dann auf DNS und dort Nameserver und search Domain vergeben.
 
  • Like
Reactions: jules1606
Du meinst DNS Domain und DNS Server, oder?

Screenshot 2023-03-05 204849.png

Was soll ich denn bei DNS domain eintragen?
Bei DNS Server wohl die IP vom pihole oder?

Mfg
 
Danke, habs angepasst:

99.png

Nach einem Neustart des Nextcloud LXC sagt Firefox bei dem Versuch, Nextcloud (192.168.178.99)
im Browser aufzurufen:
Beim Verbinden mit 192.168.178.36 (pihole) trat ein Fehler auf.

Mfg
 
Im Firefox hab ich nichts konfiguriert.
Hab nur die IP vom Pi hole als DNS-Server bei der Fritz!Box eingetragen.

Hier die Fehlermeldung:

133.png

(hatte 192.168.178.99 eingegeben)

Pi hole hat natürlich auch die http://192.168.178.36:
pihole.png
 
Last edited:
Wer ich? Nö XD

root@pNextCloud:~# systemctl status apache2 Unit apache2.service could not be found. root@pNextCloud:~#
 
Hast Du Dir das Skript oder wenigstens die Git Seite mal angeschaut?

Da wird ein nginx mit installiert. Also muss der Unit Service vom nginx geprüft werden ob der Service läuft
 
  • Like
Reactions: jules1606
Also die Installation lief ohne Probleme durch:
nextcloud.png

Die Ausgabe von systemctl status nginx:
root@pNextCloud:~# systemctl status nginx

* nginx.service - nginx - high performance web server
Loaded: loaded (/lib/systemd/system/nginx.service; enabled; vendor preset: enabled)
Active: active (running) since Sun 2023-03-05 21:50:06 CET; 24min ago
Docs: https://nginx.org/en/docs/
Process: 749 ExecStart=/usr/sbin/nginx -c /etc/nginx/nginx.conf (code=exited, status=0/SUCCESS)
Main PID: 761 (nginx)
Tasks: 5 (limit: 8958)
Memory: 8.8M
CPU: 31ms
CGroup: /system.slice/nginx.service
|-761 "nginx: master process /usr/sbin/nginx -c /etc/nginx/nginx.conf"
|-763 "nginx: worker process" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
|-764 "nginx: worker process" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
|-765 "nginx: worker process" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
`-766 "nginx: worker process" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""

Mar 05 21:50:06 pNextCloud systemd[1]: Starting nginx - high performance web server...
Mar 05 21:50:06 pNextCloud nginx[749]: nginx: [warn] "ssl_stapling" ignored, no OCSP responder URL in the certificate "/etc/ssl/certs/ssl-cert-snakeoil.pem"
Mar 05 21:50:06 pNextCloud systemd[1]: Started nginx - high performance web server.
 
Last edited:

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!