On 2018年7月21日 12:53:32 JST, Dave <debiantechquesti...@gmx.com> wrote:
>
>
>On 07/19/2018 06:57 PM, Dave wrote:
>>
>> On 7/19/18 4:27 AM, Curt wrote:
>>> On 2018-07-19, Dave <debiantechquesti...@gmx.com> wrote:
>>>> after boot apache is not running,
>>>> if i run systemctl status apache2, i get the address bind error 
>>>> shown above
>>>>
>>>> at the command line after boot if i run apache2 -k restart, no
>errors.
>>>>
>>>> after boot if i start apache2 via /etc/init.d/apache2 start or
>>>> /usr/sbin/apache2ctl start
>>>> then - systemctl does not get the error.
>>>>
>>>> /var/log/apache2 the error.log is "0" bytes
>>>>
>>>> how may i start apache2 at boot with out the error.
>>>>
>>> Does this not confirm or at least support Greg W.'s hypothesis?
>>>
>>> Did you try changing "allow-hotplug" to "auto" in your
>>> /etc/network/interfaces file as he suggested?
>>>
>> Oh no - i did not change the /etc/network/interfaces file. i missed 
>> that suggestion... I will try it.
>>
>>
>hello .. the contents of the /etc/network/interfaces file seems to 
>already be set to "auto"
>
># and how to activate them. For more information, see interfaces(5).
>
>source /etc/network/interfaces.d/*
>
># The loopback network interface
>auto lo
>iface lo inet loopback

Hi
only ur loopback interface is here
u need one more line and one more word:

auto lo eth0
iface lo inet loopback
iface eth0 inet dhcp

hth

ps:studying a little the fine manual
wouldn't hurt 
ps2:i suppose u re under dhcp

Reply via email to