Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
HTTP 500 error for system update
#6
My fault.

The command should be:

Code:
sudo cp -a OSPi-old/data/ SIP/
That is without the first "/" on each directory name.

You can test the installation with
Code:
cd SIP
sudo python sip.py
When you see some messages about "starting timeing loop" and "plugins loaded" it is running properly and you should be able to access the program's user interface from a web browser.


If you install the sip startup script into /etc/init.d you should also delete the old ospi script:
first disable it with:

Code:
sudo update-rc.d ospi remove
then delete it with:
Code:
sudo rm /etc/init.d/ospi


Let me know how it goes.

Dan
Reply


Messages In This Thread
HTTP 500 error for system update - by DavidCNZ - 2015 Oct 09, 10:42 PM
RE: HTTP 500 error for system update - by dan - 2015 Oct 11, 11:33 PM
RE: HTTP 500 error for system update - by DavidCNZ - 2015 Oct 12, 01:30 AM
RE: HTTP 500 error for system update - by dan - 2015 Oct 12, 08:59 PM
RE: HTTP 500 error for system update - by DavidCNZ - 2015 Oct 13, 05:12 AM
RE: HTTP 500 error for system update - by dan - 2015 Oct 13, 08:23 PM
RE: HTTP 500 error for system update - by DavidCNZ - 2015 Oct 14, 03:15 AM

Forum Jump:


Users browsing this thread: 3 Guest(s)