[systemd-devel] Errors mounting vbox shares

2011-01-06 Thread Michael Biebl
I have the following line in /etc/fstab inside my VirtualBox test system: vboxshare /share vboxsf noauto 0 0 vboxshare is a shared folder between my host and guest system which I use for data exchange. It requires the vboxsf kernel module to be loaded. Running mount /share after login works perf

Re: [systemd-devel] systemd "hangs" for several minutes on shutdown if it gets "service force-reload" request

2011-01-06 Thread Lennart Poettering
On Wed, 01.12.10 22:55, Andrey Borzenkov ([email protected]) wrote: > In Mandriva we are using {ifup,ifdown}.d script for callouts. One > package install script that - in both cases - does "service vnstat > force-reload". During shutdown it is causing interesting effect - this > request hangs wh

Re: [systemd-devel] Collection of Unit Files available?

2011-01-06 Thread Lennart Poettering
On Fri, 03.12.10 00:11, Marius Tolzmann ([email protected]) wrote: > > hi again.. > > On 02.12.2010 22:34, Tom Gundersen wrote: > > > >The unit files we use for Arch can be found here: > >. > > > >They have not been tested as much as they sh

Re: [systemd-devel] Collection of Unit Files available?

2011-01-06 Thread Lennart Poettering
On Thu, 02.12.10 21:45, Marius Tolzmann ([email protected]) wrote: > To make a long story short.. is there a collection of systemd-units > for some standard daemon starting with syslog, nfs, ssh or even > higher level daemons like bind, mysql, postfix, apache, etc. We generally try to get th

Re: [systemd-devel] preparing unit definition for squid – some questions

2011-01-06 Thread Lennart Poettering
On Thu, 25.11.10 21:31, Gustavo Sverzut Barbieri ([email protected]) wrote: > >  Now the question:  how should requires be defined?  Which is better way? > > 1) should squid.service explicitly require > > squid-populate@/var/spool/squid/cache1.service, > >   …cache2.service etc?  This mean

Re: [systemd-devel] preparing unit definition for squid – some questions

2011-01-06 Thread Lennart Poettering
On Thu, 25.11.10 22:43, Tomasz Torcz ([email protected]) wrote: > Hi, > > I'm slowly porting init scripts of software I use to systemd unit files. > It is generally straight-forward, but today Squid made me wonder. > > Squid is web-caching daemon (proxy) with some pecularities. It > stor

Re: [systemd-devel] systemd kills mdmon if it was started manually by user

2011-01-06 Thread Lennart Poettering
On Fri, 07.01.11 12:16, NeilBrown ([email protected]) wrote: > > On Fri, 7 Jan 2011 01:38:27 +0100 Lennart Poettering > wrote: > > > On Sat, 04.12.10 11:41, Andrey Borzenkov ([email protected]) wrote: > > > > > If user starts array manually (mdadm -A -s as example) from within > > > user session

Re: [systemd-devel] systemd kills mdmon if it was started manually by user

2011-01-06 Thread Roman Mamedov
On Fri, 7 Jan 2011 02:09:32 +0100 Michael Biebl wrote: > 2011/1/7 Lennart Poettering : > > > > Well, I have been discussing this with Kay and we'll most likely add > > something like DontKillOnShutdown=yes or so, which if added to a unit > > Make that KillOnShutdown=no, please. Agreed :) That r

Re: [systemd-devel] systemd kills mdmon if it was started manually by user

2011-01-06 Thread NeilBrown
On Fri, 7 Jan 2011 01:38:27 +0100 Lennart Poettering wrote: > On Sat, 04.12.10 11:41, Andrey Borzenkov ([email protected]) wrote: > > > If user starts array manually (mdadm -A -s as example) from within > > user session and array needs mdmon, mdmon becomes part of user session > > control grou

Re: [systemd-devel] systemd kills mdmon if it was started manually by user

2011-01-06 Thread Michael Biebl
2011/1/7 Lennart Poettering : > > Well, I have been discussing this with Kay and we'll most likely add > something like DontKillOnShutdown=yes or so, which if added to a unit Make that KillOnShutdown=no, please. -- Why is it that all of the instruments seeking intelligent life in the universe a

Re: [systemd-devel] syslog.socket vs. syslog.service

2011-01-06 Thread Lennart Poettering
On Fri, 03.12.10 15:19, Marius Tolzmann ([email protected]) wrote: > > hi.. > > i have configured a syslog.service which works well.. > > but the syslog.socket which activated systemd-kmsg-syslog.service is > still active and running.. the socket does not activate the service > anymore but

Re: [systemd-devel] systemd kills mdmon if it was started manually by user

2011-01-06 Thread Lennart Poettering
On Sat, 04.12.10 15:08, Andrey Borzenkov ([email protected]) wrote: > >> It is then killed by systemd during shutdown as part of user session. > >> It results in dirty array on next boot. > >> > >> Is there any magic that allows daemon to be exempted from killing? > > > > While your raid should

Re: [systemd-devel] systemd kills mdmon if it was started manually by user

2011-01-06 Thread Lennart Poettering
On Sat, 04.12.10 11:41, Andrey Borzenkov ([email protected]) wrote: > If user starts array manually (mdadm -A -s as example) from within > user session and array needs mdmon, mdmon becomes part of user session > control group: Are you suggesting that mdadm forks off mdmon from within the user s

Re: [systemd-devel] SELinux support takes up ~15MB of memory?

2011-01-06 Thread Lennart Poettering
On Sat, 04.12.10 22:57, Ran Benita ([email protected]) wrote: > The culprit seems to be selabel_lookup_raw which gets called by > several functions in label.c (mostly label_mkdir and label_fix). > These, in turn, seem to compile a great amount of regexes and store > them in an array in an selabel_h

Re: [systemd-devel] parallel fsck vs progressbar

2011-01-06 Thread Lennart Poettering
On Mon, 20.12.10 16:51, Miklos Vajna ([email protected]) wrote: > Hi, > > We got some report[1] recently that not everyone is happy with the > current lack of fsck output during the boot process. > > As far as I understand there are two conflicting requirement: > > 1. Execute fsck processe