public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: ummeegge <ummeegge@ipfire.org>
To: development@lists.ipfire.org
Subject: Re: [PATCH] OpenVPN: Delete RRD dir if connection is deleted
Date: Sat, 11 Apr 2020 10:06:55 +0200	[thread overview]
Message-ID: <db938096d278d88eba1c594a203d4d2335190cdd.camel@ipfire.org> (raw)
In-Reply-To: <e76b2faed2678c99e73615090f3dc3b7af3ffecc.camel@ipfire.org>

[-- Attachment #1: Type: text/plain, Size: 3114 bytes --]

Hi all,
this patch does only works if the common name is the same then the
connection name. Have encountered that the rrd creation for OpenVPN
uses the common name of the certificate not the connection name -->

# root @ ipfire-server in /var/log/rrd/collectd/localhost [8:34:50] 
$ ls
cpu-0      disk-loop0                 iptables-filter-PSCAN  processes-charon    processes-spamd
cpu-1      disk-sda                   load                   processes-java      processes-squid
cpu-2      entropy                    memory                 processes-mpd       processes-squidguard
cpu-3      interface                  openvpn-rwonecert      processes-nmbd      processes-sshd
cpufreq    iptables-filter-NEWNOTSYN  openvpn-rwtwocert      processes-openvpn   sensors-coretemp-isa-0000
disk-dm-0  iptables-filter-POLICYFWD  ping                   processes-qemu      sensors-f71869-isa-0290
disk-dm-1  iptables-filter-POLICYIN   processes              processes-rtorrent  swap
disk-dm-2  iptables-filter-POLICYOUT  processes-asterisk     processes-smbd

$ cat /var/ipfire/ovpn/ovpnconfig 
1,on,rwonename,rwonecert,host,cert,,,,,,,,,,,,,,,,,,,,,,,,,,,,dynamic
2,on,rwtwoname,rwtwocert,host,cert,,,,,,,,,,,,,,,,,,,,,,,,,,,,dynamic,,,,,,,,,,,

strangely enough if i set the element index to [2] it doesn´t work. Currently not sure why that´s happen.

It is better to revert this patch.

Best,

Erik

Am Samstag, den 28.03.2020, 10:45 +0100 schrieb ummeegge:
> Hi Peter,
> 
> Am Samstag, den 28.03.2020, 09:25 +0000 schrieb Peter Müller:
> > Reviewed-by: Peter Müller <peter.mueller(a)ipfire.org>
> > 
> > In my opinion, this fixes #11713.
> 
> Haven´t seen that one, yes i think so.
> Have found another one in here --> 
> 
https://git.ipfire.org/?p=ipfire-2.x.git;a=blob;f=html/cgi-bin/ovpnmain.cgi;h=e76a688fe7dcda0b77bf716eb2538342cd775b00;hb=HEAD#l1224
> which can not be solved in this way. Need to have another look into
> this.
> Will send a separate patch then for "delete all RRDs if X509 is
> deleted".
> 
> Need a little more time.
> 
> Best,
> 
> Erik
> 
> > 
> > > Signed-off-by: Erik Kapfer <ummeegge(a)ipfire.org>
> > > ---
> > >  html/cgi-bin/ovpnmain.cgi | 2 +-
> > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > > 
> > > diff --git a/html/cgi-bin/ovpnmain.cgi b/html/cgi-
> > > bin/ovpnmain.cgi
> > > index ce9524df7..00ecd77a0 100644
> > > --- a/html/cgi-bin/ovpnmain.cgi
> > > +++ b/html/cgi-bin/ovpnmain.cgi
> > > @@ -2513,7 +2513,7 @@ else
> > >  # CCD end
> > >  		# Update collectd configuration and delete all RRD
> > > files of the removed connection
> > >  		&writecollectdconf();
> > > -		system ("/usr/local/bin/openvpnctrl -drrd
> > > $confighash{$cgiparams{'KEY'}}[1]");
> > > +		system ('/usr/local/bin/openvpnctrl', '-drrd',
> > > $confighash{$cgiparams{'KEY'}}[1]);
> > >  
> > >  		delete $confighash{$cgiparams{'KEY'}};
> > >  		my $temp2 = `/usr/bin/openssl ca -gencrl -out
> > > ${General::swroot}/ovpn/crls/cacrl.pem -config
> > > ${General::swroot}/ovpn/openssl/ovpn.cnf`;
> > > 
> 
> 


  reply	other threads:[~2020-04-11  8:06 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-28  8:32 Erik Kapfer
2020-03-28  9:25 ` Peter Müller
2020-03-28  9:45   ` ummeegge
2020-04-11  8:06     ` ummeegge [this message]
2020-04-11 10:46       ` Michael Tremer
2020-04-11 11:59         ` ummeegge
2020-04-11 12:24           ` Michael Tremer
2020-04-11 12:52             ` ummeegge
2020-04-23 20:03               ` Michael Tremer
2020-05-04 14:17                 ` ummeegge

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=db938096d278d88eba1c594a203d4d2335190cdd.camel@ipfire.org \
    --to=ummeegge@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox