|
From: Jurgen S. <bl...@Ju...> - 2003-12-23 03:17:16
|
Hi,
When I stop the Qmail server, and restart it again (via the button 'Start
QMail Processes' it's not coming up....
I see in my log it's calling the qmailadmin/start.cgi, my start.cgi is
looking like this:
#!/usr/bin/perl
# start.cgi
# Start the qmail rc command in the background
require './qmail-lib.pl';
if ($config{'start_cmd'}) {
&system_logged("( $config{'start_cmd'} ) >/dev/null 2>&1
</dev/null &");
}
else {
&system_logged("$qmail_start_cmd >/dev/null 2>&1 </dev/null &");
}
&webmin_log("start");
&redirect("");
I see the script is called (in the webmin.log) and try to start it up
again:
1072148855.2907.0 [23/Dec/2003 04:07:35] root
e92a2653694f82ad54d7f49325a40bcd jurgenstroo.com qmailadmin start.cgi
"start" "-" "-"
But it's not working...
When I do it via the command line with the init.d/qmail script it works...
Does someone recognize this?
Thanks in advance,
Jurgen
---------------------------------------------------------------------------
"When a man sits with a pretty girl for an hour, it seems like a minute.
But let him sit on a hot stove for a minute and it's longer than any hour.
That's relativity." [A. Einstein, 1938]
<banner align=left>
hyper text transfer protocol colon slash slash jurgenstroo.com
</banner>
|