Log Message: Child Task Warning [fixed]

edited June 2018 in Problems Now Fixed
With the latest releases, I'm noticing these messages in the logs:
Sat Jan  6 07:36:26 2018 1d:04:37:07 ....      child_task WARNING: child returned without WIFEXITED status=0x0000008b WIFEXITED=0 WEXITSTATUS=0
Sat Jan  6 07:51:27 2018 1d:04:52:08 ....      child_task WARNING: child returned without WIFEXITED status=0x0000008b WIFEXITED=0 WEXITSTATUS=0
Sat Jan  6 08:06:28 2018 1d:05:07:09 ....      child_task WARNING: child returned without WIFEXITED status=0x0000008b WIFEXITED=0 WEXITSTATUS=0
Sat Jan  6 08:21:29 2018 1d:05:22:10 ....      child_task WARNING: child returned without WIFEXITED status=0x0000008b WIFEXITED=0 WEXITSTATUS=0
Sat Jan  6 08:36:30 2018 1d:05:37:11 ....      child_task WARNING: child returned without WIFEXITED status=0x0000008b WIFEXITED=0 WEXITSTATUS=0
Sat Jan  6 08:51:31 2018 1d:05:52:12 ....      child_task WARNING: child returned without WIFEXITED status=0x0000008b WIFEXITED=0 WEXITSTATUS=0
Sat Jan  6 09:06:32 2018 1d:06:07:13 ....      child_task WARNING: child returned without WIFEXITED status=0x0000008b WIFEXITED=0 WEXITSTATUS=0
Sat Jan  6 09:21:33 2018 1d:06:22:14 ....      child_task WARNING: child returned without WIFEXITED status=0x0000008b WIFEXITED=0 WEXITSTATUS=0
Sat Jan  6 09:36:34 2018 1d:06:37:15 ....      child_task WARNING: child returned without WIFEXITED status=0x0000008b WIFEXITED=0 WEXITSTATUS=0
Sat Jan  6 09:51:35 2018 1d:06:52:16 ....      child_task WARNING: child returned without WIFEXITED status=0x0000008b WIFEXITED=0 WEXITSTATUS=0
Sat Jan  6 10:06:36 2018 1d:07:07:17 ....      child_task WARNING: child returned without WIFEXITED status=0x0000008b WIFEXITED=0 WEXITSTATUS=0
Sat Jan  6 10:21:37 2018 1d:07:22:18 ....      child_task WARNING: child returned without WIFEXITED status=0x0000008b WIFEXITED=0 WEXITSTATUS=0
Sat Jan  6 10:36:38 2018 1d:07:37:19 ....      child_task WARNING: child returned without WIFEXITED status=0x0000008b WIFEXITED=0 WEXITSTATUS=0
Sat Jan  6 10:51:39 2018 1d:07:52:20 ....      child_task WARNING: child returned without WIFEXITED status=0x0000008b WIFEXITED=0 WEXITSTATUS=0
Sat Jan  6 11:06:40 2018 1d:08:07:21 ....      child_task WARNING: child returned without WIFEXITED status=0x0000008b WIFEXITED=0 WEXITSTATUS=0
Sat Jan  6 11:21:41 2018 1d:08:22:22 ....      child_task WARNING: child returned without WIFEXITED status=0x0000008b WIFEXITED=0 WEXITSTATUS=0

Anything to these?

Comments

  • Haven't seen those before. I'll have to add a message telling us which command is actually failing.

  • I've just seen a case where these messages will appear as a consequence of the Beagle's DNS file getting truncated (hence no outside web sites can be contacted by name). The file /etc/resolv.conf on the Beagle normally has the ip address of a DNS. If you're using DHCP (the default) to set the Kiwi's ip address then an entry win this file s made automatically. But if the file becomes truncated (zero length) then sites like sdr.hu can't be reached and this error will result.

    So the underlying question is why does that happen and should there be a "watchdog" function to restore the DNS to a known server (e.g. Google DNS at 8.8.8.8) if the file becomes truncated.

Sign In or Register to comment.