Python, No usable temporary directory found

I had to Google this today and was kind of surprised by how many odd workarounds are used for this one, and most of them seem wrong. What is it? The error will create a traceback and it will look similar to this: Fontconfig error: No writable cache directories time=2024-08-05T17:57:28.924000 level=ERROR location=__init__.py:75:handle_exception msg="Error" request_id="" exception="Traceback (most recent call last): File \"/var/www/.cache/pypoetry/virtualenvs/pdf-maker-xS3fZVNL-py3.12/lib/python3.12/site-packages/flask/app.py\", line 880, in full_dispatch_request rv = self.dispatch_request() ^^^^^^^^^^^^^^^^^^^^^^^ File \"/var/www/....

August 5, 2024 · 4 min

Redis on Ubuntu (9.04)

A small howto to get the latest redis-server and a webinterface on Ubuntu. Installation … redis should listen on localhost:6379. You may need to get i386 instead of amd64 if you run 32bit. Tweaks You may need to add the following to /etc/sysctl.conf: … that is, especially if you run in a VE (e.g. inside xen). All other configs are in /etc/redis/redis.conf. Web Because web interfaces are so simple, I decided to get redweb....

March 19, 2010 · 1 min