BLU Discuss list archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Discuss] Trying to connect to internet in Debian
- Subject: [Discuss] Trying to connect to internet in Debian
- From: richard.pieri at gmail.com (Rich Pieri)
- Date: Sun, 18 Jan 2026 16:48:42 -0500
- In-reply-to: <1acdfb5a-a47e-4b48-8a5a-6d4b0b964d47@bclug.ca>
- References: <20260114200605.72f09d97.Richard.Pieri@gmail.com> <13efd674-e437-4524-ba2c-f63d1a792516@app.fastmail.com> <20260115210552.50d857d3.Richard.Pieri@gmail.com> <0d375c22-412f-4cb8-a0fa-fe37c8ea6d90@app.fastmail.com> <20260116153626.0ce7346c.Richard.Pieri@gmail.com> <2251f0d2-d8f7-47ec-9797-36e6022e1311@app.fastmail.com> <4f1683ac-e0b0-488c-a293-92c84ae698e7@borg.org> <b979a5e4-72c2-4e64-becd-1a45b086f14b@app.fastmail.com> <20260116220523.37561c89.Richard.Pieri@gmail.com> <f685bef0-eb7f-445b-a308-862183489ca7@borg.org> <1acdfb5a-a47e-4b48-8a5a-6d4b0b964d47@bclug.ca>
On Sun, 18 Jan 2026 12:49:53 -0800 Ron <ron at bclug.ca> wrote: > I know it's "not a very fashionable idea" to push back on "systemd > sucks", but it's 2026, systemd is everywhere, and it works just fine. [...] > Give a reason for "badmouthing" systemd other than "old man shakes > fist at sky" please. If you have ever worked with large physical servers then you would know that this is patently not true. systemd does not "work just fine" in this arena. In the rush to do everything as fast as possible, systemd won't wait for network interfaces to plumb before starting network services. It will blithely attempt to start Apache or Dovecot or NIS or NFS mounts or whatever before the network interfaces are up and working. And then they fail because there's no network to bind. Which is why every big server I deploy needs something like this in root's crontab: @reboot /etc/admin/localstartup.sh #!/bin/bash sleep 120 mount -t nfs -a systemctl start ypbind systemctl start httpd systemctl start dovecot If systemd really did work just fine then I wouldn't need to resort to this kind of obtuse hackery to get network services running. -- \m/ (--) \m/
- References:
- [Discuss] Looking for a PCIe USB host bus adapter
- From: richard.pieri at gmail.com (Rich Pieri)
- [Discuss] Trying to connect to internet in Debian
- From: rrose at pobox.com (Randall Rose)
- [Discuss] Trying to connect to internet in Debian
- From: richard.pieri at gmail.com (Rich Pieri)
- [Discuss] Trying to connect to internet in Debian
- From: rrose at pobox.com (Randall Rose)
- [Discuss] Trying to connect to internet in Debian
- From: richard.pieri at gmail.com (Rich Pieri)
- [Discuss] Trying to connect to internet in Debian
- From: rrose at pobox.com (Randall Rose)
- [Discuss] Trying to connect to internet in Debian
- From: kentborg at borg.org (Kent Borg)
- [Discuss] Trying to connect to internet in Debian
- From: rrose at pobox.com (Randall Rose)
- [Discuss] Trying to connect to internet in Debian
- From: richard.pieri at gmail.com (Rich Pieri)
- [Discuss] Trying to connect to internet in Debian
- From: kentborg at borg.org (Kent Borg)
- [Discuss] Trying to connect to internet in Debian
- From: ron at bclug.ca (Ron)
- [Discuss] Looking for a PCIe USB host bus adapter
- Prev by Date: [Discuss] systemd Alternatives
- Next by Date: [Discuss] Trying to connect to internet in Debian
- Previous by thread: [Discuss] Trying to connect to internet in Debian
- Next by thread: [Discuss] Trying to connect to internet in Debian
- Index(es):
