=== REDIS BUG REPORT START: Cut & paste starting from here === 24213:M 18 Jun 2025 00:02:03.377 # ------------------------------------------------ 24213:M 18 Jun 2025 00:02:03.377 # !!! Software Failure. Press left mouse button to continue 24213:M 18 Jun 2025 00:02:03.377 # Guru Meditation: This server panicked sending an error to its AOF-loading-client after processing the command 'exec' #networking.c:582
=== REDIS BUG REPORT END. Make sure to include from START to END. ===
Please report the crash by opening an issue on github:
http://github.com/redis/redis/issues
24257:C 18 Jun 2025 00:02:04.552 * Supervised by systemd. Please make sure you set appropriate values for TimeoutStartSec and TimeoutStopSec in your service unit. 24257:C 18 Jun 2025 00:02:04.553 * oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo 24257:C 18 Jun 2025 00:02:04.553 * Redis version=7.2.5, bits=64, commit=00000000, modified=0, pid=24257, just started 24257:C 18 Jun 2025 00:02:04.553 * Configuration loaded 24257:M 18 Jun 2025 00:02:04.553 * monotonic clock: POSIX clock_gettime 24257:M 18 Jun 2025 00:02:04.553 * Running mode=standalone, port=6379. 24257:M 18 Jun 2025 00:02:04.554 * Server initialized 24257:M 18 Jun 2025 00:02:04.558 * Reading RDB base file on AOF loading... 24257:M 18 Jun 2025 00:02:04.558 * Loading RDB produced by version 7.2.5 24257:M 18 Jun 2025 00:02:04.558 * RDB age 208897 seconds 24257:M 18 Jun 2025 00:02:04.558 * RDB memory usage when created 28117.51 Mb 24257:M 18 Jun 2025 00:02:04.558 * RDB is base AOF 24257:M 18 Jun 2025 00:03:32.400 * Done loading RDB, keys loaded: 10034177, keys expired: 0. 24257:M 18 Jun 2025 00:03:32.401 * DB loaded from base file appendonly.aof.1263.base.rdb: 87.844 seconds 24257:M 18 Jun 2025 00:03:32.409 # == CRITICAL == This server is sending an error to its AOF-loading-client: '-NOPERM ACLs rules changed between the moment the transaction was accumulated and the EXEC call. This command is no longer allowed for the following reason: no permission to execute the command or subcommand' after processing the command 'exec'
Additional information
- OS distribution and version : Debian 12.6
- When we restart the VM or the service, Redis crashes. The only way, I found to recover: deactivate AOF in redis.conf (I use RDB too), start Redis, then reactivate AOF (config set appendonly=yes then config rewrite)
Best regards,
Christian
Comment From: ShooterIT
do you change ACL rules compared with last server running?