Adam Melkus adam
  • Joined on 2025-12-28
adam commented on issue starred/audiobookshelf#2782 2026-04-25 00:10:36 +02:00
[Bug]: Migration issues with version 2.22 and 2.23

@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…

adam commented on issue starred/audiobookshelf#2783 2026-04-25 00:10:36 +02:00
[Bug]: MODULE_NOT_FOUND error in Docker, crashing on startup

@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.

adam commented on issue starred/audiobookshelf#2784 2026-04-25 00:10:36 +02:00
[Bug]: exec /sbin/tini: exec format error

@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…

adam commented on issue starred/audiobookshelf#2783 2026-04-25 00:10:36 +02:00
[Bug]: MODULE_NOT_FOUND error in Docker, crashing on startup

@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.

adam commented on issue starred/audiobookshelf#2782 2026-04-25 00:10:36 +02:00
[Bug]: Migration issues with version 2.22 and 2.23

@progecon commented on GitHub (May 19, 2025):

I am experiencing the exact same issue. Reverting the version to pre-2.22 fixes the issue

adam commented on issue starred/audiobookshelf#2784 2026-04-25 00:10:36 +02:00
[Bug]: exec /sbin/tini: exec format error

@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…

adam commented on issue starred/audiobookshelf#2783 2026-04-25 00:10:36 +02:00
[Bug]: MODULE_NOT_FOUND error in Docker, crashing on startup

@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…

adam commented on issue starred/audiobookshelf#2780 2026-04-25 00:10:35 +02:00
[Bug]: Audiobookshelf doesn't work after reboot until manually shutting down and starting up container again

@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…

adam commented on issue starred/audiobookshelf#2780 2026-04-25 00:10:35 +02:00
[Bug]: Audiobookshelf doesn't work after reboot until manually shutting down and starting up container again

@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…

adam commented on issue starred/audiobookshelf#2780 2026-04-25 00:10:35 +02:00
[Bug]: Audiobookshelf doesn't work after reboot until manually shutting down and starting up container again

@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…

adam commented on issue starred/audiobookshelf#2780 2026-04-25 00:10:35 +02:00
[Bug]: Audiobookshelf doesn't work after reboot until manually shutting down and starting up container again

@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…

adam commented on issue starred/audiobookshelf#2780 2026-04-25 00:10:35 +02:00
[Bug]: Audiobookshelf doesn't work after reboot until manually shutting down and starting up container again

@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…

adam commented on issue starred/audiobookshelf#2780 2026-04-25 00:10:35 +02:00
[Bug]: Audiobookshelf doesn't work after reboot until manually shutting down and starting up container again

@advplyr commented on GitHub (Jul 21, 2025):

Did you resolve this?

adam commented on issue starred/audiobookshelf#2780 2026-04-25 00:10:35 +02:00
[Bug]: Audiobookshelf doesn't work after reboot until manually shutting down and starting up container again

@syriaz commented on GitHub (Jul 21, 2025):

Did you resolve this?

No since I dont know the exact steps to delay the container

adam commented on issue starred/audiobookshelf#2780 2026-04-25 00:10:35 +02:00
[Bug]: Audiobookshelf doesn't work after reboot until manually shutting down and starting up container again

@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…

adam opened issue starred/audiobookshelf#2782 2026-04-25 00:10:35 +02:00
[Bug]: Migration issues with version 2.22 and 2.23
adam opened issue starred/audiobookshelf#2783 2026-04-25 00:10:35 +02:00
[Bug]: MODULE_NOT_FOUND error in Docker, crashing on startup
adam opened issue starred/audiobookshelf#2784 2026-04-25 00:10:35 +02:00
[Bug]: exec /sbin/tini: exec format error
adam closed issue starred/audiobookshelf#2784 2026-04-25 00:10:35 +02:00
[Bug]: exec /sbin/tini: exec format error
adam commented on issue starred/audiobookshelf#2780 2026-04-25 00:10:34 +02:00
[Bug]: Audiobookshelf doesn't work after reboot until manually shutting down and starting up container again

@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…