Re: Starting Apache Webserver in bookworm

2025-04-22 Thread Christoph Pleger
Hello, > # systemctl status apache2 > # apachectl configtest > # journalctl -u apache2 I have solved it, and the reason for apache2 not starting with systemd was that apache2 waited for nslcd to start, while nslcd waited for time-sync.target and that waited for systemd-time-wait-sync.service. Unf

Re: Starting Apache Webserver in bookworm

2025-04-19 Thread john doe
On 4/19/25 18:11, Timothy M Butterworth wrote: On Sat, Apr 19, 2025 at 8:42 AM Christoph Pleger < christoph.ple...@cs.tu-dortmund.de> wrote: after upgrading a computer from Debian 11 to Debian 12, I am unable to start apache2 by systemd. Even configuring the apache2 package hangs forever, if I

Re: Starting Apache Webserver in bookworm

2025-04-19 Thread Timothy M Butterworth
On Sat, Apr 19, 2025 at 8:42 AM Christoph Pleger < christoph.ple...@cs.tu-dortmund.de> wrote: > Hello, > > after upgrading a computer from Debian 11 to Debian 12, I am unable to > start apache2 by systemd. Even configuring the apache2 package hangs > forever, if I do not kill the related processes

Re: Starting Apache Webserver in bookworm

2025-04-19 Thread Timothy M Butterworth
On Sat, Apr 19, 2025 at 5:09 AM Joe wrote: > On Sat, 19 Apr 2025 10:03:58 +0200 > Christoph Pleger wrote: > > > Hello, > > > > after upgrading a computer from Debian 11 to Debian 12, I am unable to > > start apache2 by systemd. Even configuring the apache2 package hangs > > forever, if I do not

Re: Starting Apache Webserver in bookworm

2025-04-19 Thread Andy Smith
Hi, On Sat, Apr 19, 2025 at 10:03:58AM +0200, Christoph Pleger wrote: > after upgrading a computer from Debian 11 to Debian 12, I am unable to > start apache2 by systemd. Always check: # systemctl status apache2 # apachectl configtest # journalctl -u apache2 and the contents of apache2's own er

Starting Apache Webserver in bookworm

2025-04-19 Thread Christoph Pleger
Hello, after upgrading a computer from Debian 11 to Debian 12, I am unable to start apache2 by systemd. Even configuring the apache2 package hangs forever, if I do not kill the related processes and edit /var/lib/dpkg/info/apache2.postinst, commenting out all lines where apache2 is tried to be sta