SDEN

Members
  • Posts

    20
  • Joined

  • Last visited

Everything posted by SDEN

  1. Hi Trying the app "Memories" for nextcloud, but im recieving this error when running the indexer for memories. Possible to get exiftool in the docker? root@b495e7fc2f6d:/# occ memories:index Checking database indices MIME Type support: image/png: supported image/jpeg: supported image/heic: not supported image/png: supported image/tiff: supported image/gif: supported image/bmp: supported image/x-dcraw: not supported video/mpeg: supported video/webm: supported video/mp4: supported video/quicktime: supported video/x-matroska: supported Some file types are not supported by your preview provider. Please see https://github.com/pulsejet/memories/wiki/File-Type-Support WARN: Failed to create stay_open exiftool process Exiftool timeout: [/config/www/nextcloud/apps/memories/exiftest.jpg] Couldn't read Exif data from test file: Could not read from Exiftool FATAL: exiftool could not be executed or test failed Make sure you have perl 5 installed in PATH
  2. I've come to the conclusion its when changing /data to /media in the config. Why i dont know. Works when leaving it to be data and just change the paths. Now its time to change all paths in autodl and other dockers.
  3. Hi After an unwanted shutdown, im having problems getting rtorrent running. Im running unraid and have attached supervisord log. Docker starts, but i cant load the webpage of rtorrent. Hope someone can help from information from log file. best regards JS supervisord.log
  4. Hi, Ive tried searching for where tracker files for autodl-irssi are located in the appdata dir, but unable to locate it. Can someone point me in the right direction Solution found: Go into Console of docker
  5. Thanks. It's done. Thank you so much, im gratefull!
  6. Thanks Johnni.black, How do i edit XML file, when im not able to load the tab?
  7. Hi I had power out some days ago, and now im having problems with getting the my VM to run. The tab is unresponsive, i cant go into VM manager. Tried a few reboots, doesnt help. Can someone guide me in the direction to a solution Getting this in localhost/logging.htm Apr 14 22:29:20 Database nginx: 2020/04/14 22:29:20 [error] 7533#7533: *7602 upstream timed out (110: Connection timed out) while reading upstream, client: 127.0.0.1, server: , request: "GET /Settings/VMSettings HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "localhost", referrer: "http://localhost/Settings" Running unraid 8.3, diagnostic attached database-diagnostics-20200414-2231.zip
  8. Hi, Im trying to get an conf made for traccar, found this, but it doesnt work, so can someone point me in a direction why it fails, or perhaps share a working conf? server { listen IP:80; server_name DOMAIN.COM; location / { proxy_pass http://127.0.0.1:8082; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; } location /api/socket { proxy_pass http://localhost:8082/api/socket; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; } }
  9. Thanks, so frustrating one setting can give such a headaiche
  10. When choosing the UEFI partition, it just jumps back into bios, if i choose the regular sandisk partition it gives me "this is not a bootable disk. Please insert a bootable floppy and press any key to try again."
  11. Hi, Ive just revieved all my new hardware. I have problems getting unraid loaded. MB: Asus TUF Gaming PLUS USB: Sandisk Cruzer Blade 16 GB. Made the bootable usb stick with usb creator. I cannot get the usb stick to boot, i get an error saying "this is not a bootable disk. Please insert a bootable floppy and press any key to try again." After 7-8 hours of trial and error im clueless. Anyone with that MB that had succeded with booting from usb and if so willing to share their settings on the MB.
  12. Hi Im trying to find out how to connect ombi with binhex-plexpass, but since its running as host, i cannot seem to be able fo find out how. Is it possible, or havent i just found the right method yet?
  13. Thanks both denishay & saarg both helped alot to get to right solution Ended up with: shell docker exec -it nextcloud bash cd /config/www/nextcloud/ sudo -u abc php7 occ files:scan --all Its running the filescan now. Thanks both of you! i owe you many hours in saved time on this
  14. Thanks for your reply. tried via console on nextcloud docker, and also via webterminal and both gives me docker: command not found What am i doing wrong now?
  15. Hi, Last resort to seek help, tried different other sources. I am in need of help to get apx 250 gb worth of images imported to nextcloud. Using: linuxserver/nextcloud |up-to-date| custom /data/mnt/user/nextcloud/ /config/mnt/user/appdata/nextcloud linuxserver/mariadb |up-to-date| bridge /config/mnt/user/appdata/mariadb I put a single file into /mnt/user/nextcloud/Jesper Sehested/files/upload/test/ Now ive tried several different commands to rescan, but they come back with: sudo: unknown user: www-data Which user should i use?