Bug 50276 - Ошибка при очистке временных файлов в /run/squidmill
Summary: Ошибка при очистке временных файлов в /run/squidmill
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: squidmill (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 normal
Assignee: manowar@altlinux.org
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-03 19:42 MSK by Белаш Константин
Modified: 2025-08-30 18:53 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Белаш Константин 2024-05-03 19:42:06 MSK
В логах:
systemd-tmpfiles[2415]: /lib/tmpfiles.d/squidmill.conf:1: Invalid mode 'squid'.

В /lib/tmpfiles.d/squidmill.conf некорректно указан порядок параметров.
Видимо нужно поменять:
d /run/squidmill squid squid 775
на
d /run/squidmill 775 squid squid -
Comment 1 Repository Robot 2025-08-30 18:53:02 MSK
squidmill-2.7.0-alt2 -> sisyphus:

Sat Aug 30 2025 Paul Wolneykien <manowar@altlinux> 2.7.0-alt2
- Build without RPATH.
Thu Aug 28 2025 Paul Wolneykien <manowar@altlinux> 2.7.0-alt1
- Added a special test with no debug messages in daemon log (closes: 30142).
- Make SysV-init script to remove the socket file on stop (closes: 29894).
- Also, add support to print the test main log on success (PRINT_LOG_OK).
- Repeat all tests 10 times when building.
- Fixed/improved C-interface functions with Gambit 4.9.7.
- Allow to select tests (RUN_TESTS) and to repeat them (TEST_COUNT).
- Reworked tests + more tests.
- Reworked top-level exception handling.
- Rewrote the file-follow machinery (in the hope it's more stable now).
Fri Aug 22 2025 Paul Wolneykien <manowar@altlinux> 2.6.4-alt1
- Version 2.6.4.
- Replace SRFI-1 named getters with list-ref to avoid call
  to undefined symbols with some versions of Gambit (Fixes:
  OVE-20250822-0001).
- Run gsc with -warnings and check for undefined symbols.
- Fixed the extra log title in test output.
- Try to improve backtrace on error.
Thu Aug 21 2025 Paul Wolneykien <manowar@altlinux> 2.6.3-alt1
- Output SQL statements to the log with debug level > 1 only (-D -D).
- Print test logs on test fail (PRINT_LOG=1).
- Improved tests.
Tue Aug 19 2025 Paul Wolneykien <manowar@altlinux> 2.6.2-alt2
- Make [/var]/run/squidmill a ghost dir.
Tue Aug 19 2025 Paul Wolneykien <manowar@altlinux> 2.6.2-alt1
- Use squidmill.service unit to configure some fragile options
  (closes: 50276, 55654, 29894).