dragon123

Members
  • Posts

    33
  • Joined

  • Last visited

Posts posted by dragon123

  1. I guess I will have to ask for a refund now.... I think I am giving up as I need to get a NAS solution up and running for AD. I am going to buy a Synology® RackStation RS814 and put my discs in it.

     

    Giving it one more try, trying the version 6 beta to see if AD is better on this version.

     

    Tried Unraid 6 beta, getting different error messages but still cannot get AD working... I am emailing Tom as I dont' think that he is reading the AD section of the forum and I am getting nowhere.

     

  2. After buying 2 PRO licences (even though I will never run more than 4 HD), I am able to remote desktop to the server from my PC.

    Server software running: WINDOWS SERVER 2012

    Unraid can ping the server through the console.

    The time matches on both server within seconds.

     

    AD join status: Not joined

    AD domain name (FQDN): proper server domain name .ca entered

    AD short domain name: short name entered

    AD account login: administrator

    AD account password: Correct password entered

     

    I spent 3 hours trying many different permutations, I am still not able to connect to the active directory.

    I did follow the 1st post to the letter but I don't seem to be able to connect.

    What am I missing????

     

    Another bug is that you need to deselect AD then Select it again before you do any changes or the change don't seem to be stored.

    Log:

    Mar 20 13:29:08 Tower avahi-daemon[12571]: Server startup complete. Host name is tower.local. Local service cookie is 302958446.
    Mar 20 13:29:09 Tower avahi-daemon[12571]: Service "ATEQNAS" (/services/smb.service) successfully established.
    Mar 20 13:29:13 Tower emhttp: shcmd (2525): /usr/bin/net ads join -U "administrator"%"*****" |& logger
    Mar 20 13:29:14 Tower logger: Failed to join domain: failed to find DC for domain MyDomainName

  3. Ok, ran some tests.

    After booting up, tv_grab_file doesn't exist under usr/bin...

     

    using the following in my go file didn't help:

    if [[ -r "/mnt/disk2/Recording/tv_grab_file" && -f "/mnt/disk2/Recording/tv_grab_file" ]]; then
    sudo -u root tvheadend -c /mnt/disk2/tvheadend/.htsconfig -u root -g video -f >/dev/null 2>&1
    cp /mnt/disk2/Recording/tv_grab_file /usr/bin/    
    sudo chmod a+x /usr/bin/tv_grab_file -v
    /usr/bin/tv_grab_file &
    fi

     

    If I enter manually in telnet, it works perfectly after restarting tvheadend.

    So, somehow, my go file doesn't write tv_grab_file in usr/bin, now I need to figure out why.

     

    Then I changed the order of things, to move my tv_grab_file before starting tvheadend... and it worked:

    #!/bin/bash
    # Start the Management Utility
    /usr/local/sbin/emhttp &
    
    cd /boot/packages && find . -name '*.auto_install' -type f -print | sort | xargs -n1 sh -c
    
    ln -s /boot/custom/userhdhomerun /usr/bin/userhdhomerun
    ln -s /boot/custom/dvbhdhomerun /etc/dvbhdhomerun
    modprobe dvb_hdhomerun && sleep 10 && /usr/bin/userhdhomerun &
    
    cp /boot/custom/tv_grab_file /usr/bin/    
    sudo chmod a+x /usr/bin/tv_grab_file -v
    /usr/bin/tv_grab_file &
    
    sleep 20 && sudo -u root tvheadend -c /mnt/disk2/tvheadend/.htsconfig -u root -g video -f 2>&1 >/dev/null

     

    Nice.... sooo, where is the last build?  8)

  4. AD integration feature is Pro only, though I could be talked into including in Plus

     

    Any chance we can have it in PLUS? I will never every have more than 3 drives on my RAID at work, so the limit of 7 drives is plenty enough for me.

     

    I did email Tom, but never received an answer to my 3 emails.

     

    I need to place my order for my keys this week,  I hope someone will be able to answer me in the forum.

  5. Yeah, I've got something jacked up then...

     

    J5MNN5C.png

     

    The only option under internal grabber is "disabled". I'm on tvheadend build -git-4e7506a, which is the one that I pulled using @Mettbrot's plg file (https://dl.dropboxusercontent.com/u/17326625/tvheadend-0.5.plg). Is there a newer version of tvheadend I should be pulling from?

     

    I have the same problem, I tried a lot of things, even your solution without any luck. The tv_grab_file doesn't show at all in the drop down.

    Can you guys check my go file? I do not have a cache drive, you think that might be my problem????

     

    #!/bin/bash
    # Start the Management Utility
    /usr/local/sbin/emhttp &
    
    cd /boot/packages && find . -name '*.auto_install' -type f -print | sort | xargs -n1 sh -c
    
    ln -s /boot/custom/userhdhomerun /usr/bin/userhdhomerun
    ln -s /boot/custom/dvbhdhomerun /etc/dvbhdhomerun
    modprobe dvb_hdhomerun && sleep 10 && /usr/bin/userhdhomerun &
    
    sleep 20 && sudo -u root tvheadend -c /mnt/disk2/tvheadend/.htsconfig -u root -g video -f 2>&1 >/dev/null
    
    cp /mnt/disk2/Recording/tv_grab_file /usr/bin/   
    sudo chmod a+x /usr/bin/tv_grab_file -v
    /usr/bin/tv_grab_file &

  6. Hey everyone.

     

    Since running tvheadend without a real plugin installed is a real pain (need to modify go script, stopping the array takes forever, etc) I decided to adapt WW's plg file to work with the latest and greatest. I don't know if it is free of bugs - it works for me. Give me feedback and I will do my best to fix  :D

    I stripped the XMLTV and the BZ-file download ability for simplicity so you still have to update your BZROOT and BZIMAGE files yourself BUT: You don't need to download tvheadend.txz, you don't need to edit your go file and (the best part) you don't have to kill tvheadend in order to stop the array  ;)

     

    To give it a try, remove the txz package from your /boot/extra directory and remove the start line from your go script. Then install:

    https://dl.dropboxusercontent.com/u/17326625/tvheadend-0.5.plg

     

    Credit for creating tvheadend pack goes to piotrasd.

    Credit for original plg file goes to WW.

     

    I ran into a problem last night and will try again tonight. Any chance you could include XMLTV  with tv_grab_file support in the package please?

    Thank you.

  7. So technically, could I still install unraid and then change the samba server to Samba 4 which is suppose to have great active directory support, then go through all the set up of samba... Doesn't sound like much fun.

     

    Maybe the best solution is to stick to the windows world for my situation. I really wanted to setup an unraid server at the office to show everyone how good it was.

     

    I have been reading about freeNAS, I will try it out and see how good it is for AD.

  8. I have Unraid working at home without any problem and I am loving it. I did convinced my boss that it was the way to go for our office network but reading the AD forum, it doesn't seem that it is working properly.

     

    I emailed Tom 3 times and he answered the 1st email only.

     

    Should I just give up and move my work rig to FreeNas or a paid service? Or do you guys think that Unraid will work perfectly with AD in the near future?

     

    Thanks.

  9. For its newsletter subscribers only, newegg offers the Seagate 3TB Backup Plus USB 3.0 Desktop Hard Drive, model no. STCA3000101, for $139.99. Coupon code "EMCXWVL46" cuts it to $119.99. With free shipping

     

    http://www.newegg.com/Product/Product.aspx?Item=N82E16822178110&Tpk=STCA3000101

     

     

    Amazon has it at 119.99 also:

    http://www.amazon.com/gp/product/B00829THQE/ref=ox_sc_act_title_2?ie=UTF8&psc=1&smid=ATVPDKIKX0DER

  10. I have been using WW version of tvheadend and it is very stable. https://github.com/W-W/unRAID

    Would there be an update for this version?

    I found it extremely easy to install.

     

    If WW version is being abandoned, is there an easy way to update it to the new 3.2.18 version from piotrasd without reinstalling everything (my tvheadend is fully setup and working on my unraid and I do not want to do everything from scratch again)

     

    Thanks.

  11. Reliable.com takes $50 off orders of $100 or more via coupon code "JR". With free shipping on all orders, that's easily the best dollar-off coupon we've seen from Reliable.com. Sales tax is added where applicable. Notable best bets, each price lows by at least $32:

    • Seagate 1TB Backup Plus USB 3.0 External Hard Drive for $59.99 ($0.06/GB)

    • Seagate 2TB Expansion USB 3.0 External Hard Drive for $69.99 ($0.03/GB)