Welcome! Log In Create A New Profile

Advanced

error: 'kern.ostype' is an unknown key

Posted by myuniverso.com 
myuniverso.com
error: 'kern.ostype' is an unknown key
November 23, 2010 05:50AM
hello guys

hope you all are doing well

Friends now m geting new error in my php-fpm.log file (i searched on
google but nothing found useful)
error is
error: 'kern.ostype' is an unknown key

is it serious error bcoz when this come my server becomes unresponsive
please tell what this error means..

waiting for your reply

thanx in advance :)
Jérôme Loyet
Re: error: 'kern.ostype' is an unknown key
November 23, 2010 05:52AM
what is the exact error line from php-fpm.log ?

2010/11/23 myuniverso.com <khizarsonu@gmail.com>:
> hello guys
>
> hope you all are doing well
>
> Friends now m geting  new error in my php-fpm.log file (i searched on
> google but nothing found useful)
> error is
> error: 'kern.ostype' is an unknown key
>
> is it serious error bcoz when this come my server becomes unresponsive
> please tell what this error means..
>
> waiting for your reply
>
> thanx in advance :)
>
myuniverso.com
Re: error: 'kern.ostype' is an unknown key
November 23, 2010 05:56AM
this exact error logged in php-fpm.log file


Nov 23 18:52:39.232140 [NOTICE] fpm_got_signal(), line 48: received
SIGCHLD
Nov 23 18:52:39.232195 [WARNING] fpm_children_bury(), line 215: child
3660 (pool default) exited on signal 15 SIGTERM after 1606.331860
seconds from start
Nov 23 18:52:39.232878 [NOTICE] fpm_children_make(), line 352: child
24467 (pool default) started
Nov 23 18:53:32.627970 [WARNING] fpm_stdio_child_said(), line 167:
child 3901 (pool default) said into stderr: "error: "kern.ostype" is
an unknown key"
Nov 23 18:53:32.628023 [WARNING] fpm_stdio_child_said(), line 167:
child 3901 (pool default) said into stderr: "error: "kern.osrelease"
is an unknown key"
Nov 23 18:53:32.628038 [WARNING] fpm_stdio_child_said(), line 167:
child 3901 (pool default) said into stderr: "sh: at: command not
found"


On Nov 23, 2:50 am, Jérôme Loyet <m...@fatbsd.com> wrote:
> what is the exact error line from php-fpm.log ?
>
> 2010/11/23 myuniverso.com <khizars...@gmail.com>:
>
> > hello guys
>
> > hope you all are doing well
>
> > Friends now m geting  new error in my php-fpm.log file (i searched on
> > google but nothing found useful)
> > error is
> > error: 'kern.ostype' is an unknown key
>
> > is it serious error bcoz when this come my server becomes unresponsive
> > please tell what this error means..
>
> > waiting for your reply
>
> > thanx in advance :)
>
>
Jérôme Loyet
Re: error: 'kern.ostype' is an unknown key
November 23, 2010 05:58AM
this error comes from one of your php script which seems to execute
external command (sh). This is not a problem related to FPM

2010/11/23 myuniverso.com <khizarsonu@gmail.com>:
> this exact error logged in php-fpm.log file
>
>
> Nov 23 18:52:39.232140 [NOTICE] fpm_got_signal(), line 48: received
> SIGCHLD
> Nov 23 18:52:39.232195 [WARNING] fpm_children_bury(), line 215: child
> 3660 (pool default) exited on signal 15 SIGTERM after 1606.331860
> seconds from start
> Nov 23 18:52:39.232878 [NOTICE] fpm_children_make(), line 352: child
> 24467 (pool default) started
> Nov 23 18:53:32.627970 [WARNING] fpm_stdio_child_said(), line 167:
> child 3901 (pool default) said into stderr: "error: "kern.ostype" is
> an unknown key"
> Nov 23 18:53:32.628023 [WARNING] fpm_stdio_child_said(), line 167:
> child 3901 (pool default) said into stderr: "error: "kern.osrelease"
> is an unknown key"
> Nov 23 18:53:32.628038 [WARNING] fpm_stdio_child_said(), line 167:
> child 3901 (pool default) said into stderr: "sh: at: command not
> found"
>
>
> On Nov 23, 2:50 am, Jérôme Loyet <m...@fatbsd.com> wrote:
>> what is the exact error line from php-fpm.log ?
>>
>> 2010/11/23 myuniverso.com <khizars...@gmail.com>:
>>
>> > hello guys
>>
>> > hope you all are doing well
>>
>> > Friends now m geting  new error in my php-fpm.log file (i searched on
>> > google but nothing found useful)
>> > error is
>> > error: 'kern.ostype' is an unknown key
>>
>> > is it serious error bcoz when this come my server becomes unresponsive
>> > please tell what this error means..
>>
>> > waiting for your reply
>>
>> > thanx in advance :)
>>
>>
>
myuniverso.com
Re: error: 'kern.ostype' is an unknown key
November 23, 2010 06:06AM
thank you!
is there any way to see that which script is affecting...

On Nov 23, 2:56 am, Jérôme Loyet <m...@fatbsd.com> wrote:
> this error comes from one of your php script which seems to execute
> external command (sh). This is not a problem related to FPM
>
> 2010/11/23 myuniverso.com <khizars...@gmail.com>:
>
> > this exact error logged in php-fpm.log file
>
> > Nov 23 18:52:39.232140 [NOTICE] fpm_got_signal(), line 48: received
> > SIGCHLD
> > Nov 23 18:52:39.232195 [WARNING] fpm_children_bury(), line 215: child
> > 3660 (pool default) exited on signal 15 SIGTERM after 1606.331860
> > seconds from start
> > Nov 23 18:52:39.232878 [NOTICE] fpm_children_make(), line 352: child
> > 24467 (pool default) started
> > Nov 23 18:53:32.627970 [WARNING] fpm_stdio_child_said(), line 167:
> > child 3901 (pool default) said into stderr: "error: "kern.ostype" is
> > an unknown key"
> > Nov 23 18:53:32.628023 [WARNING] fpm_stdio_child_said(), line 167:
> > child 3901 (pool default) said into stderr: "error: "kern.osrelease"
> > is an unknown key"
> > Nov 23 18:53:32.628038 [WARNING] fpm_stdio_child_said(), line 167:
> > child 3901 (pool default) said into stderr: "sh: at: command not
> > found"
>
> > On Nov 23, 2:50 am, Jérôme Loyet <m...@fatbsd.com> wrote:
> >> what is the exact error line from php-fpm.log ?
>
> >> 2010/11/23 myuniverso.com <khizars...@gmail.com>:
>
> >> > hello guys
>
> >> > hope you all are doing well
>
> >> > Friends now m geting  new error in my php-fpm.log file (i searched on
> >> > google but nothing found useful)
> >> > error is
> >> > error: 'kern.ostype' is an unknown key
>
> >> > is it serious error bcoz when this come my server becomes unresponsive
> >> > please tell what this error means..
>
> >> > waiting for your reply
>
> >> > thanx in advance :)
>
>
Jérôme Loyet
Re: error: 'kern.ostype' is an unknown key
November 23, 2010 07:14AM
2010/11/23 myuniverso.com <khizarsonu@gmail.com>:
> thank you!
> is there any way to see that which script is affecting...

no, but it could be a feature to add

>
> On Nov 23, 2:56 am, Jérôme Loyet <m...@fatbsd.com> wrote:
>> this error comes from one of your php script which seems to execute
>> external command (sh). This is not a problem related to FPM
>>
>> 2010/11/23 myuniverso.com <khizars...@gmail.com>:
>>
>> > this exact error logged in php-fpm.log file
>>
>> > Nov 23 18:52:39.232140 [NOTICE] fpm_got_signal(), line 48: received
>> > SIGCHLD
>> > Nov 23 18:52:39.232195 [WARNING] fpm_children_bury(), line 215: child
>> > 3660 (pool default) exited on signal 15 SIGTERM after 1606.331860
>> > seconds from start
>> > Nov 23 18:52:39.232878 [NOTICE] fpm_children_make(), line 352: child
>> > 24467 (pool default) started
>> > Nov 23 18:53:32.627970 [WARNING] fpm_stdio_child_said(), line 167:
>> > child 3901 (pool default) said into stderr: "error: "kern.ostype" is
>> > an unknown key"
>> > Nov 23 18:53:32.628023 [WARNING] fpm_stdio_child_said(), line 167:
>> > child 3901 (pool default) said into stderr: "error: "kern.osrelease"
>> > is an unknown key"
>> > Nov 23 18:53:32.628038 [WARNING] fpm_stdio_child_said(), line 167:
>> > child 3901 (pool default) said into stderr: "sh: at: command not
>> > found"
>>
>> > On Nov 23, 2:50 am, Jérôme Loyet <m...@fatbsd.com> wrote:
>> >> what is the exact error line from php-fpm.log ?
>>
>> >> 2010/11/23 myuniverso.com <khizars...@gmail.com>:
>>
>> >> > hello guys
>>
>> >> > hope you all are doing well
>>
>> >> > Friends now m geting  new error in my php-fpm.log file (i searched on
>> >> > google but nothing found useful)
>> >> > error is
>> >> > error: 'kern.ostype' is an unknown key
>>
>> >> > is it serious error bcoz when this come my server becomes unresponsive
>> >> > please tell what this error means..
>>
>> >> > waiting for your reply
>>
>> >> > thanx in advance :)
>>
>>
>
Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 81
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready