search for: init_process

Displaying 6 results from an estimated 6 matches for "init_process".

Did you mean: exit_process
2017 Nov 07
2
Problem with getting restapi up&running
...er: sync [2017-11-07 10:29:04 +0000] [30991] [INFO] Booting worker with pid: 30991 [2017-11-07 10:29:04 +0000] [30991] [ERROR] Exception in worker process Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/gunicorn/arbiter.py", line 578, in spawn_worker worker.init_process() File "/usr/lib/python2.7/site-packages/gunicorn/workers/base.py", line 126, in init_process self.load_wsgi() File "/usr/lib/python2.7/site-packages/gunicorn/workers/base.py", line 135, in load_wsgi self.wsgi = self.app.wsgi() File "/usr/lib/python2.7/site-pa...
2002 Aug 02
0
[Bug 378] New: sshd does not update utmp/utmpx records correctly when "UseLogin" feature on
...ting the records. I'll explain why below. -in the utmp/utmpx records, there is field, ut_type that records what state the record/user is in, i.e. #define EMPTY 0 #define RUN_LVL 1 #define BOOT_TIME 2 #define OLD_TIME 3 #define NEW_TIME 4 #define INIT_PROCESS 5 /* Process spawned by "init" */ #define LOGIN_PROCESS 6 /* A "getty" process waiting for login */ #define USER_PROCESS 7 /* A user process */ #define DEAD_PROCESS 8 #define ACCOUNTING 9 sshd is supposed to put the records, both utmp and...
2004 Feb 15
1
Win32::Process fork fragility
...rent" end Win32::Process.wait(pid) I think the problem lies in this code: fname = rb_gv_get("$0"); ... path = rb_file_s_expand_path(1, &fname); I think I solved this problem by declaring fname and path at the top of the process.c file and then moving those two lines into the Init_process() function. It worked in testing anyway. Shall I commit? Regards, Dan _________________________________________________________________ Get some great ideas here for your sweetheart on Valentine''s Day - and beyond. http://special.msn.com/network/celebrateromance.armx
2001 Aug 10
1
Solaris X86
I ran freecell under wine -debugmsg +relay and got an exception with a message protocol error: 84a28e8: init_process : parent but no info just after SHOWWINDOW was called Anyone know what this means ?
2002 Jul 23
2
Irix UseLogin wtmp/utmp bug
I am using the "UseLogin yes" configuration parameter to call the /usr/bin/login program on SGI Irix, (we are using Irix version 6.5.13). I do this because the SGI login program is AFS awhere and checks out a token for you and I do not want to compile the Kerberos version of sshd, (it is to messy for me to support). Everything seems to work fine accept the wtmp(x) and utmp(x) files do
2008 Mar 31
16
Mongrels stop responding
I have a Rails 1.2.3 app (due for an update, I know) running on a Mongrel 1.1.4 behind Apache 2.2.3 mod_proxy on Debian 4.0. It keeps hanging up for no reason I can tell. I have tried everything that anyone has ever hinted at being a solution for this problem: - The application doesn''t use MySQL, so setting the connection timeout won''t help. - Using AR not PStore for sessions. -