Re: [systemd-devel] Bug in systemd? Running X without a display manager

2012-08-27 Thread Mike Kazantsev
to be unnecessary if just startx works, and OP seemed to be logging into a text vt explicitly anyway, so I can assume gdm does something more (PAM-wise?) than login(1) does? -- Mike Kazantsev // fraggod.net signature.asc Description: PGP signature

Re: [systemd-devel] Virtual dependencies

2012-08-21 Thread Mike Kazantsev
way that this should be handled. Thanks Dave -- Mike Kazantsev // fraggod.net signature.asc Description: PGP signature ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd

Re: [systemd-devel] Newbie systemd-related question - how to run a service w/o anything but network?

2012-08-16 Thread Mike Kazantsev
erlang daemon has Require=epmd.service, the only way to create it is by starting erlang stuff and epmd from some user session, which is also a way to break pretty much every other daemon which can only have one instance (e.g. starting mysqld by hand will break mysqld.service). -- Mike Kazantsev

Re: [systemd-devel] How to handle loop mounts?

2012-08-08 Thread Mike Kazantsev
complicated than that (haven't tested crypttab, but you seem to imply that above doesn't work as well)? -- Mike Kazantsev // fraggod.net ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo

Re: [systemd-devel] Jobs dropped to readily (predm/start dropped as a dep while deleting plymouth-quit/stop)

2012-04-10 Thread Mike Kazantsev
where that randomness comes from. 2. If started out of order, lot of daemons may find relevant paths being empty and start to initialize them, causing long-term damage to the system. -- Mike Kazantsev // fraggod.net ___ systemd-devel mailing list

Re: [systemd-devel] pam_systemd.so and su

2012-03-19 Thread Mike Kazantsev
either logind or pam_systemd that does the killing, while in fact it was totally unrelated to kill-switches in both of them (more details can be found here: http://goo.gl/S5ZLO). -- Mike Kazantsev // fraggod.net signature.asc Description: PGP signature

Re: [systemd-devel] pam_systemd.so and su

2012-03-19 Thread Mike Kazantsev
...@gmail.com wrote: On Mon, Mar 19, 2012 at 2:20 AM, Mike Kazantsev mk.frag...@gmail.com wrote: On Sun, 18 Mar 2012 18:26:53 -0600 Canek Peláez Valdés can...@gmail.com wrote: On Sun, Mar 18, 2012 at 5:43 PM, Kok, Auke-jan H auke-jan.h@intel.com wrote: On Sun, Mar 18, 2012 at 3:08 PM, Canek

Re: [systemd-devel] What unit file should I depend on?

2012-02-01 Thread Mike Kazantsev
until my own unit is done mounting filesystems, Then you need Before=local-fs.target, not After=local-fs.target. - I don't want my unit file to execute before the late block device initialization is done, Catch my drift? -- Mike Kazantsev // fraggod.net signature.asc Description

[systemd-devel] [PATCH] logind: add sys_tty_config capability, to let it use VT_ACTIVATE ioctl on activate action

2012-01-25 Thread Mike Kazantsev
1e9da2f9ba2e996987eb6e7b8810efe2b933d2de Mon Sep 17 00:00:00 2001 From: Mike Kazantsev mk.frag...@gmail.com Date: Wed, 25 Jan 2012 21:09:03 +0600 Subject: [PATCH] logind: add sys_tty_config capability, to let it use VT_ACTIVATE ioctl on activate action --- units/systemd-logind.service.in |2 +- 1 files changed, 1

[systemd-devel] [PATCH] build-sys: add creation of /var/lib/systemd path, used by logind

2012-01-25 Thread Mike Kazantsev
Sep 17 00:00:00 2001 From: Mike Kazantsev mk.frag...@gmail.com Date: Wed, 25 Jan 2012 21:24:02 +0600 Subject: [PATCH] build-sys: add creation of /var/lib/systemd path, used by logind --- Makefile.am |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am

Re: [systemd-devel] [PATCH] build-sys: add creation of /var/lib/systemd path, used by logind

2012-01-25 Thread Mike Kazantsev
On Wed, 25 Jan 2012 16:43:35 +0100 Kay Sievers kay.siev...@vrfy.org wrote: On Wed, Jan 25, 2012 at 16:33, Mike Kazantsev mk.frag...@gmail.com wrote: ... Not sure if it has to be abstracted via localstatedir or something, but since it's hard-coded in logind anyway, I thought not to bother

Re: [systemd-devel] User services

2012-01-23 Thread Mike Kazantsev
On Mon, 23 Jan 2012 12:22:46 -0200 Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Mon, Jan 23, 2012 at 11:51 AM, Mike Kazantsev mk.frag...@gmail.com wrote: On Mon, 23 Jan 2012 09:16:52 +0100 Christian Hesse l...@eworm.de wrote: Hello everybody, I think systemd caring

Re: [systemd-devel] Considering fuse+sshfs mounts as network

2012-01-11 Thread Mike Kazantsev
. -- Mike Kazantsev // fraggod.net ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Re: [systemd-devel] [HEADS-UP] systemd and Storage Daemons for the Root File System

2012-01-11 Thread Mike Kazantsev
, if it was rejected... Col -- Mike Kazantsev // fraggod.net ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Re: [systemd-devel] Unit failed to load: Cannot allocate memory.

2011-08-24 Thread Mike Kazantsev
On Tue, 23 Aug 2011 18:11:40 +0200 Lennart Poettering lenn...@poettering.net wrote: On Sat, 20.08.11 15:21, Mike Kazantsev (mk.frag...@gmail.com) wrote: On Thu, 18 Aug 2011 16:20:20 +0200 Lennart Poettering lenn...@poettering.net wrote: On Tue, 09.08.11 07:02, Mike Kazantsev (mk.frag

Re: [systemd-devel] Unit failed to load: Cannot allocate memory.

2011-08-20 Thread Mike Kazantsev
On Thu, 18 Aug 2011 16:20:20 +0200 Lennart Poettering lenn...@poettering.net wrote: On Tue, 09.08.11 07:02, Mike Kazantsev (mk.frag...@gmail.com) wrote: Good day, Updating to systemd-33 (with include missing.h patch) seem to give me the following errors on boot: [ 27.024525

Re: [systemd-devel] what dependencies does systemd itself have on underlying system?

2011-08-20 Thread Mike Kazantsev
systemd.log_level=debug systemd.log_target=kmsg there (see systemd(1) and kernel Documentation on cmdline parameters). -- Mike Kazantsev // fraggod.net signature.asc Description: PGP signature ___ systemd-devel mailing list systemd-devel

[systemd-devel] Unit failed to load: Cannot allocate memory.

2011-08-08 Thread Mike Kazantsev
= KillSignal= WorkingDirectory= etc. Guess I can reboot the machine a few more times to try to debug the problem further, but aside from systemd behavior on daemon-reload I don't really know where to look, any advice is appreciated. -- Mike Kazantsev // fraggod.net signature.asc Description

Re: [systemd-devel] root directory permissions vs OpenSSH chroot

2011-06-05 Thread Mike Kazantsev
/ Is this something that systemd can control or fix when it starts? It seems to be defaulting to 0775 on my Fedora 15 system. Why do you need systemd there? Can't you fix mode of that single path by issuing one-time chmod command? Regards Albert -- Mike Kazantsev // fraggod.net

Re: [systemd-devel] Managing autogenerated services

2011-06-01 Thread Mike Kazantsev
or requirements there. in case of cryptsetup - since my initrd (dracut) already opens the encrypted storage the autogenerated systemd cryptsetup service keeps timing out. How do i disable a service that's automatically generated by one of systemd helpers? -- Mike Kazantsev // fraggod.net

Re: [systemd-devel] Managing autogenerated services

2011-06-01 Thread Mike Kazantsev
or requirements there. in case of cryptsetup - since my initrd (dracut) already opens the encrypted storage the autogenerated systemd cryptsetup service keeps timing out. How do i disable a service that's automatically generated by one of systemd helpers? -- Mike Kazantsev // fraggod.net signature.asc

Re: [systemd-devel] Managing autogenerated services

2011-06-01 Thread Mike Kazantsev
or it's rules there). might be worth posting in another thread. 2011/6/1 Mike Kazantsev mk.frag...@gmail.com: On Wed, 1 Jun 2011 15:36:55 +0200 yoshi watanabe yoshi...@gmail.com wrote: Hi all I'd like to know how can one manage services that are being auto generated (e.g. mount points

Re: [systemd-devel] Inactive/dead services that are enabled are indistinguishable from unused or oneshot services

2011-03-18 Thread Mike Kazantsev
On Thu, 17 Mar 2011 22:48:36 +0100 Lennart Poettering lenn...@poettering.net wrote: On Thu, 17.03.11 10:20, Mike Kazantsev (mk.frag...@gmail.com) wrote: On Thu, 17 Mar 2011 01:39:19 +0100 Lennart Poettering lenn...@poettering.net wrote: Experiencing several reboots on a machine

Re: [systemd-devel] Inactive/dead services that are enabled are indistinguishable from unused or oneshot services

2011-03-18 Thread Mike Kazantsev
(and saving) not just running but also enabled/masked services. It looks way out of scope of systemctl, too, and more in the realm of systemd-query tool, maybe developed separately, as it sounds more like a separate systemd-monitoring solution at this point ;) -- Mike Kazantsev // fraggod.net

Re: [systemd-devel] Special targets - should they Want or be WantedBy?

2011-03-18 Thread Mike Kazantsev
On Fri, 18 Mar 2011 14:11:47 +0300 Andrey Borzenkov arvidj...@mail.ru wrote: On Fri, Mar 18, 2011 at 8:31 AM, Mike Kazantsev mk.frag...@gmail.com wrote: That'd make all the systems with currently enabled services in network.target.wants misconfigured - network should fail on these unless

Re: [systemd-devel] Inactive/dead services that are enabled are indistinguishable from unused or oneshot services

2011-03-17 Thread Mike Kazantsev
On Thu, 17 Mar 2011 09:52:21 +0300 Andrey Borzenkov arvidj...@mail.ru wrote: On Thu, Feb 24, 2011 at 11:55 AM, Mike Kazantsev mk.frag...@gmail.com wrote: Something like systemctl --enabled would certainly be much more useful for such cases than the current systemctl --all, yet

Re: [systemd-devel] Special targets - should they Want or be WantedBy?

2011-03-17 Thread Mike Kazantsev
On Thu, 17 Mar 2011 14:32:26 +0300 Andrey Borzenkov arvidj...@mail.ru wrote: On Thu, Mar 17, 2011 at 1:59 PM, Mike Kazantsev mk.frag...@gmail.com wrote: On Thu, 17 Mar 2011 12:41:34 +0300 Andrey Borzenkov arvidj...@mail.ru wrote: On Thu, Mar 17, 2011 at 11:06 AM, Mike Kazantsev mk.frag

Re: [systemd-devel] Special targets - should they Want or be WantedBy?

2011-03-17 Thread Mike Kazantsev
- network should fail on these unless something Requires= (or Wants=) network.target explicitly (which was marked as a wrong way to depend on network), so I think maybe some larger announcement for packagers is in order as well, to leave less broken systems and angry users as a result ;) -- Mike

Re: [systemd-devel] Inactive/dead services that are enabled are indistinguishable from unused or oneshot services

2011-03-16 Thread Mike Kazantsev
On Thu, 17 Mar 2011 01:39:19 +0100 Lennart Poettering lenn...@poettering.net wrote: On Thu, 24.02.11 13:55, Mike Kazantsev (mk.frag...@gmail.com) wrote: Something like systemctl --enabled would certainly be much more useful for such cases than the current systemctl --all, yet

Re: [systemd-devel] [PACKAGERS] rsyslog and systemd

2011-03-11 Thread Mike Kazantsev
On Fri, 11 Mar 2011 16:55:28 +0100 Lennart Poettering lenn...@poettering.net wrote: On Fri, 11.03.11 09:15, Mike Kazantsev (mk.frag...@gmail.com) wrote: On Mon, 7 Mar 2011 23:49:45 +0100 Lennart Poettering lenn...@poettering.net wrote: Heya, in the past weeks a couple of folks

Re: [systemd-devel] systemd-logger and external syslog daemon

2011-03-11 Thread Mike Kazantsev
On Fri, 11 Mar 2011 17:01:46 +0100 Lennart Poettering lenn...@poettering.net wrote: On Fri, 11.03.11 08:49, Mike Kazantsev (mk.frag...@gmail.com) wrote: Hmm, that is borked. We do provider proper error levels when we write things to kmsg. This must get lost later on. But we do strip

Re: [systemd-devel] systemd-logger and external syslog daemon

2011-03-10 Thread Mike Kazantsev
On Thu, 10 Mar 2011 22:01:39 +0100 Lennart Poettering lenn...@poettering.net wrote: On Wed, 23.02.11 12:48, Mike Kazantsev (mk.frag...@gmail.com) wrote: Good day, I've recently deployed systemd on a machine that uses some syslog monitoring software and the software went nuts

Re: [systemd-devel] [PACKAGERS] Packaging systemd = 20

2011-03-04 Thread Mike Kazantsev
- /etc/machine-id is actually a prerequisite. systemd-machine-id-setup seem to initialize /etc/machine-id from dbus id, thus contents of these files are equal, whether you symlink them or not. -- Mike Kazantsev // fraggod.net ___ systemd-devel

[systemd-devel] Inactive/dead services that are enabled are indistinguishable from unused or oneshot services

2011-02-24 Thread Mike Kazantsev
be useful, so I'd appreciate any feedback on that. -- Mike Kazantsev // fraggod.net ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel

[systemd-devel] [PATCH] man: fixed typo in SyslogIdentifier=

2011-02-18 Thread Mike Kazantsev
listitemparaSets the process name to prefix log lines sent to syslog or the kernel log buffer with. If not set -- 1.7.4.1 -- Mike Kazantsev // fraggod.net ___ systemd-devel mailing list systemd

Re: [systemd-devel] several Conditions (AND or OR)

2011-02-07 Thread Mike Kazantsev
is true. How chenge (Condition1 || Condition2) to (Condition1 Condition2) You can create two units, depending on each other, for AND case. -- Mike Kazantsev // fraggod.net ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http

Re: [systemd-devel] BTRFS bug with parallel mounts?

2010-11-13 Thread Mike Kazantsev
On Thu, 11 Nov 2010 06:53:31 -0200 Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Thursday, November 11, 2010, Mike Kazantsev mk.frag...@gmail.com wrote: I thought about reporting the issue when I've encountered it, but been a bit busy adapting the system for systemd, so

Re: [systemd-devel] BTRFS bug with parallel mounts?

2010-11-10 Thread Mike Kazantsev
rsync it from a real machine) and report the setup to btrfs maintainers in a few days. Thanks for reminder! ;) -- Mike Kazantsev // fraggod.net signature.asc Description: PGP signature ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org