> I'm amazed you've got a dual Pentium running -CURRENT at all.
>
> both of mine haven't worked with SMP kernels for months. (dual P54C and
> dual P55C).
I am running SMP CURRENT kernel on 4-Alpha processors . No problems
for a lot of months.
Yuri.
To Unsubscribe: send mail to [EMAIL PROTECT
> > > I've been considering adding ANSI prototypes to tcpd.h, so we
> > > get more useful warnings from it.
>
> I have a local ISOfication (and lint cleanup) of tcp_wrappers that
> I've been meaning to contribute back to the author. Wanna play? :-)
Sure! Would appreciate if you send it to me )
R
David,
> A fucntion which is declared with no arguments (eg sock_host())
> is assumed to be a function defined in the K&R way. Argument number
> and types don't need to be known. To decalre a function which takes
> no arguments (and which has an ANSI style definition) you say
> "function(void)".
Is it a bug that function "sock_host" is declared
sock_host() in /usr/include/tcpd.h
but defined as sock_host(struct request_info *)
in /usr/src/contrib/tcp_wrappers/socket.c ?
Good question also why compiler passes this
and doesn't issue even a warning when I call it
with the argument.
MySQL on
> Ok, so they are all blocked. Does the machine
> respond to
> other interrupts ok? I.e., can you ssh into the
> machine
> and what not? Or is the machine basically hung?
Everything else was just fine. Actually I was
runnning top through ssh.
In /var/log/messages also nothing relevant.
Yuri.
I am running FreeBSD 5.0 on Alpha 7310.
Apache httpd was running fine for a week and today
after I've added
mod_php4 I got after 30 min a condition when all
httpd's were reported
by top as "*Giant" not responding to TCP requests and
"killall -9 httpd" didn't kill any of them.
Anyone have any ide