Re: [systemd-devel] How to lock two instances of a templated service against each other

2025-07-30 Thread Marc Haber
Hi, On Wed, Jul 30, 2025 at 08:28:34PM +0100, Barry Scott wrote: On 30 Jul 2025, at 09:00, Marc Haber wrote: I find the entire Before/After and Wants/Requires incredibly powerful but also hard to grasp. I am not a newbie to systemd but this is something that I have not fully understood yet

Re: [systemd-devel] How to lock two instances of a templated service against each other

2025-07-30 Thread Marc Haber
Hi, On Wed, Jul 30, 2025 at 07:31:56AM +0300, Andrei Borzenkov wrote: 29.07.2025 11:30, Marc Haber wrote: Hi, I have a template service unit which runs a oneshot service that generates both high CPU and high I/O load for a couple of minutes. The service is templated a couple of times and runs

Re: [systemd-devel] How to lock two instances of a templated service against each other

2025-07-29 Thread Marc Haber
le or can a service assign itself to a slice from its own unit? Greetings Marc -- - Marc Haber | "I don't trust Computers. They | Mailadresse im Header Leimen, Germany| lose things."Winona R

Re: [systemd-devel] How to lock two instances of a templated service against each other

2025-07-29 Thread Marc Haber
On Tue, Jul 29, 2025 at 10:20:31AM +0100, Barry Scott wrote: Is it possible to use After= or Before= in template services to order them? Wouldnt that make them just start all at once? Greetings Marc -- - Marc Haber

[systemd-devel] How to lock two instances of a templated service against each other

2025-07-29 Thread Marc Haber
e other is already running would be a bug. The solution one finds on the net is to use flock(1) in the ExecStart* options, often making wrapper scripts necessary. I find this clumsy and un-systemd-like and would not like to do that. Does systemd offer a better solution for this? Gree

Re: [systemd-devel] Generators, Targets and Stater Units - I am holding it wrong?

2025-06-23 Thread Marc Haber
Hi Lennart, thank you for trying to help. tl;dr setting the symlinks accomplishes the intended behavior. On Mon, Jun 23, 2025 at 01:27:24PM +0200, Lennart Poettering wrote: On So, 22.06.25 22:30, Marc Haber ([email protected]) wrote: I am not sure I follow. What are you trying to

Re: [systemd-devel] Generators, Targets and Stater Units - I am holding it wrong?

2025-06-23 Thread Marc Haber
On Mon, Jun 23, 2025 at 09:34:34AM +0300, Andrei Borzenkov wrote: 23.06.2025 09:28, Marc Haber wrote: On Mon, Jun 23, 2025 at 09:16:58AM +0300, Andrei Borzenkov wrote: /run/systemd/generator/console-log-starter.service.wants/console-log-9.service -> /run/systemd/generator/console-log-9.serv

Re: [systemd-devel] Generators, Targets and Stater Units - I am holding it wrong?

2025-06-23 Thread Marc Haber
applies a default preset of disabled for all units unless specifically listed as enabled-by-default So you are suggesting that I use, for example, a 50-console-log.preset which has a single line "enable console-log.target"? What would that preset to when the target is not there? Gree

Re: [systemd-devel] Generators, Targets and Stater Units - I am holding it wrong?

2025-06-23 Thread Marc Haber
and add the want symlinks from the generator? Greetings Marc -- ----- Marc Haber | "I don't trust Computers. They | Mailadresse im Header Leimen, Germany| lose things."Winona Ryder | Fon: *49 622

[systemd-devel] Generators, Targets and Stater Units - I am holding it wrong?

2025-06-22 Thread Marc Haber
ti-user.target.wants/console-log-9.service? How am I supposed to do this correctly? Or is my entire approach wrong? Greetings Marc -- ----- Marc Haber | "I don't trust Computers. They | Mailadresse im He

[systemd-devel] Need Advice about MaxConnections on ssh.socket

2025-02-11 Thread Marc Haber
hour. I would love to hear your opinion. Greetings Marc -- ----- Marc Haber | "I don't trust Computers. They | Mailadresse im Header Leimen, Germany| lose things."Winona Ryder | Fon: *49 622

Re: [systemd-devel] after systemd upgrade, cryptdisks won't start except with systemctl start cryptdisks.service but that doesn't work if boot goes to failsafe

2024-10-28 Thread Marc MERLIN
ncomplete boot rescue shell. 2) why I failed to make my own /lib/systemd/system/cryptdisks.service that did anything (pasted in original message below) 3) why systemd had to make cryptdisks special and take it over with some internal binary (probably some edge case reason)? Thanks, Marc On Mon, Oct

[systemd-devel] after systemd upgrade, cryptdisks won't start except with systemctl start cryptdisks.service but that doesn't work if boot goes to failsafe

2024-10-28 Thread Marc MERLIN
oad > > sauron:~# cat /etc/default/cryptdisks > # Run cryptdisks initscripts at startup? Default is Yes. > CRYPTDISKS_ENABLE=Yes > > # Mountpoints to mount, before cryptsetup is invoked at initscripts. Takes > # mountpoins which are configured in /etc/fstab as arguments. Separate

[systemd-devel] (no subject)

2024-03-09 Thread Marc
stop putting this useless shit in dmesg out-of-date, rotating. [60542.641705] systemd-journald[493]: Data hash table of /run/log/journal/8432ddf2a6da4319b318e6e27319f059/system.journal has a fill level at 75.0 (7568 of 10090 items, 5812224 file size, 768 bytes per hash table item), suggesting r

RE: CVE-2023-7008 Christmas drama notes

2023-12-26 Thread Marc
> > Yet, I were accused to have abused something. I did not. But I would like to > thank Luca for removing me from systemd organization. Yes, none of my > proposed commits have been never been merged. I have received limited rights > to be able to mark selected issues with tags like downstream/rhe

Re: atop package

2023-12-14 Thread Marc Haber
this issue? The proper way would be to ask the maintainers of the atop package you're using, and not to complain on the _development_ mailing list of a nearly unrelated upstream project. It would at least help if you mention the version of the package you're using. Greetings Marc P.S.: I

Re: [systemd-devel] systemd-resolve and name servers order

2023-10-11 Thread Marc
> In the past prior to systemd-resolve as a default solution the order I > think was followed. From what I understand windows > https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows- > server-2008-R2-and-2008/dd197552(v=ws.10) > prefers first server on the list (it doesn't pref

Re: [systemd-devel] systemd-resolve and name servers order

2023-10-11 Thread Marc
> > Obviously there are other solutions to the problem described above (eg > having multiple internal servers, although my experience was in the SOHO > environment where that would be excessive). If as Rafał says Windows > prioritises the first DNS option then I'm pretty sure that wasn't always >

Re: [systemd-devel] systemd-resolve and name servers order

2023-10-11 Thread Marc
> > I hope this is the right mailing list to ask that kind of question. I'm > following what is recommended on github issue tracker: > https://github.com/systemd/systemd/issues/new/choose > If it's not - feel free to point me to a different place. > > I use azure ubuntu 20.04 build with nameserve

[systemd-devel] systemd dns smart?

2023-08-24 Thread Marc
I was just 'cleaning up' a bit an ubuntu server from unnecessary running processes. I think I removed also some things from systemd. Now I have that some external auth that is slow due to the fact that the external auth host has two ip addresses configured. One of those ip addresses is not reach

[systemd-devel] still annoyed by the default behaviour of systemd-journald

2023-08-01 Thread Marc
I have been reading this old post[1] again, and am worried that developers are just doing something without thinking. (Don't whine about such statement, because that is quite common these days) I honestly do not get why my default setup is causing systemd-journald on a host to go 100% while I

Re: [systemd-devel] Securing bind with systemd methods (was: bind-mount of /run/systemd for chrooted bind9/named)

2023-07-18 Thread Marc Haber
On Tue, Jul 18, 2023 at 01:10:16AM +0300, Mantas Mikulėnas wrote: > On Mon, Jul 17, 2023, 15:44 Marc Haber > wrote: > > # /lib is necessary here, or execve will fail without indication for > > # reason - that was a surprise and hard to debug because even strace > > # d

[systemd-devel] Securing bind with systemd methods (was: bind-mount of /run/systemd for chrooted bind9/named)

2023-07-17 Thread Marc Haber
;1.9 OK", I think it was > 9 with the standard unit. Thanks for your help, I wanted to give something back. I'll probably suggest this unit for the Debian package once it has reached some stability. Greetings Marc --

Re: [systemd-devel] bind-mount of /run/systemd for chrooted bind9/named

2023-07-10 Thread Marc Haber
adOnlyBindPaths= for this. clients > cann still connect to sockets on read-only fs just fine, but you take > the privs away to chmod() or chown() the inode that way. So you get > another line of defense that way. Thank you, all my questions are answered for the time being. Your he

Re: [systemd-devel] bind-mount of /run/systemd for chrooted bind9/named

2023-07-10 Thread Marc Haber
Hi Lennart, On Mon, Jul 10, 2023 at 10:28:52AM +0200, Lennart Poettering wrote: > On So, 09.07.23 20:14, Marc Haber ([email protected]) wrote: > > > > It should suffice bind mounting just the notify socket, not the full > > > dir. > > > > Is it int

Re: [systemd-devel] bind-mount of /run/systemd for chrooted bind9/named

2023-07-09 Thread Marc Haber
Hi Lennart, thanks for this helpful answer. On Tue, Jul 04, 2023 at 10:37:55AM +0200, Lennart Poettering wrote: > On Mo, 03.07.23 20:52, Marc Haber ([email protected]) wrote: > > (1) go fully systemd > > That would mean to get rid of bind's -t option completely b

Re: [systemd-devel] bind-mount of /run/systemd for chrooted bind9/named

2023-07-03 Thread Marc Haber
e darn conservative. Greetings Marc -- - Marc Haber | "I don't trust Computers. They | Mailadresse im Header Leimen, Germany| lose things."Winona Ryder | Fon: *49 6224 1600402 Nordisch by Nat

[systemd-devel] bind-mount of /run/systemd for chrooted bind9/named

2023-07-03 Thread Marc Haber
didn't think of yet? Greetings Marc -- - Marc Haber | "I don't trust Computers. They | Mailadresse im Header Leimen, Germany| lose things."Winona Ryder | Fon: *49 6224 1600402 Nordisch by

Re: [systemd-devel] *****SPAM***** Re: problem understanding why I am 'forced' to run systemd-journald

2022-10-05 Thread Marc
I have seen that, but is that not something like 'accepting log entries and sending data to /dev/null'? I am looking for an option that does not process anything. > https://www.freedesktop.org/software/systemd/man/journald.conf.html#Stor > age= > > → volatile > > > > > > > Hello, > > > > I hav

[systemd-devel] problem understanding why I am 'forced' to run systemd-journald

2022-10-05 Thread Marc
Hello, I have started to upgrade a few machines from CentOS7 to recent versions of CentOS/Rocky. However I don't really get why there is a systemd-journald process writing stuff to disk while I have explicitly configured that logs should go to a remote syslog server. Reading such pages [1] d

Re: [systemd-devel] Getting rid of the /run/credentials mount

2022-08-31 Thread Marc Haber
On Fri, Aug 26, 2022 at 07:28:37AM +0200, Marc Haber wrote: > On Thu, Aug 25, 2022 at 11:37:12PM +0300, Topi Miettinen wrote: > > On 25.8.2022 22.42, Marc Haber wrote: > > > on the system and sends an alert if things change on the system. In the > > > Debian package

Re: [systemd-devel] Getting rid of the /run/credentials mount

2022-08-25 Thread Marc Haber
On Thu, Aug 25, 2022 at 11:37:12PM +0300, Topi Miettinen wrote: > On 25.8.2022 22.42, Marc Haber wrote: > > on the system and sends an alert if things change on the system. In the > > Debian package, this is done from cron. I would like to move that to a > > systemd timer an

[systemd-devel] Getting rid of the /run/credentials mount

2022-08-25 Thread Marc Haber
over that path. Unfortunately, neither of those tricks have worked, and my /run/credentials/foo that I created before starting my service remains undetected. What do I do to disable the credentials mechanism in my service?

Re: [systemd-devel] Antw: [EXT] Re: version bump of minimal kernel version supported by systemd?

2022-03-24 Thread Marc Pervaz Boocha
produce a warning and then bump the supported version afer 1 or 2 years. The idea is that the users are not broken by an upgrade but are "encouraged" to upgrade their kernel or move to some lts distro release. > > (And this is similar for other dependencies. There's a list with > versions in README.) > > Zbyszek Thanks & Regards, Marc Pervaz Boocha

Re: [systemd-devel] Are Pathnames in /tmp/systemd-private-foo predictable?

2021-06-14 Thread Marc Haber
> shutdown or so). In the latter case we can safely remove them to avoid > collecting left-over directories. Thanks for the explanation, I appreciate that. Greetings Marc -- ----- Marc Haber | "I do

[systemd-devel] Are Pathnames in /tmp/systemd-private-foo predictable?

2021-06-13 Thread Marc Haber
umber, or can it be predicted in a way? Greetings Marc -- - Marc Haber | "I don't trust Computers. They | Mailadresse im Header Leimen, Germany| lose things."Winona Ryder | Fon: *49 6224

Re: [systemd-devel] how to make the systemd init faster

2021-06-05 Thread Marc Pervaz Boocha
On Saturday, 5 June, 2021 3:38:41 AM IST Dino Joseph Mycle wrote: > Hello all, > > I am trying t improve my embedded system boot time which uses systemd. > debugging understood that it spends lot time around ~1.3 second in my iMX6 > board running @800MHz on initialization of the systemd > > >

Re: [systemd-devel] manually lading kernel modules and have created /dev/* in container?

2021-05-17 Thread Marc Weber
rom the container I just get operation not permitted. chmod 777 or such doesn't help. I am not using UID/-U id rewriting in any way. I run the container with  --capability=all. Is there something else I am missing ? Marc Weber ___ systemd-devel

[systemd-devel] manually lading kernel modules and have created /dev/* in container?

2021-05-17 Thread Marc Weber
within the container. Is there something simple I missed or do I need to switch to vkvm or such to run maybe 8y old opensuse on current kernel ? Marc Weber ___ systemd-devel mailing list [email protected] https://lists.freedesktop.

[systemd-devel] systemd-networkd router advertisement handling

2020-08-14 Thread Marc Lasch
cpv6 client port 546, systemd-networkd fails to bind in case of a O-flag in the RA, but are they also interfering with received RAs? Thanks in advance for giving some insights. Best regards, Marc pEpkey.asc Description: application/pgp-keys ___ system

Re: [systemd-devel] Networkd - how to augment an already configured interface

2020-03-21 Thread Marc Haber
I asked. Greetings Ma "this is now documented" rc -- - Marc Haber | "I don't trust Computers. They | Mailadresse im Header Leimen, Germany| lose things."Winona Ryder | Fon: *49 6224 160

[systemd-devel] Networkd - how to augment an already configured interface

2020-03-12 Thread Marc Haber
ot;up" script from the OpenVPN configuration? Hoping for your opinions and a good discussion, cheers, Marc -- - Marc Haber | "I don't trust Computers. They | Mailadresse im Header Leimen, Germa

Re: [systemd-devel] disable EDNS in systemd-resolved

2019-12-27 Thread Marc Haber
On Fri, Dec 27, 2019 at 11:25:20AM +0200, Mantas Mikulėnas wrote: > On Fri, Dec 27, 2019 at 10:52 AM Marc Haber > wrote: > > how would I disable EDNS in systemd-resolved? Some recursive DNS servers > > (for example in public hotspots) choke on queries with EDNS options. >

[systemd-devel] disable EDNS in systemd-resolved

2019-12-27 Thread Marc Haber
Hi, how would I disable EDNS in systemd-resolved? Some recursive DNS servers (for example in public hotspots) choke on queries with EDNS options. I didn't find anything about this in the systemd-resolved or resolvectl manual pages for systemd 244. Greetings

[systemd-devel] Unit dependencies for socket activated services

2019-10-13 Thread Marc Haber
e the network is ready. Would I put those two lines into foo.service or foo.socket? Grüße Marc -- -- !! No courtesy copies, please !! - Marc Haber | " Questions are the | Mailadresse im Header Mannheim, Germany | Beginning

Re: [systemd-devel] networkd - how to (partially) manage OpenVPN interfaces?

2019-09-26 Thread Marc Haber
On Thu, Sep 26, 2019 at 09:16:53AM +, Susant Sahani wrote: > On 26/09/19, 11:49 AM, "Marc Haber" wrote: > > > > Did you tried with KeepConfiguration=? > > That is not yet in the Man Page on my system. Is it alreay there in > systemd 2

Re: [systemd-devel] networkd - how to (partially) manage OpenVPN interfaces?

2019-09-25 Thread Marc Haber
Hi Susant, On Wed, Sep 25, 2019 at 05:56:23PM +, Susant Sahani wrote: > On 22/09/19, 5:35 PM, "systemd-devel on behalf of Marc Haber" > [email protected]> wrote: > On Mon, Sep 16, 2019 at 12:54:23PM +0200, Marc Haber wrote: > > when I run a

Re: [systemd-devel] networkd - how to (partially) manage OpenVPN interfaces?

2019-09-22 Thread Marc Haber
Hi, On Mon, Sep 16, 2019 at 12:54:23PM +0200, Marc Haber wrote: > when I run an OpenVPN interface, OpenVPN manages the interface itself: > It handles creation, destruction and assignment of the IP address. The > IP address can be controlled by the remote site, so the OpenVPN daemon >

[systemd-devel] networkd - how to (partially) manage OpenVPN interfaces?

2019-09-16 Thread Marc Haber
into /e/s/n doesn't work since that clears up the IP addresses that OpenVPN has correctly assigned. Can I have the advantages of systemd-resolved on an Interface that is not fully managed by systemd-networkd? Greetings

Re: [systemd-devel] How to ensure a systemd unit waits for ntpd to sync before starting?

2019-04-02 Thread Marc Haber
violently disagree. I have seen unit files full of bash -c and quoting hell. Your work. Be proud of it. Greetings Marc -- - Marc Haber | "I don't trust Computers. They | Mailadresse im Header Leimen, German

Re: [systemd-devel] How to ensure a systemd unit waits for ntpd to sync before starting?

2019-04-02 Thread Marc Haber
nary just to find out what this service actually does. To adapt it to wait for something else, one needs to whack out a compiler. IMO, this is a classic case of "doing this scripted is way easier and more flexible". Please consider for

Re: [systemd-devel] How to disable Predictable Network Interface Names using a drop-in?

2017-03-10 Thread Marc Haber
st fine now. Having this part ot systemd working in lexical order was just a surprise, I didn't expect that. Btw, the word "link" is multiply used in IT, so one can expect people to think of the wrong meaning of the word i

Re: [systemd-devel] How to disable Predictable Network Interface Names using a drop-in?

2017-02-19 Thread Marc Haber
On Mon, Feb 06, 2017 at 09:56:30PM +0100, Lennart Poettering wrote: > On Sat, 21.01.17 21:20, Marc Haber ([email protected]) wrote: > > On Fri, Jan 20, 2017 at 02:51:00PM +, Patrick Schleizer wrote: > > > I've learned about the kernel parameter and

Re: [systemd-devel] How to disable Predictable Network Interface Names using a drop-in?

2017-02-06 Thread Marc Haber
names for USB network interfaces that I regularly plug in as well. Will placing a /etc/udev/rules.d/70-persistent-network.rules that renames enp0s25 to wired0 and wlp3s0 to wless0 play nice, it is that asking for trouble? Greetings Marc -- -

Re: [systemd-devel] Emergency mode if non-critical /etc/fstab entries are missing

2016-11-10 Thread Marc Haber
ed to boot in case (1) until they hit something hard and unmoving. systemd systems stop voluntarily. Greetings Marc -- - Marc Haber | "I don't trust Computers. They | Mailadresse im Header Leimen, German

Re: [systemd-devel] Emergency mode if non-critical /etc/fstab entries are missing

2016-11-04 Thread Marc Haber
On Thu, Nov 03, 2016 at 10:55:35PM +0100, Lennart Poettering wrote: > On Mon, 26.09.16 07:02, Marc Haber ([email protected]) wrote: > > On Mon, Sep 26, 2016 at 10:52:50AM +1300, Sergei Franco wrote: > > > The emergency mode assumes console access, which requir

Re: [systemd-devel] Emergency mode if non-critical /etc/fstab entries are missing

2016-10-31 Thread Marc Haber
ple, an sshd comes up and an admin can login to the remote box. Is there an example around for doing so? This looks way interesting. Greetings Marc -- ----- Marc Haber | "I don't trust Computers. They |

Re: [systemd-devel] Emergency mode if non-critical /etc/fstab entries are missing

2016-10-31 Thread Marc Haber
tertiary file system doesn't mount is a nuisance for those environments. Some sites have resorted to adding "nofail" to all fstab lines just to find themselves with the next issue since the initramfs of some distributions doesn't know this

Re: [systemd-devel] Query regarding "EnvironmentFile"

2015-12-21 Thread Marc Haber
inoriy of concepts and the attitude of the makers make working with systemd a constant source of increased blood pressure and a strong urge to break something expensive just to get rid of the aggression. -- - Marc

Re: [systemd-devel] Query regarding "EnvironmentFile"

2015-12-21 Thread Marc Haber
eople the power of forcing us to run our systems their way. Man kann manchmal echt nicht genug essen wie man in dieser Welt kotzen möchte. Merry Christmas. -- - Marc Haber | "I don't trust Computers. Th

Re: [systemd-devel] Policy Routing on a machine using systemd-networkd

2015-12-20 Thread Marc Haber
*nudge* Is there really no option about this rather common issue? Greetings Marc On Tue, Dec 15, 2015 at 01:20:34PM +0100, Marc Haber wrote: > I would like to do policy routing on a router with ~ 10 interfaces > running Debian Linux and systemd. Networking is managed with ferm and >

Re: [systemd-devel] Query regarding "EnvironmentFile"

2015-12-20 Thread Marc Haber
On Sun, Dec 20, 2015 at 02:34:15PM +0100, Tomasz Torcz wrote: > On Sun, Dec 20, 2015 at 02:30:30PM +0100, Marc Haber wrote: > > On Fri, Dec 18, 2015 at 05:00:32PM +0100, Michael Biebl wrote: > > > and then tell admin to use systemctl edit > > > [Unit] > > > Envi

Re: [systemd-devel] Query regarding "EnvironmentFile"

2015-12-20 Thread Marc Haber
lid reason - it would only confirm people which hesitate to > adopt systemd because the fear that they can't rely on capabilities > it brings now because they may flippantly disappear Amen. Greetings Marc -- ---

Re: [systemd-devel] Query regarding "EnvironmentFile"

2015-12-20 Thread Marc Haber
agment system. And what is your business in deliberately breaking those ugly setups? If you want to educate people, be a teacher. If you want to bully people into doing things your way, be a team leader. Greetings Marc -- ---

Re: [systemd-devel] Query regarding "EnvironmentFile"

2015-12-20 Thread Marc Haber
On Fri, Dec 18, 2015 at 05:00:32PM +0100, Michael Biebl wrote: > and then tell admin to use systemctl edit > [Unit] > Environment=OPTS=-baz How would I do the equivalent of systemctl edit with a declarative configuration management tool like puppet? Greet

[systemd-devel] Policy Routing on a machine using systemd-networkd

2015-12-15 Thread Marc Haber
number of extra routing tables with a set of rules o Establish a number of ip rule rules regarding source IP ranges or fwmarks. How would I do that in systemd? Am I doing ok with a Type=oneshot service unit with a bunch of ExecStart Options? Or is there another recommended way? Gree

Re: [systemd-devel] How to properly write an "umbrella" unit

2015-07-22 Thread Marc Haber
start > them. That uses a generator, which is somewhat oversized for the question at hand. And it's a service with ExecStart=/bin/true which is a hackish workaround. But if that's the way to go, I'm

Re: [systemd-devel] How to properly write an "umbrella" unit

2015-07-21 Thread Marc Haber
s most users will have to start and stop both instances together. We cannot make our lives simpler at the cost of our users. And yes, this is true for both systemd upstream and software packagers, a transitive relationship. Gr

Re: [systemd-devel] How to properly write an "umbrella" unit

2015-07-21 Thread Marc Haber
d/ thus > the user could never disable the individual components of your daemon > themselves and thus not need to rely on distro scripts to create them at > install time. No, I'd like to give the local admin an option to disable parts of course. My work is about

Re: [systemd-devel] How to properly write an "umbrella" unit

2015-07-21 Thread Marc Haber
Hi Alexandre, thanks for your fast answer and correctly guessing my Distribution ,-) On Tue, Jul 21, 2015 at 02:13:12PM +0200, Alexandre Detiste wrote: > Le mardi 21 juillet 2015, 13:43:48 Marc Haber a écrit : > > This works as designed. Unfortunately, my Distribution's build t

[systemd-devel] How to properly write an "umbrella" unit

2015-07-21 Thread Marc Haber
to basically create a no-op service, but that's ugly. If I move my service to a [email protected], how would I start two instances from a single shell command? How would one handle this situation in the clear, re

Re: [systemd-devel] [ANNOUNCE] Git development moved to github

2015-07-18 Thread Marc Haber
uests to be moved over to github issues by people interested in those requests/issues being addressed, or do old bugzilla requests have the same chance of being looked at by somebody able to address them as github issues? Greetings Marc -- ---

Re: [systemd-devel] systemd-networkd and openvswitch?

2015-05-28 Thread Marc Haber
well, and the VLAN definition needs to be on the _bridge_, not the ethernet. I guess that the Linux bridge code uses the VLANs defined on the bridge as kind of VLAN filter for the poor. Greetings Marc -- - Marc Haber

Re: [systemd-devel] 220 tarball erroneously ships keyboard-keys-from-name.gperf

2015-05-27 Thread Marc-Antoine Perennou
est it before you do the actual tagging and put it in the official location? Regards, Marc-Antoine ___ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Re: [systemd-devel] [PATCH 2/2] build-sys: don't dist generated files

2015-05-25 Thread Marc-Antoine Perennou
Works fine, thanks! On 25 May 2015 at 17:04, Tom Gundersen wrote: > Applied, with minor fix. Please verify that it still works for you! > > Tom ___ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listi

[systemd-devel] [PATCH] build-sys: fix headers installation

2015-05-25 Thread Marc-Antoine Perennou
--- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 4933e6f..8e38010 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3128,7 +3128,7 @@ pkginclude_HEADERS += \ src/systemd/sd-bus.h \ src/systemd/sd-bus-protocol.h \

[systemd-devel] [PATCH 2/2] build-sys: don't dist generated files

2015-05-25 Thread Marc-Antoine Perennou
--- Makefile.am | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/Makefile.am b/Makefile.am index 9420879..4933e6f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1259,8 +1259,7 @@ DISTCLEANFILES = \ EXTRA_DIST += \ $(gperf_gperf_m4_sources) \ - $

[systemd-devel] [PATCH 1/2] build-sys: always include src/boot/efi in tarballs

2015-05-25 Thread Marc-Antoine Perennou
currently it would only be included if configure was ran with --enable-gnuefi --- Makefile.am | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 70d4dc0..9420879 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2601,6 +2601,8 @@ EFI_FO

Re: [systemd-devel] 220: --disable-audit broken?

2015-05-22 Thread Marc-Antoine Perennou
-related. These generated files are in the tarball when they shouldn't. Btw src/boot/efi is missing from the tarball, too. Regards, Marc-Antoine ___ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel

[systemd-devel] systemd-networkd and openvswitch?

2015-05-16 Thread Marc Haber
-networkd kicks in? The reason I am trying to do this is that openvswitch is advertised as being capable to switch an entire dot1q VLAN trunk through to a VM, something that a standard Linux bridge doesn't seem to do. Any comments about this? Greetings

[systemd-devel] [PATCH v2 1/2] configure: allow setting EFI_CC

2015-04-08 Thread Marc-Antoine Perennou
--- configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 1608c83..7e4a574 100644 --- a/configure.ac +++ b/configure.ac @@ -1147,8 +1147,7 @@ fi AM_CONDITIONAL(ENABLE_EFI, [test "x$have_efi" = "xyes"]) # --

[systemd-devel] [PATCH v2 2/2] build: allow setting OBJCOPY

2015-04-08 Thread Marc-Antoine Perennou
--- Makefile.am | 4 ++-- configure.ac | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 9b769ee..397a71c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2596,7 +2596,7 @@ $(systemd_boot_solib): $(systemd_boot_objects) nm -D -u $@ | grep

Re: [systemd-devel] [PATCH 2/2] build: allow setting OBJCOPY

2015-04-08 Thread Marc-Antoine Perennou
On 8 April 2015 at 22:24, Mike Gilbert wrote: > On Wed, Apr 8, 2015 at 4:08 PM, Marc-Antoine Perennou > wrote: >> Signed-off-by: Marc-Antoine Perennou >> --- >> Makefile.am | 4 ++-- >> configure.ac | 3 +++ >> 2 files changed, 5 insertions(+), 2 deletions

[systemd-devel] [PATCH 2/2] build: allow setting OBJCOPY

2015-04-08 Thread Marc-Antoine Perennou
Signed-off-by: Marc-Antoine Perennou --- Makefile.am | 4 ++-- configure.ac | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 9b769ee..397a71c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2596,7 +2596,7 @@ $(systemd_boot_solib

[systemd-devel] [PATCH 1/2] configure: allow setting EFI_CC

2015-04-08 Thread Marc-Antoine Perennou
and only fallback to gcc --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 1608c83..0722841 100644 --- a/configure.ac +++ b/configure.ac @@ -1147,8 +1147,8 @@ fi AM_CONDITIONAL(ENABLE_EFI, [test "x$have_efi" = "xyes"]) #

Re: [systemd-devel] [PATCH 2/5] udev.pc: install to pkgconfiglibdir

2015-04-08 Thread Marc-Antoine Perennou
On 8 April 2015 at 20:24, Kay Sievers wrote: > On Wed, Apr 8, 2015 at 8:10 PM, Marc-Antoine Perennou > wrote: >> On 8 April 2015 at 20:02, Kay Sievers wrote: >>> On Wed, Apr 8, 2015 at 7:52 PM, Marc-Antoine Perennou >>> wrote: >>>> On 8 April 2015

Re: [systemd-devel] [PATCH 4/5] configure: allow setting EFI_CC

2015-04-08 Thread Marc-Antoine Perennou
On 7 April 2015 at 20:54, Marc-Antoine Perennou wrote: > and only fallback to gcc > --- > configure.ac | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/configure.ac b/configure.ac > index 1608c83..56340a2 100644 > --- a/configure.ac > +++

Re: [systemd-devel] [PATCH 2/5] udev.pc: install to pkgconfiglibdir

2015-04-08 Thread Marc-Antoine Perennou
On 8 April 2015 at 20:02, Kay Sievers wrote: > On Wed, Apr 8, 2015 at 7:52 PM, Marc-Antoine Perennou > wrote: >> On 8 April 2015 at 19:46, Kay Sievers wrote: >>> On Wed, Apr 8, 2015 at 7:34 PM, Marc-Antoine Perennou >>> wrote: >>>> On 8 April 2015

Re: [systemd-devel] [PATCH 2/5] udev.pc: install to pkgconfiglibdir

2015-04-08 Thread Marc-Antoine Perennou
On 8 April 2015 at 19:46, Kay Sievers wrote: > On Wed, Apr 8, 2015 at 7:34 PM, Marc-Antoine Perennou > wrote: >> On 8 April 2015 at 18:47, Kay Sievers wrote: >>> On Tue, Apr 7, 2015 at 8:54 PM, Marc-Antoine Perennou >>> wrote: >>>> --- >>

Re: [systemd-devel] [PATCH 5/5] build: use $(OBJCOPY)

2015-04-08 Thread Marc-Antoine Perennou
On 8 April 2015 at 19:03, Kay Sievers wrote: > On Tue, Apr 7, 2015 at 8:54 PM, Marc-Antoine Perennou > wrote: >> --- >> Makefile.am | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) >> >> diff --git a/Makefile.am b/Makefile.am >> index 9b

Re: [systemd-devel] [PATCH 2/5] udev.pc: install to pkgconfiglibdir

2015-04-08 Thread Marc-Antoine Perennou
On 8 April 2015 at 18:47, Kay Sievers wrote: > On Tue, Apr 7, 2015 at 8:54 PM, Marc-Antoine Perennou > wrote: >> --- >> Makefile.am | 3 +-- >> 1 file changed, 1 insertion(+), 2 deletions(-) >> >> diff --git a/Makefile.am b/Makefile.am >> index 9f

[systemd-devel] [PATCH 0/5] Cross compilation adjustments

2015-04-07 Thread Marc-Antoine Perennou
to set EFI_CC 5/5 makes use of $(OBJCOPY) instead of harcoding objcopy Marc-Antoine Perennou (5): factory: install to datadir udev.pc: install to pkgconfiglibdir efi: use EFI_CC configure: allow setting EFI_CC build: use $(OBJCOPY) Makefile.am | 11 +-- configure.ac | 4 ++-- 2

[systemd-devel] [PATCH 5/5] build: use $(OBJCOPY)

2015-04-07 Thread Marc-Antoine Perennou
--- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 9b769ee..397a71c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2596,7 +2596,7 @@ $(systemd_boot_solib): $(systemd_boot_objects) nm -D -u $@ | grep ' U ' && exit 1 || :

[systemd-devel] [PATCH 4/5] configure: allow setting EFI_CC

2015-04-07 Thread Marc-Antoine Perennou
and only fallback to gcc --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1608c83..56340a2 100644 --- a/configure.ac +++ b/configure.ac @@ -1147,7 +1147,7 @@ fi AM_CONDITIONAL(ENABLE_EFI, [test "x$have_efi" = "xyes"]) # ---

[systemd-devel] [PATCH 2/5] udev.pc: install to pkgconfiglibdir

2015-04-07 Thread Marc-Antoine Perennou
--- Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 9fa4223..9b769ee 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3725,8 +3725,7 @@ udevconfdir = $(sysconfdir)/udev dist_udevconf_DATA = \ src/udev/udev.conf -sharepkgcon

[systemd-devel] [PATCH 3/5] efi: use EFI_CC

2015-04-07 Thread Marc-Antoine Perennou
--- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 29111f5..1608c83 100644 --- a/configure.ac +++ b/configure.ac @@ -1172,7 +1172,7 @@ AS_IF([test "x$enable_gnuefi" != "xno"], [ [AC_MSG_ERROR([*** gnuefi su

[systemd-devel] [PATCH 1/5] factory: install to datadir

2015-04-07 Thread Marc-Antoine Perennou
--- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index a575af6..9fa4223 100644 --- a/Makefile.am +++ b/Makefile.am @@ -109,8 +109,8 @@ udevrulesdir=$(udevlibexecdir)/rules.d udevhwdbdir=$(udevlibexecdir)/hwdb.d catalogdir=$(prefix)

Re: [systemd-devel] Thoughts about /etc/crypttab keyscript options

2014-08-15 Thread Marc Haber
On Fri, Aug 15, 2014 at 01:30:32PM +0200, Lennart Poettering wrote: > On Fri, 15.08.14 12:56, Marc Haber ([email protected]) wrote: > > > > Is it possible to write a PasswordAgent in shell? Example code please > > > > ;) > > > > > > Probabl

Re: [systemd-devel] Thoughts about /etc/crypttab keyscript options

2014-08-15 Thread Marc Haber
On Thu, Aug 14, 2014 at 08:18:10PM +0200, Lennart Poettering wrote: > On Thu, 14.08.14 20:10, Marc Haber ([email protected]) wrote: > > > Not aware of an C++ code. There's a vala one, and of course the one we > > > ship in systemd itself in C, but c++ i c

Re: [systemd-devel] Thoughts about /etc/crypttab keyscript options

2014-08-14 Thread Marc Haber
e for that). If systemd would support keyscript=, migration would be painless. I am absolutely in favor of that ;-) Greetings Marc, unfortunately too bad a C programmer to write a patch -- ----- Marc Haber | "

  1   2   >