Re: [systemd-devel] Understanding systemd-analyze's plots

2011-11-26 Thread Kay Sievers
On Sat, Nov 26, 2011 at 22:52, Stefan Majewsky wrote: > my openSUSE 12.1 system boots in about 30 seconds, and I wanted to cut > that time down a bit, so I took a look at systemd-analyze's blame and > plot output. > > But I do not really know how to interpret the results which I see in > the plot

Re: [systemd-devel] Understanding systemd-analyze's plots

2011-11-26 Thread Gustavo Sverzut Barbieri
Can't look in details now, but from your mail please check for extra udev rules that may be slowing down and also remove useless stuff such as hostname as systemd does it without scripts. Also check your libc and kernel supports accept4 syscall On Saturday, November 26, 2011, Stefan Majewsky < ste

Re: [systemd-devel] F16_64: attempt at OpenVPN server service file

2011-11-26 Thread Michael D. Berger
[...] > It doesn't make any difference what I am doing. I run openvpn > as a daemon on a box that must otherwise function normally. > In SysV, corresponding scripts work with no problem. I guess > I should run openvpn as SysV until this can be made to work. > > Mike. > -- I spoke too soon. By

Re: [systemd-devel] F16_64: attempt at OpenVPN server service file

2011-11-26 Thread Michael D. Berger
> -Original Message- > From: Reindl Harald [mailto:[email protected]] > Sent: Saturday, November 26, 2011 17:17 > To: Michael D. Berger > Cc: [email protected] > Subject: Re: [systemd-devel] F16_64: attempt at OpenVPN > server service file > > > > Am 26.11.2011 2

Re: [systemd-devel] F16_64: attempt at OpenVPN server service file

2011-11-26 Thread Reindl Harald
Am 26.11.2011 22:36, schrieb Michael D. Berger: > I see you use "Restart=always". Do I understand correctly that > whenever you stop the service it will restart? That is what > "man systemd.service" says. What if you really want to stop > it, as I might? than i type "systemctl stop whatever.s

[systemd-devel] Understanding systemd-analyze's plots

2011-11-26 Thread Stefan Majewsky
Hi, my openSUSE 12.1 system boots in about 30 seconds, and I wanted to cut that time down a bit, so I took a look at systemd-analyze's blame and plot output. But I do not really know how to interpret the results which I see in the plot [1]. The startup sequence takes 20.5 seconds in userspace, of

Re: [systemd-devel] F16_64: attempt at OpenVPN server service file

2011-11-26 Thread Michael D. Berger
> -Original Message- > From: > [email protected] > g > [mailto:[email protected] sktop.org] On Behalf Of Reindl Harald > Sent: Saturday, November 26, 2011 16:04 > To: [email protected] > Su

Re: [systemd-devel] F16_64: attempt at OpenVPN server service file

2011-11-26 Thread Reindl Harald
Am 26.11.2011 21:54, schrieb Michael D. Berger: > #/etc/systemd/system/vpn_srv.service: > > [Unit] > Description=OpenVPN Server > After=syslog.target network.target iptables.service > > [Service] > Type=forking > PIDFile=/var/run/openvpn/vpn_srv.pid > SysVStartPriority=99 > ExecStartPr

[systemd-devel] F16_64: attempt at OpenVPN server service file

2011-11-26 Thread Michael D. Berger
Below is a service file I wrote to control an openvpn server. It has these problems: 1. If I enable it and reboot, "ping " works, but "ping google.com" fails. It returns: ping: sendmsg: Operation not permitted. But if I then restart it, the problem usually disappears. (The "SysV

Re: [systemd-devel] Restart=always and "ExecStartPre" (netatalk)

2011-11-26 Thread HAT
Hi, I add two experimental service files in contrib/systemd/ directory. http://netatalk.git.sourceforge.net/git/gitweb.cgi?p=netatalk/netatalk;a=commit;h=865e4844985b0af1595149af1aa0bf1051796a8d -- HAT ___ systemd-devel mailing list systemd-devel@lists