Jump to content

aptalca

Community Developer
  • Posts

    3,064
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by aptalca

  1. How do I get the essential data(history) i.e events etc moved to the array and keep the app(zoneminder) on the cache.With /config mount all the data and is moved by the mover? You can either manually archive the contents of that folder to another share that is transferred to the array, or you can create a new share in unraid (cache drive enabled), map that share to the docker container and within the container symlink the current events folder to a folder in the new share
  2. Hi macester, I noticed that you bumped up the phusion baseimage to the latest only to revert it a day or two later. Just out of curiosity, was there an issue with the latest baseimage? I was considering updating my dockers but wanted to make sure it works fine. Thanks
  3. In the unraid gui dashboard, click on the container's icon and select logs I even tried removing the container and the data and reinstalling. still didn't work. Log apache.conf already exists zm.conf already exists using existing mysql database using existing data directory using existing perl data directory creating symbolink links setting the correct local time increasing shared memory starting services * Starting MySQL database server mysqld ...done. * Checking for tables which need an upgrade, are corrupt or were not closed cleanly. * Starting web server apache2 * Starting ZoneMinder: failure Hmm that log doesn't really show anything. But a start failure suggests something is indeed broken with the current install. The fact that a reinstall didn't fix it suggests an issue with the files in the config folder or an issue with the mysql database. I'm afraid I can't troubleshoot it remotely. I would suggest a fresh install in a new config folder (keep the existing folder as a backup of your data). After that, once the new container is installed and is accessible, you can try and transfer some of the setting files or the mysql stuff into that new folder to retrieve some of your old data (if you really want to, but it could get complicated).
  4. I believe docker can pass devices through as long as drivers are loaded on the host OS. Unfortunately unraid lacks drivers for webcams. I talked to jonp about it and he doesn't think it makes sense to include those drivers in the unraid kernel (I also agree). You might wanna consider using a vm and passing through the usb port/bus if your hardware allows it
  5. In the unraid gui dashboard, click on the container's icon and select logs
  6. Edit the container, don't change anything and hit save. It will recreate the container and see if that works I did just that, but it still does not work. The connection is refused. when I click the docker the browser opens the address: UnraidIPaddress:2424/zm/ that's the connection that gets refused. So I tried removing the "/zm/" from the Url and it takes me to the page: What do the logs show?
  7. Edit the container, don't change anything and hit save. It will recreate the container and see if that works
  8. Hi, I too am stuck on beta1. It never updates for me. I have had this running for a month and I started/stopped just about every other day as I have been using this as an on demand backup. Here's my log: Dec 9 20:34:12 aa4ad93732b5 syslog-ng[47]: syslog-ng starting up; version='3.5.3' ----------------------------------- GID/UID ----------------------------------- User uid: 99 User gid: 100 ----------------------------------- Hit http://ppa.launchpad.net trusty InRelease Ign http://mirrordenver.fdcservers.net/ubuntu/ trusty InRelease Hit http://ppa.launchpad.net trusty/main amd64 Packages Get:1 http://mirrordenver.fdcservers.net/ubuntu/ trusty-security InRelease [64.4 kB] Get:2 http://mirrordenver.fdcservers.net/ubuntu/ trusty-updates InRelease [64.4 kB] Hit http://mirrordenver.fdcservers.net/ubuntu/ trusty Release.gpg Get:3 http://mirrordenver.fdcservers.net/ubuntu/ trusty-security/main Sources [127 kB] Get:4 http://mirrordenver.fdcservers.net/ubuntu/ trusty-security/restricted Sources [3,920 B] Get:5 http://mirrordenver.fdcservers.net/ubuntu/ trusty-security/universe Sources [36.5 kB] Get:6 http://mirrordenver.fdcservers.net/ubuntu/ trusty-security/multiverse Sources [2,165 B] Get:7 http://mirrordenver.fdcservers.net/ubuntu/ trusty-security/main amd64 Packages [477 kB] Get:8 http://mirrordenver.fdcservers.net/ubuntu/ trusty-security/restricted amd64 Packages [20.2 kB] Get:9 http://mirrordenver.fdcservers.net/ubuntu/ trusty-security/universe amd64 Packages [156 kB] Get:10 http://mirrordenver.fdcservers.net/ubuntu/ trusty-security/multiverse amd64 Packages [4,645 B] Get:11 http://mirrordenver.fdcservers.net/ubuntu/ trusty-updates/main Sources [311 kB] Get:12 http://mirrordenver.fdcservers.net/ubuntu/ trusty-updates/restricted Sources [5,219 B] Get:13 http://mirrordenver.fdcservers.net/ubuntu/ trusty-updates/universe Sources [183 kB] Get:14 http://mirrordenver.fdcservers.net/ubuntu/ trusty-updates/multiverse Sources [5,116 B] Get:15 http://mirrordenver.fdcservers.net/ubuntu/ trusty-updates/main amd64 Packages [836 kB] Get:16 http://mirrordenver.fdcservers.net/ubuntu/ trusty-updates/restricted amd64 Packages [23.4 kB] Get:17 http://mirrordenver.fdcservers.net/ubuntu/ trusty-updates/universe amd64 Packages [431 kB] Get:18 http://mirrordenver.fdcservers.net/ubuntu/ trusty-updates/multiverse amd64 Packages [14.1 kB] Hit http://mirrordenver.fdcservers.net/ubuntu/ trusty Release Dec 14 14:32:36 aa4ad93732b5 syslog-ng[49]: syslog-ng starting up; version='3.5.3' When I docker exec in and do apt-get update, I get the following: root@aa4ad93732b5:/etc/my_init.d# apt-get update Hit http://ppa.launchpad.net trusty InRelease Ign http://mirrordenver.fdcservers.net/ubuntu/ trusty InRelease Hit http://ppa.launchpad.net trusty/main amd64 Packages Hit http://mirrordenver.fdcservers.net/ubuntu/ trusty-security InRelease Hit http://mirrordenver.fdcservers.net/ubuntu/ trusty-updates InRelease Get:1 http://mirrordenver.fdcservers.net/ubuntu/ trusty Release.gpg [933 B] Hit http://mirrordenver.fdcservers.net/ubuntu/ trusty-security/main Sources Hit http://mirrordenver.fdcservers.net/ubuntu/ trusty-security/restricted Sources E: Method gave invalid 103 Redirect message I get the same result when I use the command that linuxserver team's baseimage has: apt-get update && apt-get --only-upgrade install -yqq $APTLIST I believe that is why it fails to update sab. I don't have this issue with any other containers. I tested duckdns, another phusion based container and there are no issues with apt-get update there. I then did apt-get upgrade in sab and it went ahead and updated to beta 3. It still fails on apt-get update. Do you think there might be an issue with the sources.list provided in the baseimage? Thanks
  9. Telnet or go to console and do docker exec -it Zoneminder bash to enter the container The type mysql no user/password needed and you can fix what needs to be fixed
  10. Does the container remain running? Or does it stop right away? If it's running, then try docker exec into it and you can try and fix the mysql issue.
  11. It seems it's been a hot topic for a while: https://github.com/ZoneMinder/ZoneMinder/issues/39 I didn't read through the whole thread yet but there's been work done on this
  12. I looked into it and you're right. By default zm saves individual jpegs. When you export them, it exports as mp4s. You might have to ask on zm forums to see if it can save them as mp4s or maybe auto export or something like that
  13. I had mp4's saved just fine. I believe there is an option for saving videos vs individual jpegs but I'll look into it
  14. You're most likely using a config folder path as /mnt/user/blah Change it to /mnt/cache/blah or /mnt/diskx/blah and it should work
  15. I just tried it on mine and it worked with no issues. So I'm gonna need more info. What version of calibre are you running? Does it happen on all the books? What format are the books you are trying to download? What browser did you try? For your reference, I'm using the latest calibre 2.45. I tried to download a few books in mobi and epub formats using Chrome (stable) on win 10 as well as explorer (edge 25). I also tried the "Get" link in the main interface, epub and mobi links in the book details screen and the epub and mobi links in the mobile interface.
  16. I don't know if I'm doing it right, but I have port forwarding setup on my router to push external requests to my server's internal IP via port 3000. Seems to be working. Curious if it's secure, or if there's a better way? Second, I noticed something tonight. As I'm setting up, or atleast trying to figure out how to setup Couchpotato w/passthepopcorn, Sonar w/Broadcasthenet, Transmission and some sort of VPN to my Torguard account (Lots of frustration there), I'm using Plex requests with my users to basically make a backlist of "things" to get. Three Issues: As I have to download manually until I can figure out how to set up the above mentioned, Plex requests doesn't recognize the manually added media now in my library, therefore it doesn't show the request has been filled. Furthermore PLEX Requests is allowing my users to request media that's in my libraries already. Lastly, the request list has grown pretty long, and while browsing today, I can't see all of it. It's like it's on another page, but I don't have a next page button? I may just be missing something. Thanks! Oh, and thanks for a sweet container! Hi Drider, I'm not the developer of PlexRequests, I just created the docker for it. If it runs and you can access the gui, then my work is done [emoji6] The three issues you're having are all PlexRequests related, so you should probably ask in the PlexRequests thread on the plex forum With regards to port forwarding, yes that's the most common way to expose plexrequests to other users on the internet (combine that with a dynamic dns like duckdns and you're good to go). I honestly don't know how secure PlexRequests itself is. I believe some users are using custom firewalls like pfsense and maybe with that you can add an additional layer of security if you like
  17. Many docker containers update themselves when first started. If there's a slow connection to the server, the update can take several minutes, during which time the app is not running and the gui is not up. The logs usually tell you what is going on
  18. Thanks so much for the directions. I never tried reverse proxy but have been curious
  19. I remember now why I decided to launch the webserver separately through command line. If I let users use the built-in webserver, the settings and the port forwarding (host-to-container) would be too complicated to set up. By doing it separately, I was able to set it all up for the user and it just worked. If you would like to utilize the built-in webserver where you can change all the settings and add a password, you can follow the directions below. Keep in mind that the changes will persist through start and stops of the container but not if you reinstall or update it: in unraid terminal, type the following to access the container: docker exec -it RDP-Calibre bash Modify the startup script to permanently stop the existing webserver: nano /etc/my_init.d/firstrun.sh Delete the last line and hit ctrl-x to save and exit Restart the container and open the webgui Under Preferences/Sharing over the net, enter the port number "8081" (this is the internal port number within the container) and set other options, and start the webserver Now, you should be able to access the built-in server through the "second" port number you selected when you installed the container (alternatively, you can hit the link for that in the unraid gui under the docker tab as shown in the attached screenshot)
  20. I'll look into it. The container is launching the webserver as a separate task from command line. I thought the built in server settings worked, but in reality I never tried to change any settings.
  21. This issue was brought up in the plexrequests thread on the plex forum. Plexrequests is crashing because you have duplicate items in your database. The new version does not allow adding a duplicate and it errors out when there are duplicates in the database. I believe they recommended the deletion of the duplicate item in the database. You should be able search that thread for the exact methods.
  22. Hi rix, I noticed that you have a version of plexrequests in your repo. I see that you added a url prefix option. Could you update the general information in the description as well as the support link? The container is still listing me as the maintainer (dockerfile), it links to my support thread and all the info listed in the community applications (from the xml) seems to be the same as mine and it creates quite a bit of confusion. Thanks
  23. Just a heads up, in a new installation of this container with the new beta, the incomplete and complete download folders default to respective folders in the config folder, not what is selected in the container settings. I noticed that the default sabnzbd settings point to "downloads" rather than "/downloads", which is directed to the folder in the main installation folder, not the mapped folder
×
×
  • Create New...