all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#61500: Default cache directory of cat-avatar-generator-service
@ 2023-02-14  3:10 Evgeny Pisemsky
  2023-11-30 16:38 ` bug#61500: [PATCH] services: cat-http-server: Fix cat-avatar-generator-service Evgeny Pisemsky
  2024-12-14 18:28 ` bug#61500: Default cache directory of cat-avatar-generator-service Evgeny Pisemsky
  0 siblings, 2 replies; 3+ messages in thread
From: Evgeny Pisemsky @ 2023-02-14  3:10 UTC (permalink / raw)
  To: 61500

Hello!

The cache directory must:

1. End with a slash (due to implementation of the php script).
2. Exist or be created manually.
3. Be writeable by php-fpm.

The current default value doesn't meet these requirements and leads to
broken caching and errors in php-fpm log.

The simplest solution is to change it to /tmp/, but for obvious
reasons it is not suitable for production use.

However, since this service is described as demonstration, I would
prefer unsafe default over broken (for now).

Also the requirements above should probably be mentioned in the
documentation of the service.




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-12-14 18:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-14  3:10 bug#61500: Default cache directory of cat-avatar-generator-service Evgeny Pisemsky
2023-11-30 16:38 ` bug#61500: [PATCH] services: cat-http-server: Fix cat-avatar-generator-service Evgeny Pisemsky
2024-12-14 18:28 ` bug#61500: Default cache directory of cat-avatar-generator-service Evgeny Pisemsky

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.