SageTV Community  

Go Back   SageTV Community > SageTV Products > SageTV Linux > SageTV for unRAID/Docker
Forum Rules FAQs Community Downloads Today's Posts Search

Notices

SageTV for unRAID/Docker Discussion related to SageTV for unRAID/Docker. Questions, issues, problems, suggestions, etc. relating to SageTV for unRAID/Docker should be posted here.

Closed Thread
 
Thread Tools Search this Thread Display Modes
  #261  
Old 08-21-2016, 06:52 AM
stuckless's Avatar
stuckless stuckless is offline
SageTVaholic
 
Join Date: Oct 2007
Location: London, Ontario, Canada
Posts: 9,713
Quote:
Originally Posted by stanger89 View Post
Back to debugging comskip, which seems to not run at all for me, I get this in the log when I try to scan/queue unmarked recordings:
Code:
Sat 8/20 18:40:51.217 [Thread-454@6590ea08] CD: ComskipJob.executeComskipLinux: comskip failed with return code = 126
Sat 8/20 18:40:51.217 [EventRouter-305a3a536ac0@5d91fe73] CD: SystemStatus: No jobs in queue.
Sat 8/20 18:40:51.217 [Thread-454@6590ea08] java.lang.Exception
Sat 8/20 18:40:51.217 [Thread-454@6590ea08] 	at tmiranda.cd.Log.write(Log.java:64)
Sat 8/20 18:40:51.218 [Thread-454@6590ea08] 	at tmiranda.cd.ComskipJob.executeComskipLinux(ComskipJob.java:386)
Sat 8/20 18:40:51.218 [Thread-454@6590ea08] 	at tmiranda.cd.ComskipJob.executeComskip(ComskipJob.java:173)
Sat 8/20 18:40:51.218 [Thread-454@6590ea08] 	at tmiranda.cd.ComskipJob.executeUsingDefault(ComskipJob.java:187)
Sat 8/20 18:40:51.218 [Thread-454@6590ea08] 	at tmiranda.cd.ComskipJob.run(ComskipJob.java:130)
Sat 8/20 18:40:51.218 [Thread-454@6590ea08] 	at java.lang.Thread.run(Thread.java:745)
Sat 8/20 18:40:51.218 [EventRouter-305a3a536ac0@5d91fe73] processOptionsMenu optionsMenu=default:OPUS4A-186818|OptionsMenu:Unable to set plugin config value
Sat 8/20 18:40:51.218 [Thread-454@6590ea08] CD: ComskipJob.adjustJobTime: Null Times.
Sat 8/20 18:40:51.219 [Thread-454@6590ea08] CD: ComskipJob.updateRatio: Old, Current and new Ratios 0.36450315:2.7790686E-6:0.3280531
Sat 8/20 18:40:51.219 [Thread-458@59d1ee0c] CD: ComskipJob.executeComskipLinux: comskip failed with return code = 126
Sat 8/20 18:40:51.220 [Thread-458@59d1ee0c] java.lang.Exception
Sat 8/20 18:40:51.220 [Thread-458@59d1ee0c] 	at tmiranda.cd.Log.write(Log.java:64)
Sat 8/20 18:40:51.220 [Thread-458@59d1ee0c] 	at tmiranda.cd.ComskipJob.executeComskipLinux(ComskipJob.java:386)
Sat 8/20 18:40:51.220 [Thread-458@59d1ee0c] 	at tmiranda.cd.ComskipJob.executeComskip(ComskipJob.java:173)
Sat 8/20 18:40:51.220 [Thread-458@59d1ee0c] 	at tmiranda.cd.ComskipJob.executeUsingDefault(ComskipJob.java:187)
Sat 8/20 18:40:51.220 [Thread-458@59d1ee0c] 	at tmiranda.cd.ComskipJob.run(ComskipJob.java:130)
Sat 8/20 18:40:51.220 [Thread-458@59d1ee0c] 	at java.lang.Thread.run(Thread.java:745)
Sat 8/20 18:40:51.220 [Thread-458@59d1ee0c] CD: ComskipJob.adjustJobTime: Null Times.
Sat 8/20 18:40:51.220 [Thread-458@59d1ee0c] CD: ComskipJob.updateRatio: Old, Current and new Ratios 0.36450276:2.2553572E-6:0.3280527
I wonder if I have a permissions issue? The default sagetv user in Commercial Detector was sagetv. I tried changing it to "nobody", but it didn't seem to make a difference.
In terms of USERs the unRAID image has a varialbe or PUID and GUID where you set the user/group ids... normally this is 99 and 100. On startup, the docker container will reset all permissions to be that user/group, and sagetv process will run as that user, etc. Internally to the docker container, 'sagetv' user name maps to that PUID (which maps to the unRAID nobody user). This is all done so that files created by SageTV container can be read/written by other unRAID apps/connections.

Comskip binaries are installed in /mnt/user/appdata/sagetv/comskip and on Startup, the container will configure comskip (if the comskip variable is set to Y). This includes setting paths, etc. In all my testing this just works, but I'm wondering if there is something going on with your media files, or if you've reconfigured comskip after the container is started.
  #262  
Old 08-21-2016, 07:08 AM
stanger89's Avatar
stanger89 stanger89 is offline
SageTVaholic
 
Join Date: May 2003
Location: Marion, IA
Posts: 15,188
Quote:
Originally Posted by tmiranda View Post
comskip is running but returning an error (126). I really don't know what that error is. I did a quick Google and didn't find much. Your best bet is to search the comskip forums http://www.kaashoek.com/comskip/index.php
Well I also get a null pointer exception popup in SageTV when I select "Scan All Recordings Without comskip info"

"There was an error setting the plugin configuration value of"
java.lang.NullPointerException"

Quote:
Originally Posted by stuckless View Post
In terms of USERs the unRAID image has a varialbe or PUID and GUID where you set the user/group ids... normally this is 99 and 100. On startup, the docker container will reset all permissions to be that user/group, and sagetv process will run as that user, etc. Internally to the docker container, 'sagetv' user name maps to that PUID (which maps to the unRAID nobody user). This is all done so that files created by SageTV container can be read/written by other unRAID apps/connections.

Comskip binaries are installed in /mnt/user/appdata/sagetv/comskip and on Startup, the container will configure comskip (if the comskip variable is set to Y). This includes setting paths, etc. In all my testing this just works, but I'm wondering if there is something going on with your media files, or if you've reconfigured comskip after the container is started.
Other than changing the User in the CD settings yesterday, I haven't reconfigured anything.

Though I wonder if it might be related to me still running unRAID 6.1.
  #263  
Old 08-21-2016, 11:54 AM
Ryanagon Ryanagon is offline
New Member
 
Join Date: Aug 2016
Location: Ontario
Posts: 2
Help installing

New to unraid but I haven't had much trouble installing other dockers. I can't get the SageTV one to install though. If I try to add the repository it just never gives me the option to select SageTV from the template drop down and if I use the Community Applications plugin on unRaid, when hitting "Create" after it fills in the container information, nothing happens.

Am I missing something?
  #264  
Old 08-22-2016, 05:00 AM
stuckless's Avatar
stuckless stuckless is offline
SageTVaholic
 
Join Date: Oct 2007
Location: London, Ontario, Canada
Posts: 9,713
Quote:
Originally Posted by Ryanagon View Post
New to unraid but I haven't had much trouble installing other dockers. I can't get the SageTV one to install though. If I try to add the repository it just never gives me the option to select SageTV from the template drop down and if I use the Community Applications plugin on unRaid, when hitting "Create" after it fills in the container information, nothing happens.

Am I missing something?
I'm not sure 100% sure, but, you are not the first to experience this. I built this docker image for unRAID 6.2-beta21, and I think that if you are 6.1, then "sometimes" you get the probems you describe. I'm not sure what about my unRAID template is causing the problems. You can always upgrade to the 6.2 betas.
  #265  
Old 08-22-2016, 12:47 PM
Ryanagon Ryanagon is offline
New Member
 
Join Date: Aug 2016
Location: Ontario
Posts: 2
Quote:
Originally Posted by stuckless View Post
I'm not sure 100% sure, but, you are not the first to experience this. I built this docker image for unRAID 6.2-beta21, and I think that if you are 6.1, then "sometimes" you get the probems you describe. I'm not sure what about my unRAID template is causing the problems. You can always upgrade to the 6.2 betas.
Yep that fixed it for me. Updated to 6.2 RC4 and it's adding the container now. Thanks so much for the help.
  #266  
Old 08-22-2016, 01:53 PM
alfi33 alfi33 is offline
Sage Aficionado
 
Join Date: Jun 2008
Posts: 311
Quote:
Originally Posted by Ryanagon View Post
New to unraid but I haven't had much trouble installing other dockers. I can't get the SageTV one to install though. If I try to add the repository it just never gives me the option to select SageTV from the template drop down and if I use the Community Applications plugin on unRaid, when hitting "Create" after it fills in the container information, nothing happens.

Am I missing something?
I'm on unRAID 6.1.9 and I think I remember having a similar issue when I was trying to get this Docker installed. I think what I ended up doing is adding this to the Template Repositories
on the Dockers tab in unRAID:
https://github.com/stuckless/sagetv-...uckless-sagetv
__________________
Server: SageTV v9 on unRAID Docker; i5-2400; 16GB RAM; 9TB storage array; SiliconDust HDHR3
Client: Windows10; Intel Core2Duo; 4GB RAM; NVIDIA GeForce GT 1030
Client: NVIDIA ShieldTV
Client: Fire TV Stick 4K
  #267  
Old 08-24-2016, 09:23 AM
Taddeusz Taddeusz is offline
SageTVaholic
 
Join Date: Nov 2004
Location: Yukon, OK
Posts: 3,919
I believe I have determined the cause of my problems with video conversion. ffmpeg requires the libfaad2 library. On my regular Ubuntu test vm I was able to install the package and ffmpeg was then able to do a conversion. This library should be included in the Docker image. I'm unsure if there are other libraries that also need to be included. Libfaad2 is the only one that was preventing my conversions from running.
__________________
Server: i5 8400, ASUS Prime H370M-Plus/CSM, 16GB RAM, 15TB drive array + 500GB cache, 2 HDHR's, SageTV 9, unRAID 6.6.3
Client 1: HD300 (latest FW), HDMI to an Insignia 65" 1080p LCD and optical SPDIF to a Sony Receiver
Client 2: HD200 (latest FW), HDMI to an Insignia NS-LCD42HD-09 1080p LCD
  #268  
Old 08-24-2016, 09:32 AM
stuckless's Avatar
stuckless stuckless is offline
SageTVaholic
 
Join Date: Oct 2007
Location: London, Ontario, Canada
Posts: 9,713
Quote:
Originally Posted by Taddeusz View Post
I believe I have determined the cause of my problems with video conversion. ffmpeg requires the libfaad2 library. On my regular Ubuntu test vm I was able to install the package and ffmpeg was then able to do a conversion. This library should be included in the Docker image. I'm unsure if there are other libraries that also need to be included. Libfaad2 is the only one that was preventing my conversions from running.
I'll update the Docker image later this week or on the weekend to include libfaad2.
  #269  
Old 08-24-2016, 09:36 AM
stuckless's Avatar
stuckless stuckless is offline
SageTVaholic
 
Join Date: Oct 2007
Location: London, Ontario, Canada
Posts: 9,713
Quote:
Originally Posted by Taddeusz View Post
I believe I have determined the cause of my problems with video conversion. ffmpeg requires the libfaad2 library. On my regular Ubuntu test vm I was able to install the package and ffmpeg was then able to do a conversion. This library should be included in the Docker image. I'm unsure if there are other libraries that also need to be included. Libfaad2 is the only one that was preventing my conversions from running.
It's interesting... I just checked the base and it has libfaad2 installed.

https://github.com/stuckless/sagetv-...Dockerfile#L21

Code:
RUN set -x \
  && apt-get update \
  && apt-get install -y wget curl libfaad2 net-tools file \
    less vim software-properties-common unzip cifs-utils
  #270  
Old 08-24-2016, 09:38 AM
Taddeusz Taddeusz is offline
SageTVaholic
 
Join Date: Nov 2004
Location: Yukon, OK
Posts: 3,919
Quote:
Originally Posted by stuckless View Post
It's interesting... I just checked the base and it has libfaad2 installed.

https://github.com/stuckless/sagetv-...Dockerfile#L21

Code:
RUN set -x \
  && apt-get update \
  && apt-get install -y wget curl libfaad2 net-tools file \
    less vim software-properties-common unzip cifs-utils
Then maybe it's failing in the Docker for a different reason.
__________________
Server: i5 8400, ASUS Prime H370M-Plus/CSM, 16GB RAM, 15TB drive array + 500GB cache, 2 HDHR's, SageTV 9, unRAID 6.6.3
Client 1: HD300 (latest FW), HDMI to an Insignia 65" 1080p LCD and optical SPDIF to a Sony Receiver
Client 2: HD200 (latest FW), HDMI to an Insignia NS-LCD42HD-09 1080p LCD
  #271  
Old 08-24-2016, 09:47 AM
Taddeusz Taddeusz is offline
SageTVaholic
 
Join Date: Nov 2004
Location: Yukon, OK
Posts: 3,919
Quote:
Originally Posted by stuckless View Post
It's interesting... I just checked the base and it has libfaad2 installed.

https://github.com/stuckless/sagetv-...Dockerfile#L21

Code:
RUN set -x \
  && apt-get update \
  && apt-get install -y wget curl libfaad2 net-tools file \
    less vim software-properties-common unzip cifs-utils
Yeah, it's a different error. I looked in both logs. My Ubuntu install says that it couldn't find libfaad2. The Docker log says: "FFMPEG has crashed with signal 11 !!!". Not sure what that means.
__________________
Server: i5 8400, ASUS Prime H370M-Plus/CSM, 16GB RAM, 15TB drive array + 500GB cache, 2 HDHR's, SageTV 9, unRAID 6.6.3
Client 1: HD300 (latest FW), HDMI to an Insignia 65" 1080p LCD and optical SPDIF to a Sony Receiver
Client 2: HD200 (latest FW), HDMI to an Insignia NS-LCD42HD-09 1080p LCD
  #272  
Old 08-24-2016, 09:56 AM
Taddeusz Taddeusz is offline
SageTVaholic
 
Join Date: Nov 2004
Location: Yukon, OK
Posts: 3,919
Here are the transcode portions of my log.

Code:
Wed 8/24 10:42:48.896 [XcodeStderrConsumer@46228101] FFmpeg version git-e035fbb, Copyright (c) 2000-2010 the FFmpeg developers
Wed 8/24 10:42:48.898 [XcodeStderrConsumer@46228101] built on Jun 23 2016 16:11:18 with gcc 4.8.4
Wed 8/24 10:42:48.898 [XcodeStderrConsumer@46228101] configuration: --disable-ffserver --disable-ffplay --enable-gpl --enable-pthreads --enable-nonfree --enable-libfaac --enable-libx264 --enable-libxvid --disable-devices --disable-bzlib --disable-demuxer=msnwc_tcp --enable-libfaad --extra-cflags='-I. -I/build/sagetv/third_party/codecs/faad2/include -I/build/sagetv/third_party/codecs/faac/include -I/build/sagetv/third_party/codecs/x264 -I/build/sagetv/third_party/codecs/xvidcore/src' --extra-ldflags='-L/build/sagetv/third_party/codecs/faac/libfaac/.libs -L/build/sagetv/third_party/codecs/faad2/libfaad/.libs -L/build/sagetv/third_party/codecs/x264 -L/build/sagetv/third_party/codecs/xvidcore/build/generic/=build'
Wed 8/24 10:42:48.899 [XcodeStderrConsumer@46228101] libavutil     50.22. 0 / 50.22. 0
Wed 8/24 10:42:48.899 [XcodeStderrConsumer@46228101] libavcodec    52.83. 0 / 52.83. 0
Wed 8/24 10:42:48.899 [XcodeStderrConsumer@46228101] libavformat   52.73. 0 / 52.73. 0
Wed 8/24 10:42:48.899 [XcodeStderrConsumer@46228101] libavdevice   52. 2. 0 / 52. 2. 0
Wed 8/24 10:42:48.901 [XcodeStderrConsumer@46228101] libavfilter    1.22. 0 /  1.22. 0
Wed 8/24 10:42:48.901 [XcodeStderrConsumer@46228101] libswscale     0.11. 0 /  0.11. 0
Wed 8/24 10:42:48.907 [XcodeStderrConsumer@46228101] [NULL @ 0x13114c0] Probed with size=2048 and score=52
Wed 8/24 10:42:49.050 [XcodeStderrConsumer@46228101] [mpeg @ 0x13114c0] Probe buffer size limit 5000000 reached
Wed 8/24 10:42:49.055 [XcodeStderrConsumer@46228101] Input #0, mpeg, from '/mnt/disks/192.168.22.100_video2/2020-22882623-0.mpg':
Wed 8/24 10:42:49.055 [XcodeStderrConsumer@46228101] Duration: 00:58:56.89, start: 1.352122, bitrate: 15372 kb/s
Wed 8/24 10:42:49.055 [XcodeStderrConsumer@46228101] Stream #0.0[0x80], 81, 1/90000: Audio: ac3, 48000 Hz, 5.1, s16, 384 kb/s
Wed 8/24 10:42:49.055 [XcodeStderrConsumer@46228101] Stream #0.1[0x81], 80, 1/90000: Audio: ac3, 48000 Hz, stereo, s16, 192 kb/s
Wed 8/24 10:42:49.056 [XcodeStderrConsumer@46228101] Stream #0.2[0x1e0], 77, 1/90000: Video: mpeg2video, yuv420p, 1920x1080, 1001/60000, AR: 16:9, interlaced, 24000 kb/s, 29.97 fps, 29.97 tbr, 90k tbn, 59.94 tbc
Wed 8/24 10:42:49.086 [XcodeStderrConsumer@46228101] [libx264 @ 0x1313fe0] using mv_range_thread = 72
Wed 8/24 10:42:49.087 [XcodeStderrConsumer@46228101] [libx264 @ 0x1313fe0] using SAR=1/1
Wed 8/24 10:42:49.087 [XcodeStderrConsumer@46228101] FFMPEG has crashed with signal 11 !!!
__________________
Server: i5 8400, ASUS Prime H370M-Plus/CSM, 16GB RAM, 15TB drive array + 500GB cache, 2 HDHR's, SageTV 9, unRAID 6.6.3
Client 1: HD300 (latest FW), HDMI to an Insignia 65" 1080p LCD and optical SPDIF to a Sony Receiver
Client 2: HD200 (latest FW), HDMI to an Insignia NS-LCD42HD-09 1080p LCD
  #273  
Old 08-24-2016, 10:08 AM
stuckless's Avatar
stuckless stuckless is offline
SageTVaholic
 
Join Date: Oct 2007
Location: London, Ontario, Canada
Posts: 9,713
Quote:
Originally Posted by Taddeusz View Post
Here are the transcode portions of my log.
I wonder if it's a network filesystem issue when transcoding. I notice your file appears to be on a network share.
  #274  
Old 08-24-2016, 10:10 AM
Taddeusz Taddeusz is offline
SageTVaholic
 
Join Date: Nov 2004
Location: Yukon, OK
Posts: 3,919
Quote:
Originally Posted by stuckless View Post
I wonder if it's a network filesystem issue when transcoding. I notice your file appears to be on a network share.
Yes, it is. I hadn't thought about that. I'll try copying something to the local filesystem and attempt to convert it again.
__________________
Server: i5 8400, ASUS Prime H370M-Plus/CSM, 16GB RAM, 15TB drive array + 500GB cache, 2 HDHR's, SageTV 9, unRAID 6.6.3
Client 1: HD300 (latest FW), HDMI to an Insignia 65" 1080p LCD and optical SPDIF to a Sony Receiver
Client 2: HD200 (latest FW), HDMI to an Insignia NS-LCD42HD-09 1080p LCD
  #275  
Old 08-24-2016, 10:19 AM
Taddeusz Taddeusz is offline
SageTVaholic
 
Join Date: Nov 2004
Location: Yukon, OK
Posts: 3,919
Quote:
Originally Posted by stuckless View Post
I wonder if it's a network filesystem issue when transcoding. I notice your file appears to be on a network share.
I moved the file to the local file system and got the same error.
__________________
Server: i5 8400, ASUS Prime H370M-Plus/CSM, 16GB RAM, 15TB drive array + 500GB cache, 2 HDHR's, SageTV 9, unRAID 6.6.3
Client 1: HD300 (latest FW), HDMI to an Insignia 65" 1080p LCD and optical SPDIF to a Sony Receiver
Client 2: HD200 (latest FW), HDMI to an Insignia NS-LCD42HD-09 1080p LCD
  #276  
Old 08-26-2016, 08:52 PM
panteragstk's Avatar
panteragstk panteragstk is offline
SageTVaholic
 
Join Date: Oct 2008
Location: New Braunfels, TX
Posts: 3,312
I looked around and it doesn't seem that this has been answered, but how do I get HTTP tuning for my directv boxes to work with the docker?

I found this thread but am unsure if it will work using the docker.

I don't see a "common" folder in the sage directory on my server to place my existing files in so I'm assuming that is a windows only folder.

Any ideas?
__________________
SageTV Server: unRAID Docker v9, S2600CPJ, Norco 24 hot swap bay case, 2x Xeon 2670, 64 GB DDR3, 3x Colossus for DirecTV, HDHR for OTA
Living room: nVidia Shield TV, Sage Mini Client, 65" Panasonic VT60
Bedroom: Xiomi Mi Box, Sage Mini Client, 42" Panasonic PZ800u
Theater: nVidia Shield TV, mini client, Plex for movies, 120" screen. Mitsubishi HC4000. Denon X4300H. 7.4.4 speaker setup.
  #277  
Old 08-26-2016, 10:55 PM
Fuzzy's Avatar
Fuzzy Fuzzy is offline
SageTVaholic
 
Join Date: Sep 2005
Location: Jurupa Valley, CA
Posts: 9,957
Quote:
Originally Posted by panteragstk View Post
I looked around and it doesn't seem that this has been answered, but how do I get HTTP tuning for my directv boxes to work with the docker?

I found this thread but am unsure if it will work using the docker.

I don't see a "common" folder in the sage directory on my server to place my existing files in so I'm assuming that is a windows only folder.

Any ideas?
I have never used http tuning with sage - but I believe this would be via calls to whatever tuning utility linux has from the gentuner plugin, which is included with the docker: https://github.com/jwittkoski/GenericTunerPlugin
__________________
Buy Fuzzy a beer! (Fuzzy likes beer)

unRAID Server: i7-6700, 32GB RAM, Dual 128GB SSD cache and 13TB pool, with SageTVv9, openDCT, Logitech Media Server and Plex Media Server each in Dockers.
Sources: HRHR Prime with Charter CableCard. HDHR-US for OTA.
Primary Client: HD-300 through XBoxOne in Living Room, Samsung HLT-6189S
Other Clients: Mi Box in Master Bedroom, HD-200 in kids room
  #278  
Old 08-26-2016, 11:08 PM
panteragstk's Avatar
panteragstk panteragstk is offline
SageTVaholic
 
Join Date: Oct 2008
Location: New Braunfels, TX
Posts: 3,312
Quote:
Originally Posted by Fuzzy View Post
I have never used http tuning with sage - but I believe this would be via calls to whatever tuning utility linux has from the gentuner plugin, which is included with the docker: https://github.com/jwittkoski/GenericTunerPlugin
Thanks. I guess I missed that.
__________________
SageTV Server: unRAID Docker v9, S2600CPJ, Norco 24 hot swap bay case, 2x Xeon 2670, 64 GB DDR3, 3x Colossus for DirecTV, HDHR for OTA
Living room: nVidia Shield TV, Sage Mini Client, 65" Panasonic VT60
Bedroom: Xiomi Mi Box, Sage Mini Client, 42" Panasonic PZ800u
Theater: nVidia Shield TV, mini client, Plex for movies, 120" screen. Mitsubishi HC4000. Denon X4300H. 7.4.4 speaker setup.
  #279  
Old 08-27-2016, 02:17 PM
alfi33 alfi33 is offline
Sage Aficionado
 
Join Date: Jun 2008
Posts: 311
Quote:
Originally Posted by Fuzzy View Post
My newly commissioned unraid system has it recording to the pool (user/Recordings), no cache, but honestly I haven't watched it enough to actually monitor the performance. That said, I think I may set it up to individual disks instead (disk1/Recordings, disk2/Recordings, etc.) and let sage spread out the load with it's bandwidth management.
Quote:
Originally Posted by EnterNoEscape View Post
The only downside to what you're planning is that you're still limited roughly to the performance of one disk since even when you write to two different disks, the parity is still being written to the designated 1-2 other parity disks simultaneously and it would only get worse if the files are on distant parts of the data disks translating into a lot of seeking on the parity drive(s). I can however see that possibly helping with read performance. All of that being said, the recordings are usually a very light task, so maybe it doesn't matter.
I wonder if it does make good sense to do what Fuzzy suggested. Although it probably wouldn't help writes at all, it could help with reads (like you said). When you start doing things like Comskip, which can be a very read intensive and a potentially disk thrashing activity, maybe it would be beneficial to let Sage try to spread out recordings over a few disks.

But I don't think I have yet seen any issues on my small (6 disk) unRAID box, so maybe you're right and it really doesn't matter. I'm just trying to figure out how I want to lay it all out. I guess I'll just need to do some experimenting...
__________________
Server: SageTV v9 on unRAID Docker; i5-2400; 16GB RAM; 9TB storage array; SiliconDust HDHR3
Client: Windows10; Intel Core2Duo; 4GB RAM; NVIDIA GeForce GT 1030
Client: NVIDIA ShieldTV
Client: Fire TV Stick 4K
  #280  
Old 08-29-2016, 09:56 AM
Taddeusz Taddeusz is offline
SageTVaholic
 
Join Date: Nov 2004
Location: Yukon, OK
Posts: 3,919
Woohoo! After a week of waiting the place from which I ordered my parity drive finally decided to ship it. Should be waiting for me when I get home. I'll install it tonight and start progressively moving my recordings over drive by drive. Should be finished in 3 days. Or one if I decide to take a day off to do it. But I think I might just stick with the progressive approach.
__________________
Server: i5 8400, ASUS Prime H370M-Plus/CSM, 16GB RAM, 15TB drive array + 500GB cache, 2 HDHR's, SageTV 9, unRAID 6.6.3
Client 1: HD300 (latest FW), HDMI to an Insignia 65" 1080p LCD and optical SPDIF to a Sony Receiver
Client 2: HD200 (latest FW), HDMI to an Insignia NS-LCD42HD-09 1080p LCD
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
SageTV on Unraid server JonL SageTV Linux 11 10-27-2019 02:48 PM
Docker Image for unRaid ChaOConnor SageTV Linux 73 05-28-2017 11:57 AM
Interactive Docker Container for building SageTV (Linux) stuckless SageTV Github Development 4 09-04-2016 03:14 PM
Another esxi unraid thread - questions jdc Hardware Support 16 11-14-2012 12:08 PM
New Server - SageTV+unRAID under ESXi 4.1 stanger89 Hardware Support 211 01-07-2012 10:38 PM


All times are GMT -6. The time now is 12:35 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.
Copyright 2003-2005 SageTV, LLC. All rights reserved.