Re: [systemd-devel] autostart processes based on tty

2016-05-15 Thread Mantas Mikulėnas
On Mon, May 16, 2016 at 5:09 AM, Emanuel Berg wrote: > I would like to start different processes in > different ttys on boot, automatically and with > autologin first, and then have them run as normal > programs, with the I/O intact, including quitting > and get the shell

Re: [systemd-devel] why are the systemd binaries so huge and can we do something about that?

2016-05-15 Thread Auke Kok
On Mon, May 16, 2016 at 04:24:25AM +0200, Michael Biebl wrote: > 1,5M usr/bin/systemd-analyze > > What's up with systemd-analyze? It shouldn't be part of a base package, it's not even a diagnostic tool, more like a performance measurement type of thing. I don't think size is of a concern for

[systemd-devel] why are the systemd binaries so huge and can we do something about that?

2016-05-15 Thread Michael Biebl
Hi, systemd has a tendency to grow in size with each new release (and I mean installed Mb on disk here). Looking at the size of a couple of binaries, I'm really suprised they are so huge: 36K bin/systemd-notify 36K usr/bin/systemd-cat 36K usr/bin/systemd-detect-virt 40K bin/systemd-escape 44K

[systemd-devel] autostart processes based on tty

2016-05-15 Thread Emanuel Berg
I would like to start different processes in different ttys on boot, automatically and with autologin first, and then have them run as normal programs, with the I/O intact, including quitting and get the shell - i.e., just as you would if you did it all manually. (The autologin part of the above

Re: [systemd-devel] mounting the root file system using systemd unit file

2016-05-15 Thread fb.dev.gen
@Reindl: thank you for your answer. @all: Well, as it seems that there is no initramfs in Clear Linux, I've followed the "pass kernel boot options way" to `systemd-boot`. All the wanted rootflags options seems supported but `noatime`. Any idea? -- Ben On Sun, 2016-05-15 at 15:38 +0200, Reindl

Re: [systemd-devel] mounting the root file system using systemd unit file

2016-05-15 Thread Reindl Harald
Am 15.05.2016 um 16:48 schrieb fb.dev.gen: @Mikhail: thank you for your answer. @killermoehre: my special reason to not use `/etc/fstab` is that I'm testing Clear Linux which do not provides any `/etc/fstab` configuration file and uses extensively all systemd

Re: [systemd-devel] mounting the root file system using systemd unit file

2016-05-15 Thread fb.dev.gen
@Mantas: yes, that seems logical. So, I'd better go with systemd-boot UEFI Boot Manager. -- Ben On Sun, 2016-05-15 at 16:34 +0300, Mantas Mikulėnas wrote: > On Sun, May 15, 2016 at 3:28 PM, fb.dev.gen > wrote: > > Hi all, > > > > What should be the way to mount the root

Re: [systemd-devel] mounting the root file system using systemd unit file

2016-05-15 Thread fb.dev.gen
@Mikhail: thank you for your answer. @killermoehre: my special reason to not use `/etc/fstab` is that I'm testing Clear Linux which do not provides any `/etc/fstab` configuration file and uses extensively all systemd versatility. @all: any other suggestion about -.mount

Re: [systemd-devel] mounting the root file system using systemd unit file

2016-05-15 Thread Reindl Harald
Am 15.05.2016 um 15:34 schrieb Mantas Mikulėnas: What should be the way to mount the root file system using systemd unit file (i.e: without any `/etc/fstab` configuration file)? Asking the system to mount anything at / doesn't make much sense, because the fact that systemd is running

Re: [systemd-devel] mounting the root file system using systemd unit file

2016-05-15 Thread Mantas Mikulėnas
On Sun, May 15, 2016 at 3:28 PM, fb.dev.gen wrote: > Hi all, > > What should be the way to mount the root file system using systemd unit > file (i.e: without any `/etc/fstab` configuration file)? > Asking the system to mount anything at / doesn't make much sense, because

Re: [systemd-devel] mounting the root file system using systemd unit file

2016-05-15 Thread killermoehre
Am 15.05.2016 um 14:28 schrieb fb.dev.gen: > Hi all, > > What should be the way to mount the root file system using systemd unit > file (i.e: without any `/etc/fstab` configuration file)? > > Could it be right to do it like that: > > ``` > # cat > /etc/systemd/system/root.mount << EOF > [Unit]

Re: [systemd-devel] mounting the root file system using systemd unit file

2016-05-15 Thread Mikhail Kasimov
Hello! /etc/systemd/system/root.mount change to /etc/systemd/system/-.mount As I remember, unit naming depends on path, where partition is to be mounted. So, schema is: /home -> home.mount; /my/mountpoint/ -> my-mountpoint.mount; / -> -.mount and so on. UPD: man systemd.mount: = Mount

[systemd-devel] mounting the root file system using systemd unit file

2016-05-15 Thread fb.dev.gen
Hi all, What should be the way to mount the root file system using systemd unit file (i.e: without any `/etc/fstab` configuration file)? Could it be right to do it like that: ``` # cat > /etc/systemd/system/root.mount << EOF [Unit] Description = Root file system mount point controlled and

Re: [systemd-devel] systemd hibernator generator does not function on default Fedora install

2016-05-15 Thread James Hogarth
On 15 May 2016 06:32, "Andrei Borzenkov" wrote: > > 15.05.2016 06:36, Chris Murphy пишет: > > On Thu, May 12, 2016 at 12:38 PM, James Hogarth wrote: > >> > >> On 2 May 2016 18:58, "James Hogarth" wrote: > >>> > >>> > >>> On