Changes

Jump to navigation Jump to search
Line 91: Line 91:     
== Turning off Running Webconf instance ==
 
== Turning off Running Webconf instance ==
 +
 +
We run the debugger,
    
[[File:Vsc address already in use with stop.png|thumb|center]]
 
[[File:Vsc address already in use with stop.png|thumb|center]]
 +
 +
Error!!
 +
 +
but there is already a process running that has grabbed the port 80. It's the zynthian-webconf instance that is started by the raspberry pi when it starts up by systemd and this will need to be stopped to allow us to run our own instance....
 +
 +
So we use the terminal to generate a command line prompt and shout at systemd to turn oof the running instance
 +
 +
<big>systemctl stop zynthian-webconf</big>
 +
    
[[File:Vsc stop webconf systemd.png|thumb|center]]
 
[[File:Vsc stop webconf systemd.png|thumb|center]]
 +
 +
And look it's no longer running!!!
    
[[File:Zynthian dead webconf.png|thumb|center]]
 
[[File:Zynthian dead webconf.png|thumb|center]]
584

edits

Navigation menu