@exonerationem commented on GitHub (May 19, 2025):
After upgrading to 2.22 and/or 2.23 the docker no longer spin up. The service would crash with the following error log. Logs node:internal/module…
@DieselTech commented on GitHub (May 18, 2025):
Duplicate of https://github.com/advplyr/audiobookshelf/issues/4292
Check that thread for answers. tl;dr - this is a synology issue.
@nichwall commented on GitHub (May 19, 2025):
Is this an existing install or a new install?
This is probably the same as https://github.com/advplyr/audiobookshelf/issues/4292. Make sure any…
@dima-ser commented on GitHub (May 18, 2025):
Thanks, I did a "Clean" on the project, rebuilt it and now it works. Not sure why.
@progecon commented on GitHub (May 19, 2025):
I am experiencing the exact same issue. Reverting the version to pre-2.22 fixes the issue
@AaronNybo commented on GitHub (May 25, 2025):
Is this an existing install or a new install?
This is probably the same as https://github.com/advplyr/audiobookshelf/issues/4292. Make sure…
@DieselTech commented on GitHub (May 18, 2025):
Thanks, I did a "Clean" on the project, rebuilt it and now it works. Not sure why.
It works because synology does really weird stuff on their…
@syriaz commented on GitHub (Jul 9, 2025):
Your file system may not be available/mounted before the docker container starts when booting the raspberry pi.
Do you know how to set this up with…
@nichwall commented on GitHub (Jul 9, 2025):
Your file system may not be available/mounted before the docker container starts when booting the raspberry pi.
Do you know how to set this…
@syriaz commented on GitHub (Jul 10, 2025):
You can look at systemd rules to prevent docker from starting before all filesystems are mounted.
I tried multiple ways of systemd solutions with…
@nichwall commented on GitHub (Jul 10, 2025):
You can look at systemd rules to prevent docker from starting before all filesystems are mounted.
I tried multiple ways of systemd solutions…
@syriaz commented on GitHub (Jul 10, 2025):
What have you tried?
Lots of systemd stuff to delay the docker container at reboot and even etc/fstab edits. Does it matter if the hdd is formatted…
@advplyr commented on GitHub (Jul 21, 2025):
Did you resolve this?
@syriaz commented on GitHub (Jul 21, 2025):
Did you resolve this?
No since I dont know the exact steps to delay the container
@mhofer2011 commented on GitHub (Feb 15, 2026):
I had the same problem: Pi 4B, mounted partition of a SSD (exfat) besides the system file system. I found the solution here: [https://davejansen.com…
@nichwall commented on GitHub (Jul 9, 2025):
Your file system may not be available/mounted before the docker container starts when booting the raspberry pi. The file system needs to be ready…