Re: [systemd-devel] Question about the systemd slice hierarchy

2025-07-01 Thread Matthew Chae
Hi Michal, Thank you for your reply. I can grasp the point. Please let me ask more questions if I think of any. Besides, I will fix the name of slice in the picture soon. BR-Matthew From: Michal Koutný Sent: Monday, June 30, 2025 1:45 PM To: Matthew Chae Cc

[systemd-devel] Question about the systemd slice hierarchy

2025-06-30 Thread Matthew Chae
ld be a use case for this kind of structure? Thanks, Matthew

Re: [systemd-devel] Making /run respect Container Memory Limits

2024-09-23 Thread Matthew Ife
> /run/ is only mounted by systemd if it is not pre-mounted already by > the container manager. We generally assume the container manager does > that (for example systemd-nspawn does it that way), already because > /run/host/ is the mechanism to pass outside info/resources into the > container in

[systemd-devel] Making /run respect Container Memory Limits

2024-09-21 Thread Matthew Ife
I have a question regarding a bug and (primarily philosophical) approach to take to fix the bug. Note, I'm not requesting the bug be fixed -- I'm happy to supply any patches, I am just keen to get some direction on the approach to take. So, the bug appears due to very early mount decisions made

Re: [systemd-devel] Unsubscribing doesn't work.

2023-03-22 Thread Matthew Hannigan
FWIW, I have to rescue a bunch of systemd messages from gmail spam folder, including znoteer's. Letting you know in case this is related. On Tue, 21 Mar 2023 at 21:26, Andrej Manduch wrote: > > Hi Zbyszek, > > In every e-mail from systemd-devel there is in header: > > >List-Unsubscribe: > >

[systemd-devel] systemd-networkd: multipath routes to LAN?

2021-03-14 Thread Matthew Berry
Hello, I'd like to create the following routes via systemd-networkd. I've read through the systemd.network manpage and located the MultiPathRoute= directive however the syntax in the manpage and also in the function config_parse_multipath_route strongly suggest it requires a gateway address. Altho

Re: [systemd-devel] Creating a roaming USB home area using homectl

2020-04-02 Thread Matthew Wardrop
rote: > On So, 08.03.20 22:07, Matthew Wardrop ([email protected]) wrote: > > > Greetings all, > > > > When I heard news of systemd-homed I was excited, since it was my > > understanding I'd be able to ferry only my external hard drive between > home > &g

[systemd-devel] Creating a roaming USB home area using homectl

2020-03-08 Thread Matthew Wardrop
Greetings all, When I heard news of systemd-homed I was excited, since it was my understanding I'd be able to ferry only my external hard drive between home and work during my bicycle commute, and be able to forget about user id issues/etc. I tried to set it up, but must be missing something. On

Re: [systemd-devel] RFC: luksSuspend support in sleep/sleep.c

2019-11-05 Thread Matthew Garrett
On Tue, Nov 5, 2019 at 8:33 AM Chris Murphy wrote: > > On Fri, Nov 1, 2019 at 2:31 PM Matthew Garrett wrote: > > > > The initrd already contains a UI stack in order to permit disk unlock > > at boot time, so this really doesn't seem like a problem? > > It'

Re: [systemd-devel] RFC: luksSuspend support in sleep/sleep.c

2019-11-01 Thread Matthew Garrett
On Thu, Oct 31, 2019 at 5:06 PM Lennart Poettering wrote: > Paging doesn't allow that really. It's always ugly. You'd have to have > your own UI stack in the initrd, i.e. basically have an alternative > root disk, that possesses the screen exclusively as long as the system > is up but not unlocked

Re: [systemd-devel] systemd and chroot()

2019-06-04 Thread Matthew Garrett
On Tue, Jun 4, 2019 at 9:42 AM Steve Dickson wrote: > AVC avc: denied { sys_chroot } for pid=2919 comm="rpc.mountd" > capability=18 scontext=system_u:system_r:nfsd_t:s0 > tcontext=system_u:system_r:nfsd_t:s0 tclass=capability permissive=0 This is an SELinux policy violation, nothing to do w

Re: [systemd-devel] Antw: Re: Antw: Re: Antw: Re: rdrand generated with march=winchip-c6 in systemd-241

2019-05-14 Thread Matthew Garrett
> The point I was trying to make was: "CPUID" and the model-specific registers > (thus the name) depend very much on the CPU being used. While the kernel makes > grat efforts to get things right, I wondered whether it's the best idea > whether > to repeat that effort in an application program. Co

Re: [systemd-devel] Environment-variable security?

2018-11-18 Thread Matthew Hannigan
Yes, sadly https://12factor.net/ has a lot of currency. The first time I read that config section I thought 1. it doesn't answer the question; how/where/when do those env vars get defined? 2. it's not secure Matt On Tue, 13 Nov 2018 at 21:20, Tomasz Torcz wrote: > On Wed, Nov 14, 2018 at 02:1

Re: [systemd-devel] How can I study systemd?

2018-05-06 Thread Matthew Hannigan
>> How can I porting the systemd to the embedded linux? > Many embedded Linux distros already contain support for systemd, it's probably best to ask those distros for details. There is this. Three years old but it may be useful: https://github.com/jdub/openwrt-systemd On 7 May 2018 at 03:55

Re: [systemd-devel] How can I study systemd?

2018-05-06 Thread Matthew Hannigan
In particular: "Rethinking pid 1" http://0pointer.de/blog/projects/systemd.html On 6 May 2018 at 17:25, Matthew Hannigan wrote: > > Try > https://www.freedesktop.org/wiki/Software/systemd/ > and all the articles at Lennart's blog > http://0pointer.net/blog/ >

Re: [systemd-devel] How can I study systemd?

2018-05-06 Thread Matthew Hannigan
Try https://www.freedesktop.org/wiki/Software/systemd/ and all the articles at Lennart's blog http://0pointer.net/blog/ Matt On 6 May 2018 at 16:44, www wrote: > Dear, > > I want to study the system, but I don’t know how to begin it. Who can give > me some advices to study sytemd? > > I searche

[systemd-devel] IPv6 using LTE Modem - Networkd configuration

2018-03-20 Thread Matthew Stanger
Hi, *Summary:*I'm trying to debug not being able to get an IPv6 DHCPv6 address when using systemd-networkd (v229 Ubuntu 16.04) with an LTE Modem. It'd be really great if someone could at least validate my config file below! matt@crash-override ~ $ cat /etc/systemd/network/10-usb.network [Match]

Re: [systemd-devel] Question: path-based deactivation or equivalent

2017-09-27 Thread Matthew Giassa
I've been considering the dbus API, as I arrived at a similar conclusion while researching this last night. The downside is that, since some services are provided to me in binary form only, I can't deploy it across all daemons.  In short, I'd be happy with just being able to send SIGTERM and SIG

Re: [systemd-devel] Question: path-based deactivation or equivalent

2017-09-27 Thread Matthew Giassa
* Matthew Giassa [2017-09-26 21:07:16 -0700]: I know there are workarounds for ExecStart for example, using /bin/bash to evaluate environment variables, but I think that special case only applies to ExecStart, ExecStartPre, and Executor, as they actually get executed rather than just

Re: [systemd-devel] Question: path-based deactivation or equivalent

2017-09-26 Thread Matthew Giassa
Additionally, does systemd support assigning an environment variable to an internal variable, ie: Environment=MYPIDFILE=/var/run/mine.pid PIDFILE=$MYPIDFILE I know there are workarounds for ExecStart for example, using /bin/bash to evaluate environment variables, but I think that special case o

[systemd-devel] Question: path-based deactivation or equivalent

2017-09-26 Thread matthew
I have a project where I'm adding some services to a Raspberry Pi 3, and have decided to go with systemd being (mostly) responsible for launching all of the services. All of the server processes use a common API to do some initial setup (argument parsing, init, etc), drop root permissions, and t

Re: [systemd-devel] network interface renaming via PCI ID w/ systemd-udevd

2015-11-12 Thread Matthew Hall
> > Lennart Again, this logic worked well when the level of dynamism was lower. But now the level of dynamism is higher and different principles should apply. You aren't thinking very much about how it will work for newer users. Matthew. __

Re: [systemd-devel] network interface renaming via PCI ID w/ systemd-udevd

2015-11-12 Thread Matthew Hall
ic namespace we're used to using for decades, is now *precisely* the one we're not supposed to use. And nobody provided a working example of the override file in the documentation... so then no new users experiencing the changes will have any good idea what to do to fix thin

Re: [systemd-devel] network interface renaming via PCI ID w/ systemd-udevd

2015-11-11 Thread Matthew Hall
d see in `udevadm monitor --env` or > `udevadm info /sys/class/net/eth0`. Thanks for these. It should help a lot in the future. Matthew. ___ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Re: [systemd-devel] network interface renaming via PCI ID w/ systemd-udevd

2015-11-11 Thread Matthew Hall
On Thu, Nov 12, 2015 at 12:40:04AM -0500, Matthew Hall wrote: > The process for adding an account on the FDO wiki is extremely confusing for > any non-expert users: > > http://wiki.freedesktop.org/sitewranglers/wiki/401/ > > There is no way anybody that isn't a crypto g

Re: [systemd-devel] network interface renaming via PCI ID w/ systemd-udevd

2015-11-11 Thread Matthew Hall
On Thu, Nov 12, 2015 at 12:12:55AM -0500, Matthew Hall wrote: > /etc/udev/rules.d/70-net-names.rules: > SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", SUBSYSTEM=="pci", > KERNELS==":00:1f.6", NAME="eth0" > SUBSYSTEM==&qu

[systemd-devel] network interface renaming via PCI ID w/ systemd-udevd

2015-11-11 Thread Matthew Hall
ifferent wrong order, which did not match the lspci order, did not match the default PCI naming order (obviously enough) and did not match the udev rules. During all of these I also kept checking journalctl -u systemd-udevd and /var/log, but I did not get any useful output there either. What do I need to do to get this right? Matthew. ___ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Re: [systemd-devel] How to provision a container after creation via a script

2015-06-23 Thread Matthew Karas
I have a few gigs - so it shouldn't be a problem. I'm using parallels 9. I will try manually when I have the time. On Tue, Jun 23, 2015 at 2:18 PM, Johannes Ernst wrote: > >> On Jun 23, 2015, at 7:45, Matthew Karas wrote: >> >> I am trying to configure a

[systemd-devel] How to provision a container after creation via a script

2015-06-23 Thread Matthew Karas
I am trying to configure a container after creation using machinectl but I'm coming up against problems in my implementation. If this isn't the correct way to set up a container after creation please let me know the right way. -My Implementation-- I'm running a bash loop installing mo

Re: [systemd-devel] Fedora 21 and systemd-nspawn

2015-06-15 Thread Matthew Karas
within 1s to kill container. Failed to create directory /srv/srv1//sys/fs/selinux: Read-only file system Failed to create directory /srv/srv1//sys/fs/selinux: Read-only file system On Mon, Jun 15, 2015 at 12:24 PM, Lennart Poettering wrote: > On Mon, 15.06.15 12:21, Matthew Karas (mkarasc...@gmail.

Re: [systemd-devel] Fedora 21 and systemd-nspawn

2015-06-15 Thread Matthew Karas
Here is my output https://gist.github.com/mkcybi/eae6a2a67c5dc864 -- Forwarded message -- From: Lennart Poettering Date: Mon, Jun 15, 2015 at 11:32 AM Subject: Re: [systemd-devel] Fedora 21 and systemd-nspawn To: Matthew Karas Cc: [email protected] On

[systemd-devel] Fedora 21 and systemd-nspawn

2015-06-15 Thread Matthew Karas
I'm trying to use systemd-nspawn but when I launch it and try to login as root - it still asks for a password and I can't seem to set one. The docs for fedora mentioned turning off auditing - which I've done. My cmd line says audit=0 at the end. $ cat /proc/cmdline BOOT_IMAGE=/vmlinuz-3.1

Re: [systemd-devel] Starting up service after my openvpn connection turns up

2015-06-02 Thread Matthew Karas
up the dropbear service without my special configs (as it starts dropbear.service). If I don't start dropbear.socket - my script errors out because port22 isn't a socket. On Mon, Jun 1, 2015 at 11:37 PM, Andrei Borzenkov wrote: > В Mon, 1 Jun 2015 16:36:38 -0400 > Matthew Karas пиш

[systemd-devel] Starting up service after my openvpn connection turns up

2015-06-01 Thread Matthew Karas
I am trying to start a dropbear service after my openvpn service starts up. --- [Unit] Description=SSH Per-Connection Server Wants=dropbearkey.service After=syslog.target dropbearkey.service [email protected] [email protected] ---

Re: [systemd-devel] [PATCH 1/3] rules: Enable runtime device power management on Intel HDA controllers

2015-04-19 Thread Matthew Garrett
On Sun, Apr 19, 2015 at 11:37:31PM +0200, Kay Sievers wrote: > On Sat, Apr 18, 2015 at 9:39 PM, Matthew Garrett wrote: > > 1) having this in udev makes it easier for users to alter the > > configuration - the kernel can then afford to be conservative until we > > enable pow

Re: [systemd-devel] [PATCH 1/3] rules: Enable runtime device power management on Intel HDA controllers

2015-04-18 Thread Matthew Garrett
ev, so people already expect to find it here. -- Matthew Garrett | [email protected] ___ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel

[systemd-devel] [PATCH 1/3] rules: Enable runtime device power management on Intel HDA controllers

2015-04-18 Thread Matthew Garrett
From: Matthew Garrett PCI power management seems to work fine on Intel HDA controllers, so let's turn that on. We can expand this to other vendors based on user feedback. --- Makefile.am | 3 ++- rules/90-hda-controller-pm.rules | 3 +++ 2 files changed, 5 insertions(

[systemd-devel] [PATCH 3/3] rules: Enable runtime power management on built-in USB Bluetooth controllers

2015-04-18 Thread Matthew Garrett
From: Matthew Garrett If a Bluetooth controller is built into the machine, it should be safe to enable runtime power management on it. Let's do so. --- Makefile.am | 3 ++- rules/90-usb-bluetooth-pm.rules | 8 2 files changed, 10 insertions(+), 1 deletion(-) c

[systemd-devel] [PATCH 2/3] rules: Enable runtime device power management on a subset of HDA codecs

2015-04-18 Thread Matthew Garrett
From: Matthew Garrett 4.1 ports HDA codec power management to the standard runtime PM framework, which means we have per-codec control over whether it's enabled or not. We've traditionally left this disabled because on some codecs enabling it causes popping noises on power transition

[systemd-devel] Enable runtime power management on more hardware

2015-04-18 Thread Matthew Garrett
Modern hardware is very sensitive to peripheral power management state. While the kernel supports runtime PM on a lot of hardware, it's mostly disabled by default due to the risk of it breaking a subset of devices. Let's turn it on on devices where we have reasonable confidence in it working, with

[systemd-devel] [PATCH] 42-usb-hid-pm.rules: Fix tests for removable state

2015-04-08 Thread Matthew Garrett
From: Matthew Garrett We only care about whether our direct parent is removable, not whether any further points up the tree are - the kernel will take care of policy for those itself. This enables autosuspend on devices where the root hub reports that its removable state is unknown. --- rules

Re: [systemd-devel] systemd headers missing and compiling failed

2014-05-13 Thread Matthew Monaco
On 05/13/2014 04:44 AM, [email protected] wrote: > hi all, > > i tried to compile some source code on archlinux (v 2014.05.01), but i got an > error: (header missing ?) > fatal error:*systemd/sd-event.h*: No such file or directory > #include > ^ > compilation terminated. > I get

Re: [systemd-devel] Cache passphrase for cryptsetup?

2014-04-20 Thread Matthew Monaco
On 04/19/2014 02:49 PM, Nikolaus Rath wrote: > Hello, > > I have several LUKS encrypted volumes that use the same > passphrase. Before switching to systemd, I have used the decrypt_keyctl > keyscript to cache the passphrase, so that I have to enter it only once. > > As far as I can tell, the syst

[systemd-devel] [PATCH] cryptsetup: copy value, not key for (rd.)luks.key

2014-04-19 Thread Matthew Monaco
--- Semi-shameless bump, but new email address would be preferred src/cryptsetup/cryptsetup-generator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cryptsetup/cryptsetup-generator.c b/src/cryptsetup/cryptsetup-generator.c index 75d56dd..f4eeb2a 100644 --- a/src/crypt

[systemd-devel] [PATCH] cryptsetup: copy value, not key for (rd.)luks.key

2014-04-05 Thread Matthew Monaco
From: Matthew Monaco --- Really? No one has used this? src/cryptsetup/cryptsetup-generator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cryptsetup/cryptsetup-generator.c b/src/cryptsetup/cryptsetup-generator.c index 75d56dd..f4eeb2a 100644 --- a/src/cryptsetup

Re: [systemd-devel] systemd-networkd and After=network.target

2014-04-02 Thread Matthew Monaco
On 04/02/2014 03:41 AM, Ivan Shapovalov wrote: > Hello all, > > I've noticed that systemd-networkd.service (ordered Before=network.target) > finishes its startup before the connection is established/failed. Because of > this, some networking daemons ordered After=network.target (like openvpn) ar

[systemd-devel] [RFC PATCH] networkd: add 'search' to resolv.conf

2014-03-29 Thread Matthew Monaco
From: Matthew Monaco --- man/systemd.network.xml | 6 ++ src/network/networkd-manager.c | 3 +++ src/network/networkd-network-gperf.gperf | 1 + src/network/networkd-network.c | 1 + src/network/networkd.h | 1 + 5 files changed, 12

[systemd-devel] [PATCH] pam_systemd: Ignore vtnr when seat != seat0

2014-01-24 Thread Matthew Monaco
From: Matthew Monaco logind considers it an error for a seat other than seat0 to have a non-zero vtnr for CreateSession --- This is what I've been using for the past 3 weeks. src/login/pam-module.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/src/login/pam-module.c b/src/

Re: [systemd-devel] Multiseat session creation fail, VT number not 0

2014-01-03 Thread Matthew Monaco
On 01/03/2014 07:51 AM, David Herrmann wrote: > Hi > > On Fri, Jan 3, 2014 at 3:24 PM, Matthew Monaco wrote: >> I was having trouble getting a session on seat1 with v208, so I moved to git >> which has a nicer error message than EINVAL: >> >> pam_systemd(lightdm:

[systemd-devel] Multiseat session creation fail, VT number not 0

2014-01-03 Thread Matthew Monaco
I was having trouble getting a session on seat1 with v208, so I moved to git which has a nicer error message than EINVAL: pam_systemd(lightdm:session): Asking logind to create session: uid=1000 pid=637 service=lightdm type=x11 class=user seat=seat1 vtnr=2 tty= display=:1 remote=no remote_user= rem

Re: [systemd-devel] [PATCH] Add support for Intel Rapid Start

2013-10-13 Thread Matthew Garrett
hibernation when the battery reaches a > + * critical level */ > +if (p[0] == '3' && p[1] == '\0') > +return true; That seems a little harsh - not all firmware exposes the settings for this. I think it's l

Re: [systemd-devel] [PATCH] Add support for Intel Rapid Start

2013-10-13 Thread Matthew Garrett
On Sun, Oct 13, 2013 at 10:09:28PM +0200, Bastien Nocera wrote: > On Sun, 2013-10-13 at 20:57 +0100, Matthew Garrett wrote: > > On Sun, Oct 13, 2013 at 09:50:59PM +0200, Bastien Nocera wrote: > > > > > +r = > > > read_one_line_file("/sys/bus/acpi

Re: [systemd-devel] dbus user services using the session bus

2013-04-03 Thread Matthew Monaco
On 04/03/2013 08:22 AM, Will Stephenson wrote: > I'm joining the flock of desktop people investigating using systemd to start a > desktop session. So far I've checked out user-session-units and have created > some more granular unit files that will do a native systemd start rather than > u-s-u's w

[systemd-devel] isolate and socket activation

2013-03-22 Thread Matthew Monaco
I noticed that when isolating a target that requires a .socket, the .service which the socket activates will be stopped. Is this intentional? I expected the service to be left alone (even in the weaker case that the socket wasn't already active). ___ syst

Re: [systemd-devel] Automatic multi-seat HP T100 zero client

2013-03-20 Thread Matthew Cox
ing the updated udl driver, and what kind of perf increase can be expected? The system is currently on 3.7.10. Matt Cox On Wed, Mar 20, 2013 at 4:13 PM, Lennart Poettering wrote: > On Wed, 20.03.13 21:35, poma ([email protected]) wrote: > >> >> On 20

Re: [systemd-devel] Automatic multi-seat HP T100 zero client

2013-03-20 Thread Matthew Cox
es not seem to have the multiseat-X-wrapper to force it (systemd version 195-13.11.1). On Wed, Mar 20, 2013 at 10:15 AM, Lennart Poettering wrote: > On Tue, 19.03.13 17:51, Matthew Cox ([email protected]) wrote: > >> I'm trying to get HP T100s to work for a multiseat configura

[systemd-devel] Automatic multi-seat HP T100 zero client

2013-03-19 Thread Matthew Cox
I'm trying to get HP T100s to work for a multiseat configuration. I was unable to find the hardware IDs in the database files and believe that may fix the issue. Currently maintained are the Plugable usb hwid's. One includes the DL-125 chipset, which is the same chipset the HP T100 uses. HP T100's

[systemd-devel] [PATCH v3] pam_systemd: new option for the session class

2012-12-24 Thread Matthew Monaco
From: Matthew Monaco --- man/pam_systemd.xml| 9 + src/login/pam-module.c | 12 ++-- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/man/pam_systemd.xml b/man/pam_systemd.xml index 2d2f191..600bfd7 100644 --- a/man/pam_systemd.xml +++ b/man/pam_systemd.xml

[systemd-devel] [PATCH v2] pam_systemd: new option for the session class

2012-12-20 Thread Matthew Monaco
From: Matthew Monaco --- man/pam_systemd.xml| 9 + src/login/pam-module.c | 12 ++-- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/man/pam_systemd.xml b/man/pam_systemd.xml index 2d2f191..5cf14b2 100644 --- a/man/pam_systemd.xml +++ b/man/pam_systemd.xml

Re: [systemd-devel] Supermicro X8ST3 KVM-over-IP keyboard doesn't work with the existing rule in 42-usb-hid-pm.rules

2012-12-06 Thread Matthew Garrett
On Thu, Dec 06, 2012 at 05:05:17PM +0100, Kay Sievers wrote: > Matthew, any idea? > Remove the rule? Sure. My suspicion is that this is fine with some firmware versions, but figuring out which is going to be a pain. Probably easiest to drop it. -- Matthew Garrett | [email protected]

[systemd-devel] [PATCH] pam_systemd: new option for the session class

2012-11-27 Thread Matthew Monaco
From: Matthew Monaco --- I don't see any reason why every DM (LightDM for me) needs code to support this. It looks to me like its safe to just point to the data in argv, let me know if it isn't. man/pam_systemd.xml| 9 + src/login/pam-module.c | 14 +++--

Re: [systemd-devel] WISHLIST: systemd git-like CLI/ui/command interface

2012-11-23 Thread Matthew Monaco
On 11/23/2012 02:27 AM, Henrik Grindal Bakken wrote: > Colin Guthrie writes: > >> I don't think this really applies here. The day-to-day commands are >> really systemctl, journalctl and loginctl (although the last one is >> likely not often used). > > I think it's a bit annoying that systemctl i

Re: [systemd-devel] cryptsetup: disk unlocking order

2012-10-28 Thread Matthew Monaco
On 10/28/2012 08:33 AM, Martin Blumenstingl wrote: > Hi, > > I switched to systemd yesterday as I was curious if/how it would work > out for me. > There is one really annoying thing so far: > > I have 3 hard disks listed in /etc/crypttab. > I have to enter a password for each one at boot time. >

Re: [systemd-devel] Questions on setting up a Truecrypt volume management service

2012-10-15 Thread Matthew Monaco
On 10/15/2012 04:42 AM, Jakob Hetzelein wrote: > Dear list, > > since there don't seem to be many people around worrying about the > interaction between *Truecrypt and systemd*, I recently encountered the > problem of incorporating the mounting of my home directory neatly into > systemd's start up

Re: [systemd-devel] Launching a unit in response to a D-Bus signal

2012-10-03 Thread Matthew Booth
On 01/10/12 23:53, Mirco Tischler wrote: 2012/10/2 Kok, Auke-jan H : On Mon, Oct 1, 2012 at 4:58 AM, Matthew Booth wrote: I have a requirement to restart squid whenever the VPN goes up or down[1]. Reading around, it seems that the way to do this would be in response to the relevant D-Bus

[systemd-devel] Launching a unit in response to a D-Bus signal

2012-10-01 Thread Matthew Booth
tarted. P.S. I'm not subscribed. -- Matthew Booth, RHCA, RHCSS Red Hat Engineering, Virtualisation Team GPG ID: D33C3490 GPG FPR: 3733 612D 2D05 5458 8A8A 1600 3441 EA19 D33C 3490 ___ systemd-devel mailing list [email protected] http://

Re: [systemd-devel] XDM and systemd --user

2012-09-28 Thread Matthew Monaco
On 09/28/2012 01:09 PM, Kok, Auke-jan H wrote: > On Fri, Sep 28, 2012 at 11:58 AM, Mantas Mikulėnas wrote: >> On Fri, Sep 28, 2012 at 9:47 PM, Kok, Auke-jan H >> wrote: >>> On Fri, Sep 28, 2012 at 4:23 AM, Peeters Simon >>> wrote: 2012/9/28 Peter Lemenkov : > Hello All! Hello

Re: [systemd-devel] XDM and systemd --user

2012-09-28 Thread Matthew Monaco
On 09/28/2012 05:54 AM, Peter Lemenkov wrote: > Hello All! > > 2012/9/28 Peeters Simon : >>> Second question - I've lost all /etc/profile stuff which was set up >>> somehow in the depths of Xorg-related script's swamp. I'd like to run >>> it (as well as some other shell scripts) and borrow its env

Re: [systemd-devel] [RFC] logind lid switch inhibitors

2012-09-18 Thread Matthew Monaco
On 09/18/2012 08:57 PM, Alexander E. Patrakov wrote: > David Herrmann wrote: >> I don't use any DEs but often close the lid while some background job >> is running (compiler or whatever). > > Do you do that while on battery? If not, then I'd say that a good idea would > be to suspend only if clo

Re: [systemd-devel] Journald Scalability

2012-09-10 Thread Matthew Monaco
On 09/10/2012 02:24 PM, Lennart Poettering wrote: > On Mon, 10.09.12 15:56, Roland Schatz ([email protected]) wrote: > >> On 10.09.2012 09:57, Lennart Poettering wrote: >>> Well, I am not aware of anybody having done measurements recently >>> about this. But I am not aware of anybody r

Re: [systemd-devel] [PATCH] cryptsetup: add keyfile-offset= support

2012-07-09 Thread Matthew Monaco
On 07/09/2012 10:51 AM, Lennart Poettering wrote: > On Fri, 29.06.12 13:40, Tom Gundersen ([email protected]) wrote: > >> This is useful if your keyfile is a block device, and you want to >> use a specific part of it, such as an area between the MBR and the >> first partition. >> >> This feature is doc

[systemd-devel] [PATCH] cryptsetup: support discards (TRIM)

2012-05-19 Thread Matthew Monaco
From: Matthew Monaco --- src/cryptsetup/cryptsetup.c |6 ++ 1 file changed, 6 insertions(+) diff --git a/src/cryptsetup/cryptsetup.c b/src/cryptsetup/cryptsetup.c index 6d4e965..b26fcca 100644 --- a/src/cryptsetup/cryptsetup.c +++ b/src/cryptsetup/cryptsetup.c @@ -41,6 +41,7 @@ static

Re: [systemd-devel] yum-updateonboot with Systemd

2011-07-21 Thread Matthew Miller
ough, regardless how "movable" > your machine is. What "as well as possible" might be is a matter of policy. In many cases, "please wait until the network is fixed, then continue" is absolutely the best reaction. -- Matthew Miller [email protected]

Re: [systemd-devel] yum-updateonboot with Systemd

2011-07-21 Thread Matthew Miller
summer. When it comes back on, you don't want it to be instantly rooted with the big exploit that was patched in July but not yet applied on this system since it was off. Ideally, you do what you're suggesting, but you also want to cover the other side too. -- Matthew Miller

Re: [systemd-devel] yum-updateonboot with Systemd

2011-07-21 Thread Matthew Miller
rather than trying to shoehorn it in to the general startup. In fact, to be safe, I can imagine a startup procedure where sysupdates.target is the boot default, and when that completes it switches to multiuser.target (via isolate, or even via kexec if a new kernel is requi

Re: [systemd-devel] yum-updateonboot with Systemd

2011-07-20 Thread Matthew Miller
service starts earlier but can be restarted with the updated version before it is actually accessible, that is fine.) Is this possible with systemd? -- Matthew Miller [email protected] <http://mattdm.org/> ___ s

Re: [systemd-devel] systemd - move /selinux to /sys/fs/selinux - maybe remove /srv ?

2011-04-28 Thread Matthew Miller
ence of this directory besides FHS conformance? Yes. It's where to put non-transient service data that does not belong to a user, and does not belong to a package. -- Matthew Miller Senior Systems Architect -- Instructional & Research Computing Services Harva

Re: [systemd-devel] /usr on separate file system

2011-03-03 Thread Matthew Miller
ut. Basically all you are doing is asking for people to yell at you. :) -- Matthew Miller [email protected] <http://mattdm.org/> ___ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Re: [systemd-devel] rc-local.service ordering

2011-03-01 Thread Matthew Miller
dmins who want to start something in a kludgy get-it-going-on boot way *exactly* want to avoid thinking about ordering. That's what rc.local is *for*. -- Matthew Miller [email protected] <http://mattdm.org/> ___ system

Re: [systemd-devel] /usr on separate file system

2011-02-25 Thread Matthew Miller
draw a line in the sand and make that declaration, it should be officially said somewhere. -- Matthew Miller [email protected] <http://mattdm.org/> ___ systemd-devel mailing list [email protected] http://list

Re: [systemd-devel] /usr on separate file system

2011-02-25 Thread Matthew Miller
packages may or may not also entail changes to /etc, of course.) -- Matthew Miller [email protected] <http://mattdm.org/> ___ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Re: [systemd-devel] /usr on separate file system

2011-02-25 Thread Matthew Miller
gt; this change... https://bugzilla.redhat.com/show_bug.cgi?id=644868 This was fixed, and since then it seems to have been working fine on my test system with this configuration. -- Matthew Miller [email protected] <http://mattdm.org/>

Re: [systemd-devel] /usr on separate file system

2011-02-25 Thread Matthew Miller
or the Fedora 15 release notes? -- Matthew Miller [email protected] <http://mattdm.org/> ___ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Re: [systemd-devel] bootup event sounds

2011-02-09 Thread Matthew Miller
el - Messiah - Hallelujah Chorus -- Matthew Miller [email protected] <http://mattdm.org/> ___ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Re: [systemd-devel] Services enabled by default?

2010-09-20 Thread Matthew Miller
ch is useful for other non-system-level tasks as well. -- Matthew Miller Senior Systems Architect -- Instructional & Research Computing Services Harvard School of Engineering & Applied Sciences ___ systemd-devel mailing list systemd-devel@li

Re: [systemd-devel] Services enabled by default?

2010-09-20 Thread Matthew Miller
On Mon, Sep 20, 2010 at 10:13:20AM -0300, Gustavo Sverzut Barbieri wrote: > Maybe integrate it into systemd? It's one single .c file as far as I > could check. What's the advantage of making this monolithic? -- Matthew Miller [email protected] &l

Re: [systemd-devel] Services enabled by default?

2010-09-20 Thread Matthew Miller
ter every installation of > systemd :-/ Or, conversely, why not enable 12 by default? > - should we provide a "clean /tmp" service? At boot, or scheduled? -- Matthew Miller [email protected] <http://mattdm.org/> __

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

2010-09-13 Thread Matthew Miller
for this exact reason. :) Unfortunately, there are some technical hurdles to doing that. So for now, if you could tag and fire off both builds, it'd help increase the testing of new systemd builds. -- Matthew Miller [email protected] <http://mattdm.org/> __

Re: Running a systemd-based Gentoo system

2010-09-08 Thread Matthew Miller
On Wed, Sep 08, 2010 at 08:28:09AM -0500, Jack Byer wrote: > If you mean "no, there are no plans to support that" then please just say so > plainly. The two examples you've listed are supported already. -- Matthew Miller [email protected]

Re: [systemd-devel] bash autocompletion

2010-09-04 Thread Matthew Miller
odo list but I haven't gotten to it yet. -- Matthew Miller [email protected] <http://mattdm.org/> ___ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Re: [systemd-devel] hello (and, a documentation patch)

2010-09-02 Thread Matthew Miller
solate show $t|grep -q 'yes' && echo $t ; done but that's way more awk than should be necessary. And as I understand it, --all still won't list everything. -- Matthew Miller [email protected] <http://mattdm.org/> _

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

2010-09-02 Thread Matthew Miller
e got no problem doing it myself for my own system, but it seems good in general. -- Matthew Miller [email protected] <http://mattdm.org/> ___ systemd-devel mailing list [email protected] http://lists.freedeskt

[systemd-devel] hello (and, a documentation patch)

2010-08-31 Thread Matthew Miller
7;ve got a suggested patch to expand the documentation a bit, hopefully making it more clear to new systemd users. Is there an easy way to list all units where AllowIsolate is enabled? That should be included alongside this, I think. -- Matthew Miller [email protected] <http://mattdm