You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- If you have already installed `Squid` via `apt` package manager, we recommend that you delete it before manually building it from source by running the commands: `sudo apt remove squid` and `sudo apt autoremove`.
514
+
- If you have already installed `Squid` via `apt` package manager, we recommend that you delete it before manually building it from source by running the following commands:
515
+
- `sudo systemctl stop squid`
516
+
- `sudo apt remove squid`
517
+
- `sudo apt autoremove`
515
518
516
519
- The FAQ for compiling `Squid` is available [here](https://wiki.squid-cache.org/SquidFaq/CompilingSquid).
@@ -786,6 +789,14 @@ And monitor squid access logs:
786
789
sudo tail -f /opt/squid/var/log/squid/access.log
787
790
```
788
791
792
+
:::tip
793
+
794
+
If your **Squid service** does not start properly and you have the error message `FATAL: /dev/null (13) Permission denied`in the logs of the service, it means that some permissions need to be fixed following the creation of the new `squid` user by running the following commands:
0 commit comments