Sponsored Content
Full Discussion: speedybackend issue
Top Forums UNIX for Advanced & Expert Users speedybackend issue Post 302220814 by mcraul on Friday 1st of August 2008 03:57:01 PM
Old 08-01-2008
speedybackend issue

I have a box with centos 4.x that runs openwebmail
I know that speedybackend runs with openwebmail but for some reason now when it runs i get a high proccess % when webmail runs

Code:
 PID USER      PR  NI %CPU    TIME+  %MEM  VIRT  RES  SHR S COMMAND
19905 root      25   0   27   1:26.87  0.6 16956  12m 2860 R speedy_backend
19729 root      25   0   25   1:25.67  0.6 16952  12m 2860 R speedy_backend
20273 root      25   0   24   0:31.50  0.5 16276  11m 3008 R speedy_backend
25018 root      25   0   23   0:06.59  0.5 16272  11m 3008 R speedy_backend
19514 root      25   0   20   1:25.78  0.6 16952  12m 2860 R speedy_backend
19901 root      25   0   20   1:26.38  0.6 16956  12m 2860 R speedy_backend
25492 root      25   0   20   0:01.99  0.5 16040  10m 2968 R speedy_backend
25233 root      25   0   20   0:04.68  0.5 16040  10m 2968 R speedy_backend
20246 root      25   0   17   1:12.90  0.5 16040  10m 2968 R speedy_backend

Eventually openwebmail just times out and I have to kill the processes for speedybackend to lighten the server load. THis happens everytime a user tries to use openwebmail. The logs look like this during a session

Code:
Fri Aug  1 15:53:10 2008 - [25233] (xx.xxx.35.98) dperkins - update /var/www/cgi-bin/openwebmail/etc/maps/etc.mail.virtusertable.owm
Fri Aug  1 15:53:25 2008 - [25492] (xxx.xx.35.98) dperkins - update /var/www/cgi-bin/openwebmail/etc/maps/etc.mail.virtusertable.owm


What can be causing this?

Thanks
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

ps issue

HI All, Suddenly don't know what happened to redhat linux 7.2 any program start then itsn't listing while using ps -ef ex: ./xyz this xyz program pid not showing in ps-ef Pls let me know what is the reason for the same. Thanks a lot in advance Bache (7 Replies)
Discussion started by: bache_gowda
7 Replies

2. Shell Programming and Scripting

Unix Arithmatic operation issue , datatype issue

Hi, I have a shell scripting. This will take 7 digit number in each line and add 7 digit number with next subsequent lines ( normal addition ). Eg: 0000001 0000220 0001235 0000022 0000023 ........... ......... ........ Like this i am having around 1500000 records. After adding... (23 Replies)
Discussion started by: thambi
23 Replies

3. HP-UX

HP-UX Issue!!

Hello :), I really am stuck with something, I am trying to boot my machine into single user mode (GCCS-M) but it acts like it does not recognize the key board. I have taken over the system as a pass down item and no one can fine the passwords. I don't want to reload it :(and I was wondering if... (1 Reply)
Discussion started by: Ham
1 Replies

4. Shell Programming and Scripting

hi all please help me in this issue.

Hi all, I am very new to shell scripting.I have the requirement like one program is there, if it is running leave like that only and if it is stopped it has to be restart and once again keep watching and it is stopped we a have to restart once agian.I want a shell script for this.Please help me... (10 Replies)
Discussion started by: bhas85
10 Replies

5. UNIX for Dummies Questions & Answers

ISSUE and ISSUE.NET files

In LINUX(CentOS, RedHat) is there a way to have the banner statement appear before the logon instead of after the logon? In UNIX and Windows the banner appears before a person actually logs on, what I'm seeing in LINUX is that it appears after the login(ftp, telnet, SSH). Thanks (0 Replies)
Discussion started by: ejjones
0 Replies

6. Shell Programming and Scripting

CP Issue

I want to copy large amount of files aproximately more than 20,000 files from one file system to another file system, but it gives me error like: #cd /opt/appserver/images #cp * /opt/appserver02/public/images Argument list is too long Also above mention error appear again when i run: ... (1 Reply)
Discussion started by: telnor
1 Replies

7. Shell Programming and Scripting

Need assistance with a file issue and a terminal issue

Hello everyone, I'm in need of some assistance. I'm currently enrolled in an introductory UNIX shell programming course and, well halfway through the semester, we are receiving our first actual assignment. I've somewhat realized now that I've fallen behind, and I'm working to get caught up, but for... (1 Reply)
Discussion started by: MrMagoo22
1 Replies

8. Shell Programming and Scripting

Variable value substitution issue with awk command issue

Hi All, I am using the below script which has awk command, but it is not returing the expected result. can some pls help me to correct the command. The below script sample.ksh should give the result if the value of last 4 digits in the variable NM matches with the variable value DAT. The... (7 Replies)
Discussion started by: G.K.K
7 Replies

9. Shell Programming and Scripting

What could be the issue ?

Hi, when i am trying below script assume that below values are taken in code #!/bin/ksh if then echo usage: aNlist.sh QMGR NAME MQREQ fi NL=`echo 'dis qmgr'|runmqsc $1|grep REPOSNL|sed 's/.*REPOSNL\(.*\).*/\1/' |cut -d'(' -f2|cut -d')' -f1` echo 'define nl('$NL_$2')... (25 Replies)
Discussion started by: darling
25 Replies
envdir(8)						      System Manager's Manual							 envdir(8)

NAME
envdir - runs another program with environment modified according to files in a specified directory. SYNOPSIS
envdir d child DESCRIPTION
d is a single argument. child consists of one or more arguments. envdir sets various environment variables as specified by files in the directory named d. It then runs child. If d contains a file named s whose first line is t, envdir removes an environment variable named s if one exists, and then adds an environ- ment variable named s with value t. The name s must not contain =. Spaces and tabs at the end of t are removed. Nulls in t are changed to newlines in the environment variable. If the file s is completely empty (0 bytes long), envdir removes an environment variable named s if one exists, without adding a new vari- able. EXIT CODES
envdir exits 111 if it has trouble reading d, if it runs out of memory for environment variables, or if it cannot run child. Otherwise its exit code is the same as that of child. SEE ALSO
supervise(8), svc(8), svok(8), svstat(8), svscanboot(8), svscan(8), readproctitle(8), fghack(8), pgrphack(8), multilog(8), tai64n(8), tai64nlocal(8), setuidgid(8), envuidgid(8), softlimit(8), setlock(8) http://cr.yp.to/daemontools.html envdir(8)
All times are GMT -4. The time now is 09:36 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy