On 2013-03-26 14:16, amadrits wrote:
> One problem I have now, is that postfix does not start during boot,
> although the links ar set correct in /etc/init.d. I do not find any
> error messages. When I start postfix manually after boot, anything works
> as excepted. I think that is a SuSE specific problem. Can anybody give
> me a hint please.
links?
Those links are ignored.
First: 12.1 uses systemd, no systemv, so knowledge about those “links”
is obsolete.
Second, even if you use systemv (the classic system) you never
manipulate those links directly, because openSUSE uses a makefile like
system instead to choose what to start and in which order - not the
links. This is documented here:
openSUSE 11.4 Reference: Chapter 17. Booting and Configuring a Linux
System
Notice that I’m intentionally pointing you to the 11.4 documentation:
the current documentation is about systemd, not systemv.
If what you are using is 12.1 in the default systemd mode, the
documentation is this instead:
openSUSE 12.2 Reference: Chapter 8. The systemd daemon
And now I point you to the 12.2 doc instead of the 12.1 you have because
the relevant chapter is empty in 12.1 (chapter 5). The documenters work
is delayed to what is actually in existence, even more about systemd.
And after all that speech, just try this:
su -
chkconfig postfix
chkconfig postfix on
chkconfig postfix
It is not systemd specific, but “the boss” said that it was to be
maintained. So it should work.
One last thing: “SuSE” does not exist.
It is either “openSUSE”, written that way, or it is “SUSE” - and if it
is SUSE then you are on the wrong forums, and this thread will be closed
by an admin. So it is important that you be precise in what you write.
–
Cheers / Saludos,
Carlos E. R.
(from 12.1 x86_64 “Asparagus” at Telcontar)