In desperation, I tried walking through the instructionsn I ran
at˙/usr/share/doc/radicale/README.Debian , but I hit a hard stop whe
`sudo service uwsgi start` and got `Failed to start uwsgi.service: Unit uwsgi.service not found.` But I have all the correct packages installed,so I
don't know what could be broken.
I remember you have apache installed.Yes, it's me again. My troubleshooting order is figure it out for > 2 hours
mailing list -> file bug report.
Perhaps you access radical via apache only and not uwsgi ? (which I thinkis a good way for you)
So to check that you don't use uwsgi give us :
grep -ri uwsgi /etc/apache2/
And give us your apache configuration for your host as your problem should be there.
/etc/apache2/conf-available/radicale-uwsgi.conf:# Apache2 snippet to serve Radicale CardDAV/CardDAV service via uWSGI
/etc/apache2/conf-available/radicale-uwsgi.conf:# allow overriding whichuWSGI socket to proxy into
/etc/apache2/conf-available/radicale-uwsgi.conf:˙˙˙˙˙˙˙ ProxyPass˙˙˙˙˙˙˙ unix :/run/uwsgi/app/${_RADICALE_APP}/socket|uwsgi://${_RADICALE_APP} retry=0
/etc/apache2/conf-available/radicale-uwsgi.conf:˙˙˙˙˙˙˙ ProxyPassReverse unix:/run/uwsgi/app/${_RADICALE_APP}/so cket|uwsgi://${_RADICALE_APP}
/etc/apache2/mods-available/proxy_uwsgi.load:LoadModule proxy_uwsgi_module /usr/lib/apache2/modules/mod_proxy_uwsgi.so
Define _DOMAIN my-computerDefine _HOST ${_DOMAIN}
Define _RADICALE_PREFIX /radicale
Include conf-available/radicale-uwsgi.conf
<LocationMatch "${_RADICALE_LOCATION_MATCH}">
˙ AuthType Basic
˙ AuthName "Radicale: Authentication Required"
˙ AuthBasicProvider external
˙ AuthExternal pwauth
˙ AllowOverride None
˙ <RequireAll>
˙ ˙ Require˙ valid-user
˙ ˙ Require˙ ip 127.0.0.1 fc00::/7
˙ </RequireAll>
</LocationMatch>
Radicale was working fine on my system yesterday, but today won't start.I suspected an update broke something, but I'm not aware of anything being updated in the past few days that would affect radicale.
The only logs showing an error are /var/log/apache2/error.log:uwsgi: attempt to connect to Unix domain socket /run/uwsgi/app/radicale/soc
[proxy:error] [pid 6765:tid 6765] (2)No such file or directory: AH02454:
[:error] [pid 6765:tid 6765] [client ::1:54892] AH10101: failed to make connection to backend: radicale:0
This is maybe related to https://bugs.debian.org/1130481
Thanks,
Alex
| Sysop: | Jacob Catayoc |
|---|---|
| Location: | Pasay City, Metro Manila, Philippines |
| Users: | 5 |
| Nodes: | 4 (0 / 4) |
| Uptime: | 117:51:01 |
| Calls: | 125 |
| Calls today: | 125 |
| Files: | 489 |
| D/L today: |
859 files (365M bytes) |
| Messages: | 76,472 |
| Posted today: | 26 |