-
Notifications
You must be signed in to change notification settings - Fork 19
Description
Dear all,
I installed Nextcloud 17.0 on nginx and php-fpm with ejabberd 18.01 and xcauth 2.0.3+. The OS is Ubuntu 18.04.3 LTS on a RockPro64 ARM SBC. Nextcloud and ejabberd are working fine. When I start xcauth I can login in ejabberd with the Nextcloud accounts. The communication with the bosh interface works fine as well. Xcauth reports in its log file that authentication worked.
However, after some minutes I cannot login in Nextcloud anymore. After submitting the password it will freeze at "logging in". After killing or restarting the xcauth service I'm able to login again until it crashes the next time. When I managed to login I can also not access ejabberd accounts from Nextcloud. The ejabberd log file always reports that the username or password is invalid. Still, the main problem is that Nextcloud does not work at all when xcauth crashed.
Sometimes there is also a python exception in xcauth.err:
File "/usr/lib/dist-packages/xclib/authops.py", line 107, in perform s.listen()
OSError: [Errno 88] Socket operation on non-socket
During handling of the above exception, another exception occured:
Traceback (most recent call last):
File "/usr/sbin/xcauth", line 17, in perform(args)
File "/usr/lib/python3/dist-packages/xclib/authops.py", line 112, in perform perform_from_fd(sys.stdin, sys.stdout, xc, args.type, closefds=(sys.stdin, sys.stdout,s))
File "/usr/lib/python3/dist-packages/xclib/authops.py", line 175, in perform_from_fd
for data in smtp.read.request(infd, outfd):
File "/usr/lib/python3/dist-packages/xclib/ejabberd_io.py", line 15, in read_request line = infd.read(2)
Can you please help me to make run Nextcloud together with xcauth?