Mailinglist Archive: opensuse-bugs (9407 mails)

< Previous Next >
[Bug 343865] apache2 starts too early & fails bind due to missing interface on boot
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Mon, 17 Mar 2008 10:13:45 -0600 (MDT)
  • Message-id: <20080317161345.3E9BCCC6B4@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=343865

User werner@xxxxxxxxxx added comment
https://bugzilla.novell.com/show_bug.cgi?id=343865#c20


Dr. Werner Fink <werner@xxxxxxxxxx> changed:

What |Removed |Added
----------------------------------------------------------------------------
Severity|Normal |Minor
Status|NEW |NEEDINFO
Info Provider|
|cd@xxxxxxxxxxxxxxxxx




--- Comment #20 from Dr. Werner Fink <werner@xxxxxxxxxx> 2008-03-17 10:13:44
MST ---
The files /etc/init.d/apache2 and /etc/insserv.conf are missed.
Btw: accordingly to the package apache2 the LSB header should look
like

# Provides: apache2 httpd2
# Required-Start: $local_fs $remote_fs $network
# X-UnitedLinux-Should-Start: $named $time postgresql sendmail mysql
ypclient dhcp radiusd
# Required-Stop: $local_fs $remote_fs $network
# X-UnitedLinux-Should-Stop:
# Default-Start: 3 5
# Default-Stop: 0 1 2 6
# Short-Description: Apache 2.2 httpd
# Description: Start the httpd daemon Apache

now the `$network' is defined in /etc/insserv.conf with

#
# Low level networking (ethernet card)
#
$network network

as the attachment #200452 shows, there is no dependcy set in
/etc/init.d/.depend.start ...

I've just run a test:

boole:werner # rpm -Uhv /work/CDs/all/full-10.2-i386/suse/i586/apache2.rpm
--nodeps
boole:werner # grep ^apache2 /etc/init.d/.depend.start
apache2: nfs network ntp sendmail

now where can I find this dependcy in your attachment #200452?
It should be there. Does the dependcy occurs if you call

insserv

twice the time after apache2 is installed?


--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

< Previous Next >