Hello Juanjo, It's certainly weird. As you probably have seen by now, the three more common exit values are:
#define EXIT_OK 0 #define EXIT_ERROR 1 #define EXIT_OK_ONCE 2 My only guess is that it had something to do with the configuration file. If by some reason (~ bug) Cherokee returned a ret_t as the exit code, the 4 value would mean ret_file_not_found. It's just a random guess though. On 13/01/2010, at 20:53, Juan J. Martínez wrote: > OK, I had a "premonition" and did a test. > > Since I compiled cherokee and started it and it was running great > *until* I rebooted, I've compiled cherokee again, installed, and... > guess what? > > Yes, it's running. > > So I'm thinking about things that can change when I reboot the system, > but are fixed when I make a installation. Weird, isn't it? > > It would be great to know more about that exit code '4', so I can look > for the problem. I've been reading cherokee code, but the worker init > code it's too much cryptic for me at the moment. > > Thank you! > > Juanjo > > El mié, 13-01-2010 a las 19:35 +0100, Juan J. Martínez escribió: >> Hello, >> >> I've rebooted my server, and after this cherokee doesn't start. >> >> Unfortunately I haven't so much information. >> >> # cherokee -t >> PID 22739: exited re=4 >> >> Nothing more. When I try to run cherokee normaly, it starts the worker >> when it ends, but I don't know where's this happening: just exited re=4. >> >> I'd liked more information to triage the problem :( >> >> Regards, >> >> Juanjo >> > > -- > jjm's home: http://www.usebox.net/jjm/ > blackshell: http://blackshell.usebox.net/ > ramble on: http://rambleon.usebox.net/ > > > -- > jjm's home: http://www.usebox.net/jjm/ > blackshell: http://blackshell.usebox.net/ > ramble on: http://rambleon.usebox.net/ > > > _______________________________________________ > Cherokee mailing list > [email protected] > http://lists.octality.com/listinfo/cherokee -- Octality http://www.octality.com/ _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
