tliptak

Members
  • Posts

    19
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

tliptak's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Yes bios is up to date. Nope, don't have another GPU but I can try this one in a different computer. Are there any bios settings I need to enable for it to work?
  2. Having an issue trying to add a GPU to the s2600cp. Nvidia GTX 1060 3GB. Placing it in the bottom blue slot (slot 3) and the LSI raid card is in slot 5. Without the GPU works perfectly. With the GPU it stays stuck on the first bios screen with the BIOS number and server board name and the flashing bar in the bottom left. GPU fans spin up for a second then turn off. No beeps or other alerts. Keyboard lights up, raid card has lights etc. Any ideas?
  3. Figured out the plugins installing. However I am having the same issue where it crashes when I load it with Home Assistant. Did you get it sorted out?
  4. Hey thank you! Do I just copy the config files into the appdata/homebridge/ folder and install plugins like ckuburlis had with his plugininstallfile?
  5. What are you asking? What stepping of the cards did I end up getting? The two RMS25KB080's that I received were B0 stepping, and the RMS25JB080 (mezzanine variant of that controller) was also B0 stepping. I did see confirmation from another person who received a D1 stepping of the RMS25JB080 mezzanine card; so we know that they have a mix of steppings of those in their inventory. FYI, the Intel PCN (Product Change Notification) document ID is 11829-00: http://qdms.intel.com/dm/i.aspx/4CC49E0F-EB14-46EA-8791-FE5E232DDC50/PCN111829-00.pdf The PDB (little white sticker) of the RMS25KB080 B0 stepping (that I had received) is G35828-302, and the updated PDB of the D1 stepping is G35828-310. So look for that when you receive your cards to identify the stepping. Got mine today. Both B0 stepping from Kalley.
  6. Got it working. Was two things it seemed - 1) needed to manually SSH to the seedbox once and accept the cert 2) was getting another error and added -o nonempty at the end of the sshfsmnt line Two questions 1) If I run this as a chron job, how do I view what is downloading currently? 2) If a file gets interrupted / I close out the SSH window running the script manually - it stops the download and adds it to the database, so it gets skipped after? How do I keep it running?
  7. Working on trying to add this myself. Worked through most of the errors and now I am getting this: root@Tower:/boot/config/plugins/syncwatch# synctorrents.sh.new umount: /mnt/user/seedbox/Downloads/: not mounted Here is the full code I am trying to run. #!/bin/sh login="mylogin" pass="mypass" host="myserver" sshfshome="/mnt/user/seedbox/" sshfsmnt="/mnt/user/seedbox/Downloads/" sqldir="/boot/config/plugins/syncwatch/" # would suggest you put the script and the sqlite file in the same folder for simplicity, but this allows you to separate the files sql="dir.db" #name of the sqlite file table="rememberedFiles" #name of the sqlite table field="filename" # name of the sqlite field for i in 1 2 3 # Each of these are for a specific folder on my seedbox, which I use for specific folders determined by the torrent Labels set up in Deluge. If you need more, add the numbers here, and copy one of the sections below, making changes are you need. do if [ $i -eq 1 ] then remote_dir="/Comics/" # this is the absolute path on my seedbox's ftp client remotedir="/mnt/user/seedbox/Downloads/Comics/" # this is the local path where I have the seedbox mounted with sshfs below, required for database to work correctly local_dir="/mnt/user/Files/Downloads/Comics/" # this is the local path where I actually download my files to elif [ $i -eq 2 ] then remote_dir="/Movies/" remotedir="/mnt/user/seedbox/Downloads/Movies/" local_dir="/mnt/user/Files/Downloads/Movies/" else remote_dir="/TV/" remotedir="/mnt/user/seedbox/Downloads/TV/" local_dir="/mnt/user/Files/Downloads/TV/" fi if [ -d $remotedir ] then tick=$remotedir else #umount $sshfsmnt echo $pass | sshfs $login@$host:$sshfshome $sshfsmnt -o workaround=rename -o password_stdin fi cd $remotedir Progs=( * ) # creates an array of your directories for show in "${Progs[@]%*/}"; do #creates single variables from the array cd $sqldir exists=$( sqlite3 $sql "select count(*) from $table where $field=\"${show}\"" ) if (( exists > 0 )); then # these two lines test if your directory is already in the sqlite database tick=$show # echo "Show already downloaded $show" else trap "rm -f /tmp/synctorrent.lock" SIGINT SIGTERM if [ -e /tmp/synctorrent.lock ] then echo "Already Running" exit else touch /tmp/synctorrent.lock if [ -d "$remotedir/${show}" ] # I needed 2 seperate lftp lines, one for mirroring full directories, and one to handle single files since some uploaders don't use directories then echo "$remote_dir/${show}/ is directory" # This is there for debugging the testing to see if it's determining if you are downloading a file or mirroring a directory, can be safely commented out lftp -p 22 -u $login,$pass sftp://$host << EOF #this is an SFTP script - hopefully secure set mirror:use-pget-n 5 sftp:auto-confirm true mirror -c -P5 --log=/var/log/synctorrentssl.log "$remote_dir/${show}/" "$local_dir/${show}/" quit EOF else echo "$remote_dir/${show} is file" # For Debugging, can be commented out as well lftp -p 22 -u $login,$pass sftp://$host << EOF #this is an SFTP script - hopefully secure get "$remote_dir/${show}" -o "$local_dir/${show}" quit EOF fi fi sqlite3 $sql "insert into rememberedFiles (filename) values ('${show}');" # once the script completes, the variable is added to the database, ensuring that you can't download it again using the script rm -f /tmp/synctorrent.lock trap - SIGINT SIGTERM fi done done umount $sshfsmnt #Below this line I've added the unrarall script to test md5's (if available), extract, and clean up the samples, nfo's, etc. #/boot/custom/unrarall --clean=all /mnt/user/Downloads/Deluge/Downloads/TV #/boot/custom/unrarall --clean=all /mnt/user/Downloads/Deluge/Downloads/Movies exit 0 What am I missing? Am I doing something wrong with the sshfshome / mnt locations? I added all the plugins you said were required with Nerdpack.
  8. That is the proper type of cable; miniSAS to miniSAS (SFF-8087 male to SFF-8087 male)... But I'm not sure of that specific cable's length... You'll want something close to .70-.75meters long. I'm using these: http://www.newegg.com/Product/Product.aspx?Item=N82E16812117662 ...and these: http://www.ebay.com/itm/291453546599 Heard back from Kalley - the ones I linked are 95cm so they should work. Got 4 of them for $32 shipped ($5 / each + shipping) That's a good price and they are quality cables. However you'll find that the ~1 meter cables are on the long side, so you might get a bit frustrated with how they are stuffed back in the PCIe area. Specifically if you're planning on populating some long PCIe cards. You'll want to try and get them (the minisas cables) tucked along the side wall so they don't impede airflow of the main cooling fan(s), the cables are stiff and a bit bulky. Cool sounds good. Got the BMC / bios / ME / FRU + SDR updates done. Fans slowed and it's no longer a turbine. Waiting on the raid cards but going to do a mem test and preclear the drives. Thanks again for the help. Only outstanding question I still have is what are the benefits to flashing the RMS25KB080 with the LSI firmware over keeping the stock fw?
  9. That is the proper type of cable; miniSAS to miniSAS (SFF-8087 male to SFF-8087 male)... But I'm not sure of that specific cable's length... You'll want something close to .70-.75meters long. I'm using these: http://www.newegg.com/Product/Product.aspx?Item=N82E16812117662 ...and these: http://www.ebay.com/itm/291453546599 Heard back from Kalley - the ones I linked are 95cm so they should work. Got 4 of them for $32 shipped ($5 / each + shipping)
  10. One more dumb question. Is this the right cable to go from the Intel raid card to the back of the hotswap tray that came with the P4308? http://www.ebay.com/itm/Intel-ASR2612SASCBL-Mini-SAS-Cable-Accessory-Kit-New-Bulk-Packaging-/381225145336?ssPageName=ADME:L:COSI:US:1123
  11. Great thanks. What is the difference between this http://m.ebay.com/itm/Intel-FUP8X25HSDKS-Spare-8x2-5-Hot-Swap-Drive-Cage-Kit-New-/201158917786?nav=SEARCH and the KO? Wonder if it comes with cabling What you linked to will only fit in the main storage bay; where you can fit two of the FUP8X25HSDKS drive cages (16x2.5") in place of the 8x3.5" drive cage. It will *not* fit in the top (2) 5.25" bays unlike FUP8X25HSDKO. Understood thanks. Will keep an eye out for the DKO.
  12. Great thanks. What is the difference between this http://m.ebay.com/itm/Intel-FUP8X25HSDKS-Spare-8x2-5-Hot-Swap-Drive-Cage-Kit-New-/201158917786?nav=SEARCH and the KO? Wonder if it comes with cabling
  13. What are you asking? What stepping of the cards did I end up getting? The two RMS25KB080's that I received were B0 stepping, and the RMS25JB080 (mezzanine variant of that controller) was also B0 stepping. I did see confirmation from another person who received a D1 stepping of the RMS25JB080 mezzanine card; so we know that they have a mix of steppings of those in their inventory. FYI, the Intel PCN (Product Change Notification) document ID is 11829-00: http://qdms.intel.com/dm/i.aspx/4CC49E0F-EB14-46EA-8791-FE5E232DDC50/PCN111829-00.pdf The PDB (little white sticker) of the RMS25KB080 B0 stepping (that I had received) is G35828-302, and the updated PDB of the D1 stepping is G35828-310. So look for that when you receive your cards to identify the stepping. Great will do. Apologies for not being clear. Was asking what you purchased to add more hard drive rack space in the P4000. I have the 8x3.5" hotswap bay it came with. It looks like there is not a ton of room behind the three top slots and wondering if you purchased something that fit and / or have any recommendations.
  14. Ordered two of the RMS25KB080. They took $40 / each. jwegmen, assuming because you have two of the cards you expanded the storage of your P4xxx case. What did you end up getting?
  15. Excellent thanks. Put in an offer for $30 just trying my luck. Will try again at $40 if rejected. I have the Natex S2600 combo. What is the benefit to cross flashing to the LSI/Avago 9205-8e IT fw over leaving the default Intel fw if it's Unraid compatible?