"SimpleFeatures" Plugin - Version 1.0.11



Recommended Posts

  • Replies 2.8k
  • Created
  • Last Reply

Top Posters In This Topic

Those who have a problem with the sleep function, can you post the settings found in /boot/config/plugins/simpleFeatures/simpleFeatures.cfg

 

They should look similar to these:

 

sleep.service="1"

sleep.checkHDD="-a"

sleep.timeout="30"

sleep.interval="5"

sleep.eth="eth0"

sleep.checkTCP=""

sleep.pingIP=""

sleep.stopHour=""

sleep.stopDay=""

sleep.dhcpRenew=""

sleep.forceGb=""

sleep.setWol=""

sleep.preRun=""

sleep.postRun=""

sleep.options="-a -m 30 -t 5 -e eth0"

Link to comment
sleep.service="1"
sleep.checkHDD="-a"
sleep.timeout="30"
sleep.interval="0"
sleep.eth="eth0"
sleep.checkTCP=""
sleep.pingIP=""
sleep.stopDay=""
sleep.stopHour="03"
sleep.dhcpRenew=""
sleep.forceGb=""
sleep.setWol=""
sleep.preRun=""
sleep.postRun="%23Restart+sickbeard%0D%0Asleep+60%0D%0Alogger+Restarting+SickBeard%0D%0Awget+-q+--delete-after+http%3A%2F%2F192.168.0.100%3A8181%2Fapi%2F5399668685ed01a995082a97fd2b9eef%2F%3Fcmd%3Dsb.restart%0D%0Asleep+5"
sleep.options="-a -m 30 -t 0 -e eth0 -h 03  -p /usr/local/bin/postRun"

Link to comment

If I apply this from IE9 I get this ( -tð=e 5 ) , but from Chrome I get the correct setting (  -t 5  )

 

Please note that IE9 cache is cleared.

 

 

sleep.service="1"

sleep.checkHDD="-a"

sleep.timeout="10"

sleep.interval="5"

sleep.eth="eth0"

sleep.checkTCP="-n"

sleep.pingIP=""

sleep.stopDay=""

sleep.stopHour=""

sleep.dhcpRenew=""

sleep.forceGb="-F"

sleep.setWol="pumbg"

sleep.preRun="%2Fusr%2Flocal%2Fsbin%2Fmover%7Clogger%0D%0A"

sleep.postRun=""

sleep.options="-a -m 10 -tð=e 5 eth0 -n -F -w pumbg  -b /usr/local/bin/preRun"

 

Link to comment

The webserver wouldn't start for me from the GUI, so I went hunting.

Something's wonky with the lighttpd config file:

 

# /usr/sbin/lighttpd -f /etc/lighttpd.conf
2012-10-05 12:46:57: (configfile.c.901) opening configfile  /etc//boot/config/plugins/simpleFeatures/lighttpd.cfg failed: No such file or directory
2012-10-05 12:46:57: (configfile.c.855) source: /etc/lighttpd.conf line: 338 pos: 1 parser failed somehow near here: (EOL)

 

I'm running rc8a and just freshly installed SimpleFeatures.  Tried a reboot to no avail.

 

Changing the line in lighttpd.conf to:

 include "../boot/config/plugins/simpleFeatures/lighttpd.cfg"

makes it happy.  Not sure why it's trying to prepend "/etc" onto an absolute path...

Link to comment

The webserver wouldn't start for me from the GUI, so I went hunting.

Something's wonky with the lighttpd config file:

 

# /usr/sbin/lighttpd -f /etc/lighttpd.conf
2012-10-05 12:46:57: (configfile.c.901) opening configfile  /etc//boot/config/plugins/simpleFeatures/lighttpd.cfg failed: No such file or directory
2012-10-05 12:46:57: (configfile.c.855) source: /etc/lighttpd.conf line: 338 pos: 1 parser failed somehow near here: (EOL)

 

I'm running rc8a and just freshly installed SimpleFeatures.  Tried a reboot to no avail.

 

Changing the line in lighttpd.conf to:

 include "../boot/config/plugins/simpleFeatures/lighttpd.cfg"

makes it happy.  Not sure why it's trying to prepend "/etc" onto an absolute path...

You are still using the "old" web-server plugin. Remove that one and use the new one supplied with SF-1.0.5

 

Link to comment

You are still using the "old" web-server plugin. Remove that one and use the new one supplied with SF-1.0.5

 

I'm pretty sure I'm just using the .plg extracted from the 1.0.5 .zip file.

 

# ls /boot/config/plugins/simple*
/boot/config/plugins/simpleFeatures.core.webGUI-1.0.5-noarch-1.plg*
/boot/config/plugins/simpleFeatures.web.server-1.0.5-noarch-1.plg*

/boot/config/plugins/simpleFeatures:
lighttpd.cfg*        simpleFeatures.core.webGUI-1.0.5-i486-1.tgz*  simpleFeatures.web.server.png*
php.ini*             simpleFeatures.core.webGUI.png*
simpleFeatures.cfg*  simpleFeatures.web.server-1.0.5-i486-1.tgz*

 

Nothing simpleFeatures-related in my /boot/extra directory

# ls /boot/extra/
PlexMediaServer-0.9.6.9.241-da3068c-unRAID.txz*

Link to comment

Yes, the sleep script has an issue.

 

The command looks like this.

 

Oct  4 15:22:57 Tower s3_sleep: command-args=-a -m 10 -tð=e 5 eth0 -n -F -w pumbg -b /usr/local/bin/preRun (Network)

 

Found the issue, correction will be available in next release. I believe this will also correct the non-functioning s3-sleep of Kricker.

Link to comment

Yes, the sleep script has an issue.

 

The command looks like this.

 

Oct  4 15:22:57 Tower s3_sleep: command-args=-a -m 10 -tð=e 5 eth0 -n -F -w pumbg -b /usr/local/bin/preRun (Network)

 

Found the issue, correction will be available in next release. I believe this will also correct the non-functioning s3-sleep of Kricker.

 

That's great thanks.

 

Link to comment

This is strange. Can't really explain.

 

The "etc//" is not in the source nor is it added during installation ???

 

And it doesn't show up when I view the config file either.

 

How does that config file get created? I could manually hack it to work for me locally, but I don't see any references to it in the .plg

Link to comment

This is strange. Can't really explain.

 

The "etc//" is not in the source nor is it added during installation ???

 

And it doesn't show up when I view the config file either.

 

How does that config file get created? I could manually hack it to work for me locally, but I don't see any references to it in the .plg

The file "/etc/lighttpd.conf" is in the "tgz" archive and is copied 1-to-1...

 

You can open the simpleFeatures.web.server-1.0.5-i486-1.tgz (use 7-zip or similar) and inspect the file under /etc.

 

Reference is at the end of the file.

Link to comment

Not to be impatient, but any idea when that may be? A week, a month? It'll be when it'll be, but I sometime loose track of the thread and when new releases hit.

Sure if you pay me I will do it asap.

 

No kidding, we are doing this in our spare time and offer you all this free of charge. The least you can have is patience :)

Link to comment

Can you compare the following on your system ?

 

 ls -l /usr/local/emhttp/plugins/webGui/style/template.css
-rwxrwxrwx 1 root root 16970 2012-10-01 01:06 /usr/local/emhttp/plugins/webGui/style/template.css*

 

I tried running this command last night and it just threw an error.  If I post my css file can you compare it to what you have?  Or I can compare yours to mine manually?

 

 

Link to comment

Can you compare the following on your system ?

 

 ls -l /usr/local/emhttp/plugins/webGui/style/template.css
-rwxrwxrwx 1 root root 16970 2012-10-01 01:06 /usr/local/emhttp/plugins/webGui/style/template.css*

 

I tried running this command last night and it just threw an error.  If I post my css file can you compare it to what you have?  Or I can compare yours to mine manually?

Can you post the result (error) when doing the command : ls -l /usr/local/emhttp/plugins/webGui/style/template.css

Link to comment

That is already possible, put the text "/cbs.com/1.2.3.4 in the field of "External DNS servers".

 

I"ll try that ..

Should I put the default upstream servers there too..?? Or does DNSMasq use the configured system DNS server ?

Program reads the file /etc/resolv.conf which holds the preconfigured (learned) DNS servers

 

Link to comment

See screenshot attached - this is how you make it send only errors.

There is a small bug at the moment. Once a field has a value you can't clear it anymore. Will be corrected in the next version!

 

Temporary workaround:

 

Edit the file /etc/unraid_notify.conf manually

 

I noticed that unraid_notify.conf in my Go file. What is that?

 

Also, is there a safe power down with Simplefeatures? I don't see it anywhere and I want to make sure I have that extra protection installed. I remember I originally installed it with unmenu, but I don't want to be redundant and have multiple utilities running at once for no reason.

 

 

Link to comment

clicking on unRAID stats does nothing.  it just continues to show the disk stats.  Changing the drop down to various choices also has no effect.  Since start, last day, etc has not effect.

 

i've tried shift-refresh, but no changes.

 

I couldn't get the cache dirs to work until I restarted the server, and it works now, so it seems the plugins are installing okay, but no stats here.

Link to comment
1. Download the "SimpleFeatures Plugins" zip from our Google Code page. Choose the plugins you wish to install. The Base package is required for all other packages to run.

 

Its probably me, but I cant find the Base package. Where is it?

 

/Morten

Link to comment
  • Squid locked this topic
Guest
This topic is now closed to further replies.