Re: [systemd-devel] Multiple mounts of same device after boot

2013-09-24 Thread Mantas Mikulėnas
On Wed, Sep 25, 2013 at 10:42 AM, Oliver Maurhart wrote: > #!/bin/hi * > > I'm pretty sure it's a PEBCAK but I don't get it. I do have multiple mounts > of the same device over and over after boot and I don't know why. Please > could someone help me out. Those are very likely to be leftover entri

Re: [systemd-devel] Multiple mounts of same device after boot

2013-09-24 Thread Andrey Borzenkov
В Wed, 25 Sep 2013 09:42:37 +0200 Oliver Maurhart пишет: > #!/bin/hi * > > I'm pretty sure it's a PEBCAK but I don't get it. I do have multiple > mounts of the same device over and over after boot and I don't know why. > Please could someone help me out. > > Here some specs: > > root@semirha

[systemd-devel] Multiple mounts of same device after boot

2013-09-24 Thread Oliver Maurhart
#!/bin/hi * I'm pretty sure it's a PEBCAK but I don't get it. I do have multiple mounts of the same device over and over after boot and I don't know why. Please could someone help me out. Here some specs: root@semirhage ~ # mount | grep sd | sort /dev/sda5 on / type ext4 (rw) /dev/sdb1 on /h

[systemd-devel] How to add a dependency to a systemd.mount that is activated by /bin/mount?

2013-09-24 Thread Tim Landscheidt
Hi, on Fedora 19/systemd 204, I want systemd on "mount /mnt/test" by a non-root user to automatically call a pro- gram as root (in real life cryptsetup to unlock the underly- ing device, for testing here echo) before the file system is mounted and after it is unmounted. With /etc/systemd/system/m

Re: [systemd-devel] [PATCH v2 1/4] cgroup: add the setting memory.use_hierarchy support for systemd

2013-09-24 Thread Lennart Poettering
On Tue, 24.09.13 08:42, Gao feng (gaof...@cn.fujitsu.com) wrote: > > On 09/24/2013 08:36 AM, Gao feng wrote: > > On 09/24/2013 05:06 AM, Lennart Poettering wrote: > >> On Mon, 23.09.13 14:30, Gao feng (gaof...@cn.fujitsu.com) wrote: > >> > >>> Some programs need to set the memory.use_hierarchy(su

Re: [systemd-devel] [PATCH v2 1/4] cgroup: add the setting memory.use_hierarchy support for systemd

2013-09-24 Thread Lennart Poettering
On Tue, 24.09.13 08:36, Gao feng (gaof...@cn.fujitsu.com) wrote: > >> Some programs need to set the memory.use_hierarchy(such as libvirt), > >> Add this feature. > > > > As mentioned already: this really shouldn't be configurable but simply > > the unconditional configuration that systemd require

Re: [systemd-devel] [PATCH] Add SHELL environment variable

2013-09-24 Thread Lennart Poettering
On Tue, 24.09.13 11:09, Evan Callicoat (a...@propter.net) wrote: > > On 09/24/2013 08:27 AM, Colin Walters wrote: > > On Mon, 2013-09-23 at 21:01 -0500, Evan Callicoat wrote: > > > >> Ideally in the long-term, applications which rely on SHELL being set > >> should be fixed to just grab it from g

Re: [systemd-devel] [PATCH] Add SHELL environment variable

2013-09-24 Thread Lennart Poettering
On Tue, 24.09.13 09:27, Colin Walters (walt...@verbum.org) wrote: > > On Mon, 2013-09-23 at 21:01 -0500, Evan Callicoat wrote: > > > Ideally in the long-term, applications which rely on SHELL being set > > should be fixed to just grab it from getpwnam() or similar, > > but until that becomes mor

Re: [systemd-devel] [PATCH v2 1/4] cgroup: add the setting memory.use_hierarchy support for systemd

2013-09-24 Thread Kay Sievers
On Tue, Sep 24, 2013 at 2:42 AM, Gao feng wrote: > On 09/24/2013 08:36 AM, Gao feng wrote: >> On 09/24/2013 05:06 AM, Lennart Poettering wrote: >>> On Mon, 23.09.13 14:30, Gao feng (gaof...@cn.fujitsu.com) wrote: >>> Some programs need to set the memory.use_hierarchy(such as libvirt), Ad

[systemd-devel] Patches to use -.mount without /etc/fstab

2013-09-24 Thread Kelly Anderson
Hello, If I'm not mistaken, the intent way back in the early stages of systemd was to eliminate /etc/fstab and use .mount files exclusively. Since it was never fully implemented I took the prerogative to make it work on my systems. I've been using the setup for quite some time and it works with

Re: [systemd-devel] Compiling systemd-207 for Mips

2013-09-24 Thread Cristian Rodríguez
El 24/09/13 02:16, praveenkumar jakati escribió: > checking if libtool supports shared libraries... no That's the problem, libtool test for shared library support fails, see config.log for the reason. ELF Shared library support is mandatory. ___ syste

Re: [systemd-devel] [PATCH] Add SHELL environment variable

2013-09-24 Thread Mantas Mikulėnas
On Tue, Sep 24, 2013 at 4:27 PM, Colin Walters wrote: > On Mon, 2013-09-23 at 21:01 -0500, Evan Callicoat wrote: > >> Ideally in the long-term, applications which rely on SHELL being set >> should be fixed to just grab it from getpwnam() or similar, >> but until that becomes more common, I propose

Re: [systemd-devel] [PATCH] Add SHELL environment variable

2013-09-24 Thread Evan Callicoat
On 09/24/2013 08:27 AM, Colin Walters wrote: > On Mon, 2013-09-23 at 21:01 -0500, Evan Callicoat wrote: > >> Ideally in the long-term, applications which rely on SHELL being set >> should be fixed to just grab it from getpwnam() or similar, >> but until that becomes more common, I propose this sim

Re: [systemd-devel] Compiling systemd-207 for Mips

2013-09-24 Thread Colin Guthrie
'Twas brillig, and praveenkumar jakati at 24/09/13 06:16 did gyre and gimble: > Hi, > > I hope I posting my questions in the right forum. Please let me know if > I am not. > > I am new to systemd and I am trying to cross-compile the systemd-207 for > the mips32 but I am facing below issues. Pleas

[systemd-devel] Compiling systemd-207 for Mips

2013-09-24 Thread praveenkumar jakati
Hi, I hope I posting my questions in the right forum. Please let me know if I am not. I am new to systemd and I am trying to cross-compile the systemd-207 for the mips32 but I am facing below issues. Please help me to resolve the compilation issues. When I have compiled for x86 machine in fedora

Re: [systemd-devel] [RFC] iscsid / systemd / dracut integration effort

2013-09-24 Thread The Lee-Man
On Monday, September 23, 2013 10:33:36 AM UTC-7, The Lee-Man wrote: > > ... > I just wanted to post a thank you for all of this work, as I was > attempting to do some of it myself and making slow progress. > > ... > Wanted to mention I also had to port back a couple of systemd-support patches f

Re: [systemd-devel] [RFC] iscsid / systemd / dracut integration effort

2013-09-24 Thread The Lee-Man
On Tuesday, December 11, 2012 3:26:46 PM UTC-8, Chris Leech wrote: > > ... > > Thanks, this got me going in the right direction. These unit files > seems to be working much better for me, with the startup and shutdown > ordering between iscsi, iscsid, and remote-fs mounts sorted out. I'm > no

Re: [systemd-devel] [PATCH] Add SHELL environment variable

2013-09-24 Thread Colin Walters
On Mon, 2013-09-23 at 21:01 -0500, Evan Callicoat wrote: > Ideally in the long-term, applications which rely on SHELL being set > should be fixed to just grab it from getpwnam() or similar, > but until that becomes more common, I propose this simple change to > make user sessions a little bit nice