Re: [systemd-devel] EXT :Re: Antw: [EXT] Udev Regex

2020-05-06 Thread Boyce, Kevin P [US] (AS)
So therefore udev should be able to make use of extended globbing...? -Original Message- From: Andrei Borzenkov Sent: Wednesday, May 06, 2020 9:49 AM To: Lennart Poettering Cc: Boyce, Kevin P [US] (AS) ; systemd-devel@lists.freedesktop.org Subject: EXT :Re: [systemd-devel] Antw: [EXT

Re: [systemd-devel] EXT :Antw: [EXT] Udev Regex

2020-05-06 Thread Boyce, Kevin P [US] (AS)
- From: Ulrich Windl Sent: Wednesday, May 06, 2020 8:41 AM To: systemd-devel@lists.freedesktop.org; Boyce, Kevin P [US] (AS) Subject: EXT :Antw: [EXT] [systemd-devel] Udev Regex >>> "Boyce, Kevin P [US] (AS)" schrieb am >>> 06.0

[systemd-devel] Udev Regex

2020-05-06 Thread Boyce, Kevin P [US] (AS)
Good Morning List, Does anyone know how complicated of a regular expression can be utilized in a udev rule? For instance I have a system with a lot of drives (sda through z aren't enough) and I want to write a rule that will match the physical block devices for one rule and then a separate

Re: [systemd-devel] EXT :Re: Systemd udev add tag for boot device

2020-01-16 Thread Boyce, Kevin P [US] (AS)
doesn't fire. Could someone explain why? According to the man pages, I think this should work. Kind Regards, Kevin -Original Message- From: Lennart Poettering Sent: Monday, January 13, 2020 10:54 AM To: Boyce, Kevin P [US] (AS) Cc: systemd-devel@lists.freedesktop.org Subject: Re: EXT

[systemd-devel] Systemd udev add tag for boot device

2019-12-06 Thread Boyce, Kevin P [US] (AS)
Good Morning List, Does anyone know of a good way to use udev to set a TAG property on every partition of a disk that was used to boot the system? In other words, I want a udev rule that adds a TAG to every partition on the same disk /boot was found on containing the running kernel and

[systemd-devel] systemd startup

2019-11-22 Thread Boyce, Kevin P [US] (AS)
Good Morning list, Does anyone know if there is a way to print out as much of the startup ordering of all systemd units including what happens in the initramfs before the pivot_root happens? I just want to be able to grep the output for two units I am interested in to know that one is indeed

Re: [systemd-devel] EXT :Re: How does the mount process of systemd-homed work?

2019-09-27 Thread Boyce, Kevin P [US] (AS)
OK Thanks for clarifying. -Original Message- From: Lennart Poettering Sent: Friday, September 27, 2019 8:36 AM To: Boyce, Kevin P [US] (AS) Cc: Jörg Kastning ; systemd-devel@lists.freedesktop.org Subject: Re: EXT :Re: [systemd-devel] How does the mount process of systemd-homed work

Re: [systemd-devel] EXT :Re: How does the mount process of systemd-homed work?

2019-09-27 Thread Boyce, Kevin P [US] (AS)
Just curious how this works with automount and instances where the user's home directory location has to be looked via an ldap query, resolved, and nfs mounted. Is systemd-homed meant to replace automount's function, or is it only for users have locally encrypted home directories with LUKS?

Re: [systemd-devel] EXT :Re: Deferring start of service until file exists

2019-08-20 Thread Boyce, Kevin P [US] (AS)
If this gets figured out, I would love to know how to do it as well. Basically what you are looking for is some sort of a flag that until created by some process prevents systemd from starting other processes until this one very special process you have written completes and flips the flag to

Re: [systemd-devel] EXT :Re: Disk Label Handling

2019-07-26 Thread Boyce, Kevin P [US] (AS)
ering Sent: Friday, July 26, 2019 9:24 AM To: Boyce, Kevin P [US] (AS) Cc: systemd-devel@lists.freedesktop.org Subject: EXT :Re: [systemd-devel] Disk Label Handling On Fr, 26.07.19 13:18, Boyce, Kevin P [US] (AS) (kevin.bo...@ngc.com) wrote: > Good morning list! > > How is udev supp

[systemd-devel] Disk Label Handling

2019-07-26 Thread Boyce, Kevin P [US] (AS)
Good morning list! How is udev supposed to handle the creation of /dev/disk/by-label/ symlinks when there are more than one filesystems detected with the same label, such as DATA. In the past I remember udev linking these subsequently detected filesystems as DATA_1, DATA_2, etc. Yet with

Re: [systemd-devel] EXT : Startup single step

2019-07-02 Thread Boyce, Kevin P [US] (AS)
There's supposed to be a confirm.spawn option, but I've never seen it work. -Original Message- From: systemd-devel On Behalf Of Jay Burger Sent: Tuesday, July 02, 2019 1:31 PM To: systemd-devel@lists.freedesktop.org Subject: EXT :[systemd-devel] Startup single step Hi, I am curious if

Re: [systemd-devel] EXT :Re: Systemd dependencies

2018-12-11 Thread Boyce, Kevin P [US] (AS)
I did look at it once upon a time, but if my memory is correct it calls a binary file for firstboot. Kevin -Original Message- From: Lennart Poettering Sent: Tuesday, December 11, 2018 4:47 AM To: Boyce, Kevin P [US] (AS) Cc: systemd-devel@lists.freedesktop.org Subject: EXT :Re

Re: [systemd-devel] EXT :Re: Systemd dependencies

2018-12-10 Thread Boyce, Kevin P [US] (AS)
to unlock encrypted volumes. Kevin -Original Message- From: systemd-devel On Behalf Of Reindl Harald Sent: Monday, December 10, 2018 3:42 PM To: systemd-devel@lists.freedesktop.org Subject: EXT :Re: [systemd-devel] Systemd dependencies Am 10.12.18 um 21:26 schrieb Boyce, Kevin P [US

[systemd-devel] Systemd dependencies

2018-12-10 Thread Boyce, Kevin P [US] (AS)
I seem to be struggling with what should be a very basic operation. I've seen similar questions posted to the list here and none of them are really adequate. I'm trying to prompt the user to ask a question as the system is coming up (so the system can configure it's network and other things

[systemd-devel] Service to pause startup and wait for user input

2018-01-25 Thread Boyce, Kevin P [US] (AS)
Good Afternoon List, Does anyone know if there is a way to create a service unit that pauses early on in the boot sequence and asks the user a question? A reply would be required via keyboard. Thanks, Kevin ___ systemd-devel mailing list

Re: [systemd-devel] EXT :Re: EXT :Re: systemctl start second.service first.service

2018-01-15 Thread Boyce, Kevin P [US] (AS)
> come on and solve the call below that way while at boot and shutdown they all > get started/stoppe din right order automatically! You sure do have a funny way of asking for help! Not saying you're wrong, just probably not the most productive way to get the result you want from people. Kevin

Re: [systemd-devel] EXT :Re: systemctl start second.service first.service

2018-01-15 Thread Boyce, Kevin P [US] (AS)
> you can't Require mysql because it's wrong when postgresql is used you can't > Require postgresql because it's wrong when mysql is used Why wouldn't the mysql/postgres/mariadb packager have a section as follows: [Install] Alias=database.service Then you could have other services reference the

[systemd-devel] Systemd startup question

2018-01-10 Thread Boyce, Kevin P [US] (AS)
Good Afternoon list, I am having a problem with my systemd service file and I think I now understand the problem. I'll describe below, but I'm hoping there is a way around it which someone may be able to illuminate me on. I am developing an rpm package with software which gets installed under

[systemd-devel] Environment File Question

2017-12-18 Thread Boyce, Kevin P [US] (AS)
Good Day List, This may be a noob question but I'm trying to understand how systemd works with environment variables for system services in one place. Reading various sites and systemd documentation only seems to be confusing me at this point. When I set in /etc/systemd/system.conf

[systemd-devel] Nested systemd

2017-12-11 Thread Boyce, Kevin P [US] (AS)
Good Afternoon List, Does anyone know if it is possible to have two instances of system running at a time? For instance I have an application that has a very complicated set of startup procedures. It runs on linux. I was considering using an instance of systemd with some custom unit files

[systemd-devel] Nested systemd

2017-12-11 Thread Boyce, Kevin P [US] (AS)
Good Afternoon List, I have a question regarding the use of systemd. I would like to know if it is possible to have two instances of system running at a time? For instance I have an application that has a very complicated set of startup procedures. It runs on linux. I was considering using