Bugzilla – Bug 154602
if you configure postfix as "No connection", system *cannot complete booting*
Last modified: 2006-03-03 11:16:54 UTC
if you configure postfix as "No connection", system *cannot complete booting* because it stops with the postfix init script which enters a (seeming) infinite loop.
could you please explain what you exactly changed?
During setup/install, I set postfix up with "No connection" (the other chocies being "Permanent" and "Dial up") and went on. After reboot, I notice that when it enters runlevel 3, it hangs on starting postfix. I switched to another VT and found that the postfix init script had issued a 'sleep' (pstree rocks). I checked the postfix init script and searched for 'sleep', and found this: # waiting for qmgr while [ -z "$(pidof qmgr)" -a $i -gt 0 ]; do i=$(( $i - 1 )) sleep 1 done in the 'start' section. Obviously, this won't ever succeed and one ends up with a system that will NOT complete booting. I changed the configuration via yast and rebooted and it's all fine now, but it was pretty annoying, and a less technical user would be completely stumped.
i tried this with beta6 and it works for me. Please try with beta6 if possible (and when its released). reopen when it's still not working for you.