From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-dev/2012-November/020245.html | 110 +++++++++++++++++++++++++++ 1 file changed, 110 insertions(+) create mode 100644 zarb-ml/mageia-dev/2012-November/020245.html (limited to 'zarb-ml/mageia-dev/2012-November/020245.html') diff --git a/zarb-ml/mageia-dev/2012-November/020245.html b/zarb-ml/mageia-dev/2012-November/020245.html new file mode 100644 index 000000000..94a58f656 --- /dev/null +++ b/zarb-ml/mageia-dev/2012-November/020245.html @@ -0,0 +1,110 @@ + + + + [Mageia-dev] OpenVPN missing PID dir + + + + + + + + + +

[Mageia-dev] OpenVPN missing PID dir

+ Colin Guthrie + mageia at colin.guthr.ie +
+ Sun Nov 25 12:44:18 CET 2012 +

+
+ +
'Twas brillig, and Richard Couture at 23/11/12 20:44 did gyre and gimble:
+> While teaching a class in OpenVPN today I noted that urpmi does NOT
+> create the /var/run/openvpn directory which openvpn uses to write it's PID
+> 
+> This causes openvpn sufficient grief that it refuses to start...
+> 
+> My system uses MGA 2 with all updates applied
+
+This should be done with with systemd-tmpfiles these days (as mga3 is
+moving to /var/run and /var/lock on tmpfs) and IIRC the openvpn package
+in mga2 does this already.
+
+Looking more closely however, I can see a few packaging bugs:
+
+1. "systemd-tmpfiles --create" is not run in the %post (before
+add-service helper) (note that on cauldron the command must be:
+"systemd-tmpfiles --create openvpn.conf"). This means that you'll need a
+reboot before openvpn will work on mga2 after installing it.
+
+2. The tmpfile.d snippet is included in /etc/tmpfiles.d. This is wrong.
+It should be in /usr/lib/tmpfiles.d/ (/etc is for admin overrides))
+
+With the fix in 1. or a simple reboot, it should be working fine. I'll
+see about adding the fix to an update package.
+
+Col
+
+-- 
+
+Colin Guthrie
+colin(at)mageia.org
+http://colin.guthr.ie/
+
+Day Job:
+  Tribalogic Limited http://www.tribalogic.net/
+Open Source:
+  Mageia Contributor http://www.mageia.org/
+  PulseAudio Hacker http://www.pulseaudio.org/
+  Trac Hacker http://trac.edgewall.org/
+
+ + + + + + + + + + + + + + + + + + +
+

+ +
+More information about the Mageia-dev +mailing list
+ -- cgit v1.2.1