ClearFoundation Tracker - ClearOS
View Issue Details
0012891ClearOSclearos-console - Consolepublic2017-02-01 15:372017-02-26 17:56
dloper 
dloper 
normalminorsometimes
closedfixed 
7.3.0 
7.3.17.3.1 
0012891: Graphical console starts before webconfig
Sometimes the graphical console can start before the webconfig service is ready. This causes the error:

Firefox can't establish a connection to the server at 127.0.0.1:82.

performing the following demonstrate that this is a timing issue or systemd dependency problem

killall gconsole
then from text console launch graphical console
No tags attached.
Issue History
2017-02-01 15:37dloperNew Issue
2017-02-01 17:16user2Note Added: 0004731
2017-02-01 17:16user2Assigned To => user2
2017-02-01 17:16user2Statusnew => feedback
2017-02-02 19:59user2Assigned Touser2 => dloper
2017-02-08 17:18user2Product Version7.3.0 Beta 1 => 7.3.0
2017-02-08 17:18user2Target Version7.3.0 => 7.3.1 Updates
2017-02-10 11:46user2Target Version7.3.1 Updates => 7.3.1
2017-02-24 14:11user2Categorygconsole (xconsole) => clearos-console - Console
2017-02-24 14:12user2Note Added: 0004901
2017-02-24 14:12user2Statusfeedback => resolved
2017-02-24 14:12user2Fixed in Version => 7.3.1
2017-02-24 14:12user2Resolutionopen => fixed
2017-02-26 17:56user2Statusresolved => closed

Notes
(0004731)
user2   
2017-02-01 17:16   
Did you see this in ClearOS 7? That issue should have been resolved - see 0002270

Do you see text "Starting ClearOS API..." for a few seconds before the console starts on boot? There's a wait loop that tests for a successful web connection to port 82 before it continues to launch the consoles. See https://github.com/clearos/clearos-console/blob/master/bash_profile [^]

(0004901)
user2   
2017-02-24 14:12   
The wait time was extended from 20 to 60 seconds, and an extra few seconds are added before starting tconsole/gconsole (actually a side effect of localization).