[opensuse] Adding a directory under /var/run
Hi, I need to create a directory under /var/run. Since that is a tmpfs it disappears after a reboot when I create it manually. FWIW I use KVPNC to create a VPN. That supports my modem/router (FritBox). It has a some problems : - I need to give the root-password - racoon needs that /var/run/racoon directory - Stopping it seems not to work Maybe you can suggest another vpn-client that supports my Fritz-box ? Regards, Koenraad Lelong -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Friday, 2013-07-12 at 15:59 +0200, Koenraad Lelong wrote:
I need to create a directory under /var/run.
/etc/tmpfiles.d/somefile.conf: d /var/run/somefile 0755 root root 10d - -- Cheers, Carlos E. R. (from 12.3 x86_64 "Dartmouth" at Telcontar) -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (GNU/Linux) iEYEARECAAYFAlHgKcwACgkQtTMYHG2NR9WaeQCgh6ZZGvWl5AbEjb8cpVxPc6P4 A0kAoI5+t3u52vFeIZM8o2TLYoXEsQoR =pD9E -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 07/12/2013 09:59 AM, Koenraad Lelong wrote:
- racoon needs that /var/run/racoon directory
Hrmm. did you get racoon from the distrubution ? then there is a bug in the package that contains it. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Op 12-07-13 18:32, Cristian Rodríguez schreef:
On 07/12/2013 09:59 AM, Koenraad Lelong wrote:
- racoon needs that /var/run/racoon directory
Hrmm. did you get racoon from the distrubution ? then there is a bug in the package that contains it.
Hi, I got racoon from the ipsec-tools package, on OS 12.2. Regards, Koenraad Lelong -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
El 13/07/13 13:01, Koenraad Lelong escribió:
Op 12-07-13 18:32, Cristian Rodríguez schreef:
On 07/12/2013 09:59 AM, Koenraad Lelong wrote:
- racoon needs that /var/run/racoon directory
Hrmm. did you get racoon from the distrubution ? then there is a bug in the package that contains it.
Hi,
I got racoon from the ipsec-tools package, on OS 12.2.
Ok, then what you are seeing is a bug. /run and /var/run (which are the same thing) cannot have persistent directories, those have to created at boot by systemd-tmpfiles(8) but apparently the ipsec-tools package does not contain the proper instructions to do so. Also, the build system failed to reject the package as broken but that's another story.. It can be worked around as Carlos instructed in a previous reply. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Op 13-07-13 19:14, Cristian Rodríguez schreef:
Ok, then what you are seeing is a bug. /run and /var/run (which are the same thing) cannot have persistent directories, those have to created at boot by systemd-tmpfiles(8) but apparently the ipsec-tools package does not contain the proper instructions to do so. Also, the build system failed to reject the package as broken but that's another story..
It can be worked around as Carlos instructed in a previous reply.
Hi, Sorry if my reply is a bit late, but I got it working by doing what Carlos said. Thanks, Koenraad Lelong -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
El 18/07/13 02:44, Koenraad Lelong escribió:
Op 13-07-13 19:14, Cristian Rodríguez schreef:
Ok, then what you are seeing is a bug. /run and /var/run (which are the same thing) cannot have persistent directories, those have to created at boot by systemd-tmpfiles(8) but apparently the ipsec-tools package does not contain the proper instructions to do so. Also, the build system failed to reject the package as broken but that's another story..
It can be worked around as Carlos instructed in a previous reply.
Hi,
Sorry if my reply is a bit late, but I got it working by doing what Carlos said.
Ok, I will check if this still needs correction in factory... -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (3)
-
Carlos E. R.
-
Cristian Rodríguez
-
Koenraad Lelong