[Bug 573853] Re: Cannot control squid "Unknown instance"

2010-08-28 Thread Nicolas Jungers
I solved it for my case by reducing the "shutdown_lifetime" to 1 seconds in "/etc/squid/squid.conf" and modifying the script in "/etc/resolvconf/update-libc.d/squid" to replace restart squid by stop squid;sleep 1;start squid Which defeat the "restart" intended behavior but doesn't need to wait

Re: [Bug 1454725] Re: openvpn fails after upgrade from 14.10 to 15.04

2016-02-01 Thread Nicolas Jungers
On 01/02/16 15:57, Simon Déziel wrote: > Nicolas, the journal log shows that the VPN server hostname was not > resolvable and eventually when it finally connected, it failed after > calling a --up script. Could you provide this --up script and maybe the > sanitized configuration of your VPN client?

Re: [Bug 1454725] Re: openvpn does not use OPTARGS from /etc/default/openvpn

2016-02-01 Thread Nicolas Jungers
On 01/02/16 18:37, Simon Déziel wrote: > I just check on 14.04 and 16.04 and the init script automatically adds > "--script-security 2" unless the VPN config contains a script-security > directive. > > Problem is that since the switch to systemd, the init script is no > longer used and the daemon i

[Bug 1454725] [NEW] openvpn fails after upgrade from 14.10 to 15.04

2015-05-13 Thread Nicolas Jungers
Public bug reported: 1) the config in "/etc/default/openvpn" seems to not be respected, specifically the value of the OPTARGS is not used. -- it can be set in the vpn config file 2) the package uml-utilities is not installed and tunctl seems to be required by the openvpn start procedure. Probl