Re: [systemd-devel] udev device mapper rules for early boot?

2012-12-11 Thread Colin Guthrie
is arguably not a good idea, but perhaps you can hack it in some small way)? Like I say, just a guess. -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited http://www.tribalogic.net/ Open Source: Mageia Contributor http://www.mageia.org/ PulseAudio Hacker

Re: [systemd-devel] udev device mapper rules for early boot?

2012-12-11 Thread Colin Guthrie
'Twas brillig, and Nikolaus Rath at 11/12/12 16:31 did gyre and gimble: On 12/11/2012 03:00 AM, Colin Guthrie wrote: 'Twas brillig, and Nikolaus Rath at 10/12/12 19:03 did gyre and gimble: Hello, I have created a udev rule to set the owner of a specific block device: SUBSYSTEM==block, ENV

Re: [systemd-devel] udev device mapper rules for early boot?

2012-12-12 Thread Colin Guthrie
'Twas brillig, and Nikolaus Rath at 11/12/12 17:52 did gyre and gimble: On 12/11/2012 09:47 AM, Colin Guthrie wrote: 'Twas brillig, and Nikolaus Rath at 11/12/12 16:31 did gyre and gimble: On 12/11/2012 03:00 AM, Colin Guthrie wrote: 'Twas brillig, and Nikolaus Rath at 10/12/12 19:03 did gyre

Re: [systemd-devel] daemon migration tutorial

2012-12-14 Thread Colin Guthrie
document everything (tho' perhaps not in quite as nice a form for a tutorial like need). IMO, it would be kinda nice to copy all of Lennart's articles to the Wiki to keep things in a central place (referencing the original blog story of course). Keeps things a bit more central. Col -- Colin Guthrie

Re: [systemd-devel] udev device mapper rules for early boot?

2012-12-14 Thread Colin Guthrie
be started later. Yeah this is one of the reasons we switched to dracut from mkinitrd in Mageia (and in Mandriva too I believe). If you support / or /usr on LVM, then you really need to run udev in the initrd. Dracut makes that nice and easy. Col -- Colin Guthrie gmane(at)colin.guthr.ie http

Re: [systemd-devel] ExecRestart

2012-12-20 Thread Colin Guthrie
works these days I think and it seems robust enough) Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited http://www.tribalogic.net/ Open Source: Mageia Contributor http://www.mageia.org/ PulseAudio Hacker http://www.pulseaudio.org/ Trac

Re: [systemd-devel] How to stop socket-actived inetd-like service?

2012-12-21 Thread Colin Guthrie
Failed to issue method call: Unit cvs.service not loaded. You can control individual units doing: systemctl stop cvs@foo.service (where @foo matches what systemctl list-units returns). HTHs Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited http

Re: [systemd-devel] [PATCH] tmpfiles: move legacy flag-files handling to legacy.conf

2013-01-06 Thread Colin Guthrie
. Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited http://www.tribalogic.net/ Open Source: Mageia Contributor http://www.mageia.org/ PulseAudio Hacker http://www.pulseaudio.org/ Trac Hacker http://trac.edgewall.org

Re: [systemd-devel] shutdown umount order

2013-01-06 Thread Colin Guthrie
/core/umount.c#n555 -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited http://www.tribalogic.net/ Open Source: Mageia Contributor http://www.mageia.org/ PulseAudio Hacker http://www.pulseaudio.org/ Trac Hacker http://trac.edgewall.org

[systemd-devel] CoreOS Goal Question: Should we be aiming to be able to boot with an empty /etc?

2013-01-07 Thread Colin Guthrie
and not rely on doing it at package install). Cheers Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited http://www.tribalogic.net/ Open Source: Mageia Contributor http://www.mageia.org/ PulseAudio Hacker http://www.pulseaudio.org/ Trac Hacker http

Re: [systemd-devel] CoreOS Goal Question: Should we be aiming to be able to boot with an empty /etc?

2013-01-07 Thread Colin Guthrie
'Twas brillig, and Lennart Poettering at 07/01/13 13:37 did gyre and gimble: On Mon, 07.01.13 11:48, Colin Guthrie (gm...@colin.guthr.ie) wrote: Hi, Just thinking outload here as dealing with some packages where stuff in /etc was marked in the spec as %config and it really shouldn't be (I'm

Re: [systemd-devel] systemd-analyze-197 broken

2013-01-15 Thread Colin Guthrie
if possible (it's just writing an svg? It's just XML why does it need a whole python backend??) and more useful information about timeouts and failed jobs etc. etc. So all I humbly ask here is that plotting from a normal, non-bootcharted boot is still kept around. Col -- Colin Guthrie gmane

Re: [systemd-devel] PATCH: handle SYSTEMCTL_OPTIONS in systemctl

2013-01-16 Thread Colin Guthrie
if [ -n $SYSTEMCTL_IGNORE_DEPENDENCIES ] ; then options=$options --ignore-dependencies fi if [ -n $SYSTEMCTL_NO_BLOCK ] ; then options=$options --no-block fi action $s /bin/systemctl $options $command $prog.service } -- Colin

Re: [systemd-devel] PATCH: handle SYSTEMCTL_OPTIONS in systemctl

2013-01-16 Thread Colin Guthrie
is where it should be handled (as is done in the initscripts wrapper), but hey ho' - everyone prefers it done elsewhere. At least it's a relatively neat patch and hopefully it's need within Suse will disappear as the tools are refactored anyway? Col -- Colin Guthrie gmane(at)colin.guthr.ie http

Re: [systemd-devel] [systemd-commits] 3 commits - .gitignore Makefile.am src/bootchart src/core src/efi-boot-generator src/shared

2013-01-21 Thread Colin Guthrie
!), but if What Andrey says is correct would this mean we cannot have two separate installs without sharing the same /boot? (or even a Windows install assuming it uses that space too?). Can you comment on those kind of set ups? Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie

Re: [systemd-devel] Someone working on gui for multiseat?

2013-01-21 Thread Colin Guthrie
what you mean by GUI here. Isn't it just GDM that pops up (or some other DE)? If so, I guess that's where you need to focus. Apologies if I've gotten the wrong end of the stick. Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited http

Re: [systemd-devel] [HEADS-UP] systemd down/upstream meeting at FOSDEM?

2013-01-22 Thread Colin Guthrie
'Twas brillig, and Lennart Poettering at 22/01/13 22:11 did gyre and gimble: Heya, I just learned that a number of systemd downstream and upstream folks are attending FOSDEM. We'll at least have Michael Biebl, Tollef Fog Heen, Colin Guthrie, Kay Sievers, Harald Hoyer and myself around. We

Re: [systemd-devel] vncserver@.service

2013-01-23 Thread Colin Guthrie
vs. 1 correct. HTHs -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited http://www.tribalogic.net/ Open Source: Mageia Contributor http://www.mageia.org/ PulseAudio Hacker http://www.pulseaudio.org/ Trac Hacker http://trac.edgewall.org

Re: [systemd-devel] InaccessibleDirectories and non-existing dirs

2013-01-30 Thread Colin Guthrie
the service not to be able to access this folder when reading the service, but AFAIUI, this would actually not be the case. I could be wrong of course and even if not it's maybe still acceptable behaviour. Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic

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

2013-02-04 Thread Colin Guthrie
-XX. There may be valid reasons for not doing this, but when debugging things and poking about as root user it might add a little bit of clarity when several such folders exist (of course slight obfuscation here may be deliberate) Col -- Colin Guthrie gmane(at)colin.guthr.ie http

Re: [systemd-devel] SSL for gatewayd

2013-02-04 Thread Colin Guthrie
-- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited http://www.tribalogic.net/ Open Source: Mageia Contributor http://www.mageia.org/ PulseAudio Hacker http://www.pulseaudio.org/ Trac Hacker http://trac.edgewall.org

Re: [systemd-devel] Booting with USB flash disk installed results in wrong disk numbering

2013-02-05 Thread Colin Guthrie
for the problem already exist - better just to use them. Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited http://www.tribalogic.net/ Open Source: Mageia Contributor http://www.mageia.org/ PulseAudio Hacker http://www.pulseaudio.org/ Trac

[systemd-devel] [PATCH] units: Make getty@.service install rule generic.

2013-02-06 Thread Colin Guthrie
The getty@.service used to specifically enable a getty@tty1.service under getty.target when enabled. Modern versions of systemd allow commands such as: systemctl enable getty@tty2.service which automatically create the correct symlink if the Install rule permits it. This changes the default

Re: [systemd-devel] systemd-fsck change fsck arguments to -a - -y

2013-02-08 Thread Colin Guthrie
-- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited http://www.tribalogic.net/ Open Source: Mageia Contributor http://www.mageia.org/ PulseAudio Hacker http://www.pulseaudio.org/ Trac Hacker http://trac.edgewall.org

Re: [systemd-devel] systemd-fsck change fsck arguments to -a - -y

2013-02-08 Thread Colin Guthrie
'Twas brillig, and Kay Sievers at 08/02/13 11:21 did gyre and gimble: On Fri, Feb 8, 2013 at 12:05 PM, Colin Guthrie gm...@colin.guthr.ie wrote: 'Twas brillig, and Kok, Auke-jan H at 08/02/13 08:04 did gyre and gimble: On Thu, Feb 7, 2013 at 3:38 PM, Lennart Poettering lenn...@poettering.net

[systemd-devel] [PATCH] udev: Allow the 'udevadm settle' timeout to be set via the kernel cmdline

2013-02-08 Thread Colin Guthrie
On some really old hardware, the default timeout of 120 (which may even be reduced further on the command line) is insufficient. While such cases are specialist and (nowadays) relatively rare, it is still nice to be able to provide a method to increase the timeout when needed. Bug Link:

Re: [systemd-devel] [PATCH] udev: Allow the 'udevadm settle' timeout to be set via the kernel cmdline

2013-02-08 Thread Colin Guthrie
'Twas brillig, and Zbigniew Jędrzejewski-Szmek at 08/02/13 12:14 did gyre and gimble: On Fri, Feb 08, 2013 at 11:48:36AM +, Colin Guthrie wrote: On some really old hardware, the default timeout of 120 (which may even be reduced further on the command line) is insufficient. While

Re: [systemd-devel] network/openvswitch dependency loop/deadlock

2013-02-10 Thread Colin Guthrie
'Twas brillig, and Ian Pilcher at 08/02/13 21:00 did gyre and gimble: On 02/07/2013 06:13 AM, Colin Guthrie wrote: Also re the initscripts tweaks and the if statement proposed in the bug, there is a SYSTEMCTL_IGNORE_DEPENDENCIES=1 env var you can export that will make service openvswitch start

Re: [systemd-devel] [PATCH] [RFC] Remove installation of symlinks in /etc

2013-02-12 Thread Colin Guthrie
), and ditto for udev rules etc. I'm very much trying to promote a tidy /etc these days :) Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited http://www.tribalogic.net/ Open Source: Mageia Contributor http://www.mageia.org/ PulseAudio Hacker http

Re: [systemd-devel] [PATCH] units: Make getty@.service install rule generic.

2013-02-13 Thread Colin Guthrie
'Twas brillig, and Lennart Poettering at 13/02/13 03:13 did gyre and gimble: On Wed, 06.02.13 09:47, Colin Guthrie (co...@mageia.org) wrote: The getty@.service used to specifically enable a getty@tty1.service under getty.target when enabled. Modern versions of systemd allow commands

Re: [systemd-devel] [PATCH] units: Make getty@.service install rule generic.

2013-02-13 Thread Colin Guthrie
'Twas brillig, and Thomas Bächler at 13/02/13 10:01 did gyre and gimble: Am 13.02.2013 10:29, schrieb Colin Guthrie: Hmm, but what happens then if people do run systemctl enable getty@.service? In my eyes, doing this always seemed wrong, I wouldn't mind if it returned an error. Yeah, I'm

Re: [systemd-devel] network/openvswitch dependency loop/deadlock

2013-02-13 Thread Colin Guthrie
'Twas brillig, and Lennart Poettering at 13/02/13 03:06 did gyre and gimble: On Tue, 12.02.13 14:07, Thomas Graf (tg...@redhat.com) wrote: On 02/07/2013 04:55 PM, Ian Pilcher wrote: On 02/07/2013 06:13 AM, Colin Guthrie wrote: Also re the initscripts tweaks and the if statement proposed

Re: [systemd-devel] troubleshooting different behaviour of systemd between f16 and f18

2013-02-13 Thread Colin Guthrie
: systemctl status pl_sysinit.service ?? If the ExecStartPre somehow returns non-zero, then ExecStart will not be run. The status output will tell you the return status of the ExecStartPre command. Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic

Re: [systemd-devel] [PATCH] [RFC] Remove installation of symlinks in /etc

2013-02-13 Thread Colin Guthrie
know about install-foo but I would hope such people are fairly competent and know at least roughly what they are doing before taking such action anyway Obviously a better name than foo is needed. install-bootstrap?. Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job

Re: [systemd-devel] How do you set the machine's domain name with systemd?

2013-02-14 Thread Colin Guthrie
in with your world view or not is obviously a different story... but then, hey, aren't hostnames themselves technically absolutely not needed. An IP address should be sufficient. Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited http

Re: [systemd-devel] NFS mount unit

2013-02-16 Thread Colin Guthrie
that point (even when the mount is generated from fstab). Alternatively, would it make sense to teach the fstab generator some kind of x-system-* option (or comment= syntax) to allow -after or -requires deps to be specified. Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie

Re: [systemd-devel] High CPU usage of journald

2013-02-18 Thread Colin Guthrie
, but that's not to say that performance isn't a goal in the completeness of time. Also there will be lots of people for whom this is more of a priority right now and thus they will be the ones perhaps contributing the patches to help edge things in that direction :) Col -- Colin Guthrie gmane

Re: [systemd-devel] Hackfest!

2013-02-19 Thread Colin Guthrie
to participate. Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited http://www.tribalogic.net/ Open Source: Mageia Contributor http://www.mageia.org/ PulseAudio Hacker http://www.pulseaudio.org/ Trac Hacker http://trac.edgewall.org

Re: [systemd-devel] [Question] How to specify LimitCORE=infinity for all the daemon processes?

2013-02-20 Thread Colin Guthrie
-February/009065.html Or you can configure the journal to not capture coredumps at all, either via a compile time option or a sysctl tweak (kernel.core_pattern I think). Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited http://www.tribalogic.net/ Open

Re: [systemd-devel] loopback and dhclient advice please

2013-02-22 Thread Colin Guthrie
with systemd. You may find some examples of units for dhclients that some people have created for their custom setups however. Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited http://www.tribalogic.net/ Open Source: Mageia Contributor http

Re: [systemd-devel] [systemd-commits] 12 commits - src/core src/shared

2013-02-28 Thread Colin Guthrie
end-users - lack of information when something goes wrong during boot. Yup, very nice indeed :) How does it integrate with Plymouth? IThat most users will have it and not plain console. Good question :) Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job

Re: [systemd-devel] On(Resume|suspend|hibernate) in unit files?

2013-02-28 Thread Colin Guthrie
example hasn't been needed for me for ages, but I'm sure there are other examples that might be more legitimate. That said, I think Fred had patches that are applied in Suse to read these pm-utils hooks anyway, so that might be what Cristian needs? Col -- Colin Guthrie gmane(at)colin.guthr.ie http

Re: [systemd-devel] [PATCH] journalctl: add --revert option to show the newest lines first

2013-02-28 Thread Colin Guthrie
/--reverse/ Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited http://www.tribalogic.net/ Open Source: Mageia Contributor http://www.mageia.org/ PulseAudio Hacker http://www.pulseaudio.org/ Trac Hacker http://trac.edgewall.org

Re: [systemd-devel] coverity patches

2013-03-10 Thread Colin Guthrie
For the benefit of the list, these patches were posted separately and have been applied (if my fuzzy head has read the list properly!). Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited http://www.tribalogic.net/ Open Source: Mageia

Re: [systemd-devel] About “systemd-cat --priority=0”

2013-03-10 Thread Colin Guthrie
backwater logging system buried in a basement somewhere :) Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited http://www.tribalogic.net/ Open Source: Mageia Contributor http://www.mageia.org/ PulseAudio Hacker http://www.pulseaudio.org/ Trac

Re: [systemd-devel] Specifier support for Alias

2013-03-10 Thread Colin Guthrie
. Regarding specifier support in Alias, this is somewhat relevant the discussion in the thread [PATCH] units: Make getty@.service install rule generic not identical by any means but related. Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited http

Re: [systemd-devel] Underlinking in libsystemd-login

2013-03-13 Thread Colin Guthrie
the best! Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited http://www.tribalogic.net/ Open Source: Mageia Contributor http://www.mageia.org/ PulseAudio Hacker http://www.pulseaudio.org/ Trac Hacker http://trac.edgewall.org

[systemd-devel] systemd-fsck-root.service without initrd prints ugly message on clean fsck

2013-03-13 Thread Colin Guthrie
a -q argument or look for silent on /proc/cmdline) or can we add some kind of fugly heuristic to the systemd-fsck that silently swallows the output if it consists of a single line which has the string : clean, and there is silent on the command line? Cheers Col -- Colin Guthrie gmane

Re: [systemd-devel] systemd-fsck-root.service without initrd prints ugly message on clean fsck

2013-03-13 Thread Colin Guthrie
'Twas brillig, and Kay Sievers at 13/03/13 11:50 did gyre and gimble: On Wed, Mar 13, 2013 at 11:29 AM, Colin Guthrie gm...@colin.guthr.ie wrote: As I'm doing some initrd-less experiments of late I'm seeing an ugly fsck message pop up on boot. In systemd-fsck-root.service I see

Re: [systemd-devel] systemd-fsck-root.service without initrd prints ugly message on clean fsck

2013-03-13 Thread Colin Guthrie
- if it was failing then, yes, I'd like to see that, but having some text pop up during my nice graphical boot just looks totally wrong (obviously). Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited http://www.tribalogic.net/ Open Source: Mageia

Re: [systemd-devel] bootchart issues on slow hardware

2013-03-18 Thread Colin Guthrie
CPUs and rotating disks. Maybe developers should be forced to hack on such machines only. :) That's likely too cruel. Maybe just hack one day a week on such machines :) Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited http://www.tribalogic.net

Re: [systemd-devel] doing something as the last activity on boot

2013-03-18 Thread Colin Guthrie
. Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited http://www.tribalogic.net/ Open Source: Mageia Contributor http://www.mageia.org/ PulseAudio Hacker http://www.pulseaudio.org/ Trac Hacker http://trac.edgewall.org

Re: [systemd-devel] what to depend on to avoid file mtime discontinuities?

2013-03-19 Thread Colin Guthrie
contain any information about ordering etc. In an ideal world, everything wanted by multi-user.target would all be started in parallel. In practice, we typically want some degree of ordering, and that's what the Before= and After= directives are about. Col -- Colin Guthrie gmane(at)colin.guthr.ie

Re: [systemd-devel] [PATCH 2/3] Revert build-sys: keep intermediate files

2013-03-21 Thread Colin Guthrie
`org.freedesktop.systemd1.Manager.xml'. while `systemd' is still being made. Confirmed two builds of systemd 198 before that patch broke for me, and two builds after that patch worked fine. Thanks for the info :) Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic

Re: [systemd-devel] PATCH: fix LSB Provides handling

2013-03-25 Thread Colin Guthrie
not have a space after it before it's parenthesis. Of course it's trivial for someone to do both those things above when merging, but. :) Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited http://www.tribalogic.net/ Open Source: Mageia

Re: [systemd-devel] A newbie question regarding ordering cycles

2013-03-28 Thread Colin Guthrie
in any shape or form :) Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited http://www.tribalogic.net/ Open Source: Mageia Contributor http://www.mageia.org/ PulseAudio Hacker http://www.pulseaudio.org/ Trac Hacker http://trac.edgewall.org

Re: [systemd-devel] persistent changes to the serial console

2013-03-30 Thread Colin Guthrie
destination of the symlink doesn't matter at all, it's purely the unit name that counts. Is that the case? Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited http://www.tribalogic.net/ Open Source: Mageia Contributor http://www.mageia.org

[systemd-devel] Mounting efivars / efivarfs

2013-04-08 Thread Colin Guthrie
baked into the kernel itself, but it _should_ really work with a module too... Relevant kernel config: CONFIG_EFI_PARTITION=y CONFIG_EFI=y CONFIG_EFI_STUB=y CONFIG_FB_EFI=y CONFIG_EFI_VARS=m CONFIG_EFI_VARS_PSTORE=y CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLE=y Col -- Colin Guthrie gmane

Re: [systemd-devel] Mounting efivars / efivarfs

2013-04-09 Thread Colin Guthrie
'Twas brillig, and Greg KH at 09/04/13 00:48 did gyre and gimble: On Tue, Apr 09, 2013 at 12:02:09AM +0100, Colin Guthrie wrote: Hi, Seems on my system, I have to load the module efivars before I can mount my efivarfs (mount -t efivarfs efivarfs /sys/firmware/efi/efivars) Now, systemd

Re: [systemd-devel] Mounting efivars / efivarfs

2013-04-09 Thread Colin Guthrie
'Twas brillig, and Tom Gundersen at 09/04/13 10:22 did gyre and gimble: On 9 Apr 2013 01:48, Greg KH gre...@linuxfoundation.org mailto:gre...@linuxfoundation.org wrote: On Tue, Apr 09, 2013 at 12:02:09AM +0100, Colin Guthrie wrote: Hi, Seems on my system, I have to load the module

Re: [systemd-devel] 70-persistent-net.rules

2013-04-11 Thread Colin Guthrie
which avoids the design flaws inherent with the previously approach. Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited http://www.tribalogic.net/ Open Source: Mageia Contributor http://www.mageia.org/ PulseAudio Hacker http

Re: [systemd-devel] 70-persistent-net.rules

2013-04-11 Thread Colin Guthrie
'Twas brillig, and Reindl Harald at 11/04/13 11:55 did gyre and gimble: Am 11.04.2013 12:41, schrieb Colin Guthrie: 'Twas brillig, and Andrey Borzenkov at 11/04/13 10:25 did gyre and gimble: On Thu, Apr 11, 2013 at 2:50 AM, Reindl Harald h.rei...@thelounge.net wrote: /usr/share/doc

Re: [systemd-devel] 70-persistent-net.rules

2013-04-11 Thread Colin Guthrie
to be a little pragmatic here (the code is not *that* hard to maintain), but I do also prefer the fix things with the right design philosophy generally. Ultimately the decision lies with Kay, so he's the one you have to convince! Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job

Re: [systemd-devel] 70-persistent-net.rules

2013-04-11 Thread Colin Guthrie
'Twas brillig, and Kay Sievers at 11/04/13 12:51 did gyre and gimble: On Thu, Apr 11, 2013 at 1:46 PM, Colin Guthrie gm...@colin.guthr.ie wrote: Should we then consider trying to push a new default name scheme into the kernel side such that they come up as eth-ng0 etc. by default allowing

Re: [systemd-devel] Start and stop actions of device units

2013-04-13 Thread Colin Guthrie
be a matter of creating a .service unit with appropriate ExecStart/Stop directives and then add a BindTo= directive to bind it to the device. Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited http://www.tribalogic.net/ Open Source: Mageia

Re: [systemd-devel] Fwd: [systemd-commits] Makefile.am src/bootchart - Make bootcharts go to the journal

2013-04-16 Thread Colin Guthrie
mostly playing devils advocate here. I do kinda like the fact it's in there personally, but then I like shiny things. Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited http://www.tribalogic.net/ Open Source: Mageia Contributor http

Re: [systemd-devel] systemd-nspawn

2013-04-16 Thread Colin Guthrie
under nspawn but I thought that was the primary difference between halt and poweroff Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited http://www.tribalogic.net/ Open Source: Mageia Contributor http://www.mageia.org/ PulseAudio Hacker http

Re: [systemd-devel] Boot Service on Select Motherboard Only

2013-04-16 Thread Colin Guthrie
if systemd can manage, or how a custom service may look if not. Looks like something you could detect with a udev rule somewhere (i.e. matching on some hw identifier) which in turn spawns the systemd unit. Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic

Re: [systemd-devel] [PATCH 2/2] journal: get rid of LINE_MAX in sd_journal_printv*()

2013-04-16 Thread Colin Guthrie
-bullying web portal 3. The birthplace of the socially engineered buffer overflow where fake articles on defensive programming techniques lured developers into a false sense of security. :p Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited http

Re: [systemd-devel] Service unit issue: starts manually but doesn't start on boot

2013-04-19 Thread Colin Guthrie
to be enabled. I've run `systemd --test --system --unit=multi-user.target` and compared the wsgw and pianod sections of output and no significant differences jump out at me. Perhaps pianod doesn't need the network? Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day

Re: [systemd-devel] [PATCH] TODO: passwd.d, group.d

2013-04-23 Thread Colin Guthrie
filesystems would we not? Sounds like a bad idea to me. All in all I still thing this is better handled by packaging helper scripts. Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited http://www.tribalogic.net/ Open Source: Mageia Contributor

Re: [systemd-devel] Lid close event delivered delayed

2013-04-26 Thread Colin Guthrie
laptops screen, just the external one. 4. I switch to a VT 5. My machine is insta-suspended? If so then I concur that it needs handled a bit better! Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited http://www.tribalogic.net/ Open Source

[systemd-devel] [RFC PATCH] journal: Set the default keep free value to 15% (up from 5%)

2013-04-30 Thread Colin Guthrie
As some SSDs are still seeing performance degredation when reaching 85% usage the default value of 5% seems a little low. Set this to 15% by default. --- So I'm really not sure or educated enough about this one, but we're recently had a user complain about the disk space used by the journal. I

Re: [systemd-devel] %i/%I instance expansion in ExecStartPre ?

2013-05-02 Thread Colin Guthrie
been addressed already. Documentation patches always welcome :) Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited http://www.tribalogic.net/ Open Source: Mageia Contributor http://www.mageia.org/ PulseAudio Hacker http://www.pulseaudio.org

Re: [systemd-devel] Should systemd-udev-settle.service have an [Install] section?

2013-05-04 Thread Colin Guthrie
in. IIRC there were some suse patches that added support for X-Systemd-Requires: LSB headers that allowed sysv scripts to do that... that would probably be cleaner as it avoids manual intervention to configure the system correctly. Col -- Colin Guthrie gmane(at)colin.guthr.ie http

[systemd-devel] Fedora NFS systemd units

2013-05-06 Thread Colin Guthrie
and Documentation= directives would also help a lot. Happy to help out here if I can get some feedback on some of the points above. Many thanks. Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited http://www.tribalogic.net/ Open Source: Mageia

[systemd-devel] Question regarding Also= in [Install]

2013-05-06 Thread Colin Guthrie
[Install] section in one of the units). Any thoughts? Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited http://www.tribalogic.net/ Open Source: Mageia Contributor http://www.mageia.org/ PulseAudio Hacker http://www.pulseaudio.org/ Trac Hacker http

Re: [systemd-devel] [ANNOUNCE] systemd 203

2013-05-07 Thread Colin Guthrie
, it looks like you might genuinely stick with 203 this time :p Either way, good work :) Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited http://www.tribalogic.net/ Open Source: Mageia Contributor http://www.mageia.org/ PulseAudio Hacker

Re: [systemd-devel] Fedora NFS systemd units

2013-05-08 Thread Colin Guthrie
'Twas brillig, and Steve Dickson at 08/05/13 11:58 did gyre and gimble: On 06/05/13 05:27, Colin Guthrie wrote: Hi, Just trying to work out a few problems on our (Mageia's) NFS packages. As with a lot of things we often take the units from Fedora (we will soon have a nicer way to share

Re: [systemd-devel] Service is ignoring dependencies (suse)

2013-05-09 Thread Colin Guthrie
to start prostgres or something similar to that. I doubt this is an upstream issue tho' (tho' some suse folks will hopefully see here and answer - added it to the subject for better exposure) Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited http

Re: [systemd-devel] shell / systemd config files

2013-05-21 Thread Colin Guthrie
, and cannot use hostnamectl yet. AFAIUI, it's not meant to be 100% shell compatible anyway, so I suspect the currently behaviour is as intended and will remain. Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited http://www.tribalogic.net/ Open Source

Re: [systemd-devel] shell / systemd config files

2013-05-21 Thread Colin Guthrie
'Twas brillig, and Andrey Borzenkov at 21/05/13 11:26 did gyre and gimble: On Tue, May 21, 2013 at 1:11 PM, Colin Guthrie gm...@colin.guthr.ie wrote: 'Twas brillig, and James Buren at 20/05/13 18:28 did gyre and gimble: Files such as /etc/machine-info have an incompatibility with systemd

Re: [systemd-devel] RFC: Predictable Network Interface Names

2013-05-22 Thread Colin Guthrie
-slot.rules yes: net.ifnames=0 Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited http://www.tribalogic.net/ Open Source: Mageia Contributor http://www.mageia.org/ PulseAudio Hacker http://www.pulseaudio.org/ Trac Hacker http://trac.edgewall.org

Re: [systemd-devel] RFC: Predictable Network Interface Names

2013-05-22 Thread Colin Guthrie
-slot.rules yes: net.ifnames=0 Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited http://www.tribalogic.net/ Open Source: Mageia Contributor http://www.mageia.org/ PulseAudio Hacker http://www.pulseaudio.org/ Trac Hacker http://trac.edgewall.org

Re: [systemd-devel] Automatic Reboot Protocol

2013-05-28 Thread Colin Guthrie
not block? Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited http://www.tribalogic.net/ Open Source: Mageia Contributor http://www.mageia.org/ PulseAudio Hacker http://www.pulseaudio.org/ Trac Hacker http://trac.edgewall.org

Re: [systemd-devel] Automatic Reboot Protocol [SOLVED]

2013-05-31 Thread Colin Guthrie
'Twas brillig, and Kok, Auke-jan H at 31/05/13 06:27 did gyre and gimble: You can likely create a timer unit, and start that once... That's the premise he started with, but it seems to cause a sort of deadlock... See the first message in the thread. Col -- Colin Guthrie gmane

Re: [systemd-devel] Build option to disable systemd-tmpfiles services

2013-06-03 Thread Colin Guthrie
. Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited http://www.tribalogic.net/ Open Source: Mageia Contributor http://www.mageia.org/ PulseAudio Hacker http://www.pulseaudio.org/ Trac Hacker http://trac.edgewall.org

Re: [systemd-devel] [PATCH] units: cleanup agetty command line

2013-06-05 Thread Colin Guthrie
lines) * long options are more user-friendly ... all this is supported since util-linux v2.20 (Aug 2011). Applied! Thanks. Aww, pity the util-linux version wasn't corrected first to v2.23 first. Ahh well as long as people remember... :) Col -- Colin Guthrie gmane(at)colin.guthr.ie http

Re: [systemd-devel] systemd-shutdown static linking

2013-06-11 Thread Colin Guthrie
for -.mount is simply not run? Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited http://www.tribalogic.net/ Open Source: Mageia Contributor http://www.mageia.org/ PulseAudio Hacker http://www.pulseaudio.org/ Trac Hacker http://trac.edgewall.org

Re: [systemd-devel] start/stop messages when activating a target?

2013-06-12 Thread Colin Guthrie
/gmane.comp.sysutils.systemd.devel/10880/focus=11081 -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited http://www.tribalogic.net/ Open Source: Mageia Contributor http://www.mageia.org/ PulseAudio Hacker http://www.pulseaudio.org/ Trac Hacker http

[systemd-devel] x-initrd.mount + shutdown umount logic question

2013-06-13 Thread Colin Guthrie
where /usr and / are excluded specifically rather than using the result of the mount_in_initrd() function. Any thoughts? Col For reference: https://bugs.mageia.org/show_bug.cgi?id=8322 -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited http

Re: [systemd-devel] x-initrd.mount + shutdown umount logic question

2013-06-13 Thread Colin Guthrie
'Twas brillig, and Tom Gundersen at 13/06/13 22:40 did gyre and gimble: On Thu, Jun 13, 2013 at 11:13 PM, Colin Guthrie gm...@colin.guthr.ie wrote: If a mount has the x-initrd.mount option shouldn't it be excluded from the umount loop during shutdown? Makes sense. Also see the patch [PATCH

Re: [systemd-devel] Problems with SWAP in 204

2013-06-19 Thread Colin Guthrie
-- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited http://www.tribalogic.net/ Open Source: Mageia Contributor http://www.mageia.org/ PulseAudio Hacker http://www.pulseaudio.org/ Trac Hacker http://trac.edgewall.org

Re: [systemd-devel] Text input on startup (tty-force) disabling after a few seconds

2013-06-19 Thread Colin Guthrie
# that is one line, but gmail will probably break it For more info on this approach see here: http://www.freedesktop.org/wiki/Software/systemd/PasswordAgents/ But if Tom is correct (and he usually is) that's probably the simplest route forward. Col -- Colin Guthrie gmane(at)colin.guthr.ie http

[systemd-devel] Socket activation and busname aliases in Network/ModemManager

2013-06-20 Thread Colin Guthrie
-- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited http://www.tribalogic.net/ Open Source: Mageia Contributor http://www.mageia.org/ PulseAudio Hacker http://www.pulseaudio.org/ Trac Hacker http://trac.edgewall.org

Re: [systemd-devel] Socket activation and busname aliases in Network/ModemManager

2013-06-20 Thread Colin Guthrie
'Twas brillig, and Colin Guthrie at 20/06/13 09:31 did gyre and gimble: Now for NetworkManager itself this more or less OK. You'll be needing it pretty much immediately on boot anyway, but what's caught me out a little bit more is that ModemManager (0.7.991) also follows this same pattern

Re: [systemd-devel] Excessive (virtual) memory usage of journald

2013-06-21 Thread Colin Guthrie
RSS TTY STAT START TIME COMMAND root 418 0.0 0.2 306028 10284 ?Ss May06 12:34 /usr/lib/systemd/systemd-journald Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited http://www.tribalogic.net/ Open Source: Mageia

Re: [systemd-devel] LSB Requires-Start: ... $network ... vs network.service

2013-07-03 Thread Colin Guthrie
-- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited http://www.tribalogic.net/ Open Source: Mageia Contributor http://www.mageia.org/ PulseAudio Hacker http://www.pulseaudio.org/ Trac Hacker http://trac.edgewall.org

[systemd-devel] How is GDM supposed to register with systemd-logind? (aka udev 173 causes gnome fallback session)

2011-08-27 Thread Colin Guthrie
session required pam_tcb.so -session optional pam_systemd.so -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited [http://www.tribalogic.net/] Open Source: Mageia Contributor [http://www.mageia.org/] PulseAudio Hacker [http

Re: [systemd-devel] How is GDM supposed to register with systemd-logind? (aka udev 173 causes gnome fallback session)

2011-08-27 Thread Colin Guthrie
'Twas brillig, and Lennart Poettering at 27/08/11 13:53 did gyre and gimble: On Sat, 27.08.11 13:02, Colin Guthrie (gm...@colin.guthr.ie) wrote: Hi, I've run into a problem after the latest udev update. Is GDM just supposed to use only PAM config[1] to register with systemd-logind? If so

<    1   2   3   4   5   6   7   >