View previous topic :: View next topic |
Author |
Message |
iaw Tux's lil' helper
Joined: 20 Dec 2004 Posts: 81
|
Posted: Fri Oct 26, 2007 9:17 pm Post subject: weird init.d startup problem for dovecot |
|
|
dear experts---I have a real strange problem. dovecot is in rc default, but it is not being started by init. Instead, I have to handstart it after login (/etc/init.d/dovecot start), which works like a charm. Is there a way to diagnose why init did not succeed in starting dovecot? ('dmesg | grep dovecot' is of course nothing. default startups do not seem to be logged.) help appreciated.
regards,
/iaw
$ rc-update show
apache2 | default
bootmisc | boot
checkfs | boot
checkroot | boot
clock | boot
consolefont | boot
denyhosts | default
dovecot | default
hdparm | default
hostname | boot
keymaps | boot
local | default nonetwork
localmount | boot
modules | boot
net.eth0 | default
net.lo | boot
netmount | default
nfs | default
postfix | default
rdate | default
rmnologin | boot
sshd | default
syslog-ng | default
urandom | boot
vixie-cron | default _________________ /iaw |
|
Back to top |
|
|
mdshort Apprentice
Joined: 06 Dec 2004 Posts: 157
|
Posted: Sat Oct 27, 2007 1:48 pm Post subject: More than likely... |
|
|
More than likely dovecot is starting before net.eth0 since it is in the default runlevel as well.
As a general practice I always add my network cards to the boot runlevel.
rc-update del net.eth0
rc-update add net.eth0 boot _________________ "With every rise, there is a fall." |
|
Back to top |
|
|
iaw Tux's lil' helper
Joined: 20 Dec 2004 Posts: 81
|
Posted: Sat Oct 27, 2007 5:59 pm Post subject: |
|
|
thanks. will try. regards, /iaw _________________ /iaw |
|
Back to top |
|
|
|