Owncloud9 docker container ohne webserver - Error reading from remote server

Univention DC Master 4.2-2

Zugriff auf https://domain/owncloud meldet:

Proxy Error

The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request GET /owncloud.

Reason: Error reading from remote server
root     20601  0.0  0.0 117484  3744 ?        Sl   21:39   0:00 /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 40001 -container-ip **172.17.0.1** -container-port 443
root     20610  0.0  0.0 190960  3552 ?        Sl   21:39   0:00 /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 40000 -container-ip **172.17.0.1** -container-port 80

Im Container selbst, läuft kein Webserver, was der Grund sein sollte:

root@owncl-61986644:/# ps aux
USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root         1  0.0  0.0  10676  1656 ?        Ss   21:39   0:00 init [2]  
root      1419  0.0  0.0    196    36 ?        S    21:39   0:00 runsvdir -P /etc/service log: .................................................................................................................
root      1427  0.0  0.0  44476  2644 ?        Sl   21:39   0:00 /usr/sbin/rsyslogd -c5
root      1442  0.0  0.0  50316  3232 ?        Ss   21:39   0:00 /usr/sbin/sshd
root      1455  0.0  0.0  99312  2368 ?        Ssl  21:39   0:00 /usr/sbin/nscd
root      1469  0.0  0.0  10460  1668 ?        Ss   21:39   0:00 /usr/sbin/inetd
daemon    1612  0.0  0.0  16684   144 ?        Ss   21:39   0:00 /usr/sbin/atd
root      1634  0.0  0.0  10484  1736 ?        Ss   21:39   0:00 /usr/sbin/cron
root      1856  0.0  0.0  36172  3780 ?        Ss   21:39   0:00 /usr/lib/postfix/master
postfix   1858  0.0  0.0  38236  3752 ?        S    21:39   0:00 pickup -l -t fifo -u
postfix   1859  0.0  0.0  38404  3940 ?        S    21:39   0:00 qmgr -l -t fifo -u
root      2274  0.0  0.0  89852  5512 ?        S    22:05   0:00 /USR/SBIN/CRON
root      2277  0.0  0.0   4196   544 ?        Ss   22:05   0:00 /bin/sh -c   [ -x /usr/share/univention-updater/univention-updater-check ] && /usr/sbin/jitter 600 /usr/share/univention-updater/univention-upd
root      2278  0.0  0.0   9236  2136 ?        S    22:05   0:00 /bin/bash /usr/sbin/jitter 600 /usr/share/univention-updater/univention-updater-check
root      2279  0.0  0.0   4116   428 ?        S    22:05   0:00 sleep 550
root      2285  4.0  0.0  10116  3284 ?        Ss   22:05   0:00 /bin/bash
root      2293  0.0  0.0   6904  1624 ?        R+   22:05   0:00 ps aux

root@owncl-61986644:/# ifconfig eth0 | grep inet     
          inet addr:**172.17.0.1**  Bcast:0.0.0.0  Mask:255.255.0.0

Jemand eine Idee? Owncloud wurde über die GUI installiert - scheinbar ging hier aber was in die Hose?

owncloud82
Name: ownCloud 9.1
Latest version: 9.1.4-20170427
Installations: ucs.domain.intranet

Es scheint der domain-Join zu scheitern und somit auch die weitere Installation.

Es muss Passwort-Login aktiviert sein und der Benutzer Administrator benötigt ein Kennwort. zu prüfen mit ‘getent shadow Administrator’

Dies muss über die GUI gesetzt werden. Ein passwd Administrator auf der Konsole hat es nicht passend geändert.

Mastodon