Bug 739673

Summary: Problems starting/stopping amavisd-new using systemd
Product: [openSUSE] openSUSE 12.1 Reporter: Forgotten User _lyEjnLCxo <forgotten__lyEjnLCxo>
Component: BasesystemAssignee: Peter Varkoly <varkoly>
Status: RESOLVED DUPLICATE QA Contact: E-mail List <qa-bugs>
Severity: Major    
Priority: P5 - None CC: forgotten__lyEjnLCxo
Version: Final   
Target Milestone: ---   
Hardware: x86   
OS: SUSE Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Forgotten User _lyEjnLCxo 2012-01-05 09:21:43 UTC
User-Agent:       Mozilla/5.0 (X11; Linux i686; rv:9.0.1) Gecko/20100101 Firefox/9.0.1

Amavisd cannot be started "as usual" by init script, auto start can not be activated via
runlevel editor



Reproducible: Always

Steps to Reproduce:
1. go to yast, runlevel editor, expert mode, try to start amavis
 
2. try /etc/init.d/amavis stop
Actual Results:  
1. /etc/init.d/amavis start returned 7 (program is not running):</pre></p>

but:
/usr/share/doc/packages/systemd # ps -ef |grep amavis
vscan     5299     1 45 10:03 ?        00:00:04 /usr/sbin/amavisd (master)
vscan     5301  5299 45 10:03 ?        00:00:02 /usr/sbin/amavisd (ch1-05301-01)
vscan     5302  5299  1 10:03 ?        00:00:00 /usr/sbin/amavisd (virgin child)
root      5311  2008  0 10:03 pts/2    00:00:00 grep --color=auto amavis

/usr/share/doc/packages/systemd # /etc/init.d/amavis status
Checking for service amavis (amavisd-new):                                           dead

2. 
/var/spool/amavis # /etc/init.d/amavis stop
Shutting down virus-scanner (amavisd-new):                                   done

/var/spool/amavis # ps -ef |grep amavis
vscan     1723     1  6 09:22 ?        00:00:05 /usr/sbin/amavisd (master)
vscan     1896  1723  0 09:23 ?        00:00:00 /usr/sbin/amavisd (virgin child)
vscan     1897  1723  0 09:23 ?        00:00:00 /usr/sbin/amavisd (virgin child)
root      2050  2008 50 09:24 pts/2    00:00:00 grep --color=auto amavis


Expected Results:  
Service amavis should start/stop

Running amavis process can be stopped by kill command only
Comment 1 Peter Varkoly 2012-01-11 14:56:44 UTC
duplicate

*** This bug has been marked as a duplicate of bug 706257 ***