bobmet820 / unraid-simplefeatures

Automatically exported from code.google.com/p/unraid-simplefeatures
0 stars 0 forks source link

gui stops responding, telnet continues working #33

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
-unknown, maybe uptime for a few days.  i'd frequently have this problem after 
doing long operations like parity checks or preclear.

What is the expected output? What do you see instead?
-instead of seeing any unraid webgui pages, i get a 404.  i cant access 
anything via a browser.  i can still use the network shares and i can telnet in 
and issue commands.

What version of the product are you using? On what operating system?
unraid 5rc16
simplefeatures 1.0.11

Please provide any additional information below.
-i would issued a "shutdown -r now" via the telnet so unraid reboots and i get 
the gui back.  unfortunately, nearly every time i issue the restart after the 
gui has failed, it starts a parity check on the next boot.

in a forum post, someone claims to have fixed the issue by updating the version 
of sqlite that simplefeatures uses:

http://lime-technology.com/forum/index.php?topic=19508.msg232982#msg232982

OK...I fixed my webserver plg to point to the new SQLLite package.  I highly 
suggest that you wait for the developers to fix the issue officially, but, if 
you are impatient like I am, here is what I did:

I edited the simpleFeatures.web.server-1.0.11-noarch-1.plg  in Notepad++
CTRL+H to do a find and replace:  replace sqlite-3.7.14.1-i486-1.txz with 
sqlite-3.7.16-i486-1.txz (there should be 3 occurrences)
Also do a find/replace for 433769b1cd27b59667a34295184356e3  with 
a6f1606b7fc032d28937a75c0cd3ae68 (one occurrence) (this is the MD5 for the new 
SQLLite package)

Then I manually installed via putty:  installplg 
/boot/plugins/simpleFeatures.web.server-1.0.11-noarch-1.plg

All is good again!  :)

John

i'll have to try it myself to verify it stops the gui from becoming 
unresponsive.

Original issue reported on code.google.com by eighdrose on 6 Aug 2013 at 12:13

GoogleCodeExporter commented 9 years ago
here's a thread where people are talking about the gui problem:
http://lime-technology.com/forum/index.php?topic=27040.0

Original comment by eighdrose on 6 Aug 2013 at 12:27