Re: VM panic

2002-08-18 Thread Yuri Victorovich
> 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

Re: libwrap bug?

2002-08-18 Thread Yuri Victorovich
> > > 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

Re: libwrap bug?

2002-08-18 Thread Yuri Victorovich
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)".

libwrap bug?

2002-08-17 Thread Yuri Victorovich
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

RE: SMP: httpd stuck in "*Giant" state

2002-05-02 Thread Yuri Victorovich
> 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.

SMP: httpd stuck in "*Giant" state

2002-05-02 Thread Yuri Victorovich
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