Jonwork88

Members
  • Posts

    12
  • Joined

  • Last visited

Jonwork88's Achievements

Noob

Noob (1/14)

2

Reputation

  1. Thanks for making the "Slicer" dockers - I'm actually using the OrcaSlicer. I am putting it on my server so we can access remotely. We just got a new 3D printer (our 1st one - so Im pretty new at this), and when we do a bed mesh it won't display the mesh, only provides me with the message "Sorry, your browser does not support WebGL". I'm running Chrome and it does work when I run OrcaSlicer natively on my computer. Any thoughts? I don't see anything referencing WebGL in the log, for both the docker log, and the logfile in AppData for OrcaSlicer. Any idea? Thansk! Jon
  2. This looks like just what I need to clean up old versions of family videos. Trying it out and I get the error "cannot find shared FFmpeg libraries". Want to make sure its not a problem with my install - was ffmpeg/ffprobe bundled into the container or do I need to install it separately. If I need to install separately, should I be putting it in the "/mnt/user/appdata/VideoDuplicateFinder" directory? Thanks!
  3. This worked like a charm for me to allow me to connect to remote shares - edited the Binhex-Krusader container to add a new "path" called /REMOTES on the container and located at /mnt/remotes/ on Unraid (Host Path) and now I could see and interact with the remote shares... Thanks! Jon
  4. I am also having a problem with Hardware Transcoding not working anymore. I am on 6.11.5 of Unraid and I have my Plex docker (BinHex-Plex Pass) on latest. I have an Nvidia P2000 and I am running the most recent set of drivers ( 525.85.05). I don't see any errors in the docker logs. Not sure how long HW transcoding on my P2000 hasn't been working.... Any suggestions on how to move forward? Let me know if there is any additional information you need. Appreciate any help provided! Thanks! Jon
  5. Hey Chris_Netsmart - were you ever able to fix this? I seem to have run into the same issue, updated from 6.9.3 to 6.11.5 and my Conbee 2 in HA VM seems to be broken. Been googling and trying things for a few hours with no joy. Thanks! Jon
  6. I am having the same issue - the Redis container is being rebooted as part of this. When I try to follow the directions and run the command 'sysctl vm.overcommit_memory=1' in the container terminal I get the following response 'sysctl: setting key "vm.overcommit_memory": Read-only file system'. I also can't seem to find the files for Redis within my "AppData" share so I can't modify /etc/sysctl.conf either. Any suggestions? Thanks!
  7. For those who updated to V0.9.2 from 0.9.1 and found their config.yml file was no longer valid.... In V0.9.1, I didn't have RTMP included in my config.yml and I would get an error "Camera (camera name) has rtmp enabled, but rtmp is not assigned to an input." but it would still work fine. With the change to V0.9.2, it no longer works - lists it as a configuration error and shuts down the docker. Under each camera section, I added the lines below that seemed to fix it. I no longer get the error in my logs and frigate is working fine again. "rtmp:" should line up with your "ffmpeg", "detect", "record" etc. You'll need the below lines for every camera. rtmp: enabled: false Here is the error message I was getting in my logs - again - solved with the above yml code. Camera deck has rtmp enabled, but rtmp is not assigned to an input. (type=value_error) ************************************************************* *** End Config Validation Errors *** ************************************************************* [cmd] python3 exited 1 [cont-finish.d] executing container finish scripts... [cont-finish.d] done. [s6-finish] waiting for services. [s6-finish] sending all processes the TERM signal. [s6-finish] sending all processes the KILL signal and exiting.
  8. @JonathanM - thanks for the explanation. I recognize that you can't guarantee anything, but should this be a safe update to make? This is all I could find about it (https://github.com/linuxserver/docker-unifi-controller/releases)
  9. I have also been on 6.4.54 for a few weeks and everything is fine. However, for the first time I can remember, Unraid is telling me there is a docker update ready - I thought I wouldn't receive these if I set a tag? Or is it possible this is an update to 6.5.54? Here is the tag I am using on my docker: linuxserver/unifi-controller:version-6.4.54 Thanks in advance for any feedback.
  10. Thanks for taking the plunge for the rest of us - I'm holding off until I see some feedback
  11. @Salotz - Thanks for the tip - I'm a newbie and this specific issue is killing me, I have been unable to get a synced folder on my desktop to save to shares on my array (and vice versa - share to desktop). So just setting the default path to /media would enable files from a synced folder from my desktop to sync to a share on my array? For example, a synced folder at C:\Users\Name\Documents\sync from my desktop computer that I sync with my unraid server should save to /mnt/user/sync? Thanks Salotz... and Binhex - love your Containers, thanks for everything you do. Thanks!
  12. I also struggle with how to properly backup a VM. The CA Backup/Restore AppData plugin is great for Dockers, would love to see something similar for VMs or as asked by Newbie - a clear guide on what files/folders to backup in order to do a proper config/settings etc backup including instructions on how to restore if needed. I recently had some errors on my cache drive and I am troubleshooting, and have backed up my appdata, but would like to be able to ensure my Home Assistant VM is recoverable as well. Really appreciate everyone's contributions by the way - love Unraid!!