> -----Original Message----- > From: > [email protected] > g > [mailto:[email protected] sktop.org] On Behalf Of Michael D. Berger > Sent: Saturday, November 19, 2011 14:51 > To: [email protected] > Subject: [systemd-devel] openvpn: tap0 & br0 missing > > On F16_64, using the same config files that work on CentOS 5 > (with eth0 changed to p2p1), and starting openvpn as > previously discussed, the vpn_log shows a good start with > tap0 opened, but ifconfig shows neither tap0 nor br0, with > malfunction as would be expected from their absence. > > I saw some warnings from NetworkManager (which I don't use on > the old box) so I shut it off, but it didn't help. > > If you think that this is not a systemd problem, please let > me know, and I'll post it elsewhere. > > Thanks, > Mike. > -- > Michael D. Berger > [email protected] > http://www.rosemike.net/ > [...]
It appears that, unlike the SysV control script, the systemd version calls neither bridge-start nor bridge-stop. If I do that myself, openvpn works. Given this, and the as yet unresolved problem I have with httpd not starting, I think that I will write my own startup script controlled by a .service file. What might I put in the .service file to assure that my script is run as late in the startup sequence as possible? I'm thinking about a "sleep 1" at the beginning of the script itself. Thanks, Mike. -- Michael D. Berger [email protected] http://www.rosemike.net/ _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
