(07-May-2021, 07:01 AM)agent_kith Wrote:(07-May-2021, 06:51 AM)Coacharnold Wrote: Been testing on and off all day, got LMS running pretty good. But since building my full collection in LMS I rebooted and have no web server?Interesting.. Shouldn't conflict with LMS as it is using port 9090 or 9000 from memory. However, some plugins may be using port 80? The port the Snakeoil WebApp is using.
I still get the snakeoilweb server, but only a white and blank page
I suspect maybe there is a conflict with LMS's web server? ...
You mentioned needing to post instructions for LMS... was it anything more complicated than just starting it.
thanks for this project ... fun stuff
T
Can you SSH to your computer, and run the following commands? Give me the output here so I can take a look.
Code:sudo system status lighttpd
sudo netstat -tulpn | grep 80
Ok ... so I think you mean sysctl -- I get
sudo sysctl status lighttpd
sysctl: cannot stat /proc/sys/status: No such file or directory
sysctl: cannot stat /proc/sys/lighttpd: No such file or directory
or maybe not ...it is alive .... i mean I do get a very minimal web interface, I seem to be able to get to everything, but the menu is completely gone, so I have to input it from URL to get to different pages.
i get
sudo netstat -tulpn | grep 80
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 771/lighttpd
udp6 0 0 :::53804 :::*
T
I should add a screenshot, as this is what I have ... mind you, it was a blue background, Its like its half loading.
For what its worth, LMS is working pretty good.
T
![[Image: Screenshot-20210506-191726.png]](https://i.ibb.co/0Y5YZCq/Screenshot-20210506-191726.png)