Thread: Kindle Scribe
View Single Post
Old 11-29-2022, 07:14 AM   #218
NullNix
Guru
NullNix ought to be getting tired of karma fortunes by now.NullNix ought to be getting tired of karma fortunes by now.NullNix ought to be getting tired of karma fortunes by now.NullNix ought to be getting tired of karma fortunes by now.NullNix ought to be getting tired of karma fortunes by now.NullNix ought to be getting tired of karma fortunes by now.NullNix ought to be getting tired of karma fortunes by now.NullNix ought to be getting tired of karma fortunes by now.NullNix ought to be getting tired of karma fortunes by now.NullNix ought to be getting tired of karma fortunes by now.NullNix ought to be getting tired of karma fortunes by now.
 
Posts: 929
Karma: 15576314
Join Date: Jan 2013
Location: Ely, Cambridgeshire, UK
Device: Kindle Oasis 3, Kindle Oasis 1
Quote:
Originally Posted by NiLuJe View Post
Don't update to it just yet, I guess?

Code:
diff -Nuarp KT5/ROOT/etc/upstart/lab126_gui_monitor.conf KS_5.16.1/ROOT/etc/upstart/lab126_gui_monitor.conf
 --- KT5/ROOT/etc/upstart/lab126_gui_monitor.conf>-------2022-09-21 18:56:02.000000000 +0200
 +++ KS_5.16.1/ROOT/etc/upstart/lab126_gui_monitor.conf>-2022-10-28 04:54:55.000000000 +0200
 @@ -19,7 +19,7 @@ script
 .               
-     lab126_gui_status=$(f_upstart_job_status lab126_gui)
 .               
 -    if [ "kb" == ${JOB} ] && [ "$lab126_gui_status" -ne "$UP_JOB_STS_RUNNING" ]; then
 +    if [ "kb" == ${JOB} && [ "$lab126_gui_status" -ne "$UP_JOB_STS_RUNNING" ]; then
-         f_log I $UPSTART_JOB "Keyboard has failed, but lab126_gui has not started. Hence exiting.."
2         # lab126_gui will bring up keyboard again when it starts. 
2         exit 0
(Random syntax error)
Not only that -- the line that actually sets lab126_gui_status was removed, so even if the test was syntactically correct it wouldn't really help... Now maybe something else sets it earlier but I kinda doubt it.
NullNix is offline   Reply With Quote