On 24/03/2024 19:01, Eric Valette wrote:
On 24/03/2024 18:46, Roland Rosenfeld wrote:
Hi Eric!

What do you see in the output of
   systemctl status network-online.target privoxy.service
On my system provoxy starts a the moment when network-online is active
and takes 1 second to start.
Can you see, when network-online is active on your system?  Is it just
after booting or does it also take these two minutes?


I can browse internet via another browser or read mail with thunderbird while privoxy is still starting up. So network is up I have no idea for network-online precisely but still.

systemctl status network-online.target privoxy.service
● network-online.target - Network is Online
Loaded: loaded (/usr/lib/systemd/system/network-online.target; static)
      Active: active since Sun 2024-03-24 17:04:32 CET; 2h 4min ago
        Docs: man:systemd.special(7)
              https://systemd.io/NETWORK_ONLINE

mars 24 17:04:32 tri-yann5 systemd[1]: Reached target network-online.target - Network is Online.

● privoxy.service - Privacy enhancing HTTP Proxy
Loaded: loaded (/usr/lib/systemd/system/privoxy.service; enabled; preset: enabled) Active: active (running) since Sun 2024-03-24 17:04:33 CET; 2h 4min ago
        Docs: man:privoxy(8)
              https://www.privoxy.org/user-manual/
    Main PID: 8125 (privoxy)
       Tasks: 9 (limit: 37429)
      Memory: 10.7M (peak: 30.9M)
         CPU: 1.423s
      CGroup: /system.slice/privoxy.service
└─8125 /usr/sbin/privoxy --pidfile /run/privoxy.pid --user privoxy /etc/privoxy/config

so apprently the culprit is network online that comes long after TCP/IP stack is up and running with both IPV4 and V6 available.


systemctl is-enabled NetworkManager-wait-online.service systemd-networkd-wait-online.service
enabled
enabled

So I guess I should disable networkd-wait-online.service

-- eric


Reply via email to