Jump to content

Squid

Community Developer
  • Posts

    28,704
  • Joined

  • Last visited

  • Days Won

    314

Everything posted by Squid

  1. Somethings not right. Unless the syslinux message is from a hard drive for some reason. Check your boot order and maybe just try the flash virgin. And after its bitting copy over the config folder. Sent from my LG-D852 using Tapatalk
  2. Did you run makebootable as an admin? Sent from my LG-D852 using Tapatalk
  3. Depends. Unless you're willing to purposely infect yourself to see what order it tries to infect. (but the paper I read said it was random) the bait shares concept tries to overwhelm the attack by giving it a million possible targets versus the couple thousand you may have of legit files. Any security system is a trade-off between convenience and security. For myself not including the regular shares is a trade off I'm willing to make for the increased convenience Sent from my LG-D852 using Tapatalk
  4. That's impossible. Cross site vulnerability without adding JavaScript to the source Sent from my LG-D852 using Tapatalk
  5. Easier to remove steps 2 & 3 and change 4 to be docker exec -it NameOfContainer bash (technically should be /bin/bash though)
  6. email [email protected] or alternatively, set up a different usb key (copy all the files from the original sans the /config/trial.key) and register that one
  7. See https://lime-technology.com/oldforum/?topic=40937.msg503195#msg503195 and https://lime-technology.com/oldforum/?topic=40937.msg503205#msg503205 and https://lime-technology.com/oldforum/?topic=40937.msg503215#msg503215
  8. Did you originally get the warning and then install and the warning is still there? Hit rescan if that's the case Sent from my LG-D852 using Tapatalk
  9. Anyone who was a member of the old forum can edit the wiki. Anyone who wishes to add an entry to the unraid FAQ is more than welcome Sent from my LG-D852 using Tapatalk
  10. You don't have /data as a mapping for either radarr or sonarr. Add it in exactly the same as deluge Sent from my LG-D852 using Tapatalk
  11. Shutdown / reboot / powerdown all perform a graceful shutdown. There are some edge cases where it is possible that it won't work - akin to Windows sitting there on a shutdown screen stating that "program xxxx" is preventing this computer from shutting down, but those edge cases are rare. Not sure what you exactly mean by interface with the UPS though. The UPS can trigger a powerdown of unRaid (which runs the shutdown routine).
  12. Squid

    Docker FAQ

    This thread is reserved for Frequently Asked Questions, concerning all things Docker, their setup, operation, management, and troubleshooting. Please do not ask for support here, such requests and anything off-topic will be deleted or moved, probably to the Docker FAQ feedback topic. If you wish to comment on the current FAQ posts, or have suggestions or requests for the Docker FAQ, please put them in the Docker FAQ feedback topic. Thank you! Note: I am the author of many of these posts. But I am not the author of all of them. Due to circumstances beyond our control, the original postings have been lost, but I took it upon myself to salvage them, with the unfortunate net result that I had to take "ownership" of the posts. ANY user can reply to this thread with any new Q/A. I will add such posts to this table of contents. I need help with an application? What information should I supply? Getting Started How do I get started using Docker Containers? What are the host volume paths and the container paths Dockers, theres so much to learn!  Are there any guides? How do I know if I've set up my paths, ports, etc correctly? With 6.2, do I need to move my appdata and/or docker image into unRaid's recommended shares? How should I set up my appdata share? General Questions Why doesnt the "Check for Updates" button bring my Docker to the newest version of the application? How do I update to the newest version of the application? How do I move or recreate docker.img? What do I fill out when a blank template appears? How can I run other docker applications that are not listed within the App tab? I've told {App-X} to look / move / copy files via SMB to my server. Why doesn't it work? If I need to delete my docker.img file, will I lose my application's settings, etc? How do I get a command prompt within a docker application? How do I increase the size of my docker.img file? Why does the "EDIT" not appear on the dashboard / docker tab when I click on an icon? What do I do when I see 'layers from manifest don't match image configuration' during a docker app installation? How Do I Create My Own Docker Templates? I've recreated my docker.img file. How do I re-add all my old apps? I want to run a container from docker hub, how do I interpret the instructions. I want to change the port my docker container is running on or I have two containers that want to use the same port, how do I do that? Why it's important to understand how folder mappings work...  and an example of why it goes wrong. How do I Stop/Start/Restart Docker via Command Line How Do I Pass Through A device To A Container? Can I switch Docker containers, same app, from one author to another?  How do I do it? For a given application, how do I change Docker containers, to one from a different author or group? How do I install a second instance of an application? I closed the transfer window on Krusader. How do I get it back? How can I use private template repositories with unRaid? What does "Deprecated" mean? Docker Image Filling Up Why does my docker.img file keep filling up? Why does my docker.img file keep filling up while using Plex? My docker.img file is filling up due to excessive logging from various apps Troubleshooting, Maintenance I continually have "Server Execution Errors" whenever I try and start a container Why don't my Docker Container and VM mappings of remote shares to the local mount point (/mnt/disks) work after updating to 6.9? How come I get "Execution Error" when trying to start a container? Why cant (insert docker app name here) see my files mounted on another server or outside the array Where did my Docker files go? Why did my files get moved off the Cache drive? Why does Sonarr keep telling me that it can't import a file downloaded by NZBGet? (Or any other combination of apps?) How do I limit the CPU resources of a particular docker application? How do I limit the memory usage of a docker application? Why do I keep losing my Docker container configurations? Why did my newly configured Docker just stop working? Fix Common Problems plugin is complaining about Container Port x not found or changed on installed applications. What do I do? Fix Common Problems plugin is complaining about UD Mounted paths not mounted with the Slave Option. What do I do? Why can't I delete / modify files created by CouchPotato (or another docker app)? Why does a certain docker application always start when booting unRaid when autostart is set off? Why are some of my applications randomly stopping and won't restart? (unRaid 6.4+ with Unassigned Devices mounting SMB shares) How do I fix permission issues on file(s) created by Plex DVR? Why does Unraid keep adding ports that I've removed from the template back to the application when I update? Why do my remote share mappings fail after I updated UD? Using private repositories within CA How do I check my installed apps for vulnerabilities (Log4J etc)?
  13. It technically is, and is just a wrapper script for either the reboot or shutdown commands. However its use is so prevalent that I for one would be mildly peeved should that wrapper script ever not be included in unraid (and would be forced to create a plugin just to have the script present). (IE: no matter how much LT says its deprecated, I've been saying powerdown -r for years now, and will continue to say it for years to come)
  14. You May have to give it the full path. Probably wrong but off the top of my head /usr/sbin/powerdown -r Sent from my LG-D852 using Tapatalk
  15. Read the op or add a script and edit it within the plugin itself Sent from my LG-D852 using Tapatalk
  16. Cleanup appdata. Probably sitting there in settings. Double and triple check (and then check again) what it offers to delete.. Sent from my LG-D852 using Tapatalk
  17. User scripts plugin Script will be powerdown -r Sent from my LG-D852 using Tapatalk
  18. Schedule disabled Sent from my LG-D852 using Tapatalk
  19. Seems like you're pointed at the wrong appdata. Orphaned images can be safely deleted one of your installs generated an error
  20. The restore purposely excludes restoring the usb files. Copy the file from your backup location. (can do over the network... /config/plugins/dockerMan/templates-user/my-plex.xml (or whatever the template is called) from the backup share to the flash drive (same location)
  21. My bad... If you clicked reinstall from the pop up, you got the default template. If you clicked reinstall from underneath the description you got the correct one... Fixed to work the way its supposed to. If you haven't hit Apply yet, then the previously installed template with all of your volumes will still exist. If you have hit apply, and can't remember for the life of you how you had the template set up or can't figure it out, then if you have a backup of the flash drive (ca appdata backup?) then you can restore the file from it (/config/plugins/dockerMan/templates-user/my-plex)
  22. Because CA is designed around the concept of templates, it requires a raw / default template in order to operate. It completely supports outside source apps being displayed within installed apps if it was converted by CA. Since yours was not, you have to supply that default template. You can either have CA search for and add the official mysql docker app (you don't need to actually install it though) or you can copy the template from /boot/config/plugins/dockerMan/templates-user to /boot/config/plugins/community.applications/private/DockerHub/ Don't copy anything else other than the template in question. What either of those two options does is creates a private repository that CA can read the template from. After copying the mysql template either reboot or switch CA from appfeed mode to legacy and back to appfeed. Pain in the ass in your case but it's just a design thing since it's primary purpose is not to manage existing containers but rather to install containers, with the addition of managing existing IF is knows about a default version of them.
  23. Permission issues on the Synology? Is the windows box connecting as a user to the share? UD didn't mount the share. If it did then there would be an unmount button. The logs from UD might also shed some light. But with Plex, you've also got to do this
×
×
  • Create New...