HELP! Web Interface gone

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Xhorder
    Senior Member
    • Oct 2005
    • 110

    HELP! Web Interface gone

    In the process of doing some debugging, I started slimserver from the command line, rather than as a service.

    However, now when slimserver is started as a service, the web interface is completely blank. Nothing but an empty web page. BUT, if I stop the service then start it with a command line, everything is fine again.

    The display on the device is fine either way, and appears to work as expected.

    What have I done??

    Running SB2, 6.2.2 Linux on Mandriva 2006
  • kdf
    NOT a Slim Devices Employee
    • Apr 2005
    • 9493

    #2
    HELP! Web Interface gone

    On 10-Jun-06, at 8:56 AM, Xhorder wrote:
    >
    > However, now when slimserver is started as a service, the web interface
    > is completely blank. Nothing but an empty web page. BUT, if I stop the
    > service then start it with a command line, everything is fine again.
    >

    you likely now have a permissions problem. When you ran as a user,
    slimserver created a cache of web pages.
    running the service again, could have a problem if it tried to refer to
    the same cached files. remove /usr/local/slimserver/Cache/templates

    if that isn't it, then try looking in /tmp/slimserver.log for a hint as
    to the problem.
    -k

    Comment

    • Xhorder
      Senior Member
      • Oct 2005
      • 110

      #3
      Originally posted by kdf
      you likely now have a permissions problem. When you ran as a user,
      slimserver created a cache of web pages.
      running the service again, could have a problem if it tried to refer to
      the same cached files. remove /usr/local/slimserver/Cache/templates

      if that isn't it, then try looking in /tmp/slimserver.log for a hint as
      to the problem.
      -k
      That was it! Thanks so much

      Comment

      Working...