kill the zombie processes

2005-09-03 Thread Akhthar Parvez K
HI all, Is there any way to kill the zombie processes in FreeBSD other than rebooting the server. Thanks -- Regards, Akhthar Parvez K ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

resource deadlock avoided??

2005-08-12 Thread Akhthar Parvez. K
Hi all, I am gettting the following error message while accessing the interchange admin panel. (perl), uid 1004: exited on signal 11 (core dumped) I have no problem in accessing the main page. Does anyone know what could be the problem? I had a look at sysctl directives, but did not notice

Re: ps -awux

2005-07-22 Thread Akhthar Parvez. K
opensource OS which's also a flavor of UNIX. On Friday 22 July 2005 11:14, Glenn Dawson wrote: At 10:39 PM 7/21/2005, Akhthar Parvez. K wrote: Hi, Thanks to Frank. I have changed the value of kern.ps_showallprocs to 1 and its listing all processes now. I used the following command sysctl

Re: ps -awux

2005-07-21 Thread Akhthar Parvez. K
added the following line into /boot/loader.conf, but that didn't help. kern.ps_showallprocs=1 Any help is much appreciated. On Wednesday 20 July 2005 23:06, Frank de Bot wrote: Akhthar Parvez. K wrote: Hello, When I run the command ps -awux from a user's bash shell(not root), it's

ps -awux

2005-07-20 Thread Akhthar Parvez. K
Hello, When I run the command ps -awux from a user's bash shell(not root), it's listing the processes under the particular user only. Can anyone tell me why? -- With Regards, Akhthar ___ freebsd-questions@freebsd.org mailing list

Re: ps -awux

2005-07-20 Thread Akhthar Parvez. K
Hello, It does not show all processes even if I did not use -u option. It would be good if anyone can tell me how can I view all processes from a user's bash shell. On Wednesday 20 July 2005 18:38, jdyke wrote: Akhthar Parvez. K wrote: Hello, When I run the command ps -awux from

Re: ps -awux

2005-07-20 Thread Akhthar Parvez. K
Hi, sysctl security.bsd.see_other_uids sysctl: unknown oid 'security.bsd.see_other_uids' :-( On Wednesday 20 July 2005 18:46, Norbert Koch wrote: When I run the command ps -awux from a user's bash shell(not root), it's listing the processes under the particular user only. Can anyone tell

seems there is some problem with load

2005-02-04 Thread Akhthar Parvez. K
Hi All, I have recompiled kernel to include SMP. Thereafter, I can see the load is greater than or equals 5 at any time. I can see that system is taking above 50% of server resources in this server. CPU states: 5.8% user, 2.1% nice, 51.7% system, 4.8% interrupt, 35.5% idle Mem: 1716M

Is Mysql accessible through Jailshell??

2004-12-16 Thread Akhthar Parvez. K
Hi all, I am not able to access mysql from jailshell. Is it allowed or a bug? I got mysql error 61( Connection refused) when I tried the same. Comments are welcomed. -- With Regards, Akhthar Parvez.K - I was brilliant when I was born, Education spoiled it!!

Memory problems:-(

2004-12-08 Thread Akhthar Parvez. K
Hi All, I am facing a lot of memory issues with all services in the server. Following log will tell you what is the exact problem. dmesg 18575 (exim-4.43-0), uid 26: exited on signal 11 pid 18595 (exim-4.43-0), uid 26: exited on signal 11 pid 18512 (httpd), uid 65534: exited on signal 11 pid

Error message

2004-11-29 Thread Akhthar Parvez. K
Hi All, I am getting the following error message in /var/log/messages tail -f /var/log/messages Nov 29 07:24:31 speedy /kernel: pid 83876 (httpd), uid 65534: exited on signal 4 Nov 29 07:24:31 speedy /kernel: pid 84126 (httpd), uid 65534: exited on signal 4 Nov 29 07:24:31 speedy /kernel: pid

Mysql Error 1135

2004-11-27 Thread Akhthar Parvez. K
Hi All, I am getting following error message while accessing mysql. ERROR 1135: Can't create a new thread (errno 35). If you are not out of available memory, you can consult the manual for a possible OS-dependent bug What could be the problem? I know that the problem is due to resources are

mbuf error

2004-11-24 Thread Akhthar Parvez. K
Hi All, Mysql service is going down continously in my system due to lack of memory space. I checked the messages log and found the following error message. All mbuf clusters exhausted, please see tuning(7). I have no idea about mbuf cluster. Can anyone please help me to fix the issue. I hope