Codex

Members
  • Posts

    17
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Codex's Achievements

Noob

Noob (1/14)

2

Reputation

  1. [scrutiny] Something seems to have gone awry with the template, as updating it or installing with the defaults (changed port in my case) results in: docker run -d --name='scrutiny' --net='bridge' --privileged=true -e TZ="Pacific/Auckland" -e HOST_OS="Unraid" -e HOST_HOSTNAME="kitsune" -e HOST_CONTAINERNAME="scrutiny" -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:8080]' -l net.unraid.docker.icon='https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/scrutiny.png' -p '8585:8080/tcp' -v '/run/udev':'/run/udev':'ro' -v '/dev/disk':'/dev/disk':'ro' -v '':'/opt/scrutiny/config':'rw' -v '':'/opt/scrutiny/influxdb':'rw' 'ghcr.io/analogj/scrutiny:master-omnibus' docker: invalid spec: :/opt/scrutiny/influxdb:rw: empty section between colons.
  2. Seconding container requests, would be great to see a binhex container for https://github.com/aetaric/checkrr 🙏
  3. Update on this, no joy with swapping ports so have ordered a kingston drive. Hoping unraid plays nicer with that, flash drives seem a bit scarce in my part of the world at the moment.
  4. Chucked it in the USB2 ports, we'll see how it goes lol
  5. Huh that was stupid, have edited the topic and attached the correct one now. The log shows the errors with the drive pretty well. This is good to know, cheers. Yeah as far as USB2 drives goes the options are very slim pickings, with only Strontium, sandisk, and adata drives in the USB2 range. Closest I'll get is this probably: Kingston 32GB USB 3.0 DataTraveler G4 https://www.pbtech.co.nz/product/MEMKIC33032/Kingston-32GB-USB-30-DataTraveler-G4-RedWhite-FLAS 🤔 Nah, it persists. Basically if the message appears, then I cannot use unraid normally again until I shut down and 'repair' the drive on a windows pc. kitsune-diagnostics-20220324-0919.zip
  6. I got this problem probably every 10-15 days ever since I started using Unraid and finally remembered to capture the logs before I resolved it again. Basically, seemingly randomly, often exposed via performing an update of the plugins, the Flash drive gets reported by Unraid as unreadable or corrupt. I then take the flash drive, chuck it into a windows PC, windows says it needs a repair, it performs the repair but doesn't find anything wrong, then I boot unraid again and carry on for the next block of time. Flash Drive: Strontium Ammo 3.1 USB Flash Drive - 32GB Datasheet: http://strontium.biz/wp-content/uploads/NITRO-AMMO-USB-3.1-Product-Datasheet.pdf I have another of the exact same drive but I don't want to waste transfers, not really sure where to go from here. Logs attached kitsune-diagnostics-20220324-0919.zip
  7. Thanks for the link. I found the issue, although the fix seems to represent a discrepancy in the state itself and the representation of the state. `Use SSL/TLS` was set to `yes` which is what I expected, I set it to no, then back to yes, and everything started working again, redirecting to local name on https. http://ip ->https://name.local https://ip -> https://name.local http://name.local -> https://name.local https://name.local Before this, I was getting the nginx 404.
  8. The plot thickens, I was able to renew the cert and can access it via myunraid. However I can only access the webui via http://ip and not https://ip. When trying https I'm met with nginx 404s.
  9. Yeah same issue with nginx I have here :
  10. After upgrading I can no longer access the webui using the server name, only via the IP. I get presented with an nginx 404: ``` 404 Not Found nginx ``` No useful logs, the only nginx logs are: ``` Mar 12 14:58:36 kitsune emhttpd: shcmd (22): /etc/rc.d/rc.nginx start Mar 12 14:58:36 kitsune root: Starting Nginx server daemon... ``` Did a config not migrate correctly? What should /etc/nginx configs be with this update?
  11. I was going to make a container for running Cura but it would be awesome if Ultimaker Cura was on the binhex train Also idk if this belongs here or not, but krusader has mixed support when handling archives, it would be really helpful if a dedicated archive util was added to that container.
  12. Sure, see attached. kitsune-diagnostics-20211104-0936.zip EDIT: Just noticed it also spins to 100% on GPU if you go to the nvidia plugin page lol
  13. Looking pretty good to me, although after the update it can be anywhere 10 seconds to a minute before the Main page shows the disks and their info. Also the console floods with: `Firefox can’t establish a connection to the server at wss://myserver/sub/notify.` Vid here: Video.webm Also i'm not sure if anyone else experiences this, but same with RC1 too, if I go to the dashboard it spins my GPU fan to 100% every 10-15 seconds and winds it back down. As soon as I leave the dashboard it's fine lol. Really weird.
  14. Maybe, I removed the package from the usb drive, reinstalled, seems to be fine now.
  15. Just attempted to update and it failed, now i'm stuck in a weird state: Warning: mkdir(): Input/output error in /usr/local/emhttp/plugins/dynamix.plugin.manager/scripts/plugin on line 264 plugin: unable to create parent directory for /boot/config/plugins/community.applications/community.applications-2021.10.17-x86_64-1.txz Then when attempting to install: plugin: installing: https://raw.githubusercontent.com/Squidly271/community.applications/master/plugins/community.applications.plg plugin: downloading https://raw.githubusercontent.com/Squidly271/community.applications/master/plugins/community.applications.plg plugin: downloading: https://raw.githubusercontent.com/Squidly271/community.applications/master/plugins/community.applications.plg ... done plugin: XML file doesn't exist or xml parse error Not sure where to go from here