Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kiwix-serve intermittently crashing #718

Open
tripplehelix opened this issue Dec 20, 2024 · 0 comments
Open

kiwix-serve intermittently crashing #718

tripplehelix opened this issue Dec 20, 2024 · 0 comments

Comments

@tripplehelix
Copy link

I'm seeing the kiwix-serve crash randomly. No logs that I can find.

Running the arm64 version from the kiwix website:
https://download.kiwix.org/release/kiwix-tools/kiwix-tools_linux-aarch64.tar.gz

This is running on a Raspberry Pi 5, Raspberry Pi OS Lite, Linux 6.6.62+rpt-rpi-2712, Debian 12.8

❯ kiwix-serve --version
kiwix-tools 3.7.0

libkiwix 13.1.0
+ libzim 9.2.1
+ libxapian 1.4.23
+ libcurl 7.67.0
+ libmicrohttpd 0.9.76
+ libz 1.2.12
+ libicu 73.2.0
+ libpugixml 0.12.0

libzim 9.2.1
+ libzstd 1.5.2
+ liblzma 5.2.6
+ libxapian 1.4.23
+ libicu 73.2.0

I'm starting the package through systemd with the following user service:

[Unit]
Description=Run the kiwix server

[Service]
Type=exec
TimeoutStartSec=0
ExecStart=/usr/local/bin/kiwix-serve --skipInvalid --verbose --monitorLibrary -i 0.0.0.0 -p 8005 --library /mnt/mega/Documents/zim/library_zim.xml
Restart=always
RestartSec=3

[Install]
WantedBy=default.target

The library and ZIM files are hosted on a connected USB RAID1 device. Has worked perfectly in the past with previous installations. No issues reported on the RAID.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant