Skip to content

Initial Install Issue #290

@Aesculapius1

Description

@Aesculapius1

Hello!

I'm having issues getting things running. Initial setup and download appear to work appropriately, but it's getting stuck. Watching the files, the extraction does progress.

2026-03-16T12:05:15.291580058Z 2026-03-16 12:05:15,290 - root - INFO - Extracting Index
2026-03-16T12:38:58.815765565Z 2026-03-16 12:38:58,815 - root - ERROR - Index extraction failed with return code 2
2026-03-16T12:38:58.819836366Z 2026-03-16 12:38:58,819 - root - ERROR - Command: lbzip2 -d -c /photon/data/temp/photon-db-latest.tar.bz2 | tar x -C /photon/data/temp
2026-03-16T12:38:58.822368891Z 2026-03-16 12:38:58,822 - root - ERROR - Stdout:
2026-03-16T12:38:58.825639736Z 2026-03-16 12:38:58,824 - root - ERROR - Stderr: tar: photon_data/node_1/modules: Cannot utime: Operation not permitted
2026-03-16T12:38:58.825731663Z tar: photon_data/node_1/logs/photon_server.json: Cannot utime: Operation not permitted
2026-03-16T12:38:58.825753812Z tar: photon_data/node_1/logs/photon.log: Cannot utime: Operation not permitted

Here is the docker-compose.yaml:
photon:
image: rtuszik/photon-docker:latest
environment:
- UPDATE_STRATEGY=PARALLEL
- UPDATE_INTERVAL=720h # Check for updates every 30 days
- PUID=3000
- PGID=10000
#- REGION=andorra # Optional: specific region (continent, country, or planet)
#- APPRISE_URLS=pover://user@token # Optional: notifications
volumes:
- /mnt/photon:/photon/data
restart: unless-stopped
ports:
- "2322:2322"

I'm running this within an LXC container along with dawarich. The data is located on a mounted drive. I've verified that the container has the correct permissions.

Thoughts?

Thanks!
-A

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions