Hello my System is Kali 2019.2 64-bit.
I have another Problem with loading at boot.
It says : Failed to start Privacy enhancing HTTP Proxy at boot

but privoxy should have been installed because apt install privoxy says privoxy is already the newest version (3.0.28-2+b1)

if i start privoxy manually it says:

Job for privoxy.service failed because the control process exited with error code.
See "systemctl status privoxy.service" and "journalctl -xe" for details.


if i type in systemctl status privoxy.service
it says:

● privoxy.service - Privacy enhancing HTTP Proxy
Loaded: loaded (/lib/systemd/system/privoxy.service; enabled; vendor preset:
Active: failed (Result: exit-code) since Sun 2019-08-11 17:49:06 CEST; 18s ag
Docs: manrivoxy(8)
https://www.privoxy.org/user-manual/
Process: 3971 ExecStart=/usr/sbin/privoxy --pidfile $PIDFILE --user $OWNER $CO
Process: 3975 ExecStopPost=/bin/rm -f $PIDFILE (code=exited, status=0/SUCCESS)

Aug 11 17:49:05 whoami systemd[1]: Starting Privacy enhancing HTTP Proxy...
Aug 11 17:49:06 whoami systemd[1]: privoxy.service: Control process exited, code
Aug 11 17:49:06 whoami systemd[1]: privoxy.service: Failed with result 'exit-cod
Aug 11 17:49:06 whoami systemd[1]: Failed to start Privacy enhancing HTTP Proxy.


journalctl -xe says:
Aug 11 17:56:30 whoami nautilus[2476]: Duplicate child name in GtkStack: images
Aug 11 17:56:30 whoami kernel: RTW: ==>rtw_ps_processor .fw_state(0)
Aug 11 17:56:32 whoami kernel: RTW: ==>rtw_ps_processor .fw_state(0)
Aug 11 17:56:34 whoami kernel: RTW: ==>rtw_ps_processor .fw_state(0)
Aug 11 17:56:36 whoami kernel: RTW: ==>rtw_ps_processor .fw_state(0)
Aug 11 17:56:38 whoami nautilus[2476]: Duplicate child name in GtkStack: images
Aug 11 17:56:38 whoami nautilus[2476]: Duplicate child name in GtkStack: images
Aug 11 17:56:38 whoami kernel: RTW: ==>rtw_ps_processor .fw_state(0)
Aug 11 17:56:40 whoami kernel: RTW: ==>rtw_ps_processor .fw_state(0)
Aug 11 17:56:42 whoami kernel: RTW: ==>rtw_ps_processor .fw_state(0)
Aug 11 17:56:44 whoami kernel: RTW: ==>rtw_ps_processor .fw_state(0)
Aug 11 17:56:46 whoami kernel: RTW: ==>rtw_ps_processor .fw_state(0)
Aug 11 17:56:48 whoami kernel: RTW: ==>rtw_ps_processor .fw_state(0)
Aug 11 17:56:50 whoami kernel: RTW: ==>rtw_ps_processor .fw_state(0)
Aug 11 17:56:52 whoami kernel: RTW: ==>rtw_ps_processor .fw_state(0)
Aug 11 17:56:54 whoami kernel: RTW: ==>rtw_ps_processor .fw_state(0)
Aug 11 17:56:56 whoami kernel: RTW: ==>rtw_ps_processor .fw_state(0)
Aug 11 17:56:59 whoami kernel: RTW: ==>rtw_ps_processor .fw_state(0)
Aug 11 17:57:01 whoami kernel: RTW: ==>rtw_ps_processor .fw_state(0)
Aug 11 17:57:01 whoami nautilus[2476]: Duplicate child name in GtkStack: images
Aug 11 17:57:01 whoami nautilus[2476]: Duplicate child name in GtkStack: images
Aug 11 17:57:03 whoami kernel: RTW: ==>rtw_ps_processor .fw_state(0)
Aug 11 17:57:05 whoami kernel: RTW: ==>rtw_ps_processor .fw_state(0)
lines 1036-1058/1058 (END)


What can i do to repair this error?
Thx in advance!