Bug 739673 - Problems starting/stopping amavisd-new using systemd
Summary: Problems starting/stopping amavisd-new using systemd
Status: RESOLVED DUPLICATE of bug 706257
Alias: None
Product: openSUSE 12.1
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: Final
Hardware: x86 SUSE Other
: P5 - None : Major (vote)
Target Milestone: ---
Assignee: Peter Varkoly
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-05 09:21 UTC by Forgotten User _lyEjnLCxo
Modified: 2012-01-11 14:56 UTC (History)
1 user (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***