Jump to content

bobbintb

Members
  • Posts

    1,396
  • Joined

  • Last visited

Everything posted by bobbintb

  1. Deleting the docker image does not mean you have to reconfigure everything. If you delete, recreate, then re-add the apps via CA's previous apps, everything will be back the exact same after the downloads. (They will have the exact same mappings, hosts, etc) Thanks for the tip. I wasn't aware CA had that feature. I still have to redo Jackett though. For some reason It breaks every time I re-add it and I have to go into the web-ui and reconfigure the sites. It's still going to be a pain in the butt to if I have to keep deleting the image. Hopefully I can figure out why this keeps happening and getting worse.
  2. Right, but why does my problem persist, after deleting the container and config directory, scrubbing, and force update? I don't want to have to delete the shared docker image and reconfigure all my apps all the time. I'm not even sure it would work but ti's the only thing I've yet to try.
  3. Its crashing upon startup, you will need to clear out the session folder..... Myk Wouldn't that show in the log if it crashed? How do I do that? If you are talking about the session folder in the config directory, I've deleted the entire directory as I did when this happened previously. I don't understand. I delete the image and start from scratch. Why do things seem to be lingering? When I re-add the image there are still some layers it seems: IMAGE ID [latest]: Pulling from linuxserver/rutorrent. IMAGE ID [6ffe5d2d6a97]: Already exists. IMAGE ID [f4e00f994fd4]: Already exists. IMAGE ID [e99f3d1fc87b]: Already exists. IMAGE ID [a3ed95caeb02]: Already exists. IMAGE ID [ededd75b6753]: Already exists. IMAGE ID [1ddde157dd31]: Already exists. IMAGE ID [9fdc4b327358]: Already exists. IMAGE ID [a836128d06ab]: Already exists. IMAGE ID [7583a35fe4e8]: Already exists. IMAGE ID [076997f72920]: Pulling fs layer. Downloading 100% of 14 MB. Verifying Checksum. Download complete. Extracting. Pull complete. IMAGE ID [dd5fe548a3f7]: Pulling fs layer. Downloading 100% of 16 KB. Verifying Checksum. Download complete. Extracting. Pull complete. IMAGE ID [df03e4d292ff]: Pulling fs layer. Downloading 100% of 282 B. Verifying Checksum. Download complete. Extracting. Pull complete. IMAGE ID [f1467c28f01f]: Pulling fs layer. Downloading 100% of 782 B. Verifying Checksum. Download complete. Extracting. Pull complete. IMAGE ID [2d8b4aea5281]: Pulling fs layer. Downloading 100% of 912 B. Verifying Checksum. Download complete. Extracting. Pull complete. IMAGE ID [86bc7d317925]: Pulling fs layer. Downloading 100% of 2 KB. Verifying Checksum. Download complete. Extracting. Pull complete. IMAGE ID [0613e269bde6]: Pulling fs layer. Downloading 100% of 68 MB. Verifying Checksum. Download complete. Extracting. Pull complete. IMAGE ID [1deb4ec21104]: Pulling fs layer. Downloading 100% of 8 KB. Verifying Checksum. Download complete. Extracting. Pull complete. IMAGE ID [f7d7f66475af]: Pulling fs layer. Downloading 100% of 642 B. Verifying Checksum. Download complete. Extracting. IMAGE ID [be5efaf22116]: Pulling fs layer. Downloading 100% of 354 B. Verifying Checksum. Download complete. IMAGE ID [747a83b35ea7]: Pulling fs layer. Downloading 100% of 25 KB. Verifying Checksum. Download complete.
  4. ok... now I'm getting the message again: No connection to rTorrent. Check if it is really running. Check $scgi_port and $scgi_host settings in config.php and scgi_port in rTorrent configuration file. Except now nothing is fixing it, not force updating and not deleting the image and starting over. There is also nothing in the log this time. This is very frustrating. Am I the only one having such instability issues?
  5. I did a force update and it seems to be working now. Don't know why it took that. Shouldn't it have worked on the initial pull?
  6. I will, sure. I'm not sure what your role is in development buy could you take a look at my link in the previous post? I can't even start with this because I can't get a working version of rtorrent.
  7. Hey bobbintb, we've not chipped in on this as we don't really use torrents. But it's interesting, saw you popped in IRC but missed you. Works better if you can maintain an IRC presence as it sometimes takes a while before anyone is free. Quassel is a great container for that, or ZNC. Yeah, I know. I really just checked IRC on the off chance that someone just happened to be there before I did a forum post. But that issue was with rTorrent, not with Sonarr. https://forum.linuxserver.io/index.php?threads/rtorrent-on-unraid-cannot-restart.645/ Anyway, once I get rtorrent working, I will begin working on my hard linking solution for Sonarr. I doubt many would be interested in it as most people are fine with just using a cache drive and copying over but I'll post it anyway. The basic idea is that once Sonarr sends the torrent to rtorrent (which in my case downloads to a user share) I use a combination of XMLRPC and bash scripting to stop the download, search the mounted disks for the actual drive the file is on, change the location from the user share to the disk, and resume downloading. That way when the download finishes, rtorrent will report the download location as one of the disk shares, which can be hard linked, instead of a user share, which can't.
  8. You can set up rTorrent to do it itself though.
  9. From a few posts back in this thread http://lime-technology.com/forum/index.php?topic=47299.msg475461#msg475461 Doesn't help. Before I delete the lock file I keep getting: dtach: /detach_sess/.dtach: Address already in use After I delete it I get this: cat: /config/rtorrent/rtorrent_sess/rtorrent.lock: No such file or directory tail: : invalid PID dtach: /detach_sess/.dtach: Address already in use If I delete the whole config folder, I still have the problem. The only way to fix it is to remove the rutorrent container and add it again. I don't seem to be the only one: https://hub.docker.com/r/linuxserver/rutorrent/
  10. I can only get this to work after initially creating it. If I restart it, it will not connect to rtorrent. I keep getting this message from the rutorrent webui: No connection to rTorrent. Check if it is really running. Check $scgi_port and $scgi_host settings in config.php and scgi_port in rTorrent configuration file. Both those settings are fine.
  11. Yeah, but that just end up costing me more management time by having to remove things from the cache drive whenever it fills up and since I seed just about everything indefinitely, I would also have to to change to the seeding location from cache to server share. It's a lot more management for an automated system when I can just make it work the right way.
  12. I, theoretically, found a way to get hard links working with this if anyone is interested in helping me with it. Anyone good with rtorrent scripting? It depends on using rtorrent though as I don't think there is any way to do it with deluge. There might be a way with deluge if someone wants to try.
  13. Quick Google-foo seems like it does https://www.reddit.com/r/sonarr/comments/4ggkaj/what_exactly_is_the_point_of_use_hardlinks/d2hpvdv I don't have much first hand experience with it though... No, I knew the answer but forgot. Hard linking is not supported in UnRAID user shares. Any thoughts on a work around?: http://lime-technology.com/forum/index.php?topic=49647.0
  14. Do hard links work with this? How can I verify if they do or not? I don't want it to be copying and taking up twice the space because I seed everything.
  15. I'm getting 403 forbidden. Fresh Docker image. No errors in log. ErrorWarningSystemArrayLogin *** Running /etc/my_init.d/00_regen_ssh_host_keys.sh... *** Running /etc/my_init.d/04_set_timezone.sh... Current default time zone: 'America/Los_Angeles' Local time is now: Thu May 19 11:59:21 PDT 2016. Universal Time is now: Thu May 19 18:59:21 UTC 2016. *** Running /etc/my_init.d/10_add_user_abc.sh... ------------------------------------- _ _ _ | |___| (_) ___ | / __| | |/ _ \ | \__ \ | | (_) | |_|___/ |_|\___/ |_| Brought to you by linuxserver.io We do accept donations at: https://www.linuxserver.io/donations ------------------------------------- GID/UID ------------------------------------- User uid: 99 User gid: 100 ------------------------------------- *** Running /etc/my_init.d/20_apt_update.sh... finding fastest mirror Getting list of mirrors...done. Testing 73 mirror(s) connection to mirror.team-cymru.org: timed out connection to ubuntu.cs.utah.edu: timed out Getting list of launchpad URLs...done. Looking up 3 status(es) 1. mirrors.us.kernel.org Latency: 38 ms Org: Kernel.org Status: Up to date Speed: 2 Gbps 2. mirror.htnshost.com Latency: 39 ms Org: None Status: Up to date Speed: 1 Gbps 3. mirrors.ocf.berkeley.edu Latency: 54 ms Org: Open Computing Facility at UC Berkeley Status: Up to date Speed: 1 Gbps New config file saved to /defaults/sources.list We are now refreshing packages from apt repositories, this *may* take a while Ign http://mirrors.us.kernel.org trusty InRelease Get:1 http://mirrors.us.kernel.org trusty-updates InRelease [65.9 kB] Get:2 http://mirrors.us.kernel.org trusty-security InRelease [65.9 kB] Get:3 http://mirrors.us.kernel.org trusty Release.gpg [933 B] Get:4 http://mirrors.us.kernel.org trusty-updates/main Sources [346 kB] Get:5 http://mirrors.us.kernel.org trusty-updates/restricted Sources [5,217 B] Get:6 http://mirrors.us.kernel.org trusty-updates/universe Sources [194 kB] Get:7 http://mirrors.us.kernel.org trusty-updates/multiverse Sources [5,943 B] Get:8 http://mirrors.us.kernel.org trusty-updates/main amd64 Packages [964 kB] Get:9 http://mirrors.us.kernel.org trusty-updates/restricted amd64 Packages [23.5 kB] Get:10 http://mirrors.us.kernel.org trusty-updates/universe amd64 Packages [464 kB] Get:11 http://mirrors.us.kernel.org trusty-updates/multiverse amd64 Packages [14.3 kB] Get:12 http://mirrors.us.kernel.org trusty-security/main Sources [147 kB] Get:13 http://mirrors.us.kernel.org trusty-security/restricted Sources [3,920 B] Get:14 http://mirrors.us.kernel.org trusty-security/universe Sources [41.8 kB] Get:15 http://mirrors.us.kernel.org trusty-security/multiverse Sources [2,547 B] Get:16 http://mirrors.us.kernel.org trusty-security/main amd64 Packages [602 kB] Get:17 http://mirrors.us.kernel.org trusty-security/restricted amd64 Packages [20.2 kB] Get:18 http://mirrors.us.kernel.org trusty-security/universe amd64 Packages [167 kB] Get:19 http://mirrors.us.kernel.org trusty-security/multiverse amd64 Packages [4,853 B] Get:20 http://mirrors.us.kernel.org trusty Release [58.5 kB] Get:21 http://mirrors.us.kernel.org trusty/main Sources [1,335 kB] Get:22 http://mirrors.us.kernel.org trusty/restricted Sources [5,335 B] Get:23 http://mirrors.us.kernel.org trusty/universe Sources [7,926 kB] Get:24 http://mirrors.us.kernel.org trusty/multiverse Sources [211 kB] Ign http://ppa.launchpad.net trusty InRelease Get:25 http://mirrors.us.kernel.org trusty/main amd64 Packages [1,743 kB] Ign http://ppa.launchpad.net trusty InRelease Get:26 http://mirrors.us.kernel.org trusty/restricted amd64 Packages [16.0 kB] Get:27 http://mirrors.us.kernel.org trusty/universe amd64 Packages [7,589 kB] Get:28 http://ppa.launchpad.net trusty Release.gpg [316 B] Get:29 http://ppa.launchpad.net trusty Release.gpg [316 B] Get:30 http://ppa.launchpad.net trusty Release [15.1 kB] Get:31 http://ppa.launchpad.net trusty Release [15.1 kB] Get:32 http://ppa.launchpad.net trusty/main amd64 Packages [921 B] Get:33 http://mirrors.us.kernel.org trusty/multiverse amd64 Packages [169 kB] Get:34 http://ppa.launchpad.net trusty/main amd64 Packages [5,864 B] Fetched 22.2 MB in 5s (4,044 kB/s) Reading package lists... (Reading database ... 16464 files and directories currently installed.) Preparing to unpack .../php5-readline_5.5.9+dfsg-1ubuntu4.16_amd64.deb ... Unpacking php5-readline (5.5.9+dfsg-1ubuntu4.16) over (5.5.9+dfsg-1ubuntu4.14) ... Preparing to unpack .../php5-cli_5.5.9+dfsg-1ubuntu4.16_amd64.deb ... Unpacking php5-cli (5.5.9+dfsg-1ubuntu4.16) over (5.5.9+dfsg-1ubuntu4.14) ... Preparing to unpack .../php5-fpm_5.5.9+dfsg-1ubuntu4.16_amd64.deb ... invoke-rc.d: policy-rc.d denied execution of stop. Unpacking php5-fpm (5.5.9+dfsg-1ubuntu4.16) over (5.5.9+dfsg-1ubuntu4.14) ... Preparing to unpack .../php5-common_5.5.9+dfsg-1ubuntu4.16_amd64.deb ... Unpacking php5-common (5.5.9+dfsg-1ubuntu4.16) over (5.5.9+dfsg-1ubuntu4.14) ... Preparing to unpack .../openssl_1.0.1f-1ubuntu2.19_amd64.deb ... Unpacking openssl (1.0.1f-1ubuntu2.19) over (1.0.1f-1ubuntu2.18) ... Preparing to unpack .../php5_5.5.9+dfsg-1ubuntu4.16_all.deb ... Unpacking php5 (5.5.9+dfsg-1ubuntu4.16) over (5.5.9+dfsg-1ubuntu4.14) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up php5-common (5.5.9+dfsg-1ubuntu4.16) ... php5_invoke pdo: already enabled for cli SAPI php5_invoke pdo: already enabled for fpm SAPI php5_invoke opcache: already enabled for cli SAPI php5_invoke opcache: already enabled for fpm SAPI Setting up php5-cli (5.5.9+dfsg-1ubuntu4.16) ... php5_invoke json: already enabled for cli SAPI php5_invoke opcache: already enabled for cli SAPI php5_invoke pdo: already enabled for cli SAPI php5_invoke readline: already enabled for cli SAPI php5_invoke geoip: already enabled for cli SAPI Setting up php5-readline (5.5.9+dfsg-1ubuntu4.16) ... php5_invoke readline: already enabled for cli SAPI php5_invoke readline: already enabled for fpm SAPI Setting up php5-fpm (5.5.9+dfsg-1ubuntu4.16) ... php5_invoke json: already enabled for fpm SAPI php5_invoke opcache: already enabled for fpm SAPI php5_invoke pdo: already enabled for fpm SAPI php5_invoke readline: already enabled for fpm SAPI php5_invoke geoip: already enabled for fpm SAPI invoke-rc.d: policy-rc.d denied execution of start. Setting up openssl (1.0.1f-1ubuntu2.19) ... Setting up php5 (5.5.9+dfsg-1ubuntu4.16) ... *** Running /etc/my_init.d/40_copy_config.sh... *** Running /etc/my_init.d/50_gen_ssl_keys.sh... generating self-signed keys in /config/keys, you can replace these with your own keys if required Generating a 2048 bit RSA private key ..........................................................................+++ ...............................+++ writing new private key to '/config/keys/cert.key' ----- Subject Attribute /C has no known NID, skipped *** Running /etc/my_init.d/60_get_rutorrent.sh... fatal: destination path '/config/www/webui' already exists and is not an empty directory. fatal: Not a git repository (or any parent up to mount point /config) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). *** Running /etc/my_init.d/70_set_folders_and_config.sh... *** Running /etc/my_init.d/999_advanced_script.sh... *** Running /etc/rc.local... *** Booting runit daemon... *** Runit started as PID 1349 May 19 12:00:36 11b6eb1ada01 syslog-ng[1360]: syslog-ng starting up; version='3.5.3' 192.168.1.115 - admin [19/May/2016:12:00:41 -0700] "GET /plugins/diskspace/action.php?_=1463683050765 HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36" 192.168.1.115 - admin [19/May/2016:12:00:48 -0700] "POST /plugins/rss/action.php HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36" 192.168.1.115 - admin [19/May/2016:12:00:51 -0700] "GET /plugins/diskspace/action.php?_=1463683050766 HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36" 192.168.1.115 - admin [19/May/2016:12:01:01 -0700] "GET /plugins/diskspace/action.php?_=1463683050767 HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36" 192.168.1.115 - admin [19/May/2016:12:01:11 -0700] "GET /plugins/diskspace/action.php?_=1463683050768 HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36" 192.168.1.115 - admin [19/May/2016:12:01:21 -0700] "GET /plugins/diskspace/action.php?_=1463683050769 HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36" 192.168.1.115 - admin [19/May/2016:12:01:31 -0700] "GET /plugins/diskspace/action.php?_=1463683050770 HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36" 192.168.1.115 - admin [19/May/2016:12:01:41 -0700] "GET /plugins/diskspace/action.php?_=1463683050771 HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36" 192.168.1.115 - admin [19/May/2016:12:01:51 -0700] "GET /plugins/diskspace/action.php?_=1463683050772 HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36" 192.168.1.115 - admin [19/May/2016:12:02:01 -0700] "GET /plugins/diskspace/action.php?_=1463683050773 HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36" 192.168.1.115 - admin [19/May/2016:12:02:09 -0700] "POST /plugins/httprpc/action.php HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36" 192.168.1.115 - admin [19/May/2016:12:02:11 -0700] "GET /plugins/diskspace/action.php?_=1463683050774 HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36" 192.168.1.115 - admin [19/May/2016:12:02:21 -0700] "GET /plugins/diskspace/action.php?_=1463683050775 HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36" 192.168.1.115 - admin [19/May/2016:12:02:31 -0700] "GET /plugins/diskspace/action.php?_=1463683050776 HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36" 192.168.1.115 - admin [19/May/2016:12:02:41 -0700] "GET /plugins/diskspace/action.php?_=1463683050777 HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36" 192.168.1.115 - admin [19/May/2016:12:02:51 -0700] "GET /plugins/diskspace/action.php?_=1463683050778 HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36" 192.168.1.115 - admin [19/May/2016:12:03:01 -0700] "GET /plugins/diskspace/action.php?_=1463683050779 HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36" 192.168.1.115 - admin [19/May/2016:12:03:11 -0700] "GET /plugins/diskspace/action.php?_=1463683050780 HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36" 192.168.1.115 - admin [19/May/2016:12:03:21 -0700] "GET /plugins/diskspace/action.php?_=1463683050781 HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36" 192.168.1.115 - admin [19/May/2016:12:03:31 -0700] "GET /plugins/diskspace/action.php?_=1463683050782 HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36" 192.168.1.115 - admin [19/May/2016:12:03:41 -0700] "GET /plugins/diskspace/action.php?_=1463683050783 HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36" 192.168.1.115 - admin [19/May/2016:12:03:51 -0700] "GET /plugins/diskspace/action.php?_=1463683050784 HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36" 192.168.1.115 - admin [19/May/2016:12:04:01 -0700] "GET /plugins/diskspace/action.php?_=1463683050785 HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36" 192.168.1.115 - admin [19/May/2016:12:04:09 -0700] "POST /plugins/httprpc/action.php HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36" 192.168.1.115 - admin [19/May/2016:12:04:11 -0700] "GET /plugins/diskspace/action.php?_=1463683050786 HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36" 192.168.1.115 - admin [19/May/2016:12:04:21 -0700] "GET /plugins/diskspace/action.php?_=1463683050787 HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36" 192.168.1.115 - admin [19/May/2016:12:04:31 -0700] "GET /plugins/diskspace/action.php?_=1463683050788 HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36" 192.168.1.115 - admin [19/May/2016:12:04:41 -0700] "GET /plugins/diskspace/action.php?_=1463683050789 HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36"
  16. I installed the system temp plugin because I keep getting message from the kernel about temps above threshold and throttled CPU. I think these are fast positives but trying to make sure. When temperature do I look at for CPU? coretemp - Physical id 0 - 99.0 C coretemp - Core 0 - 99.0 C coretemp - Core 1 - 100.0 C coretemp - Core 2 - 96.0 C coretemp - Core 3 - 91.0 C nct6776 - MB Temp - 27.0 C nct6776 - CPU Temp - 39.0 C nct6776 - AUXTIN - 56.0 C nct6776 - PECI Agent - 95.0 C I'm just confused at how the CPU core temperatures can be so much higher than the CPU temperature.
  17. I installed the system temp plugin because I keep getting message from the kernel about temps above threshold and throttled CPU. I think these are fast positives but trying to make sure. When temperature do I look at for CPU? coretemp - Physical id 0 - 99.0 C coretemp - Core 0 - 99.0 C coretemp - Core 1 - 100.0 C coretemp - Core 2 - 96.0 C coretemp - Core 3 - 91.0 C nct6776 - MB Temp - 27.0 C nct6776 - CPU Temp - 39.0 C nct6776 - AUXTIN - 56.0 C nct6776 - PECI Agent - 95.0 C I'm just confused at how the CPU core temperatures can be so much higher than the CPU temperature.
  18. I hate to break it to you but thing like peerguardian are next to useless, your only way to stay anonymous is via VPN, proxy connections are another alternative but in my experience can leak IP info. Have s go with this docker I've made it as simple as possible, your really don't need to know about iptables or how privoxy works to use this. Sent from my SM-G900F using Tapatalk yes, i know this. my concern is not staying anonymous. it's simply to avoid notices from my isp which ipblocking has been plenty sufficient for me in the last 10-15 years. sure if it works for you then stick with it, no offence meant :-), all i was trying to say is for a VERY low cost you get 100% guarantee of no notices from your ISP or anybody else for that matter, this is not the case with ip blocking, i guess it depends on how much this concerns you. in answer to your original question, there isnt any ip address blocking built into this docker container (other than the use of iptables to prevent any ip leakage), but i would think it should be possible to drop in a pre-defined list of blocked ip's if you wanted to, esp if deluge/rtorrent supports this (ive never looked). no offense taken. i didn't think it did but thought i'd asked. i'm new to 6.x, i've been on 5.x for the longest time and just recently upgraded. don't know why i took so long. i might just make a plugin or docker for moblock then. just gotta do some catch up on all the changes i've missed. thanks. love the plugin by the way.
  19. I hate to break it to you but thing like peerguardian are next to useless, your only way to stay anonymous is via VPN, proxy connections are another alternative but in my experience can leak IP info. Have s go with this docker I've made it as simple as possible, your really don't need to know about iptables or how privoxy works to use this. Sent from my SM-G900F using Tapatalk yes, i know this. my concern is not staying anonymous. it's simply to avoid notices from my isp which ipblocking has been plenty sufficient for me in the last 10-15 years.
  20. I don't have a lot of experience with Privoxy or iptables. I don't use a VPN (no lectures please). I've always been fine with PeerGuradian or similar IP blocking tools. Can I get similar functionality with this?
  21. Probably but I didn't test it that way. Could you use the entire disk that way or would that limit you to one partition?
  22. I made a little update to the wiki. Feel free to make any corrections, ask questions, or make any comments. This guide will show you how to take an existing physical drive with Windows already installed and use it in a VM so you won't need to start from scratch/reinstall Windows or use a virtual drive. http://lime-technology.com/wiki/index.php/UnRAID_6/VM_Management#Using_a_physical_disk_in_a_VM.2C_including_one_with_an_OS_already_installed
  23. Care to share your solution? I'm having the same problem.
  24. Do you have the 6.2 beta? The line in the preclear script that triggers the "Device X is busy" calls sfdisk -R, but the version of sfdisk in 6.2 doesn't have the -R option. Yes, I do. That must be the problem. I needed dual parity. I looked around for a bit but didn't have time to dig through the whole thread for the cause. The beta version of the plugin works fine though. Are there any major differences between the normal version and beta version scripts? I looked through them and they are obviously different scripts but didn't go through the functions to see what the actual differences were, task wise.
  25. When I go to preclear a drive it will pop up the preclear options page. I leave the defaults and click start. It pauses for quite a long time and then goes pack to the page with the list of drives and the drive says "starting" indefinitely. When I click on the preview button I get this: /boot/config/plugins/preclear.disk/preclear_disk.sh -c 1 /dev/sdh 2>/tmp/preclear.log root@Tower:/usr/local/emhttp# /boot/config/plugins/preclear.disk/preclear_disk.sh -c 1 /dev/sdh 2>/tmp/preclear.log Sorry: Device /dev/sdh is busy.: 1 root@Tower:/usr/local/emhttp# I've tried rebooting several times. No idea what could be keeping it busy.
×
×
  • Create New...