speedybackend issue


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users speedybackend issue
# 1  
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
# 2  
Old 08-13-2008
there could be many reasons for taking high cpu load. I am not familiar with this backup method. Could you please post "speedybackend" here. Is this a perl script ?

Please also post your system configuration.

- nilesh
# 3  
Old 08-18-2008
actually i got this resolved just to update. the script that was causing the problem was associated with openwebmail. I just reinstalled openwebmail and it fixed the problem but I'm still not sure what caused it in the first place. I do know the script was hanging when users tried to use openwebmail and it would not let them authenticate. Because of this the processes were stacking up on each other causing the high CPU load.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

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

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

7. 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

8. 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

9. 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
Login or Register to Ask a Question