Dear, I have Squid/Dansguardian in a Debian 9 server. My Squid packages is from Debian repo, it is the stable version: squid 3.5.23-5+deb9u1 After execute "squid -k parse" everything is OK: # systemctl status squid ● squid.service - LSB: Squid HTTP Proxy version 3.x Loaded: loaded (/etc/init.d/squid; generated; vendor preset: enabled) Active: active (running) since Wed 2018-05-09 20:30:36 -03; 2min 24s ago Docs: man:systemd-sysv-generator(8) Process: 829 ExecStart=/etc/init.d/squid start (code=exited, status=0/SUCCESS) Main PID: 895 (squid) Tasks: 7 (limit: 4915) CGroup: /system.slice/squid.service ├─893 /usr/sbin/squid -YC -f /etc/squid/squid.conf ├─895 (squid-1) -YC -f /etc/squid/squid.conf ├─896 (pinger) ├─932 (squid_ldap_auth) -b dc=company,dc=com -f uid=%s -h ldap.company.com -v 3 ├─933 (squid_ldap_auth) -b dc=company,dc=com -f uid=%s -h ldap.company.com -v 3 ├─934 (squid_ldap_auth) -b dc=company,dc=com -f uid=%s -h ldap.company.com -v 3 └─935 (squid_ldap_auth) -b dc=company,dc=com -f uid=%s -h ldap.company.com -v 3 May 09 20:30:35 proxy-nuevo systemd[1]: Starting LSB: Squid HTTP Proxy version 3.x... May 09 20:30:35 proxy-nuevo squid[893]: Squid Parent: will start 1 kids May 09 20:30:35 proxy-nuevo squid[829]: Starting Squid HTTP Proxy: squid. May 09 20:30:35 proxy-nuevo squid[893]: Squid Parent: (squid-1) process 895 started May 09 20:30:35 proxy-nuevo systemd[1]: squid.service: PID file /var/run/squid.pid not readable (yet?) after start: No such file or directory May 09 20:30:36 proxy-nuevo systemd[1]: squid.service: Supervising process 895 which is not our child. We'll most likely not notice when it exits. May 09 20:30:36 proxy-nuevo systemd[1]: Started LSB: Squid HTTP Proxy version 3.x. But when I read I notice two curious lines: systemd[1]: squid.service: PID file /var/run/squid.pid not readable (yet?) after start: No such file or directory systemd[1]: squid.service: Supervising process 895 which is not our child. We'll most likely not notice when it exits. Is it normal or do I have to solve these? I repeat Squid is running OK... Thanks _______________________________________________ squid-users mailing list squid-users@xxxxxxxxxxxxxxxxxxxxx http://lists.squid-cache.org/listinfo/squid-users