Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 71341 - init.d/clock stops amavisd-new
Summary: init.d/clock stops amavisd-new
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] baselayout (show other bugs)
Hardware: All All
: High normal
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-15 16:54 UTC by Daniel Webert
Modified: 2004-11-15 18:32 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Webert 2004-11-15 16:54:24 UTC
init.d/clock stops amavisd-new

1. why does 'clock stop' amavisd, syslog-ng, vixie-cron?
2. why does 'clock start' not start the services from 1., but a 'clock restart' does?

<snup>
porkoo ~ # /etc/init.d/clock stop  
 * WARNING:  you are stopping a boot service.
 * WARNING:  you are stopping a boot service.
 * Stopping amavisd-new ... [ ok ]
 * Stopping syslog-ng ... [ ok ]
 * Stopping vixie-cron ... [ ok ]   
porkoo ~ # /etc/init.d/clock start  
 * Setting system clock to hardware clock [Local Time] ... [ ok ]
porkoo ~ #
</snup>

<snip>
/etc/init.d/clock restart
 * WARNING:  you are stopping a boot service.
 * Stopping amavisd-new ... [ ok ]
 * Stopping syslog-ng ... [ ok ]
 * Stopping vixie-cron ... [ ok ]
 * Setting system clock to hardware clock [Local Time] ... [ ok ]
 * Starting syslog-ng ... [ ok ]       
 * Starting amavisd-new ... [ ok ]
 * Starting vixie-cron ... [ ok ]
porkoo ~ #
</snip>
Comment 1 SpanKY gentoo-dev 2004-11-15 18:32:31 UTC
that's how it's supposed to work