JNZ

Members
  • Posts

    9
  • Joined

  • Last visited

JNZ's Achievements

Noob

Noob (1/14)

1

Reputation

  1. Ive recently deployed the docker for for this and it has worked with scanning of maybe 40% of the files in the share, but it has reached a point where the docker keeps crashing. On a restart, it will run and perform another scan rechecking all previous scanned folders (although not adding as it sees the folders have been indexed within the DB) but when it starts looking to add in new paths/files into the index, after some new files being indexed and added, it crashes shortly there after. (error below) 2023/10/31 07:08:22 Scanning media: /photos/media-various/Video Rip/rhrn sewquence/IMG_0315.JPG 2023/10/31 07:08:22 Job finished 2023/10/31 07:08:22 Queue waiting for lock 2023/10/31 07:08:22 Queue running: in_progress: 39, max_tasks: 40, queue_len: 2651 2023/10/31 07:08:22 Queue starting job 2023/10/31 07:08:22 Queue waiting 2023/10/31 07:08:22 Starting job 2023/10/31 07:08:22 Job finished 2023/10/31 07:08:22 Queue waiting for lock 2023/10/31 07:08:22 Queue running: in_progress: 39, max_tasks: 40, queue_len: 2650 2023/10/31 07:08:22 Queue starting job 2023/10/31 07:08:22 Queue waiting 2023/10/31 07:08:22 Starting job 2023/10/31 07:08:22 Scanning media: /photos/2022/Photos/holiday/IMG_3222.JPG panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x1c8 pc=0xb63950] goroutine 11530 [running]: github.com/photoview/photoview/api/scanner/scanner_tasks/processing_tasks.ProcessVideoTask.ProcessMedia({{}}, {{0xf68cf8?, 0xc001843b00?}}, 0xc00188e8d0, {0xc000124a68, 0x12}) /app/scanner/scanner_tasks/processing_tasks/process_video_task.go:115 +0x16d0 github.com/photoview/photoview/api/scanner/scanner_tasks.scannerTasks.ProcessMedia({{}}, {{0xf68cf8?, 0xc001843b00?}}, 0xe3f640?, {0xc000124a68, 0x12}) /app/scanner/scanner_tasks/scanner_tasks.go:128 +0x15d github.com/photoview/photoview/api/scanner.processMedia({{0xf68cf8?, 0xc001843b00?}}, 0xc00188e8d0) /app/scanner/scanner_album.go:204 +0x9b github.com/photoview/photoview/api/scanner.ScanAlbum.func1({{0xf68cf8?, 0xc001843b00?}}) /app/scanner/scanner_album.go:115 +0x55 github.com/photoview/photoview/api/scanner/scanner_task.TaskContext.DatabaseTransaction.func1(0xc000444f60?) /app/scanner/scanner_task/scanner_task.go:73 +0x3a gorm.io/gorm.(*DB).Transaction(0xc000444f60, 0xc000118760, {0x0, 0x0, 0x0}) /go/pkg/mod/gorm.io/[email protected]/finisher_api.go:606 +0x29e github.com/photoview/photoview/api/scanner/scanner_task.TaskContext.DatabaseTransaction({{0xf68cf8?, 0xc000ea3710?}}, 0xc00188e900, {0x0, 0x0, 0x0}) /app/scanner/scanner_task/scanner_task.go:72 +0xed github.com/photoview/photoview/api/scanner.ScanAlbum({{0xf68cf8?, 0xc000444ff0?}}) /app/scanner/scanner_album.go:114 +0x477 github.com/photoview/photoview/api/scanner/scanner_queue.(*ScannerJob).Run(...) /app/scanner/scanner_queue/queue.go:35 github.com/photoview/photoview/api/scanner/scanner_queue.(*ScannerQueue).processQueue.func1() /app/scanner/scanner_queue/queue.go:144 +0x72 created by github.com/photoview/photoview/api/scanner/scanner_queue.(*ScannerQueue).processQueue /app/scanner/scanner_queue/queue.go:142 +0x16a Any pointers as to why this would be or how to resolve/troubleshoot further. I've tried this with a range of scanners from 3,2 to 10 to now 40. Regardless of number used, it is at a point where it will continually fail.
  2. Or.. put another way, how can I install packages if no one can assist with this topic. I just want to be able to classify the data for better reporting but I am not clear on on the install path to do this so any assistance would be great. Can unraid run with s/w installed outside of community apps? whats the process here?
  3. Hi all, Ive been using a netdata docker on unraid and its working well, but I'm looking to measure bandwidth across class types to get a better idea of usage. Without any package managers I cant see how best to install and configure this. has anyone down this and if so, what is the best way to get FireQoS installed (I'm only after understanding data usage, not shaping it) Any help appreciated. Thanks
  4. I have recently installed this docker and can see an update is available. How do I know what has been updated? Is it the the template config or the docker version itself it is pulling through? Also, there is a previous comment above that details dns queries to a potentially suspicious domain. Can we verify this? Isnt this using the official netdata container so more people would have this concern as well?
  5. I never knew that. Great to know! I have enabled and run through the template with second instance and it worked first time! Thanks so much for your help here and getting this going.
  6. I've removed the docker (it did say it could not remove the image as it is in use by another container ? - maybe the original running PP instance? ) but the second instance was removed and I manually removed the folder under appdata so its all clean. You say to add it via CA. When I added the second instance, I went through the motion of clicking "ADD CONTAINER" on the docker page, selecting the existing photoprism template but then adjusting the variables to make it unique (port numbers and storage paths) as the CA UI wont allow me to go through that path as it shows it is already installed. I assume this way is fine and the only way to do it to add an additional image instance? I will go through the install motion now to see how this goes.
  7. Output from logs and run command attached. There is a permission error shown for the appdata dir but Im not sure why this would be as it exists and has same share permissions as the existing running instance? docker-run.txtdocker-startlog.txt
  8. Thanks, I have attached the template for the second instance below. Hope these help. The main change was a new port number and different mount paths for this instance.
  9. Hi Is there a way to run multiple versions of PhotoPrism on UnRaid. I have attempted to manually create a docker, reuse the template and adjust storage paths and ports but on start, the web UI is not accessible and clicking on console or logs brings up a terminal window that closes immediately. Is there some other path / variable that I am missing?