Jump to content

trurl

Moderators
  • Posts

    43,962
  • Joined

  • Last visited

  • Days Won

    137

Everything posted by trurl

  1. You can find it here (nct6775.ko for unraid-5.0.5): http://lime-technology.com/forum/index.php?topic=32057.8 Thanks. Turns out to have been a dead end for me. Not sure what I need. sensors-detect gives me coretemp and then an unknown chip trying family VIA/Winbond/Nuvoton/Fintek. From some other searches I had seen about Nuvoton I thought this might help me but unfortunately not. I know there are others using the ASUS H87-I motherboard here, so if anyone gets this working let me know.
  2. According to the manufacturer's website this is a dual-rail power supply, meaning some of those 300W will not be available to hard drives. Single-rail PSUs are recommended for unRAID. Silverstone has a couple of SFX units that many of us are using.
  3. Almost there. Uncomment the soap line in dynamix.php.cfg
  4. Where exactly are you stuck? Have you downloaded phpvirtualbox and put it in the Dynamix webserver? Is phpvirtualbox still not part of the virtualbox package? I thought it was. I thought that was one of the items that it installed from the virtualbox gui. I see it mentioned a lot but dont see how to get it or install it. EDIT: okay I got phpvirtualbox from sourceforge, and have it extracted. what do I need from here? do I dump all of it into a location, or just a select few items? vboxwebsrv is installed, but you need something to talk to it. Download phpvirtualbox and put it in the web root you set up in Dynamix webserver.
  5. Where exactly are you stuck? Have you downloaded phpvirtualbox and put it in the Dynamix webserver?
  6. I really like my Q25B, but this case is sexy! I have had as many as 7 drives in my Q25B but right now I am just using the 5 hotswaps plus an SSD for cache. 8 hotswaps would really be ideal for a plus license, since it would allow one extra for preclearing or mounting outside the array. I will probably resist this temptation for a while at least since I don't really need the space but I won't be surprised if I go ahead and buy it without justification when it becomes more readily available.
  7. Similar to mine. I had to update BIOS too. All of my bays are full and I have an SSD cache drive so I am also using all SATA ports. I went with a different processor in case I wanted to do some of the more advanced virtualization. You should unbundle your SATA cables. They can interfere with each other (crosstalk) if they are running parallel for long stretches.
  8. Looks like I need this for System Temp to work on my new mobo. Can anyone build it from source?
  9. Dynamix has replaced SimpleFeatures and it has a webserver for unRAID v5.
  10. Sounds like you have SimpleFeatures installed or maybe Dynamix. These are not compatible with the Limetech "new" webGUI, which is the subject of this thread. Go read the Dynamix thread to get stats and health set up.
  11. You do know that folder is in RAM? Anything written there will not survive reboot.
  12. In v5, if you make the folder part of a cache-only share it won't be moved even if it doesn't start with a dot (.)
  13. unRAID has a RAM filesystem where all of its operating system files are kept. When unRAID boots it unpacks all of its operating system files from bzroot and keeps them in RAM. Since bzroot is not altered to reflect any changes to these operating system files, they will all be restored to the original from bzroot when you reboot. This is why anything stored in any of the usual linux operating system folders does not survive a reboot. In general, anything not in /boot (your flash drive) or /mnt (actual disks or shares on those disks) is in RAM. Anything stored in these locations will persist after reboot. This is why some people add code to the go script to alter operating system files every time they reboot. I have code in my go script which alters /etc for example. You can put those packages in /boot/extra and they will be automatically installed on boot. Add the other script to the script in /boot/config/go (like I have just done. Thanks for this)
  14. Not sure I understand your problem. If you want guests to be able to read/write a share make it Public. If you want guests to only be able to read a share make it Secure. If you don't want guests to have any access to a share make it Private. You can also make shares hidden so it can't be seen when you browse. The only way to get to these is to specify the path. Are you anticipating guests accessing your server from: One of your computers using your Windows user? Using one of your computers using a separate Windows user? Using their own computer using their own Windows user? Some other scenario I haven't imagined? Where is a workaround required?
  15. I have used every scenario Tom describes here, including referring to the server by IP to get a different login to my server. I can confirm that it all works just as described for me.
  16. I've been using this for pre-clears since my case is full and I have one sata port left over: eSATA enclosure This particular one even came with an eSATA bracket
  17. Go back to page 73 of this thread for more discussion of these parameters. I was trying to do 3TB. Increased -b parameter is what you need. Did that but did not find anything concerning a -b parameter... Since there does appear to be a relation with these parameters (I conclude this from your reply) I will take my chances and do the preclear without the extra parameters, if only to see if that makes the difference.. Sorry, wrong thread. Try this instead. When I tried it on 3TB with the defaults (no parameters) I ran out of memory. The originally suggested -b 200 parameter was too conservative and caused it to be very slow. -b 256000 was suggested and I stopped mine during post-read and restarted it like this.
  18. Go back to page 73 of this thread for more discussion of these parameters. I was trying to do 3TB. Increased -b parameter is what you need.
  19. The emails are sent to the same address the system notification emails are sent. This can be setup in the simplefeatures email notify plugin. There is also an unMenu package but I don't use that method anymore since I upgraded from 4.7
  20. Working for me. At first I tried to increase the size but I closed the page before it finished and that didn't work so I tried again and waited for it and it works. Thanks
  21. What Joe said. Linux "screen" lets you reconnect if the session dies. Preclearing With Screen There is also a plugin.
  22. Longer answer: Because the OS is running completely in RAM (this includes any "files" in the usual places, such as /etc/sudoers) any changes you make in the running OS is lost when you reboot. To make a change that will survive a reboot, you need to make the system make those changes for you each time it boots. This is usually done in /boot/config/go script file which is run automatically after the system boots.
×
×
  • Create New...