Re: [systemd-devel] systemd-analyze plot issues in 198

2013-03-09 Thread Kok, Auke-jan H
On Sat, Mar 9, 2013 at 4:56 PM, Pierre Schmitz wrote: > Am 09.03.2013 23:41, schrieb Kok, Auke-jan H: >> The problem is that the code is now generating coordinates as follows: >> >> >> >> Obviously, that needs to be a "." and not a ",". >> >> Do you get proper output if you run `LC_NUMERIC=C

Re: [systemd-devel] systemd-analyze plot issues in 198

2013-03-09 Thread Pierre Schmitz
Am 09.03.2013 23:41, schrieb Kok, Auke-jan H: > The problem is that the code is now generating coordinates as follows: > > > > Obviously, that needs to be a "." and not a ",". > > Do you get proper output if you run `LC_NUMERIC=C systemd-analyze plot` ... ? Good catch, this will produce th

Re: [systemd-devel] systemd-analyze plot issues in 198

2013-03-09 Thread Kok, Auke-jan H
On Sat, Mar 9, 2013 at 3:58 AM, Pierre Schmitz wrote: > I create a bootchart SVG using "systemd-analyze plot > boot.svg" using > systemd 198. But it does not seem to render correctly in Firefox, > Chromium, Inkscape or Gimp. I uploaded the SVG to > http://paste.xinu.at/T6YxV/ > > Is this a known i

[systemd-devel] systemd-analyze plot issues in 198

2013-03-09 Thread Pierre Schmitz
Hi, I create a bootchart SVG using "systemd-analyze plot > boot.svg" using systemd 198. But it does not seem to render correctly in Firefox, Chromium, Inkscape or Gimp. I uploaded the SVG to http://paste.xinu.at/T6YxV/ Is this a known issue? Greetings, Pierre -- Pierre Schmitz, https://pierre

Re: [systemd-devel] Specifier support for Alias

2013-03-09 Thread Markus Rathgeb
It is also not working with systemd-198. The symlink is correctly set, if I using a "small" i (%i) with version 198. Alias=mnt-NAS-%i.automount # systemctl enable mnt-NAS@games.automount ln -s '/etc/systemd/system/mnt-NAS@.automount' '/etc/systemd/system/mnt-NAS-games.automount' But that's all.

Re: [systemd-devel] Specifier support for Alias

2013-03-09 Thread Oleksii Shevchuk
> To achieve this: > "Mount units must be named after the mount point directories they control." > Our is there a better way? Hm. Really. Anyway, looks like it's fixed/works in latest release: systemctl enable iit-bs-cifs@D.mount ln -s '/etc/systemd/system/iit-bs-cifs@.mount' '/etc/systemd/sys

Re: [systemd-devel] Specifier support for Alias

2013-03-09 Thread Oleksii Shevchuk
> I am using a NAS and want to create .mount and .automount service files for > the > shared. > The service files differs only by the name of the share and mount target. It's certainly bug, but why to use Alias for that purpose? ___ systemd-devel mailin

[systemd-devel] Specifier support for Alias

2013-03-09 Thread Markus Rathgeb
Hi! I am using a NAS and want to create .mount and .automount service files for the shared. The service files differs only by the name of the share and mount target. So I thought I use a "@" template for that. I created a file "mnt-NAS@.automount" (same for .mount with different content, but the