Re: [systemd-devel] Issues with udev/systemd/lvm and initramfs

2025-08-28 Thread Jason Pleau
ed me to notice that it was calling "/usr/bin/lvm", which was obviously not there. Symlinking /usr/sbin -> /usr/bin in the initramfs makes everything work. Sorry for the noise, if anything it may help someone in the future :') On 8/28/2025 5:13 AM, Zdenek Kabelac wrote: Dne 27.

Re: [systemd-devel] Issues with udev/systemd/lvm and initramfs

2025-08-28 Thread Jason Pleau
that I don't see that someone else can! (Note that this is in a qemu VM) Thanks for taking the time to reply On Thu, 28 Aug 2025 at 05:13, Zdenek Kabelac wrote: > > Dne 27. 08. 25 v 22:03 Jason Pleau napsal(a): > > Hello everyone. > > > > I'm trying to build a simpl

[systemd-devel] Issues with udev/systemd/lvm and initramfs

2025-08-27 Thread Jason Pleau
Hello everyone. I'm trying to build a simple initramfs to boot my system, however I can't seem to get udev/systemd/lvm to work well together. When using dracut everything works fine, however my curiosity pushes me to understand why I can't do it in a minimal script. I am using systemd 257.

Re: [systemd-devel] should random seeds go into /var/cache?

2022-05-02 Thread Jason A. Donenfeld
as it means "please keep > this", and that's exactly the persistance requirement we want here. Alright, thanks a lot for the clarification. Seems like a reasonable argument. I'll keep things as-is. Jason

[systemd-devel] should random seeds go into /var/cache?

2022-05-01 Thread Jason A. Donenfeld
g in /var/cache rather than /var/lib. Does anybody have opinions on this? Should I just submit a PR moving the systemd seeds to /var/cache and see what happens? Jason

Re: [systemd-devel] Dropping split-usr/unmerged-usr support

2022-04-07 Thread Jason A. Donenfeld
ybe we'll wind up with merged usr after all. No promises, but I think it's much more a matter of "when" than "if". (My personal 2¢ is that I'd be happy to see systemd help corral us stragglers into merged usr, and in the process, drop some complexity of its own for supporting unmerged usr.) Jason

Re: [systemd-devel] delayed reply to sd-bus method invocation

2017-07-03 Thread Jason Litzinger
On Mon, Jul 03, 2017 at 12:31:14PM +, Umut Tezduyar Lindskog wrote: > Hello Jason, > > Just wanted to remind you that clients set a timeout for the method reply. > Don't remember off the top of my head but different implementations have > different default timeouts

Re: [systemd-devel] delayed reply to sd-bus method invocation

2017-06-29 Thread Jason Litzinger
xample. Is there an examples repo/folder/etc where this kind of thing would fit? -Jason ___ systemd-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/systemd-devel

[systemd-devel] delayed reply to sd-bus method invocation

2017-06-28 Thread Jason Litzinger
er doesn't immediately reply? What I'm trying to achieve is: * method called * Handler triggers some IO * Important event occurs * Reply message sent to the caller I'm assuming this is possible/implemented, if not that would also be good to know :). Thanks in

[systemd-devel] libsystemd-network: ipv4ll: claimed address conflict kills state machine

2017-02-16 Thread Jason
break; Is this the correct place to restart the ipv4acd address acquisition or is there some hook higher up that I am unaware of that should be used to restart? Jason Reeder ___ systemd-devel mailing list [email protected]

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

2015-06-02 Thread Jason A. Donenfeld
On Tue, Jun 2, 2015 at 1:06 PM, David Herrmann wrote: > Regarding the final github address: David Strauss kindly offered the > 'systemd' user to us. Hence, we hope to move the repository to > github.com/systemd/systemd this week. Sorry for the confusion, I hope > we can settle all this this week.

[systemd-devel] [PATCH] core/namespace: Protect /usr instead of /home with ProtectSystem=yes

2015-05-31 Thread Jason Pleau
A small typo in ee818b8 caused /home to be put in read-only instead of /usr when ProtectSystem was enabled (ie: not set to "no"). --- src/core/namespace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/namespace.c b/src/core/namespace.c index 7d0b7e7..01a817b 100644 -

Re: [systemd-devel] [PATCH] s/commandline/command line/g

2014-11-10 Thread Jason St. John
ve. "command line" is correct when it is a noun. For example, "command-line options" is correct, and "enter foo on the command line" is also correct. But if you switch which example gets the hyphen, then they are both grammatically *in*correct. In any case, "com

Re: [systemd-devel] localization of console

2014-06-18 Thread Jason St. John
re the "encrypt" hook in /etc/mkinitcpio.conf. This lets me use an alternate keyboard layout for entering the encryption passphrase. I think something similar to this is what you are looking for, but adapted to whichever Linux distribution you are using. Jason ___ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel

[systemd-devel] timesyncd, dnssec

2014-05-21 Thread Jason A. Donenfeld
mmon) weirdness might be something to keep in mind. Thanks, Jason ___ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel

[systemd-devel] [PATCH] man: logind.conf: fix grammar issues, unclear wording, and unclear default values

2014-05-16 Thread Jason St. John
--- man/logind.conf.xml | 42 +- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/man/logind.conf.xml b/man/logind.conf.xml index 1293e71..f037da2 100644 --- a/man/logind.conf.xml +++ b/man/logind.conf.xml @@ -80,25 +80,25 @@

Re: [systemd-devel] [PATCH v4] use systemd.debug on the kernel command line, not "debug"

2014-04-08 Thread Jason St. John
On Sat, Apr 5, 2014 at 9:26 PM, David Timothy Strauss wrote: > On Sat, Apr 5, 2014 at 4:06 PM, Jason St. John wrote: >> "init.debug" would be better than "systemd.debug", in my opinion. It >> is shorter (less typing and no possible end-user confusion over &

Re: [systemd-devel] [PATCH v4] use systemd.debug on the kernel command line, not "debug"

2014-04-05 Thread Jason St. John
eg k-h "init.debug" would be better than "systemd.debug", in my opinion. It is shorter (less typing and no possible end-user confusion over "systemd.debug" vs. "system.debug"), and it is init-agnostic. Other init systems (OpenRC, Upstart, etc.) would be abl

Re: [systemd-devel] [PATCH] src/systemd: fix grammar and spelling errors in comments

2014-03-24 Thread Jason St. John
On Mon, Mar 24, 2014 at 3:50 PM, Lennart Poettering wrote: > On Tue, 18.03.14 01:13, Jason St. John ([email protected]) wrote: > > Doesn't apply anymore, could please rebase? > Sure. I resubmitted the patch here: http://lists.freedesktop.org/archives/systemd-devel/2014-

[systemd-devel] [PATCHv2] src/systemd: fix grammar and spelling errors in comments

2014-03-24 Thread Jason St. John
--- This is a resubmit that now should apply cleanly on the latest master. src/systemd/_sd-common.h | 4 +-- src/systemd/sd-event.h | 6 ++-- src/systemd/sd-id128.h | 2 +- src/systemd/sd-login.h | 52 +-- src/systemd/sd-network.h | 14 +

[systemd-devel] [PATCH] src/systemd: fix grammar and spelling errors in comments

2014-03-17 Thread Jason St. John
--- src/systemd/_sd-common.h | 4 +-- src/systemd/sd-event.h | 6 ++-- src/systemd/sd-id128.h | 2 +- src/systemd/sd-login.h | 52 +-- src/systemd/sd-network.h | 14 +- src/systemd/sd-readahead.h | 18 ++-- src/systemd/sd-resolve.h

[systemd-devel] [PATCH] timedate: fix numerous grammar errors in comments and output/debug messages

2014-03-17 Thread Jason St. John
--- src/timedate/timedate-sntp.c | 28 ++-- src/timedate/timedatectl.c | 25 - src/timedate/timedated.c | 25 - 3 files changed, 38 insertions(+), 40 deletions(-) diff --git a/src/timedate/timedate-sntp.c b/src/timedate

Re: [systemd-devel] [PATCH] man: improve wording of systemctl's --after/--before

2014-03-16 Thread Jason St. John
On Sat, Mar 15, 2014 at 12:17 AM, Zbigniew Jędrzejewski-Szmek wrote: > On Thu, Mar 13, 2014 at 09:03:09AM +0400, Andrey Borzenkov wrote: > > В Wed, 12 Mar 2014 23:07:32 -0400 > > "Jason St. John" пишет: > > > > > Commit 4a77ca7 was an attempt at fixing th

[systemd-devel] [PATCHv2] man: improve wording of systemctl's --after/--before

2014-03-16 Thread Jason St. John
Commit 4a77ca7 was an attempt at fixing the wording of --after and --before, but the new wording was unclear. Split the combined --after/--before section into a separate section for each, explicitly state what each option does, and add information about how these lists are generated. Reported-by:

[systemd-devel] [PATCH] man: improve wording of systemctl's --after/--before

2014-03-12 Thread Jason St. John
Commit 4a77ca7 was an attempt at fixing the wording of --after and --before, but the new wording was unclear. Split the combined --after/--before section into a separate section for each, explicitly state what each option does, and add information about how these lists are generated. Reported-by:

Re: [systemd-devel] systemd version debus call changed

2014-02-25 Thread Jason A. Donenfeld
Upstream KDE patch is here: https://projects.kde.org/projects/kde/kde-workspace/repository/revisions/7584a63924620bac3bd87277c11cdb8cdb5018b1/diff/powerdevil/daemon/backends/upower/powerdevilupowerbackend.cpp?format=diff ___ systemd-devel mailing list sys

[systemd-devel] systemd version debus call changed

2014-02-25 Thread Jason A. Donenfeld
FYI to others experiencing weirdness, the Version api function changed between 208 and 209: in 208: zx2c4@thinkpad ~ $ sudo qdbus --system org.freedesktop.systemd1 /org/freedesktop/systemd1 org.freedesktop.systemd1.Manager.Version systemd 208 in 209 and 210: zx2c4@thinkpad ~ $ sudo qdbus --syst

[systemd-devel] commas vs spaces in config syntax

2014-02-25 Thread Jason A. Donenfeld
configuration syntax is a bit inconsistent. Which is better? Should things change? Jason ___ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Re: [systemd-devel] [PATCH] install: Do not enable systemd-networkd by default

2014-02-21 Thread Jason A. Donenfeld
On Fri, Feb 21, 2014 at 5:13 PM, Tom Gundersen wrote: > You probably sent this before reading my previous answer, so sorry for > repeating myself: there will soon be cases where (special purpose) > config files are shipped by packages rather than written by > administrators, which is what we want

Re: [systemd-devel] [PATCH] install: Do not enable systemd-networkd by default

2014-02-21 Thread Jason A. Donenfeld
On Fri, Feb 21, 2014 at 5:11 PM, Tom Gundersen wrote: > > In the not-too-distant future we'll start shipping some configuration > files (as Lennart mentioned to do with nspawn). These are files that > in most cases will not apply, and shouldn't interfere with your > existing networking solutions,

Re: [systemd-devel] Unmentioned 209 change: 80-net-name-slot.rules is gone

2014-02-21 Thread Jason A. Donenfeld
To clarify things: 1. Arch's script deals with 80-net-setup-link.rules 2. freedesktop.org wiki followed suit and added that suggestion 3. Others have said elsewhere that the proper way to do this is actually to override 99-default.link instead. 4. Gentoo went with number 3. Now: 5. Can numbers 1

Re: [systemd-devel] [PATCH] install: Do not enable systemd-networkd by default

2014-02-21 Thread Jason A. Donenfeld
On Fri, Feb 21, 2014 at 5:03 PM, Tom Gundersen wrote: > We'd have to look in all the possible folders, and there may (and due > to 99-deafult.link, always will) be files there, so we don't really > have a reasonable test. When we start shipping some default .network > files it becomes even harder

[systemd-devel] [PATCH] install: networkd.service depend on !--disable

2014-02-21 Thread Jason A. Donenfeld
It doesn't make any sense to symlink this unit file into /etc when the unit file itself isn't even installed, with --disable-networkd. This moves the GENERAL_ALIASES logic into the right "if" block. --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.am

Re: [systemd-devel] [PATCH] install: Do not enable systemd-networkd by default

2014-02-21 Thread Jason A. Donenfeld
On Fri, Feb 21, 2014 at 4:19 PM, Lennart Poettering wrote: > > Well, ultimately it's up the distributions to decide what they want to > enable and what not. True, but this requires manual patching and fixing up of `make install`, which is a bummer. > I think networkd is a good choice, especially

[systemd-devel] [PATCH] Revert "install: enable networkd by default"

2014-02-21 Thread Jason A. Donenfeld
This reverts commit ca1a3847695d02ebe62007d8f335f23d3fe04638. It's not right to install this by default. networkd is extremely new, has no real world miles, and most importantly, simply does-not-do-anything-at-all unless you write configuration files for it. So, for folks who want to use networkd,

[systemd-devel] [PATCH] configure: show if networkd is enabled in status

2014-02-21 Thread Jason A. Donenfeld
--- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 80c1449..8943c96 100644 --- a/configure.ac +++ b/configure.ac @@ -1150,6 +1150,7 @@ AC_MSG_RESULT([ hostnamed: ${have_hostnamed} timedated: ${have_ti

Re: [systemd-devel] [PATCH] install: Do not enable systemd-networkd by default

2014-02-21 Thread Jason A. Donenfeld
On Fri, Feb 21, 2014 at 2:08 PM, Tom Gundersen wrote: > I'll just apply this patch and > add the /etc symlink in a follow-up. I appreciate merging my patch, so now administrators can disable it in a sane way (without having to use mask). But still, why enable it by default? I thought the idea of

[systemd-devel] [PATCH] install: Do not enable systemd-networkd by default

2014-02-20 Thread Jason A. Donenfeld
systemd-network.service should not be started unless the administrator runs "systemctl enable systemd-network.service", as it's entirely unessential and most distributions use their own network management daemons instead. If some distributions or users choose to use systemd's built in networking, t

[systemd-devel] systemd-networkd on by default?

2014-02-20 Thread Jason A. Donenfeld
Hi folks, systemd-networkd seems to get started by default in 209. Why is this? What if I don't want to use it to manage my networks? Why does it have to be on by default? Jason ___ systemd-devel mailing list [email protected]

[systemd-devel] Unmentioned 209 change: 80-net-name-slot.rules is gone

2014-02-20 Thread Jason A. Donenfeld
using net.ifnames=0 in my kernel command line. Still not certain what the equivalent of the udev rule override is, though. Jason ___ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel

[systemd-devel] [PATCH] replace tabs with spaces in some files

2014-02-20 Thread Jason St. John
Files: * hwdb/60-keyboard.hwdb * shell-completion/zsh/_systemd-coredumpctl * src/test/test-helper.h --- I also noticed that kdbus.h uses tabs exclusively. Is this something that should be fixed too? hwdb/60-keyboard.hwdb | 4 ++-- shell-completion/zsh/_systemd-coredumpctl |

[systemd-devel] discussions of pkg-config black magic over at gentoo

2014-02-20 Thread Jason A. Donenfeld
st solution. So I thought I'd mention this up here in case folks have opinions and such. Thanks, Jason [1] https://bugs.gentoo.org/show_bug.cgi?id=501860 [2] https://bugs.gentoo.org/attachment.cgi?id=370894&action=diff [3] https://bugs.gentoo.org/at

[systemd-devel] [PATCH] sd-rtnl: use correct function convention

2014-02-19 Thread Jason A. Donenfeld
Ret values come second. --- src/libsystemd/sd-rtnl/rtnl-util.c | 4 ++-- src/libsystemd/sd-rtnl/sd-rtnl.c | 4 ++-- src/libsystemd/sd-rtnl/test-rtnl.c | 8 src/nspawn/nspawn.c| 6 +++--- src/systemd/sd-rtnl.h | 4 ++-- 5 files changed, 13 insertions(+), 13 d

[systemd-devel] [PATCH] README: audit no longer breaks container

2014-02-19 Thread Jason A. Donenfeld
Ever since the seccomp trick, this is no longer an issue. --- README | 7 --- 1 file changed, 7 deletions(-) diff --git a/README b/README index b918132..df04cc9 100644 --- a/README +++ b/README @@ -83,13 +83,6 @@ REQUIREMENTS: CONFIG_EFI_VARS CONFIG_EFI_PARTITION -

[systemd-devel] [PATCH] kdbus.txt: grammatical fixes

2014-02-18 Thread Jason A. Donenfeld
--- kdbus.txt | 32 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/kdbus.txt b/kdbus.txt index a3d806b..de36672 100644 --- a/kdbus.txt +++ b/kdbus.txt @@ -6,7 +6,7 @@ all communication between processes take place over special character device no

[systemd-devel] [PATCH] sd-bus: the bus returned should be the first arg

2014-02-18 Thread Jason A. Donenfeld
This matches the API of previous headers, such as sd-journal.h. --- TODO | 2 -- src/libsystemd/sd-bus/bus-util.c | 8 src/libsystemd/sd-bus/sd-bus.c | 4 ++-- src/machine/machinectl.c | 2 +- src/systemd/sd-bus.h | 4 ++-- 5 files changed

[systemd-devel] [PATCH] NEWS: fix typos and grammar errors

2014-02-17 Thread Jason St. John
--- This is a resubmit that should apply cleanly on top of Jan Engelhardt's latest patch (commit 4670e9d). NEWS | 102 +-- 1 file changed, 51 insertions(+), 51 deletions(-) diff --git a/NEWS b/NEWS index 6a6635b..d65fe29 100644 ---

Re: [systemd-devel] [PATCH] NEWS: fix typos and grammar errors

2014-02-17 Thread Jason St. John
On Tue, Feb 18, 2014 at 12:02 AM, Jason St. John wrote: > --- > NEWS | 108 > +-- > 1 file changed, 54 insertions(+), 54 deletions(-) > > diff --git a/NEWS b/NEWS > index ae7be6e..d41eee8 100644 > --- a/NEWS

[systemd-devel] [PATCH] NEWS: fix typos and grammar errors

2014-02-17 Thread Jason St. John
--- NEWS | 108 +-- 1 file changed, 54 insertions(+), 54 deletions(-) diff --git a/NEWS b/NEWS index ae7be6e..d41eee8 100644 --- a/NEWS +++ b/NEWS @@ -4,14 +4,14 @@ CHANGES WITH 209: * A new component "systemd-networkd" ha

Re: [systemd-devel] [PATCH 2/2] man: use spaces instead of tabs

2014-02-14 Thread Jason St. John
On Fri, Feb 14, 2014 at 10:11 PM, Zbigniew Jędrzejewski-Szmek wrote: > On Thu, Feb 13, 2014 at 08:25:24PM -0500, Jason St. John wrote: >> * standardize capitalization of STDIN, STDOUT, and STDERR >> * reword some sentences for clarity >> * reflow some very long lines t

Re: [systemd-devel] Impossible to autologin on tty1 on Fedora 20

2014-02-13 Thread Jason St. John
ommand you used, and the output of "systemctl status autologin@tty1" (or whatever you named your service file) would be very helpful in troubleshooting this. Also, please send plaintext-only emails to this list (i.e. no HTML-based emails). Jason ___ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel

[systemd-devel] [PATCH 2/2] man: use spaces instead of tabs

2014-02-13 Thread Jason St. John
Several sections of the man pages included intermixed tabs and spaces; this commit replaces all tabs with spaces. --- man/crypttab.xml | 2 +- man/sd_bus_creds_get_pid.xml | 4 +-- man/systemd-delta.xml| 73 +--- man/systemd.service.xml

[systemd-devel] [PATCH v2] pager: support SYSTEMD_LESS environment variable

2014-02-11 Thread Jason A. Donenfeld
This allows customization of the arguments used by less. The main motivation is that some folks might not like having --no-init on every invocation of less. --- man/journalctl.xml | 4 man/localectl.xml | 4 man/loginctl.xml| 4 man/machinectl.xml | 4 +++

[systemd-devel] [PATCH] pager: support SYSTEMD_LESS environment variable

2014-02-11 Thread Jason A. Donenfeld
This allows customization of the arguments used by less. The main motivation is that some folks might not like having --no-init on every invocation of less. --- If you'd like me to update some documentation, let me know what files I should edit, and I'll send a v2. src/shared/pager.c | 17 +++

Re: [systemd-devel] [PATCH] pager: remove --no-init setting from LESS options

2014-02-11 Thread Jason A. Donenfeld
On Tue, Feb 11, 2014 at 6:40 PM, Lennart Poettering wrote: > > I think adding support for $SYSTEMD_LESS which is copied to $LESS right > before invoking less would be a good choice, since it would allow people > to override whatever systemd tries to set. So something along the lines of: user_les

Re: [systemd-devel] /run needs to be mounted? ugh.

2014-02-11 Thread Jason A. Donenfeld
On Tue, Feb 11, 2014 at 7:56 PM, Lennart Poettering wrote: > devtmpfs does not give you notifications when devices appear. If you > want to generically wait for the right LUKS device to show up, you need > something like udev in the mix, which provides you with notifications > for this... My driv

Re: [systemd-devel] /run needs to be mounted? ugh.

2014-02-11 Thread Jason A. Donenfeld
> On Tue, Feb 11, 2014 at 5:25 PM, Lennart Poettering > wrote: > Hmm, so how do you wait for the LUKS device to show up? You need > something like udev around, which uses /run... > And AFAIR the DM userspace does keep some runtime state around, and that > one probably wants to pass over to the ho

Re: [systemd-devel] /run needs to be mounted? ugh.

2014-02-11 Thread Jason A. Donenfeld
On Tue, Feb 11, 2014 at 6:25 PM, Colin Guthrie wrote: > As has been mentioned elsewhere on this thread, there are a number of > "gotchas" and corner cases, that this mechanism solved, even in the > cases of things "working". In my case, I'm just using devtmpfs and cryptsetup, and then switching i

Re: [systemd-devel] /run needs to be mounted? ugh.

2014-02-11 Thread Jason A. Donenfeld
On Tue, Feb 11, 2014 at 5:25 PM, Lennart Poettering wrote: > An initrd without /run is mostly pointless, no? Either you have storage > daemons and hence need /run around, or you don't have storage daemons, > in which case you can just boot without involving any initrd? In my use of an initrd, I j

Re: [systemd-devel] /run needs to be mounted? ugh.

2014-02-11 Thread Jason A. Donenfeld
On Tue, Feb 11, 2014 at 5:15 PM, Dave Reisner wrote: > I don't think there's any change needed here. The interface states: > > "The initrd should mount /run as a tmpfs". > And sure enough, this isn't a requirement, but there's many valid > reasons to do this. Ahh, okay. I suppose what I'm won

Re: [systemd-devel] /run needs to be mounted? ugh.

2014-02-11 Thread Jason A. Donenfeld
On Tue, Feb 11, 2014 at 5:01 PM, Dave Reisner wrote: > Strange name. I can't find one thing which I find "better" about this > project compared to the more well-known initramfs creation tools. I'd appreciate it if you kept the antagonism to a minimum. It adds nothing to the technical discussion.

Re: [systemd-devel] /run needs to be mounted? ugh.

2014-02-11 Thread Jason A. Donenfeld
On Tue, Feb 11, 2014 at 5:01 PM, Dave Reisner wrote: > systemd is already capable of setting up /run on its own: > > http://cgit.freedesktop.org/systemd/systemd/tree/src/core/mount-setup.c#n69 You appear to be right. In that case should the spec [1] be amended to remove this requirement? [1] ht

[systemd-devel] /run needs to be mounted? ugh.

2014-02-11 Thread Jason A. Donenfeld
sed to happen? What's going on? Preferably, I don't desire to place any additional systemd-specific burden on better-initramfs. Thanks, Jason [1] https://github.com/slashbeast/better-initramfs [2] http://www.freedesktop.org/wiki/Software/systemd/InitrdInterface/ _

Re: [systemd-devel] [PATCH] pager: remove --no-init setting from LESS options

2014-02-11 Thread Jason A. Donenfeld
On Tue, Feb 11, 2014 at 7:09 AM, Andrey Borzenkov wrote: > Should not it simply respect existing LESS value? Or, for that matter, > SYSTEMD_LESS if someone thinks of a good reason to have different > settings? Yes, one way would be to look at LESS from the environment, and prefer this to the inte

[systemd-devel] [PATCH] pager: remove --no-init setting from LESS options

2014-02-10 Thread Jason A. Donenfeld
I use konsole. It has a nice feature that when the scrollbars have been disabled -- like in the case of a full-console app like vim or less -- it makes the mouse wheel send up and down key strokes, so that scrolling happens. It's really nice. I open up less, and then I can scroll through it using t

Re: [systemd-devel] [PATCH] Use normal English elide in place of ellipsize

2014-02-04 Thread Jason St. John
; > Barry > > What about using "shortened" or "omitted"? Both of those words are much more common than "elided". Jason ___ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Re: [systemd-devel] Patch to fix hint message

2014-02-03 Thread Jason St. John
in typical English usage. To make this message easier to understand for non-native speakers and for those that may not have a dictionary or the Internet available, how about we go with "truncated" or "shortened"? "Truncated" is frequently used in computer jargon, s

[systemd-devel] [PATCH 1/2] journalctl: fix several issues in --help message text

2013-12-17 Thread Jason St. John
-- fix grammar and reword some descriptions for clarity -- add a useful description of what --follow does -- fix the description for --after-cursor -- properly introduce the FSS acronym for "Forward Secure Sealing" in both sections -- clarify the --disk-usage command --- src/journal/journalctl.c |

[systemd-devel] [PATCH 2/2] journalctl: indent line-wrapped descriptions in --help message

2013-12-17 Thread Jason St. John
It's difficult to read the --help text when there are no indents for line-wrapped descriptions, so add indenting to provide a visual cue. --- I used an eight-space indent to match the coding style for systemd. If this is too much indentation space, I can resubmit with four-space indents or whatever

[systemd-devel] [PATCH] man: add DOI for refereed article on Forward Secure Sealing to journald.conf(5)

2013-12-17 Thread Jason St. John
In journalctl(1), be more explicit about the reference to "Seal=" in journald.conf(5) and what information can be found there. --- It took a decent amount of searching to find the actual peer refereed conference paper that details the crypto behind FSS. A DOI for the paper makes finding it much, mu

[systemd-devel] [PATCH 2/2] man: be more explicit about option arguments that take 128-bit IDs in journalctl(1)

2013-12-17 Thread Jason St. John
It may not be immediately obvious to the reader what "ID128" is, so replace the example option argument "ID128" with "128-bit-ID". --- "ID128" is developer jargon/shorthand for "128-bit ID" that is regularly used in function definitions. For those new to systemd, non-native English speakers, or for

[systemd-devel] [PATCH 1/2] man: fix grammar issues in journalctl(1)

2013-12-17 Thread Jason St. John
And add a missing tag around "--setup-keys" under "--force". --- This is mostly fixes for typos, incorrect comma usage, lack of articles (e.g. the, a, an), poor wording, etc. man/journalctl.xml | 71 +++--- 1 file changed, 36 insertions(+), 35 del

[systemd-devel] udev rule not applied after resume from sleep

2013-12-10 Thread Jason A. Donenfeld
e to also active on resumption from sleep, or am I hitting some kind of bug? Thanks, Jason ___ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel

[systemd-devel] [PATCH] man: improve wording and comma usage in systemd.journal-fields(7)

2013-12-10 Thread Jason St. John
Improve wording under "Description" and "_KERNEL_DEVICE=" Signed-off-by: Jason St. John --- man/systemd.journal-fields.xml | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/man/systemd.journal-fields.xml b/man/systemd.journal-fields.xml in

[systemd-devel] Future of Polkit & XML with kdbus

2013-11-08 Thread Jason A. Donenfeld
ulous questions. I wish I could ask something more direct. Thanks, Jason ___ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel

[systemd-devel] Future of Polkit & XML with kdbus

2013-11-08 Thread Jason A. Donenfeld
ulous questions. I wish I could ask something more direct. Thanks, Jason ___ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel

[systemd-devel] Fwd: Journalctl performance

2013-09-30 Thread Jason St. John
journal group) and I'm wondering if it wasn't > breaking cleanup / rotation of old journal entries (I haven't > investigated much :( > > -- > Frederic Crozat > SUSE > > _

[systemd-devel] [PATCH] man: improve readability of --output options in journalctl(1)

2013-07-16 Thread Jason St. John
From: "Jason St. John" The list and descriptions of valid output options was difficult to read, so break up the long block of text into discrete man page list items to improve readability. --- man/journalctl.xml| 166 -- man/systemd

[systemd-devel] [PATCH] man: use HTTPS links for links that support it

2013-07-16 Thread Jason St. John
From: "Jason St. John" --- man/binfmt.d.xml | 2 +- man/journald.conf.xml | 2 +- man/machine-id.xml | 2 +- man/os-release.xml | 2 +- man/sd-id128.xml | 2 +- man/systemd.cgroup.xml | 20 ++-- man/systemd.exec.xml | 6 +++--- man/s

[systemd-devel] [PATCH] man: improve word usage and grammar in logind.conf(5)

2013-07-09 Thread Jason St. John
From: "Jason St. John" --- man/logind.conf.xml | 33 + 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/man/logind.conf.xml b/man/logind.conf.xml index 74a100e..8ab6d72 100644 --- a/man/logind.conf.xml +++ b/man/logind.conf.xml @@ -

[systemd-devel] [PATCH 2/2] keymap: horizontally align comments in the same column

2013-07-03 Thread Jason St. John
From: "Jason St. John" --- keymaps-force-release/common-volume-keys| 6 +-- keymaps-force-release/samsung-series-3 | 4 +- keymaps/acer| 34 keymaps/acer-aspire_5720| 6 +-- ke

[systemd-devel] [PATCH 1/2] keymap: improve consistency and general formatting of comments

2013-07-03 Thread Jason St. John
From: "Jason St. John" --- keymaps-force-release/samsung-other | 4 ++-- keymaps-force-release/samsung-series-3 | 2 +- keymaps-force-release/samsung-series-9 | 6 +++--- keymaps/acer-aspire_8930| 4 ++-- ke

[systemd-devel] [PATCH] replace tabs with spaces in various files

2013-07-02 Thread Jason St. John
From: "Jason St. John" The affected files in this patch had inconsistent use of tabs vs. spaces for indentation, and this patch eliminates the stray tabs. Also, the opening brace of sigchld_hdl() in activate.c was moved so the opening braces are consistent throughout the file.

Re: [systemd-devel] [PATCH] man: fix a typo in systemd.socket.xml

2013-06-28 Thread Jason St. John
grammar patch I submitted yesterday. So this is just a heads-up that either this patch or my patch won't apply cleanly depending on commit order. Jason ___ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel

[systemd-devel] [PATCH] man: fix spacing issue in various man pages

2013-06-27 Thread Jason St. John
From: "Jason St. John" Before: libsystemd-daemonpkg-config(1) After: libsystemd-daemon pkg-config(1) This fix is more complicated than it should be due to the consecutive XML elements separated by collapsible whitespace. Merging the lines and separating the XML elements with an en

Re: [systemd-devel] [PATCH] man: fix spacing issue in sd_is_fifo(3)

2013-06-26 Thread Jason St. John
On Fri, Jun 14, 2013 at 2:40 PM, Zbigniew Jędrzejewski-Szmek wrote: > On Wed, Jun 12, 2013 at 09:25:08PM +0200, Jason St. John wrote: >> From: "Jason St. John" >> >> Before: libsystemd-daemonpkg-config(1) >> After: libsystemd-daemon pkg-config(1) >> >

Re: [systemd-devel] assigning one udev attr to another

2013-06-20 Thread Jason A. Donenfeld
Perfect, thanks! ___ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel

[systemd-devel] assigning one udev attr to another

2013-06-20 Thread Jason A. Donenfeld
s.rules DRIVER=="thinkpad_acpi", ATTR{hotkey_mask}="123" But assigning one to another does not. Any advice? Thanks, Jason ___ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel

[systemd-devel] [PATCH] man: fix spacing issue in sd_is_fifo(3)

2013-06-12 Thread Jason St. John
From: "Jason St. John" Before: libsystemd-daemonpkg-config(1) After: libsystemd-daemon pkg-config(1) This fix is more complicated than it should be due to the consecutive XML elements separated by collapsible whitespace. Merging the lines and separating the XML elements with an en

[systemd-devel] [PATCH] man: improve readability of "_TRANSPORT=" section in systemd.journal-fields(7)

2013-06-12 Thread Jason St. John
From: "Jason St. John" The list and descriptions of valid transports was difficult to read, so break the long sentence up into discrete man page list items to improve readability. --- man/systemd.journal-fields.xml | 84 ++ 1 file changed, 68

[systemd-devel] [PATCH] bootchart: fix typos in copyright notices

2013-06-11 Thread Jason St. John
From: "Jason St. John" "Corporation" was misspelled as "Coproration" --- In case it matters, I am not employed by or affiliated with Intel. src/bootchart/bootchart.c | 2 +- src/bootchart/bootchart.h | 2 +- src/bootchart/store.c | 2 +- src/bootchart/sto