Closed eimparas closed 2 months ago
Redis is configured to save RDB snapshots, but it's currently unable to persist to disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error.
It's possible the folder /DockerData/RomManager/redis_data
may not have the right perms for redis-in-romm to write to it. You'll want to check the perms on that folder, change them so the internal user has access.
Redis is configured to save RDB snapshots, but it's currently unable to persist to disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error.
It's possible the folder
/DockerData/RomManager/redis_data
may not have the right perms for redis-in-romm to write to it. You'll want to check the perms on that folder, change them so the internal user has access.
i leave docker to create the folders under /DockerData
, this usualy assists not running into those premmision erros .
this is the premisions that the folders have :
drwxr-xr-x 2 root root 4.0K Mar 26 22:29 assets
drwxr-xr-x 2 root root 4.0K Mar 29 19:19 config
drwxr-xr-x 6 systemd-coredump systemd-coredump 4.0K Mar 26 22:30 mysql_data
drwxr-xr-x 2 root root 4.0K Mar 26 22:29 redis_data
drwxr-xr-x 2 root root 4.0K Mar 26 22:29 resources
How come you're not using the volumes romm_redis_data
and romm_resources
?
In any case this like likely the permission bug we've seen on 3.0.3, and will be fixed in 3.1. You can wait a couple days or try chmod 777 on those folders.
How come you're not using the volumes
romm_redis_data
andromm_resources
?
i found the compose file here in the repo & setup instructions, tweeked it to my needs. (save presistent data on my /DockerData
and "read" the roms from my rom storage ...
did i set up anything wrong?
So you compose seems fine! There's a chance this will start working again when the 3.1 RC is released in a bit, report back here when it does and you've had a chance to try it.
So you compose seems fine! There's a chance this will start working again when the 3.1 RC is released in a bit, report back here when it does and you've had a chance to try it.
I shall wait then !
Hey @eimparas did you ever get this working with 3.2.0?
@gantoine I havent got to it yet . I plan a server upgrade thus all my secondary services that have in some shape failed are left till the upgrade where i plun to got arround to fix it ..
Its in my todo list tho
RomM version RomM 3.0.3
Describe the bug Did a clean install of RomM on my macine , using the supplied compose file tweeked to my needs
config.txt
wrote this config file and proccedd to scan my library (about 250GB of roms if this matters) the web interface would be stuck on the loading and be inresponsive ... i did a
ctrl
+R
and i got back to the library , there were added 2-3 platforms and i was able to click on them , but they would all say : . IF i went manualy to scan for the game on IGDB for example it would find it or i could import it via the IGDB id ..To Reproduce Steps to reproduce the behavior:
After finishing making the docker mounts, folder structure tweeks on the config.yaml
Complete rescan
,Rescan Unidentifed
, Click on `SCAN'Expected behavior Scan the game library, import it , import details from IGDB Screenshots
Desktop (please complete the following information):
Server
Server: Engine: Version: 20.10.5+dfsg1 API version: 1.41 (minimum version 1.12) Go version: go1.15.15 Git commit: 363e9a8 Built: Mon May 30 18:34:49 2022 OS/Arch: linux/amd64 Experimental: false containerd: Version:
1.4.13~ds1
GitCommit:1.4.13~ds1-1~deb11u4
runc: Version:1.0.0~rc93+ds1
GitCommit:1.0.0~rc93+ds1-5+deb11u3
docker-init: Version: 0.19.0 GitCommit: runnin on debian 12Additional context
_romm_logs.txt