Raspberry Pi hangs running CLI tool #823
Replies: 4 comments 12 replies
-
I assume you also running Immich on the Pi, and you are trying to upload the existing files from your Pi to the Immich instance? If that is true, your Pi is probably get choked with all the processing tasks. You can set the CLI to use one thread with the argument |
Beta Was this translation helpful? Give feedback.
-
I'm watching top as it runs, and node definitely runs the most CPU %, but mount.ntfs is occupying almost equal cpu percent as node. |
Beta Was this translation helpful? Give feedback.
-
either way, looks like that made a big difference, its now at 45% and I haven't seen it get anywhere near that far up to this point. Thanks! |
Beta Was this translation helpful? Give feedback.
-
So I have a terminal up running the immich cli tool and another running top. Immich froze this time at 54%, but the top terminal is still connected and running. The node process is now only running 0.4% cpu. top processes now are kworker/0:0+kblockd (17%cpu), and kswap0 (15%cpu). I'm noticing memory available is down to 80MiB, but swap says 0 total, 0 free, 0 used. |
Beta Was this translation helpful? Give feedback.
-
Hello, can yall help me diagnose why this is happening? I'm running this on a headless raspberry pi, and connecting through ssh to run the cli tool. I have the immich cli tool version 0.22.0.
I'm running the command
immich upload --yes --email ###@gmail.com --password "###" --server http://192.168.1.25:2283/api -d /mnt/hdd/sftp/photo_import/
It recognizes 2017 assets, and says it will upload 2015 assets. Then it gets started but only gets to 14% before it hangs, and then after a while my ssh session disconnects. I'm working remotely so I can't manually reboot, so I just wait a few hours and usually I can reconnect and try again.
Is there a log stored somewhere that I can check what's actually going on? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions