January 24, 201214 yr I just tested my server, and I can force it to sleep. I used a batch file to wake it an all seems well. I set some parameters for auto-sleep, and originally set it to sleep after 10 minutes. I then decided to set it for 2 minutes, so I could test it, and I noticed that my changes saved, but it still says "Disabled" I can't get it to "Enable". it will save changes, but not that. Is that a bug/typo, or am I missing something?
January 29, 201214 yr I just built my unRAID server and installed SimpleFeatures but it is not looking at all like the pictures. Contents of my "go" file: #!/bin/bash # Start the Management Utility /usr/local/sbin/emhttp & installpkg /boot/packages/simpleFeatures-0.9b-unraid-speeding_ant.tgz boot/unmenu/uu cd /boot/packages && find . -name '*.auto_install' -type f -print | sort | xargs -n1 sh -c Obviously, the file exists at the specified location. Here is a screenshot of what my UI looks like. Let me know if you need anything else. Thanks
January 29, 201214 yr The settings for Scheduler are not saving. Any idea why? Same problem here. Is the feature working?
January 29, 201214 yr Delete the file "/boot/config/ultra.cfg" and re-install the package. See if that brings an improvement.
January 29, 201214 yr I just built my unRAID server and installed SimpleFeatures but it is not looking at all like the pictures. Clear the cache of your browser and reload the page, that should do the trick...
January 29, 201214 yr I just built my unRAID server and installed SimpleFeatures but it is not looking at all like the pictures. Clear the cache of your browser and reload the page, that should do the trick... Not for me
January 29, 201214 yr I just built my unRAID server and installed SimpleFeatures but it is not looking at all like the pictures. Clear the cache of your browser and reload the page, that should do the trick... That worked for me. Thanks a lot.
January 29, 201214 yr I just built my unRAID server and installed SimpleFeatures but it is not looking at all like the pictures. Clear the cache of your browser and reload the page, that should do the trick... Not for me For me is this the issue.... see attached image. And I have cleared the cache several times. //Peter
January 30, 201214 yr What does your /boot/config/go file look like? And where did you copy the tgz file to on the flash drive?
February 1, 201214 yr Looks like I've got a bit of code catching up to do on my own project Looking forward to that day my friend as much as 5.0 Final
February 1, 201214 yr What does your /boot/config/go file look like? And where did you copy the tgz file to on the flash drive? Here is the what my go file looks like: #!/bin/bash # Start the Management Utility /usr/local/sbin/emhttp & installpkg /boot/packages/simpleFeatures-0.9b-unraid-speeding_ant.tgz installpkg /boot/packages/simpleFeatures-0.9g-unraid-adapted-by-bergware.tgz /boot/unmenu/uu cd /boot/packages && find . -name '*.auto_install' -type f -print | sort | xargs -n1 sh -c unraid_notify start The .tgz file is in the packages folder. I had originally put the 'simpleFeatures-0.9g-unraid-adapted-by-bergware.tgz' file in the extras folder but things were not working correctly. I then moved it to the packages folder and added the line to install the package to the go file using the 'config view/edit option in unMenu.
February 1, 201214 yr Use one or the other of the SimpleFeatures packages but not both, they are not meant to complement each other. For those who need email functionality, stick to the original package. If you want more customization for the GUI, use the adapted version. To simplify installation, one can just copy the respective "tgz" file to the folder "/boot/extra". Unraid has a system built-in which reads this folder upon reboot and installs automatically any packages it finds there. Alternatively each package can be individually installed via the "go" file, personally I find the first approach much easier.
February 1, 201214 yr Delete the file "/boot/config/ultra.cfg" and re-install the package. See if that brings an improvement. I tried that. Nothing changed. This is what my ultra.cfg file looks like now: # Generated settings: id="5" #confirm] down="1" stop="1" sleep="1" warn="1" #display] time="%R" date="%c" unit="C" scale="-1" align="right" view="" total="1" spin="1" size="1" snow="0" sleepBtn="1" banner="image" refresh="0" #stats] status="0" access="1" critical="99" warning="90" table="Disks" #check] mode="3" hour="0 0" dotm="1" month="1" day="0" cron="'0 0 1 * * /root/mdcmd check 1> /dev/null 2>&1'" #cache] cache="0" wait="-w" busy="-B" suspend="" shares="" minimum="1" maximum="10" depth="9999" exclude="" include="" other="" #s3sleep] checkHDD="-a" checkTCP="" timeout="30" pingIP="" stopDay="" stopHour="" dhcpRenew="" forceGb=""
February 1, 201214 yr What does your /boot/config/go file look like? And where did you copy the tgz file to on the flash drive? Here is the what my go file looks like: #!/bin/bash # Start the Management Utility /usr/local/sbin/emhttp & [color=blue]installpkg /boot/packages/simpleFeatures-0.9b-unraid-speeding_ant.tgz installpkg /boot/packages/simpleFeatures-0.9g-unraid-adapted-by-bergware.tgz[/color] /boot/unmenu/uu cd /boot/packages && find . -name '*.auto_install' -type f -print | sort | xargs -n1 sh -c unraid_notify start The .tgz file is in the packages folder. I had originally put the 'simpleFeatures-0.9g-unraid-adapted-by-bergware.tgz' file in the extras folder but things were not working correctly. I then moved it to the packages folder and added the line to install the package to the go file using the 'config view/edit option in unMenu. is this necessary i thought 0.9g adapted contains all plus more ?
February 1, 201214 yr What does your /boot/config/go file look like? And where did you copy the tgz file to on the flash drive? Here is the what my go file looks like: #!/bin/bash # Start the Management Utility /usr/local/sbin/emhttp & installpkg /boot/packages/simpleFeatures-0.9b-unraid-speeding_ant.tgz installpkg /boot/packages/simpleFeatures-0.9g-unraid-adapted-by-bergware.tgz /boot/unmenu/uu cd /boot/packages && find . -name '*.auto_install' -type f -print | sort | xargs -n1 sh -c unraid_notify start The .tgz file is in the packages folder. I had originally put the 'simpleFeatures-0.9g-unraid-adapted-by-bergware.tgz' file in the extras folder but things were not working correctly. I then moved it to the packages folder and added the line to install the package to the go file using the 'config view/edit option in unMenu. Use one or the other of the SimpleFeatures packages but not both, they are not meant to complement each other. For those who need email functionality, stick to the original package. If you want more customization for the GUI, use the adapted version. To simplify installation, one can just copy the respective "tgz" file to the folder "/boot/extra". Unraid has a system built-in which reads this folder upon reboot and installs automatically any packages it finds there. Alternatively each package can be individually installed via the "go" file, personally I find the first approach much easier. You are correct regarding that either package will run by itself. (I just tested to verify that fact for myself.) I thank you for pointing that out to me as I am on a rather steep learning curve here. However, for whatever reason (including my stupidity), the installation of BOTH packages results in all of the features working including the e-mail feature. I am using Firefox 9.0.1 as my browser. You might want to investigate this a bit further. I also suspect that the order of installation might have an effect on how things work. Using the go file guarantees the exact sequence.
February 2, 201214 yr "However, for whatever reason (including my stupidity), the installation of BOTH packages results in all of the features working including the e-mail feature. I am using Firefox 9.0.1 as my browser." +1
February 4, 201214 yr I've always wanted these features implemented, but didn't really find anything simple enough for my needs. This is a plugin for the general user, who just want pretty (but functional) stuff, with none of the complexities. Install Instructions: Place the simpleFeatures-0.8-unraid-speeding_ant.tgz in your preferred directory for packages. Modify the following line to represent the directory you placed it in. /boot is your flash drive, then place into your go script, preferably after the emhttp entry: installpkg /boot/*path to*/simpleFeatures-0.8-unraid-speeding_ant.tgz Reboot - and you should see the new features in your webGui! Change Log: Must these lines remain in the go-script after installation?
February 5, 201214 yr Hi, looks like starting the SABnzbd+ SickBeard CouchPotato Plugin (link) within the simplefeatures gui breaks the webadmin interface of unraid. Meaning it is not accessible anymore. The plugins start fine and their web interfaces are accessible!
February 6, 201214 yr Hi All. The program included with Simple Features that checks the array and checks the smart status, by default it's set to 60 seconds. Would it spin up the array to check this?
February 6, 201214 yr Delete the file "/boot/config/ultra.cfg" and re-install the package. See if that brings an improvement. I tried that. Nothing changed. This is what my ultra.cfg file looks like now: # Generated settings: id="5" #confirm] down="1" stop="1" sleep="1" warn="1" #display] time="%R" date="%c" unit="C" scale="-1" align="right" view="" total="1" spin="1" size="1" snow="0" sleepBtn="1" banner="image" refresh="0" #stats] status="0" access="1" critical="99" warning="90" table="Disks" #check] mode="3" hour="0 0" dotm="1" month="1" day="0" cron="'0 0 1 * * /root/mdcmd check 1> /dev/null 2>&1'" #cache] cache="0" wait="-w" busy="-B" suspend="" shares="" minimum="1" maximum="10" depth="9999" exclude="" include="" other="" #s3sleep] checkHDD="-a" checkTCP="" timeout="30" pingIP="" stopDay="" stopHour="" dhcpRenew="" forceGb="" I must say though, that the schedule works. Only the web interface doesn't reflect the settings set for the parity check.
February 9, 201214 yr Hi All, I'm in the final stage of my unRAID server. But need help to make s3 sleep in the safest way like in simple features. Please help !
February 10, 201214 yr Hi all, i ve a problem with sleep mode. my config : Gigabyte D525TUD, 2 go, 4 disks, unraid 5 beta11 when i click on sleep button in Simple features, the tower sleeps. when i want to wake up , i use the command : wolcmd 1C6F65B7FEEE 192.168.1.20 255.255.255.0 from my pc. the server powers on, but it 's not responding at all, there's nothing on the screen, and 2 lights blink on the keyboard (maj and fn). i've tried to modify my syslinux.cfg like this : append initrd=bzroot acpi_sleep=s3_bios but nothing new. what's wrong ? thx.
Archived
This topic is now archived and is closed to further replies.