Re: [systemd-devel] [PATCH] core: reuse the same /tmp and /var/tmp

2013-02-02 Thread Michal Sekletar
Hello Tom, thank you very much for the review, it is very appreciated. I've sent out the patch to get a feedback on a general approach, since there are no objections to it, I will hack up the rest, inaccessible dirs, man page etc... Cheers, Michal _

[systemd-devel] Get rid of /etc/fstab

2013-02-02 Thread Sébastien Luttringer
Hello, Looking forward to mount custom partitions I decided to use unit.mount files to define my new fs. Everything works perfectly, so I tried to do the same with all my mounted filesystems and removing /etc/fstab. But unfortunatly, creating a -.mount file in /etc/systemd/system/local-fs.target.

Re: [systemd-devel] Get rid of /etc/fstab

2013-02-02 Thread Zbigniew Jędrzejewski-Szmek
On Sat, Feb 02, 2013 at 03:24:44PM +0100, Sébastien Luttringer wrote: > Hello, > > Looking forward to mount custom partitions I decided to use unit.mount > files to define my new fs. Everything works perfectly, so I tried to > do the same with all my mounted filesystems and removing /etc/fstab. >

[systemd-devel] [PATCH] Set StopWhenUnneeded=no, if unit started manually

2013-02-02 Thread Oleksii Shevchuk
Current one: - If StopWhenUnneeded=yes and RequiredBy=, WantedBy=, BoundBy= empty Then stop unit. The side effect is: - If user starts unit, that not wanted by any started target, then unit will be immediately stopped. The problems are: - The user can not be sure that the launch of a uni

Re: [systemd-devel] Get rid of /etc/fstab

2013-02-02 Thread Andrey Borzenkov
В Sat, 2 Feb 2013 15:24:44 +0100 Sébastien Luttringer пишет: > Hello, > > Looking forward to mount custom partitions I decided to use unit.mount > files to define my new fs. Everything works perfectly, so I tried to > do the same with all my mounted filesystems and removing /etc/fstab. > > But

[systemd-devel] systemd should not call KDSKBMODE on a VT with X

2013-02-02 Thread Arthur Taylor
Hello systemd developers TL;DR: On a VT which X is running, messing with KDSKBMODE on underneath X at best has no affect and at worst breaks keyboard input badly. In the short term, systemd should stop calling this ioctl because it has no benefit and makes no sense. -- There is a bit of back sto