Changes

Jump to navigation Jump to search
Line 94: Line 94:  
We run the debugger,  
 
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|800px]]
    
Error!!
 
Error!!
Line 100: Line 100:  
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....
 
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
+
So we use the terminal to generate a command line prompt and shout at systemd to turn of the running instance
    
<big>systemctl stop zynthian-webconf</big>
 
<big>systemctl stop zynthian-webconf</big>
      −
[[File:Vsc stop webconf systemd.png|thumb|center]]
+
[[File:Vsc stop webconf systemd.png|thumb|center|800px]]
    
And look it's no longer running!!!
 
And look it's no longer running!!!
   −
[[File:Zynthian dead webconf.png|thumb|center]]
+
[[File:Zynthian dead webconf.png|thumb|center|800px]]
    
== Running the debugger in anger ... ==
 
== Running the debugger in anger ... ==
584

edits

Navigation menu