skyline7349

Members
  • Posts

    99
  • Joined

  • Last visited

Everything posted by skyline7349

  1. Ok thank you, my biggest concern is when im done i have keyboard and mouse that light up and i dont want them to be on all the time.
  2. Do you need a difference video card for each?
  3. So i was reading about this GPU passthrough business. It seems really cool because i have my computer literally ontop of my server and it would be nice to eliminate one. But I would need some details. Would you turn off the VM when youre done or would you just let it go to sleep? Has anyone done this? What do you think about it? Personally only thing i do on my desktop is play CS GO, League of Legends and browse the internets.
  4. Is anyone having issues with CPU? Mines using 96% of a core.
  5. So im trying to configure proxy pass for this docker to point example.com/request to my plex request docker. Ive been looking on this forum and internet and no solutions seem to work. I made my server config very simple server { listen 80 default_server; server_name _; location / { #include /config/nginx/proxy.conf; proxy_pass http://192.168.1.90:3000; } #return 301 https://$host$request_uri; } This works and shows my the plex request page. When i make it this. server { listen 80 default_server; server_name _; location /request { #include /config/nginx/proxy.conf; proxy_pass http://192.168.1.90:3000; } #return 301 https://$host$request_uri; } it doesnt work. Ive also tried with location as /request/ That didnt work either. So my letsencrypt docker is setup to have external port of 83. When i go to http://192.168.1.90:83/request/ for some reason it redirects the url to http://192.168.1.90/request/ which isnt correct. Does this have something to do with setting up other proxy headers?
  6. So i know this isnt completely related to unraid but i know this forum is very active and alot of knowledge on here. So what im trying to do is have one docker with Nginx on it. Then i want to use this to redirect uses to my other dockers for example nextcloud. I was reading about proxy pass. I dont think im doing something right ill post my config below. So right now it seems like the proxypass is trying to work because it loads the title of the page but it doesnt load the content. I took this config from the letsencrypt docker so everything else is default. # redirect all traffic to https server { listen 80 default_server; server_name _; location ^~ /request { #auth_basic "Restricted"; #auth_basic_user_file /config/nginx/.htpasswd; include /config/nginx/proxy.conf; proxy_pass http://192.168.1.90:3000; } #return 301 https://$host$request_uri; } # main server block server { listen 443 ssl; root /config/www; index index.html index.htm index.php; server_name _; ssl_certificate /config/keys/letsencrypt/fullchain.pem; ssl_certificate_key /config/keys/letsencrypt/privkey.pem; ssl_dhparam /config/nginx/dhparams.pem; ssl_ciphers<took out incase its security issue>; ssl_prefer_server_ciphers on; #client_max_body_size 0; #location / { # try_files $uri $uri/ /index.html /index.php?$args =404; #} location ~ \.php$ { fastcgi_split_path_info ^(.+\.php)(/.+)$; # With php5-cgi alone: fastcgi_pass 127.0.0.1:9000; # With php5-fpm: #fastcgi_pass unix:/var/run/php5-fpm.sock; fastcgi_index index.php; include /etc/nginx/fastcgi_params; } # sample reverse proxy config for password protected couchpotato running at IP 192.168.1.50 port 5050 with base url "cp" # notice this is within the same server block as the base # don't forget to generate the .htpasswd file as described on docker hub location ^~ /nextcloud { #auth_basic "Restricted"; #auth_basic_user_file /config/nginx/.htpasswd; include /config/nginx/proxy.conf; proxy_pass https://192.168.1.90:444/; } }
  7. Hey, I dont quite understand this. I have letsencrypt running on 80 and 443. Then i have nextcloud running on 444 like you said. Im trying to do it like server.com/nextcloud not nextcloud.server.com is this an issue? The config you provided is that for the letsencrypt server?
  8. You might be on to something! So happy you chimed in. I have a ups xs 1500 and the battery is showing an X in it. I just havent done anything because well i thought it would just work as a surge protector. Seems weird that its just to random.
  9. Heres latest Diagnostics. Right now its been running for almost 2 days no issues. Its completely random which sucks. tower-diagnostics-20170202-1749.zip
  10. I actually did that last week. I had 1 140mm fans intake on harddrives then one output and the cpu has a fan that blows up. I had this setup has a hyper V server with way more stuff installed on it and never had this reboot issue which is why i find it hard to believe it might be related to hardware. But since switching to unraid i took out 3 harddrives to reduce heat. added another 140mm to the front to blow air in. Im thinking it might be a driver issue? Im pretty sure my hardware is supported though. System Overview unRAID system: unRAID server Trial, version 6.2.4 Model: Custom Motherboard: Gigabyte Technology Co., Ltd. - GA-970A-UD3 Processor: AMD FX™-8350 Eight-Core @ 4 GHz HVM: Enabled IOMMU: Enabled Cache: Internal Cache = 128 kB (max. capacity 128 kB) External Cache = 2048 kB (max. capacity 2048 kB) Memory: 24 GB (max. installable capacity 32 GB)* Bank0/1 = 8192 MB, 1333 MHz Bank2/3 = 8192 MB, 1333 MHz Bank4/5 = 4096 MB, 1333 MHz Bank6/7 = 4096 MB, 1333 MHz Network: bond0: fault-tolerance (active-backup), mtu 1500 eth0: 1000Mb/s, full duplex, mtu 1500 Kernel: Linux 4.4.30-unRAID x86_64 OpenSSL: 1.0.2j P + Q algorithm: avx (5124 MB/s) + sse2x4 (13609 MB/s) Uptime: 0 days, 15 hours, 2 minutes, 7 seconds The FCP recommends running memtest so maybe ill try that but you dont see any hardware compatibility issues do you? my trial is up in 7 days and i really dont want to waste 80 bucks if it doesnt work you know?
  11. There was also this a little bit up that had an error unclean shutdown detected. I captured the stuff before it. does anything stand out? Jan 31 13:21:01 Tower root: Fix Common Problems Version 2017.01.28 Jan 31 13:21:01 Tower root: Fix Common Problems: Troubleshooting scan running Jan 31 13:21:01 Tower root: Fix Common Problems: Uptime: 13:21:01 up 11:09, 1 user, load average: 27.50, 47.23, 53.94 Jan 31 13:21:01 Tower root: Fix Common Problems: total used free shared buff/cache available Jan 31 13:21:01 Tower root: Fix Common Problems: Mem: 24610636 8116924 522552 417672 15971160 15510292 Jan 31 13:21:01 Tower root: Fix Common Problems: Swap: 0 0 0 Jan 31 13:21:01 Tower root: Fix Common Problems: ps aux output (only CPU % > 0) Jan 31 13:21:01 Tower root: Fix Common Problems: USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND Jan 31 13:21:01 Tower root: Fix Common Problems: root 7 0.2 0.0 0 0 ? S 02:11 1:31 [rcu_preempt] Jan 31 13:21:01 Tower root: Fix Common Problems: root 589 0.5 0.0 0 0 ? S 02:11 3:27 [kswapd0] Jan 31 13:21:01 Tower root: Fix Common Problems: root 1627 0.2 0.0 9676 2652 ? S 02:11 1:55 /bin/bash /usr/local/sbin/cpuload Jan 31 13:21:01 Tower root: Fix Common Problems: root 1644 0.1 0.0 0 0 ? S< 02:11 1:08 [kworker/3:1H] Jan 31 13:21:01 Tower root: Fix Common Problems: root 1882 0.1 0.0 0 0 ? S< 02:11 0:58 [kworker/5:1H] Jan 31 13:21:01 Tower root: Fix Common Problems: root 2051 0.1 0.0 0 0 ? S< 02:11 1:10 [kworker/0:1H] Jan 31 13:21:01 Tower root: Fix Common Problems: root 2418 0.3 0.0 0 0 ? S 12:24 0:11 [kworker/u16:2] Jan 31 13:21:01 Tower root: Fix Common Problems: root 4367 0.1 0.0 90124 4056 ? Sl 02:11 1:10 /usr/local/sbin/emhttp Jan 31 13:21:01 Tower root: Fix Common Problems: root 4392 7.5 0.0 0 0 ? D 02:11 50:33 [mdrecoveryd] Jan 31 13:21:01 Tower root: Fix Common Problems: root 4505 23.9 0.0 0 0 ? S 02:11 160:26 [unraidd] Jan 31 13:21:01 Tower root: Fix Common Problems: root 4622 9.0 0.0 2571168 14552 ? Ssl 02:11 60:32 /usr/local/sbin/shfs /mnt/user -disks 15 2048000000 -o noatime,big_writes,allow_other,use_ino -o remember=330 Jan 31 13:21:01 Tower root: Fix Common Problems: root 4902 0.2 0.1 2507312 38976 ? Sl 02:12 1:30 /usr/bin/docker daemon -p /var/run/docker.pid --storage-driver=btrfs --log-level=error Jan 31 13:21:01 Tower root: Fix Common Problems: nobody 5520 0.4 0.8 1433448 197004 ? Ssl 02:12 3:10 mono --debug NzbDrone.exe -nobrowser -data=/config Jan 31 13:21:01 Tower root: Fix Common Problems: root 5806 0.1 0.0 0 0 ? S 12:45 0:02 [kworker/1:0] Jan 31 13:21:01 Tower root: Fix Common Problems: nobody 6163 4.1 0.5 226908 126224 pts/0 Ssl+ 02:12 27:33 /usr/bin/rtorrent -n -o import=/config/rtorrent/rtorrent.rc Jan 31 13:21:01 Tower root: Fix Common Problems: nobody 6810 0.4 0.2 168512 67304 ? Sl 02:12 2:54 /usr/bin/mongod --dbpath /config/db Jan 31 13:21:01 Tower root: Fix Common Problems: nobody 6860 1.7 0.5 463712 131656 ? Sl 02:12 11:33 /usr/lib/plexmediaserver/Plex Media Server Jan 31 13:21:01 Tower root: Fix Common Problems: root 8585 0.1 0.0 176 40 ? Ss 02:12 0:42 runsv X11rdp Jan 31 13:21:01 Tower root: Fix Common Problems: root 8586 0.1 0.0 176 44 ? Ss 02:12 0:44 runsv autocutsel Jan 31 13:21:01 Tower root: Fix Common Problems: root 8587 0.1 0.0 176 36 ? Ss 02:12 0:43 runsv autocutsel2 Jan 31 13:21:01 Tower root: Fix Common Problems: root 8589 0.1 0.0 176 40 ? Ss 02:12 0:42 runsv openbox Jan 31 13:21:01 Tower root: Fix Common Problems: root 8592 0.1 0.0 176 40 ? Ss 02:12 0:45 runsv xclipboard Jan 31 13:21:01 Tower root: Fix Common Problems: root 9034 0.1 0.0 0 0 ? S 11:45 0:06 [kworker/0:1] Jan 31 13:21:01 Tower root: Fix Common Problems: root 9370 0.3 6.6 3235736 1637340 ? Sl 02:12 2:39 /usr/bin/qemu-system-x86_64 -name Ubuntu01 -S -machine pc-q35-uhci1,masterbus=usb.0,firstport=0,bu Jan 31 13:21:01 Tower root: Fix Common Problems: root 9444 16.6 19.2 5064732 4730480 ? Sl 02:12 111:13 /usr/bin/qemu-system-x86_64 -name Windows 7 -S -machine pc-i440fx- Jan 31 13:21:01 Tower root: Fix Common Problems: root 9454 1.3 0.0 0 0 ? S 02:12 8:52 [vhost-9444] Jan 31 13:21:01 Tower root: Fix Common Problems: root 13814 0.7 0.0 0 0 ? S 12:10 0:30 [kworker/u16:6] Jan 31 13:21:01 Tower root: Fix Common Problems: root 13973 0.1 0.0 0 0 ? S 11:49 0:06 [kworker/5:1] Jan 31 13:21:01 Tower root: Fix Common Problems: root 13997 0.1 0.0 0 0 ? S 12:29 0:05 [kworker/u16:7] Jan 31 13:21:01 Tower root: Fix Common Problems: root 14027 0.3 0.0 0 0 ? D 12:29 0:10 [kworker/u16:8] Jan 31 13:21:01 Tower root: Fix Common Problems: root 14028 0.1 0.0 0 0 ? S 12:29 0:05 [kworker/u16:10] Jan 31 13:21:01 Tower root: Fix Common Problems: nobody 19888 7.5 0.1 591372 34604 ? Sl 10:22 13:27 /usr/sbin/smbd -D Jan 31 13:21:01 Tower root: Fix Common Problems: root 21216 0.1 0.0 0 0 ? S 02:43 0:41 [kworker/3:0] Jan 31 13:21:01 Tower root: Fix Common Problems: nobody 24108 1.5 0.2 295748 60428 ? Sl 13:12 0:08 /usr/lib/plexmediaserver/Plex Media Scanner --scan --refresh --section 1 Jan 31 13:21:01 Tower root: Fix Common Problems: nobody 24266 0.5 0.1 892960 48536 ? Sl 13:12 0:02 Plex Plug-in [com.plexapp.agents.imdb] /usr/lib/plexmediaserver/Resources/Plug-ins-b38628e/Framework.bundle/Contents/Resources/Versions/2/Python/bootstrap.py --server-version 1.3.3.3148-b38628e /usr/lib/plexmediaserver/Resources/Plug-ins-b38628e/PlexMovie.bundle Jan 31 13:21:01 Tower root: Fix Common Problems: root 24942 2.4 0.0 0 0 ? S 13:12 0:12 [kworker/u16:4] Jan 31 13:21:01 Tower root: Fix Common Problems: nobody 24957 0.3 0.1 882908 43040 ? Sl 13:12 0:01 Plex Plug-in [com.plexapp.agents.localmedia] /usr/lib/plexmediaserver/Resources/Plug-ins-b38628e/Framework.bundle/Contents/Resources/Versions/2/Python/bootstrap.py --server-version 1.3.3.3148-b38628e /usr/lib/plexmediaserver/Resources/Plug-ins-b38628e/LocalMedia.bundle Jan 31 13:21:01 Tower root: Fix Common Problems: root 26029 4.7 0.0 0 0 ? S 12:18 2:57 [kworker/u16:1] Jan 31 13:21:01 Tower root: Fix Common Problems: root 26524 0.1 0.0 0 0 ? S< 08:31 0:22 [kworker/1:1H] Jan 31 13:21:01 Tower root: Fix Common Problems: Sensors output: Jan 31 13:21:01 Tower root: Fix Common Problems: 'k10temp-pci-00c3' Jan 31 13:21:01 Tower root: Fix Common Problems: 'CPU Temp: +39.2 C (high = +70.0 C)' Jan 31 13:21:01 Tower root: Fix Common Problems: ' (crit = +90.0 C, hyst = +87.0 C)' Jan 31 13:21:01 Tower root: Fix Common Problems: '' Jan 31 13:21:01 Tower root: Fix Common Problems: 'fam15h_power-pci-00c4' Jan 31 13:21:01 Tower root: Fix Common Problems: 'power1: 113.06 W (crit = 125.19 W)' Jan 31 13:21:01 Tower root: Fix Common Problems: '' Jan 31 13:21:01 Tower root: Fix Common Problems: 'it8720-isa-0228' Jan 31 13:21:01 Tower root: Fix Common Problems: 'in0: +1.41 V (min = +0.00 V, max = +4.08 V)' Jan 31 13:21:01 Tower root: Fix Common Problems: 'in1: +1.49 V (min = +0.00 V, max = +4.08 V)' Jan 31 13:21:01 Tower root: Fix Common Problems: 'in2: +3.25 V (min = +0.00 V, max = +4.08 V)' Jan 31 13:21:01 Tower root: Fix Common Problems: '+5V: +2.96 V (min = +0.00 V, max = +4.08 V)' Jan 31 13:21:01 Tower root: Fix Common Problems: 'in4: +3.04 V (min = +0.00 V, max = +4.08 V)' Jan 31 13:21:01 Tower root: Fix Common Problems: 'in5: +3.68 V (min = +0.00 V, max = +4.08 V)' Jan 31 13:21:01 Tower root: Fix Common Problems: 'in6: +4.08 V (min = +0.00 V, max = +4.08 V)' Jan 31 13:21:01 Tower root: Fix Common Problems: '5VSB: +2.94 V (min = +0.00 V, max = +4.08 V)' Jan 31 13:21:01 Tower root: Fix Common Problems: 'Vbat: +3.36 V' Jan 31 13:21:01 Tower root: Fix Common Problems: 'fan1: 1708 RPM (min = 0 RPM)' Jan 31 13:21:01 Tower root: Fix Common Problems: 'fan2: 0 RPM (min = 0 RPM)' Jan 31 13:21:01 Tower root: Fix Common Problems: 'fan3: 0 RPM (min = 0 RPM)' Jan 31 13:21:01 Tower root: Fix Common Problems: 'fan5: 908 RPM (min = 0 RPM)' Jan 31 13:21:01 Tower root: Fix Common Problems: 'temp1: +39.0 C (low = +127.0 C, high = +127.0 C) sensor = thermistor' Jan 31 13:21:01 Tower root: Fix Common Problems: 'temp2: +45.0 C (low = +127.0 C, high = +127.0 C) sensor = thermal diode' Jan 31 13:21:01 Tower root: Fix Common Problems: 'temp3: +51.0 C (low = +127.0 C, high = +127.0 C) sensor = Intel PECI' Jan 31 13:21:01 Tower root: Fix Common Problems: 'intrusion0: ALARM' Jan 31 13:21:01 Tower root: Fix Common Problems: '' Jan 31 13:21:01 Tower root: Fix Common Problems: /var/log currently 2 % full Jan 31 13:21:01 Tower root: Fix Common Problems: rootfs (/) currently 4 % full Jan 31 13:31:01 Tower root: Fix Common Problems: Capturing diagnostics. When uploading diagnostics to the forum, also upload /config/logs/syslog.txt on the flash drive Jan 31 13:31:03 Tower root: Fix Common Problems Version 2017.01.28 Jan 31 13:31:03 Tower root: Fix Common Problems: Troubleshooting scan running Jan 31 13:31:03 Tower root: Fix Common Problems: Uptime: 13:31:03 up 11:19, 1 user, load average: 28.87, 30.08, 40.54 Jan 31 13:31:03 Tower root: Fix Common Problems: total used free shared buff/cache available Jan 31 13:31:03 Tower root: Fix Common Problems: Mem: 24610636 8163328 275988 417808 16171320 15459496 Jan 31 13:31:03 Tower root: Fix Common Problems: Swap: 0 0 0 Jan 31 13:31:03 Tower root: Fix Common Problems: ps aux output (only CPU % > 0) Jan 31 13:31:03 Tower root: Fix Common Problems: USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND Jan 31 13:31:03 Tower root: Fix Common Problems: root 7 0.2 0.0 0 0 ? S 02:11 1:32 [rcu_preempt] Jan 31 13:31:03 Tower root: Fix Common Problems: root 589 0.5 0.0 0 0 ? R 02:11 3:39 [kswapd0] Jan 31 13:31:03 Tower root: Fix Common Problems: root 1627 0.2 0.0 9676 2652 ? S 02:11 1:56 /bin/bash /usr/local/sbin/cpuload Jan 31 13:31:03 Tower root: Fix Common Problems: root 1644 0.1 0.0 0 0 ? S< 02:11 1:08 [kworker/3:1H] Jan 31 13:31:03 Tower root: Fix Common Problems: root 1882 0.1 0.0 0 0 ? S< 02:11 0:58 [kworker/5:1H] Jan 31 13:31:03 Tower root: Fix Common Problems: root 2051 0.1 0.0 0 0 ? S< 02:11 1:10 [kworker/0:1H] Jan 31 13:31:03 Tower root: Fix Common Problems: root 2418 0.3 0.0 0 0 ? S 12:24 0:12 [kworker/u16:2] Jan 31 13:31:03 Tower root: Fix Common Problems: root 4367 0.1 0.0 90124 4064 ? Sl 02:11 1:12 /usr/local/sbin/emhttp Jan 31 13:31:03 Tower root: Fix Common Problems: root 4392 7.5 0.0 0 0 ? D 02:11 51:02 [mdrecoveryd] Jan 31 13:31:03 Tower root: Fix Common Problems: root 4505 23.9 0.0 0 0 ? S 02:11 162:27 [unraidd] Jan 31 13:31:03 Tower root: Fix Common Problems: root 8585 0.1 0.0 176 40 ? Ss 02:12 0:43 runsv X11rdp Jan 31 13:31:03 Tower root: Fix Common Problems: root 8586 0.1 0.0 176 44 ? Ss 02:12 0:44 runsv autocutsel Jan 31 13:31:03 Tower root: Fix Common Problems: root 8587 0.1 0.0 176 36 ? Ss 02:12 0:43 runsv autocutsel2 Jan 31 13:31:03 Tower root: Fix Common Problems: root 8589 0.1 0.0 176 40 ? Ss 02:12 0:42 runsv openbox Jan 31 13:31:03 Tower root: Fix Common Problems: root 8592 0.1 0.0 176 40 ? Ss 02:12 0:46 runsv xclipboard Jan 31 13:31:03 Tower root: Fix Common Problems: root 9370 0.3 6.6 3235736 1637340 ? Sl 02:12 2:40 /usr/bin/qemu-system-x86_64 -name Ubuntu01 -S -machine pc-q35-2.5,accel=kvm,usb=off,mem-merge=off -cpu host -drive file=/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd,if=pflash,format=raw,unit=0,readonly=on -drive uhci1,masterbus=usb.0,firstport=0,bu Jan 31 13:31:03 Tower root: Fix Common Problems: root 9444 17.2 19.2 5058576 4730472 ? Sl 02:12 117:04 /usr/bin/qemu-system-x86_64 -name Windows 7 -S -machine pc-i440fx- Jan 31 13:31:03 Tower root: Fix Common Problems: root 9454 1.4 0.0 0 0 ? S 02:12 9:49 [vhost-9444] Jan 31 13:31:03 Tower root: Fix Common Problems: nobody 9733 6.1 0.2 1096816 57700 ? Sl 13:29 0:05 Plex Plug-in [com.plexapp.agents.thetvdb] /usr/lib/plexmediaserver/Resources/Plug-ins-b38628e/Framework.bundle/Contents/Resources/Versions/2/Python/bootstrap.py --server-version 1.3.3.3148-b38628e /usr/lib/plexmediaserver/Resources/Plug-ins-b38628e/TheTVDB.bundle Jan 31 13:31:03 Tower root: Fix Common Problems: nobody 12053 1.8 0.1 951332 43936 ? Sl 13:29 0:01 Plex Plug-in [com.plexapp.agents.plexthememusic] /usr/lib/plexmediaserver/Resources/Plug-ins-b38628e/Framework.bundle/Contents/Resources/Versions/2/Python/bootstrap.py --server-version 1.3.3.3148-b38628e /usr/lib/plexmediaserver/Resources/Plug-ins-b38628e/PlexThemeMusic.bundle Jan 31 13:31:03 Tower root: Fix Common Problems: root 12289 0.5 0.0 0 0 ? S 13:30 0:00 [kworker/u16:12] Jan 31 13:31:03 Tower root: Fix Common Problems: root 12986 0.1 0.0 0 0 ? S 13:30 0:00 [kworker/7:2] Jan 31 13:31:03 Tower root: Fix Common Problems: root 13293 0.1 0.0 0 0 ? S 13:30 0:00 [kworker/5:2] Jan 31 13:31:03 Tower root: Fix Common Problems: root 13814 0.6 0.0 0 0 ? S 12:10 0:33 [kworker/u16:6] Jan 31 13:31:03 Tower root: Fix Common Problems: root 13973 0.1 0.0 0 0 ? S 11:49 0:06 [kworker/5:1] Jan 31 13:31:03 Tower root: Fix Common Problems: root 13997 0.1 0.0 0 0 ? S 12:29 0:07 [kworker/u16:7] Jan 31 13:31:03 Tower root: Fix Common Problems: root 14027 0.6 0.0 0 0 ? S 12:29 0:22 [kworker/u16:8] Jan 31 13:31:03 Tower root: Fix Common Problems: root 16393 0.7 0.0 0 0 ? S 13:22 0:03 [kworker/u16:0] Jan 31 13:31:03 Tower root: Fix Common Problems: root 16684 0.3 0.0 0 0 ? S 13:22 0:01 [kworker/u16:5] Jan 31 13:31:03 Tower root: Fix Common Problems: root 16685 0.3 0.0 0 0 ? S 13:22 0:02 [kworker/u16:9] Jan 31 13:31:03 Tower root: Fix Common Problems: root 17605 0.5 0.0 0 0 ? S 13:22 0:02 [kworker/u16:10] Jan 31 13:31:03 Tower root: Fix Common Problems: nobody 19888 7.8 0.1 583224 34564 ? Rl 10:22 14:48 /usr/sbin/smbd -D Jan 31 13:31:03 Tower root: Fix Common Problems: root 21216 0.1 0.0 0 0 ? S 02:43 0:42 [kworker/3:0] Jan 31 13:31:03 Tower root: Fix Common Problems: root 23062 0.1 0.0 0 0 ? S 12:57 0:02 [kworker/u16:3] Jan 31 13:31:03 Tower root: Fix Common Problems: nobody 24266 0.2 0.1 892960 48536 ? Sl 13:12 0:02 Plex Plug-in [com.plexapp.agents.imdb] /usr/lib/plexmediaserver/Resources/Plug-ins-b38628e/Framework.bundle/Contents/Resources/Versions/2/Python/bootstrap.py --server-version 1.3.3.3148-b38628e /usr/lib/plexmediaserver/Resources/Plug-ins-b38628e/PlexMovie.bundle Jan 31 13:31:03 Tower root: Fix Common Problems: root 24942 1.2 0.0 0 0 ? S 13:12 0:14 [kworker/u16:4] Jan 31 13:31:03 Tower root: Fix Common Problems: nobody 24957 0.3 0.2 884700 51004 ? Sl 13:12 0:03 Plex Plug-in [com.plexapp.agents.localmedia] /usr/lib/plexmediaserver/Resources/Plug-ins-b38628e/Framework.bundle/Contents/Resources/Versions/2/Python/bootstrap.py --server-version 1.3.3.3148-b38628e /usr/lib/plexmediaserver/Resources/Plug-ins-b38628e/LocalMedia.bundle Jan 31 13:31:03 Tower root: Fix Common Problems: root 26029 4.2 0.0 0 0 ? S 12:18 3:04 [kworker/u16:1] Jan 31 13:31:03 Tower root: Fix Common Problems: root 26524 0.1 0.0 0 0 ? S< 08:31 0:23 [kworker/1:1H] Jan 31 13:31:03 Tower root: Fix Common Problems: Sensors output: Jan 31 13:31:03 Tower root: Fix Common Problems: 'k10temp-pci-00c3' Jan 31 13:31:03 Tower root: Fix Common Problems: 'CPU Temp: +44.2 C (high = +70.0 C)' Jan 31 13:31:03 Tower root: Fix Common Problems: ' (crit = +90.0 C, hyst = +87.0 C)' Jan 31 13:31:03 Tower root: Fix Common Problems: '' Jan 31 13:31:03 Tower root: Fix Common Problems: 'fam15h_power-pci-00c4' Jan 31 13:31:03 Tower root: Fix Common Problems: 'power1: 114.24 W (crit = 125.19 W)' Jan 31 13:31:03 Tower root: Fix Common Problems: '' Jan 31 13:31:03 Tower root: Fix Common Problems: 'it8720-isa-0228' Jan 31 13:31:03 Tower root: Fix Common Problems: 'in0: +1.23 V (min = +0.00 V, max = +4.08 V)' Jan 31 13:31:03 Tower root: Fix Common Problems: 'in1: +1.49 V (min = +0.00 V, max = +4.08 V)' Jan 31 13:31:03 Tower root: Fix Common Problems: 'in2: +3.25 V (min = +0.00 V, max = +4.08 V)' Jan 31 13:31:03 Tower root: Fix Common Problems: '+5V: +2.96 V (min = +0.00 V, max = +4.08 V)' Jan 31 13:31:03 Tower root: Fix Common Problems: 'in4: +3.04 V (min = +0.00 V, max = +4.08 V)' Jan 31 13:31:03 Tower root: Fix Common Problems: 'in5: +3.92 V (min = +0.00 V, max = +4.08 V)' Jan 31 13:31:03 Tower root: Fix Common Problems: 'in6: +4.08 V (min = +0.00 V, max = +4.08 V)' Jan 31 13:31:03 Tower root: Fix Common Problems: '5VSB: +2.93 V (min = +0.00 V, max = +4.08 V)' Jan 31 13:31:03 Tower root: Fix Common Problems: 'Vbat: +3.36 V' Jan 31 13:31:03 Tower root: Fix Common Problems: 'fan1: 1809 RPM (min = 0 RPM)' Jan 31 13:31:03 Tower root: Fix Common Problems: 'fan2: 0 RPM (min = 0 RPM)' Jan 31 13:31:03 Tower root: Fix Common Problems: 'fan3: 0 RPM (min = 0 RPM)' Jan 31 13:31:03 Tower root: Fix Common Problems: 'fan5: 908 RPM (min = 0 RPM)' Jan 31 13:31:03 Tower root: Fix Common Problems: 'temp1: +40.0 C (low = +127.0 C, high = +127.0 C) sensor = thermistor' Jan 31 13:31:03 Tower root: Fix Common Problems: 'temp2: +47.0 C (low = +127.0 C, high = +127.0 C) sensor = thermal diode' Jan 31 13:31:03 Tower root: Fix Common Problems: 'temp3: +56.0 C (low = +127.0 C, high = +127.0 C) sensor = Intel PECI' Jan 31 13:31:03 Tower root: Fix Common Problems: 'intrusion0: ALARM' Jan 31 13:31:03 Tower root: Fix Common Problems: '' Jan 31 13:31:04 Tower root: Fix Common Problems: /var/log currently 2 % full Jan 31 13:31:04 Tower root: Fix Common Problems: rootfs (/) currently 4 % full Jan 31 13:31:25 Tower root: Fix Common Problems Version 2017.01.28 Jan 31 13:31:28 Tower root: Fix Common Problems: Error: unclean shutdown detected of your server
  12. All the diagnostics and the syslog.txt will be stored on the flash drive in the logs folder. Upload the last generated diagnostics and the syslog.txt file which will contain everything logged after the last generated diagnostics. I compared the time stamps and it doesnt match up it seems its missing around 10 minutes of logs. Heres end of syslog.txt that i pulled. Does that give anything? i would post the whole log but it contains file names and stuff. Jan 31 21:32:06 Tower root: Fix Common Problems: root 27198 0.4 0.0 0 0 ? S 20:21 0:17 [kworker/u16:9] Jan 31 21:32:06 Tower root: Fix Common Problems: root 27330 0.6 0.0 0 0 ? S 21:09 0:08 [kworker/u16:0] Jan 31 21:32:06 Tower root: Fix Common Problems: root 28351 0.2 0.0 0 0 ? S 19:47 0:15 [kworker/u16:4] Jan 31 21:32:06 Tower root: Fix Common Problems: root 28954 1.0 0.0 0 0 ? S 21:10 0:13 [kworker/u16:1] Jan 31 21:32:06 Tower root: Fix Common Problems: root 30490 0.1 0.0 0 0 ? S 21:30 0:00 [kworker/0:0] Jan 31 21:32:06 Tower root: Fix Common Problems: root 32636 0.4 0.0 0 0 ? S 20:39 0:12 [kworker/u16:6] Jan 31 21:32:06 Tower root: Fix Common Problems: Sensors output: Jan 31 21:32:06 Tower root: Fix Common Problems: 'k10temp-pci-00c3' Jan 31 21:32:06 Tower root: Fix Common Problems: 'CPU Temp: +75.9 C (high = +70.0 C)' Jan 31 21:32:06 Tower root: Fix Common Problems: ' (crit = +90.0 C, hyst = +87.0 C)' Jan 31 21:32:06 Tower root: Fix Common Problems: '' Jan 31 21:32:06 Tower root: Fix Common Problems: 'fam15h_power-pci-00c4' Jan 31 21:32:06 Tower root: Fix Common Problems: 'power1: 127.28 W (crit = 125.19 W)' Jan 31 21:32:06 Tower root: Fix Common Problems: '' Jan 31 21:32:06 Tower root: Fix Common Problems: 'it8720-isa-0228' Jan 31 21:32:06 Tower root: Fix Common Problems: 'in0: +1.41 V (min = +0.00 V, max = +4.08 V)' Jan 31 21:32:06 Tower root: Fix Common Problems: 'in1: +1.49 V (min = +0.00 V, max = +4.08 V)' Jan 31 21:32:06 Tower root: Fix Common Problems: 'in2: +3.25 V (min = +0.00 V, max = +4.08 V)' Jan 31 21:32:06 Tower root: Fix Common Problems: '+5V: +2.96 V (min = +0.00 V, max = +4.08 V)' Jan 31 21:32:06 Tower root: Fix Common Problems: 'in4: +3.04 V (min = +0.00 V, max = +4.08 V)' Jan 31 21:32:06 Tower root: Fix Common Problems: 'in5: +4.08 V (min = +0.00 V, max = +4.08 V)' Jan 31 21:32:06 Tower root: Fix Common Problems: 'in6: +4.08 V (min = +0.00 V, max = +4.08 V)' Jan 31 21:32:06 Tower root: Fix Common Problems: '5VSB: +2.93 V (min = +0.00 V, max = +4.08 V)' Jan 31 21:32:06 Tower root: Fix Common Problems: 'Vbat: +3.36 V' Jan 31 21:32:06 Tower root: Fix Common Problems: 'fan1: 1844 RPM (min = 0 RPM)' Jan 31 21:32:06 Tower root: Fix Common Problems: 'fan2: 0 RPM (min = 0 RPM)' Jan 31 21:32:06 Tower root: Fix Common Problems: 'fan3: 0 RPM (min = 0 RPM)' Jan 31 21:32:06 Tower root: Fix Common Problems: 'fan5: 901 RPM (min = 0 RPM)' Jan 31 21:32:06 Tower root: Fix Common Problems: 'temp1: +44.0 C (low = +127.0 C, high = +127.0 C) sensor = thermistor' Jan 31 21:32:06 Tower root: Fix Common Problems: 'temp2: +66.0 C (low = +127.0 C, high = +127.0 C) sensor = thermal diode' Jan 31 21:32:06 Tower root: Fix Common Problems: 'temp3: +87.0 C (low = +127.0 C, high = +127.0 C) sensor = Intel PECI' Jan 31 21:32:06 Tower root: Fix Common Problems: 'intrusion0: ALARM' Jan 31 21:32:06 Tower root: Fix Common Problems: '' Jan 31 21:32:07 Tower root: Fix Common Problems: /var/log currently 3 % full Jan 31 21:32:07 Tower root: Fix Common Problems: rootfs (/) currently 4 % full
  13. So the random crash just happened and the log doesnt help because it didnt copy it over. Is there a way to have it copy over in real time?
  14. Thank you i didnt know what trouble shoot mode did. Ill do that now. But i dont get to see the issues before reboot because it will be randomly in the night.
  15. So my server was running for 9 days straight with no issues and just started giving issues where it randomly reboots. I want to look into the syslog but it seems everytime it boots up it rewrites that file so i can see the log right before it crashes. Is there a way to enable this?
  16. Yea i decided on rutorrent. so far its working well.
  17. Is there a web api for docker to pull/control unraid. I want to make a server controller with Raspberry pi. I know i can do everything the the normal web gui but i want to combine it with some other programs im running.
  18. Ok ill post the information for RUtorrent since i gave up on Transmission. Run Command root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="rutorrent" --net="bridge" -e TZ="America/Los_Angeles" -e HOST_OS="unRAID" -e "PUID"="99" -e "PGID"="100" -p 81:80/tcp -p 51413:51413/tcp -p 6881:6881/udp -v "/mnt/user/Main/Downloads/Rutorrent":"/downloads":rw -v "/mnt/user/Main/Torrents/":"/Torrents":rw -v "/mnt/user/appdata/rutorrent":"/config":rw linuxserver/rutorrent Version IMAGE ID [latest]: Pulling from linuxserver/rutorrent. Status: Image is up to date for linuxserver/rutorrent:latest Log Brought to you by linuxserver.io We gratefully accept donations at: https://www.linuxserver.io/donations/ ------------------------------------- GID/UID ------------------------------------- User uid: 99 User gid: 100 ------------------------------------- [cont-init.d] 10-adduser: exited 0. [cont-init.d] 20-config: executing... [cont-init.d] 20-config: exited 0. [cont-init.d] done. [services.d] starting services [services.d] done. File Permissions drwxr-xr-x 1 nobody users 44 Jan 15 09:39 log/ drwxr-xr-x 1 nobody users 32 Jan 15 09:39 rutorrent/ drwxr-xr-x 1 nobody users 20 Jan 15 09:39 nginx/ drwxr-xr-x 1 nobody users 48 Jan 15 09:39 rtorrent/ drwxr-xr-x 1 nobody users 14 Jan 15 09:39 php/ ./log total 0 drwxr-xr-x 1 nobody users 0 Jan 15 09:39 rutorrent/ drwxr-xr-x 1 nobody users 176 Jan 15 09:39 nginx/ drwxr-xr-x 1 nobody users 24 Jan 15 09:39 rtorrent/ ./log/nginx total 12200 -rw-r--r-- 1 nobody users 0 Jan 15 09:39 rutorrent.rpc2.error.log -rw-r--r-- 1 nobody users 509 Jan 15 09:41 rutorrent.error.log -rw-r--r-- 1 nobody users 939374 Jan 16 10:36 rutorrent.rpc2.access.log -rw-r--r-- 1 nobody users 11539759 Jan 16 10:37 rutorrent.access.log ./log/rtorrent total 4 -rw-r--r-- 1 nobody users 130 Jan 16 10:33 rtorrent.log ./log/rutorrent total 0 ./nginx total 4 -rw-r--r-- 1 nobody users 2129 Jan 15 09:39 nginx.conf ./php total 72 -rw-r--r-- 1 nobody users 70558 Jan 15 09:39 php.ini ./rtorrent total 4 -rw-r--r-- 1 nobody users 1244 Jan 15 14:40 rtorrent.rc drwxr-xr-x 1 nobody users 3824 Jan 16 10:33 rtorrent_sess/ ./rutorrent total 0 drwxr-xr-x 1 nobody users 48 Jan 15 09:39 profiles/ drwxr-xr-x 1 nobody users 138 Jan 15 09:39 settings/ ./rutorrent/settings total 24 drwxr-xr-x 1 nobody users 0 Jan 15 09:39 users/ -rwxr-xr-x 1 nobody users 522 Jan 15 09:39 access-swap.sh* -rw-r--r-- 1 nobody users 452 Jan 15 09:39 access.ini -rw-r--r-- 1 nobody users 441 Jan 15 09:39 access_no -rw-r--r-- 1 nobody users 453 Jan 15 09:39 access_yes -rw-r--r-- 1 nobody users 2609 Jan 15 09:39 config.php -rw-r--r-- 1 nobody users 809 Jan 15 09:39 plugins.ini ./rutorrent/settings/users total 0 ./rutorrent/profiles total 0 drwxrwxrwx 1 nobody users 0 Jan 15 09:39 torrents/ drwxr-xr-x 1 nobody users 6 Jan 15 09:39 users/ drwxrwxrwx 1 nobody users 0 Jan 16 10:30 tmp/ drwxrwxrwx 1 nobody users 292 Jan 16 10:35 settings/ ./rutorrent/profiles/settings total 112 -rwxr-xr-x 1 nobody users 56 Jan 15 09:41 cpu.dat* drwxr-xr-x 1 nobody users 0 Jan 15 10:13 labels/ drwxr-xr-x 1 nobody users 0 Jan 15 13:27 trackers/ -rwxr-xr-x 1 nobody users 10337 Jan 15 14:20 history_data.dat* drwxrwxrwx 1 nobody users 10 Jan 16 10:30 rss/ drwxrwxrwx 1 nobody users 68 Jan 16 10:30 trafic/ -rw-rw-rw- 1 nobody users 5557 Jan 16 10:34 loginmgr.dat -rw-rw-rw- 1 nobody users 1765 Jan 16 10:34 scheduler.dat -rw-rw-rw- 1 nobody users 43060 Jan 16 10:34 extsearch.dat -rw-rw-rw- 1 nobody users 24638 Jan 16 10:34 rtorrent.dat -rw-r--r-- 1 nobody users 3116 Jan 16 10:34 uisettings.json -rw-rw-rw- 1 nobody users 66 Jan 16 10:35 cookies.dat -rw-rw-rw- 1 nobody users 387 Jan 16 10:35 xmpp.dat drwxr-xr-x 1 nobody users 140 Jan 16 10:35 httprpc/ drwxrwxrwx 1 nobody users 0 Jan 16 10:37 erasedata/ ./rutorrent/profiles/settings/erasedata total 0 ./rutorrent/profiles/settings/rss total 0 drwxrwxrwx 1 nobody users 8 Jan 16 10:34 cache/ ./rutorrent/profiles/settings/rss/cache total 4 -rw-rw-rw- 1 nobody users 159 Jan 16 10:34 info ./rutorrent/profiles/settings/trafic total 8 -rwxr-xr-x 1 nobody users 597 Jan 16 10:30 last.csv* drwxrwxrwx 1 nobody users 880 Jan 16 10:30 torrents/ -rwxr-xr-x 1 nobody users 926 Jan 16 10:30 global.csv* drwxrwxrwx 1 nobody users 200 Jan 16 10:30 trackers/ ./rutorrent/profiles/settings/labels total 0 ./rutorrent/profiles/settings/trackers total 0 ./rutorrent/profiles/torrents total 0 ./rutorrent/profiles/users total 0 drwxr-xr-x 1 nobody users 32 Jan 15 09:39 abc/ ./rutorrent/profiles/users/abc total 0 drwxr-xr-x 1 nobody users 0 Jan 15 09:39 torrents/ drwxr-xr-x 1 nobody users 168 Jan 16 10:32 settings/ ./rutorrent/profiles/users/abc/settings total 88 drwxr-xr-x 1 nobody users 10 Jan 15 14:00 rss/ drwxr-xr-x 1 nobody users 68 Jan 15 14:00 trafic/ -rwxr-xr-x 1 nobody users 4459 Jan 15 14:02 history_data.dat* -rwxr-xr-x 1 nobody users 5557 Jan 16 10:32 loginmgr.dat* -rwxr-xr-x 1 nobody users 1765 Jan 16 10:32 scheduler.dat* -rwxr-xr-x 1 nobody users 43060 Jan 16 10:32 extsearch.dat* -rwxr-xr-x 1 nobody users 24289 Jan 16 10:32 rtorrent.dat* drwxr-xr-x 1 nobody users 0 Jan 16 10:33 erasedata/ ./rutorrent/profiles/users/abc/settings/erasedata total 0 ./rutorrent/profiles/users/abc/settings/rss total 0 drwxr-xr-x 1 nobody users 8 Jan 16 10:32 cache/ ./rutorrent/profiles/users/abc/settings/rss/cache total 4 -rwxr-xr-x 1 nobody users 159 Jan 16 10:32 info* ./rutorrent/profiles/users/abc/settings/trafic total 8 -rwxr-xr-x 1 nobody users 497 Jan 15 14:00 last.csv* drwxr-xr-x 1 nobody users 352 Jan 15 14:00 torrents/ -rwxr-xr-x 1 nobody users 504 Jan 15 14:00 global.csv* drwxr-xr-x 1 nobody users 200 Jan 15 14:00 trackers/ ./rutorrent/profiles/users/abc/settings/trafic/trackers total 20 -rwxr-xr-x 1 nobody users 502 Jan 15 14:00 iptorrents.com.csv* -rwxr-xr-x 1 nobody users 502 Jan 15 14:00 0.0.1.stackoverflow.tech.csv* -rwxr-xr-x 1 nobody users 502 Jan 15 14:00 empirehost.me.csv* -rwxr-xr-x 1 nobody users 473 Jan 15 14:00 torrentday.com.csv* -rwxr-xr-x 1 nobody users 473 Jan 15 14:00 jumbohostpro.eu.csv* ./rutorrent/profiles/users/abc/settings/trafic/torrents total 16 -rwxr-xr-x 1 nobody users 456 Jan 15 14:00 01E3A49E19A9A16DD41991AB4A4F3066581A8B7B.csv* -rwxr-xr-x 1 nobody users 473 Jan 15 14:00 6123109A84456AD757E6FE9810D97F8EAEC0D553.csv* -rwxr-xr-x 1 nobody users 500 Jan 15 14:00 6A4915C6CDECF240BFE5D45A878168B5D6FEF520.csv* -rwxr-xr-x 1 nobody users 456 Jan 15 14:00 971489E5943989A583305B177409A1D7A94EC078.csv* ./rutorrent/profiles/users/abc/torrents total 0 ./rutorrent/profiles/tmp total 0
  19. I'm not sure that gets to the root of his problems, he's got issues with several docker containers and I'm willing to bet there is one root cause. Yea i dont know whats causing this but i gave up. I just manually edit the config files now. Ive deleted my entire array, formatted the flash drive with an over version of unraid. Nothing seems to fix it. Its only for transmission and rutorrent. Ill keep checking back to see if anyone else has this problem. CHBMB youre saying you pull container for rutorrent, enter web ui, make changes to settings, reload container, and settings are still changed?
  20. Im having issues where bother rutorrent and transmission dont save settings. I see the UI sending the request but the settings file doesnt change. -rw------- 1 nobody users 2183 Jan 15 01:50 settings.json
  21. So its frustrating me because for both rutorrent and transmission i cant seem to get the settings to stay after restarting the container. Ive deleted my docker image in settings and started over too with no luck. Ive cleared out the appdata folder for them. Ive even tried changing the uid for them to not be 99. Is there somewhere else docker might be retaining bad settings?
  22. I think it has to do with the update they pushed yesterday. I deleted the container and cleared app data then reinstalled and it happened again instantly. So I got it from a difference repo and now it's working. Anyone else update and experience this?
  23. So something weird is happening with this container. I dont know if its from the update but I left house for probably 3 hours and came back to my cache disk being full. In /mnt/cache/appdata/plexrequests/db/journal theres 4162 files all called WiredTigerLog.##### each file is about 100 megs. Is this an issue with a setting? So far its used over 400GB's for these files.
  24. So i have a 500GB ssd in my array disks then a 64GB ssd in my cache disks I want to remove the 500GB ssd and use that as the cache drive. It seems when i remove it i get error saying that the disk is missing. Whats the correct way to remove the disk without losing data in the array. I already moved the files off the ssd so its blank. https://lime-technology.com/wiki/index.php/FAQ#How_do_I_remove_a_hard_disk_that_I_do_not_plan_on_replacing.3F I saw that page on how to remove one but im scare that rebuilding might delete my stuff. Not sure though so figured id ask. If this is the way to do it what settings should i do for Retain current configuration?
  25. Never seen this as a bios setting/option, auto shutdown for overheating CPU yes. That could be it too. I noticed i had plex running and cpu's were at max OMG you are a genius tho! that has to be the issue. damn this room being too hot A hot room is unlikely to cause CPU overheating. And CPU overheating would cause shutdown, not reboot AFAIK. I have my computer setup to that it turns back on if theres power available.