Commit v218-247-g11c6f69 broke the output of the utility. "%1$" PRIu64
"x" expands to "%1$lux", essentially "%lux", which shows the problem.
u and x cannot be combined, u wins as the type character, and x gets
emitted verbatim to stdout.
References: https://bugzilla.redhat.com/show_bug.cgi?id=1227
In my kernel, there is CONFIG_SCHED_AUTOGROUP=y set. I believe that since
systemd is capable of, and is doing grouping on its own, the kernel option has
no effect. This seems reflected in /sys/fs/cgroups/cpu,cpuacct having
no subdirectories:
12:34 ares40:../cgroup/cpu,cpuacct > ls -Fax
./
On Tuesday 2015-05-19 19:03, Tom Gundersen wrote:
>> Unlike hwdevtype, arphrd is at least set _all the time_.
>
>True, but not always to something useful (which is why we special case
>ARPHRD_ETHER and DEVTYPE==wlan|wwan).
How so? If ethernet frames is what the OS has to send to the device to mak
On Tuesday 2015-05-19 18:38, Tom Gundersen wrote:
>>> > # networkctl status --no-pager eth0
>>> > ??● 3: eth0
>>> >Link File: n/a
>>> > Network File: n/a
>>> > Type: ether
>>> >State: off (unmanaged)
>>> > Path: pci-:01:00.0
>>> > Driver: r8169 [...]
>>> >
On Thursday 2015-04-02 10:35, Lennart Poettering wrote:
>On Mon, 30.03.15 01:46, Jan Engelhardt (jeng...@inai.de) wrote:
>
>What does "systemctl status" and "systemctl show" say about the unit
>in question?
>
>(And what is klog.service? Sounds really obsol
Thread originated in
http://lists.opensuse.org/opensuse-factory/2015-03/msg00419.html
On Monday 2015-03-30 01:07, Jan Engelhardt wrote:
>On Sunday 2015-03-29 20:24, Stefan Seifert wrote:
>>
>>Some time in the last month Tumbleweed lost the ability to boot into runlevel
>>3
systemd/configure.ac has a
AC_CHECK_PROG([KMOD]...)
but what actually *uses* this? The way it looks, it's all (udev rules)
using libkmod directly.
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/
On Friday 2015-02-27 04:12, Zbigniew Jędrzejewski-Szmek wrote:
>On Tue, Feb 24, 2015 at 05:49:02PM +0100, Jan Engelhardt wrote:
>
>> +ACTION=="add", SUBSYSTEM=="vtconsole", KERNEL=="vtcon*",
>> RUN+="@rootlibexecdir@/systemd-vconsole-setup
On Wednesday 2015-02-25 21:10, Lennart Poettering wrote:
>> >> The setup program would not set the font on tty16 upwards.
>> >> There is a maximum of 63 VCs possible in Linux. (That number is
>> >> hardcoded.)
>> >
>> >We deliberately do not support such high VTs in systemds.
>>
>> And what's the
On Tuesday 2015-02-24 21:34, Jan Engelhardt wrote:
>+/* get active tty - ignore v_state bitmask */
> r = ioctl(fd, VT_GETSTATE, &vcs);
> if (r < 0)
> return;
>
>-for (i = 1; i <= 15; i++) {
>+
The setup program would not set the font on tty16 and upwards.
There is a maximum of 63 VCs possible in Linux. (That number is
hardcoded.)
The reason for systemd not having supported tty16+ is because it
used the VT_GETSTATE ioctl, which can only tell about the state
of the first 16 ttys. However,
On Tuesday 2015-02-24 19:53, Jan Engelhardt wrote:
>On Tuesday 2015-02-24 19:47, Lennart Poettering wrote:
>
>>On Tue, 24.02.15 17:49, Jan Engelhardt (jeng...@inai.de) wrote:
>>
>>> The setup program would not set the font on tty16 upwards.
>>> There is a
On Tuesday 2015-02-24 19:47, Lennart Poettering wrote:
>On Tue, 24.02.15 17:49, Jan Engelhardt (jeng...@inai.de) wrote:
>
>> The setup program would not set the font on tty16 upwards.
>> There is a maximum of 63 VCs possible in Linux. (That number is
>> hardcoded.)
&
When a system, which has an FB driver and fbcon loaded and active,
then the font state gets lost on console takeovers, as for example
issued by i915. Since fbcon remains loaded and active, the existing
event handling (add/vtcon*) is not sufficient.
---
This goes on top of the other patchset I sent
The setup program would not set the font on tty16 upwards.
There is a maximum of 63 VCs possible in Linux. (That number is
hardcoded.)
---
src/vconsole/vconsole-setup.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/vconsole/vconsole-setup.c b/src/vconsole/vconsole-setup.c
During openQA runs, openSUSE observed that the on-screen font was
different lately. I can locally reproduce the problem, which is,
generally speaking:
Loading a framebuffer module resets the console font to the VGA ROM
default for that mode.
systemd-vconsole-setup or part thereof needs to be re
On Sunday 2015-01-25 23:51, Jan Engelhardt wrote:
>
>The virtual machine only receives L2 frames destined for 08:00:27:0a:c5:b2
>(and broadcast), even when enp0s3 is in promisc mode.
>This may very well be an artifact of TAP, or of how the VirtualBox
>service processes on the rea
On Tuesday 2015-01-13 18:39, Tom Gundersen wrote:
>On Mon, Jan 12, 2015 at 12:55 AM, Jan Engelhardt wrote:
>
>> tcpdump now tells us on ping:
>>
>> 66:ba:7f:2d:8b:80->ff:ff:ff:ff:ff:ff ethertype ARP (0x0806), length 44:
>> Request who-has 10.10.60.129 te
On Tuesday 2015-01-13 15:07, Mike Gilbert wrote:
>>
>> /usr/bin/xsltproc -o man/bootup.7 --nonet --xinclude --stringparam
>> man.output.quietly 1 --stringparam funcsynopsis.style ansi
>> --stringparam man.authors.section.enabled 0 --stringparam
>> man.copyright.section.enabled 0 --stringparam s
On Tuesday 2015-01-13 00:25, Zbigniew Jędrzejewski-Szmek wrote:
>On Mon, Jan 12, 2015 at 11:42:38PM +0100, Jan Engelhardt wrote:
>>
>> Happens with top-of-line 720e0be0f00f4a7fee808d1cf60db43970900588.
>>
>> == Summary ==
>> + make install DESTDIR=/home/abuild/
On Monday 2015-01-12 18:29, Tom Gundersen wrote:
>> In systemd-218, I have configured the following testcase:
>>
>> /etc/systemd/network# ls -al
>> total 20
>> drwxr-xr-x 2 root root 4096 Jan 11 18:14 .
>> drwxr-xr-x 5 root root 4096 Jan 11 16:23 ..
>> -rw-r--r-- 1 root root 96 Jan 11 18:14 99a-
Happens with top-of-line 720e0be0f00f4a7fee808d1cf60db43970900588.
== Summary ==
+ make install DESTDIR=/home/abuild/rpmbuild/BUILDROOT/systemd-218a-0.x86_64
make --no-print-directory install-recursive
Making install in .
[...]
XSLT man/busctl.1
[...]
/usr/bin/mkdir -p
'/home/abuild/rpmbu
---
network/80-container-ve.network | 2 ++
1 file changed, 2 insertions(+)
diff --git a/network/80-container-ve.network b/network/80-container-ve.network
index cb04c7c..f030d16 100644
--- a/network/80-container-ve.network
+++ b/network/80-container-ve.network
@@ -9,6 +9,8 @@
Name=ve-*
Driver=v
---
man/systemd.link.xml| 6 ++
man/systemd.netdev.xml | 1 +
man/systemd.network.xml | 1 +
3 files changed, 8 insertions(+)
diff --git a/man/systemd.link.xml b/man/systemd.link.xml
index 33822e7..bb3f908 100644
--- a/man/systemd.link.xml
+++ b/man/systemd.link.xml
@@ -407,6 +407,12 @@
When using the old-fashioned brctl to set up a bridge, it would give the
bridge the L2 address of the first slave when the slave is added.
networkd does not do that, which leads to a setup like this:
2: enp0s3: mtu 1500 qdisc pfifo_fast
master brg0 state UP group default qlen 1000
link/eth
In systemd-218, I have configured the following testcase:
/etc/systemd/network# ls -al
total 20
drwxr-xr-x 2 root root 4096 Jan 11 18:14 .
drwxr-xr-x 5 root root 4096 Jan 11 16:23 ..
-rw-r--r-- 1 root root 96 Jan 11 18:14 99a-ether.link
-rw-r--r-- 1 root root 241 Jan 11 18:12 brd0.network
-rw-
up to 3a6a5f848ce56c5e78641edc4945cadfa304934e:
doc: use expanded forms for written style (2014-06-28 03:38:20 +0200)
Jan Engelhardt (3):
doc: grammatical corrections
doc: typographical improvements and choice of words
---
CODING_STYLE| 10 +-
NEWS| 4 ++--
man/sysctl.d.xml| 4 ++--
man/systemd.network.xml | 4 ++--
man/tmpfiles.d.xml | 2 +-
5 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/CODING_STYLE b/CODING_STYLE
index cb8d96c..e192944
---
CODING_STYLE | 24
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/CODING_STYLE b/CODING_STYLE
index e192944..e22c1ed 100644
--- a/CODING_STYLE
+++ b/CODING_STYLE
@@ -23,14 +23,14 @@
more than one cause, it *really* should have "int" as return value
---
CODING_STYLE| 24 ++---
NEWS| 46 -
README | 8 +++
man/coredump.conf.xml | 2 +-
man/coredumpctl.xml | 2 +-
man/hostnamectl.xml
commit ffcf82d250e95ea0a06a95d7adc72bfad6db51e3
Author: Kay Sievers
Date: Thu May 22 09:41:32 2014 +0900
build-sys: fix linking order
./.libs/libsystemd-network.a(libsystemd_network_la-network-internal.o):
network-internal.c:function net_get_unique_predictable_data:
er
On Thursday 2014-05-22 02:27, Lennart Poettering wrote:
>On Tue, 20.05.14 23:31, Jan Engelhardt (jeng...@inai.de) wrote:
>
>> The build fails if kmod is not in a default location.
>
>Thanks!
>Applied!
Have you thought about just putting everything into AM_CFLAGS=,
so tha
The build fails if kmod is not in a default location.
---
Makefile.am | 8
1 file changed, 8 insertions(+)
diff --git a/Makefile.am b/Makefile.am
index f2a3bbd..f3108db 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4200,6 +4200,10 @@ systemd_resolved_SOURCES = \
src/resolve/reso
: write out stdin/stdout file descriptors (2014-05-08 01:26:35 +0200)
Jan Engelhardt (4):
doc: corrections to words and forms
doc: comma placement corrections and word order
doc: balance C indirections in function
"When refering to code, STDOUT/STDOUT/STDERR are replaced with
stdin/stdout/stderr, and in other places they are replaced with
normal phrases like standard output, etc."
Addendum to commit v209~127.
---
man/daemon.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/man/dae
This patch exchange words which are inappropriate for a situation,
deletes duplicated words, and adds particles where needed.
---
NEWS | 2 +-
man/sd_bus_message_append_string_memfd.xml | 4 ++--
man/sd_bus_message_append_strv.xml | 4 ++--
man/sd_bus_
On Tuesday 2014-05-06 23:09, Tom Gundersen wrote:
>Applied 1,2 and 5. Thanks! However, I was not able to apply 3 and 4,
>care to take a look?
There is - no doubt - fluctuation in that area. I'm resending a rebased
one in a minute.
___
systemd-devel mai
This patch exchange words which are inappropriate for a situation,
deletes duplicated words, and adds particles where needed.
---
NEWS | 2 +-
TODO | 2 +-
man/sd_bus_message_append_string_memfd.xml | 4 ++--
man/sd_bus_me
---
man/systemd.resource-control.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man/systemd.resource-control.xml b/man/systemd.resource-control.xml
index 5a996fd..80c365b 100644
--- a/man/systemd.resource-control.xml
+++ b/man/systemd.resource-control.xml
@@ -139,7 +139,7
---
NEWS | 42 +-
README | 2 +-
TODO | 36 ++--
man/sd_bus_path_encode.xml | 2 +-
man/systemd.network.xml| 2 +-
5 files changed, 42 insertions(+), 42 de
---
NEWS| 4 ++--
README | 2 +-
TODO| 2 +-
man/sd_bus_path_encode.xml | 2 +-
man/systemd-gpt-auto-generator.xml | 12 ++--
man/systemd-networkd.service.xml| 2 +-
man/systemd-
repository at:
git://git.inai.de/systemd master
for you to fetch changes up to b22b232f6bd4303d267b36e2262d8d1896daf765:
doc: adhere to XML syntax (2014-05-03 19:11:18 +0200)
Jan Engelhardt (5):
doc: use non-contracted
On Monday 2014-03-03 07:51, Jan Engelhardt wrote:
>
>When building with GCC 4.9.0 [svn r208221], then the following happens:
>[...]
>$ nm src/libsystemd/sd-bus/.libs/libsystemd_la-sd-bus.o
>0001 C __gnu_lto_slim
>0001 C __gnu_lto_v1
>$ make
>[...]
Just informing you…
When building with GCC 4.9.0 [svn r208221], then the following happens:
$ make
[...]
make --no-print-directory all-recursive
Making all in .
CC src/libsystemd/sd-bus/libsystemd_la-sd-bus.lo
CC src/libsystemd/sd-bus/libsystemd_la-bus-control.lo
CC src/l
On Monday 2014-02-24 23:08, Lennart Poettering wrote:
>
>CHANGES WITH 210:
>
>* logind is now a lot more aggressive when suspending the
> machine due to a closed laptop lid. Instead of acting only
> on the lid close action it will continuously watch the lid
> sta
---
This goes onto 06beed6.
NEWS | 16
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/NEWS b/NEWS
index ae7be6e..6a6635b 100644
--- a/NEWS
+++ b/NEWS
@@ -5,13 +5,13 @@ CHANGES WITH 209:
* A new component "systemd-networkd" has been added that can
---
man/systemd-networkd.service.xml | 6 +++---
man/systemd-udevd.service.xml| 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/man/systemd-networkd.service.xml b/man/systemd-networkd.service.xml
index 48521df..527742c 100644
--- a/man/systemd-networkd.service.xml
+++ b/ma
AS_HELP_STRING has been observed to expand such that the surround
function complains; play it safe and consistenly quote the example
code throughout.
---
man/daemon.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/man/daemon.xml b/man/daemon.xml
index 26ba600..88dd082
Shift the asterisks in the documentation's prototypes such that they
are consistent among each other. Use the right side to match source code.
---
man/sd_bus_creds_get_pid.xml | 48 +++
man/sd_bus_creds_new_from_pid.xml | 12
man/sd_bus_lab
Either it is shared across threads, or it is per-thread: decide.
Reading the source code, I see a thread_local identifier, so that's
that. But that does not yet preclude that a program may pass around
the pointer returned from the function among its own threads.
Do a best effort at saying so.
---
In other parts of systemd, the code checks for " (deleted)",
but in one instance, it did not (yet). Make it do the same.
---
src/core/umount.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/core/umount.c b/src/core/umount.c
index 30111be..2d166c1 100644
--- a/src/core/umou
I suggest the following changes to improve the way the text reads
("flows").
---
man/crypttab.xml | 6 +++---
man/sd_bus_creds_get_pid.xml | 2 +-
man/sd_bus_message_get_monotonic_usec.xml | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/
---
man/localtime.xml| 2 +-
man/sd_bus_error.xml | 8
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/man/localtime.xml b/man/localtime.xml
index b7fd1ba..dbf2379 100644
--- a/man/localtime.xml
+++ b/man/localtime.xml
@@ -55,7 +55,7 @@
-
Issues fixed:
* missing words required by grammar
* duplicated or extraneous words
* inappropriate forms (e.g. singular/plural), and declinations
* orthographic misspellings
---
man/busctl.xml | 2 +-
man/journalctl.xml | 2 +-
man/journald.conf.xml|
Resolve spotted issues related to missing or extraneous commas, dashes.
---
man/journalctl.xml | 6 +++---
man/sd_bus_error.xml | 2 +-
man/sd_bus_new.xml | 2 +-
man/systemctl.xml | 10 +-
man/systemd-cat.xml
---
man/sd_bus_creds_get_pid.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/man/sd_bus_creds_get_pid.xml b/man/sd_bus_creds_get_pid.xml
index 299c05a..740082e 100644
--- a/man/sd_bus_creds_get_pid.xml
+++ b/man/sd_bus_creds_get_pid.xml
@@ -246,10 +246,10 @@ along wit
44841cb351bb641ab8cbe77006e399913b1d8ebb:
doc: utilize the DocBook markup for some literals (2014-02-17 16:26:45 +0100)
Jan Engelhardt (10):
core: more exact test on the procfs special string "(deleted)"
doc: quote consistently in autoconf code
On Friday 2014-02-14 12:44, Lennart Poettering wrote:
>On Fri, 20.12.13 03:03, Jan Engelhardt (jeng...@inai.de) wrote:
>
>> This is a recurring submission and includes corrections to various
>> issue spotted: comma setting, missing words/preposition choice.
>> Of note
fbd1e237dd8bd192c5b99b4dbcaf8ccbb429611e:
man: grammar and wording improvements (2013-12-26 02:46:29 +0100)
Jan Engelhardt (3):
man: resolve word omissions
man: improvements to comma placement
man: grammar and
This is a recurring submission and includes corrections to:
word omissions and word class choice.
---
man/binfmt.d.xml| 4 ++--
man/journald.conf.xml | 2 +-
man/loginctl.xml| 2 +-
man/sd-daemon.xml
This is a recurring submission and includes corrections to:
- missing words, preposition choice.
- change of /lib to /usr/lib, because that is what most distros are
using as the system-wide location for systemd/udev files.
---
man/daemon.xml| 2 +-
man/journalctl.xml
This is a recurring submission and includes corrections to:
comma placement.
---
man/halt.xml | 2 +-
man/hostnamectl.xml| 2 +-
man/journalctl.xml | 2 +-
man/sd-daemon.xml | 4 ++--
man/sd-readahead.xml
This is a recurring submission and includes corrections to various
issue spotted: comma setting, missing words/preposition choice.
Of note is the change of /lib to /usr/lib, because that is what most
distros are using as the system-wide location for systemd/udev files.
---
man/journalctl.xml
On Wednesday 2013-11-20 12:36, Tom Gundersen wrote:
>>> [Network]
>>> Address=192.168.0.1/24
>>> Address=192.168.0.2/24
>>> Gateway=192.168.1.1
>>>
>>> [Address:oneaddress]
>>> Address=192.168.0.3/24
>>> Label=three
>>> Peer=192.168.1.1
>>
>> Arent's we sacrificing significant part of simplicity i
On Tuesday 2013-11-12 06:34, David Timothy Strauss wrote:
>On Tue, Nov 12, 2013 at 3:27 PM, Jan Engelhardt wrote:
> As far as I can see, ethtool-util.c in systemd merely passes
> that on to
> ethtool, and /usr/include/linux/ethtool.h says "MBps" in its
>
On Tuesday 2013-11-12 06:00, David Timothy Strauss wrote:
>Is the code already assuming megabits in the "speed" variable?
>
As far as I can see, ethtool-util.c in systemd merely passes that on to
ethtool, and /usr/include/linux/ethtool.h says "MBps" in its comments.
What I missed is some more
Given a card that can do 100 Mbit/s, that would be about 12.5 MByte/s,
but you cannot seriously expect me to use that value. Although it is
quite compelling for 40 Gbit/s because that divides nicely to 5
GByte/sec, and we will be seeing increasing speeds :)
---
man/udev.xml
This is a recurring submission and includes corrections to various
issue spotted: comma setting, missing words/preposition choice.
Important this time: /lib was changed to /usr/lib, since that is what
most distros seem to use for their systemd/udev file location.
---
man/sd_is_fifo.xml
On Tuesday 2013-11-12 01:31, NeilBrown wrote:
>
>mdadm is quite good at assembling arrays incrementally. "udev" runs
>"mdadm -I" for each new device and mdadm gathers them into arrays and
>activates the array once all the expected devices have been gathered.
>[mdadm might] wait [...] forever.
>md
On Monday 2013-11-11 07:21, Anatol Pomozov wrote:
>Hi
>
>On Sat, Nov 9, 2013 at 6:02 AM, Chris Morgan wrote:
>> Hello.
>>
>> I wanted to implement a configuration file format for an application of mine
>> that uses a similar format to what systemd uses. I was wondering if the
>> parser used today
The explanation is from
http://people.debian.org/~stapelberg/docs/systemd-dependencies.html
---
man/systemd-halt.service.xml | 6 ++
1 file changed, 6 insertions(+)
diff --git a/man/systemd-halt.service.xml b/man/systemd-halt.service.xml
index 2fd7b8b..0737d05 100644
--- a/man/systemd-halt.se
This is a recurring submission and includes corrections to various
issue spotted: comma setting, missing words/preposition choice.
---
man/hostnamectl.xml | 2 +-
man/localectl.xml | 2 +-
man/loginctl.xml | 2 +-
man/machinectl.xml| 6 +++---
man/sys
On Wednesday 2013-11-06 02:57, Tom Gundersen wrote:
>
>>> Gateway=192.168.1.1
>>> Address=label@192.168.1.23/24
>>> Address=fe80::9aee:94ff:fe3f:c618/64
>>
>The @ syntax is my invention, but i'm very happy to
>change it if anyone has a better suggestion.
Be sure to support
Address=192.16
On Tuesday 2013-11-05 00:28, ScotXW wrote:
>>
>> Seems rather strange to find GRUB and Linux in "BIOS".
>> And if you talk about Uboot and Redboot and whatever else, then
>> marking the orange section as "GRUB" is sorta outta place.
>
> Linux kernel and GNU GRUB can be payloads to coreboot.
That
On Tuesday 2013-11-05 00:19, ScotXW wrote:
> On 11/05/2013 12:01 AM, Kay Sievers wrote:
>> Most of this is just misleading, plain wrong or backwards. Systemd is
>> not in-between the kernel and applications, especially not for the
>> ones you listed.
>[Yes is it]
> Y-axes represents the time
How
On Monday 2013-11-04 23:48, ScotXW wrote:
> Hi,
>
> I created this [1] scheme. Can you help fill in the blank? I know there is
> very
> extensive documentation about systemd, it is way too extensive for my
> purposes,
> the home user.
>
> [1] https://commons.wikimedia.org/wiki/File:Linux_startup
On Monday 2013-11-04 13:01, Lennart Poettering wrote:
>On Sat, 02.11.13 02:11, Djalal Harouni (tix...@opendz.org) wrote:
>>
>>I'm building from git tree, and I've noticed that systemd autogen.sh
>>will fail if the libgcrypt and its headers are missing.
>
>This is expected that way. If you build
On Monday 2013-11-04 16:52, Lennart Poettering wrote:
>>
>> Those _were_ all cron jobs. I don't think that any of those should be
>> cron jobs, especially the 4 AM update-db or man-db runs. Anacron is just
>> patching over the fact that most machines aren't running at that time of
>> day.
>
>Well
On Sunday 2013-11-03 14:42, Hoyer, Marko (ADITG/SW2) wrote:
>
>Isn't the classical Linux way an option to?
>- the daemon does its initialization with the calling thread
>- once it is done with the initialization, it forks off a process that goes on
>with the daemons work (the main loop probably)
>
On Thursday 2013-10-10 15:36, Kay Sievers wrote:
>
>Note, that the netlink *address* just happens to be the PID in the
>usual case, but it's not necessarily the PID. For netlink t's just a
>number, an address not a PID. The second netlink socket a process
>opens gets a negative address instead of
On Saturday 2013-10-26 20:32, Kay Sievers wrote:
>On Sat, Oct 26, 2013 at 8:16 PM, Jan Engelhardt wrote:
>> On Saturday 2013-10-26 16:16, Tom Gundersen wrote:
>>>
>>>The tool is configured by .link files in /etc/net/links/ (with the usual
>>>overriding lo
On Saturday 2013-10-26 16:16, Tom Gundersen wrote:
>
>The tool is configured by .link files in /etc/net/links/ (with the usual
>overriding logic in /run and /lib). The first (in lexicographical order)
>matching .link file is applied to a given device, and all others are ignored.
Is there anything
On Friday 2013-10-25 11:24, Thiago Macieira wrote:
>> Even if it isn't that "minor" of an issue, the correct thing to do here
>> is to dlopen it, as that removes this type of issue completely.
>
>That's what we'll do. It's just a sub-optimal solution, compared to direct &
>normal linking -- which
On Thursday 2013-10-24 14:15, Koehne Kai wrote:
>
>I'm a developer working on Qt.[...]
>https://bugreports.qt-project.org/browse/QTBUG-34176 [is] one of the
>problems we still have[,] to fix is our libudev.so.0 dependency ...
>That is, we're building the packages on Ubuntu 11.10 and link
>against
sudo is not the first-class tool on all distros. Just require any
superuser shell.
---
man/systemd-socket-proxyd.xml | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/man/systemd-socket-proxyd.xml b/man/systemd-socket-proxyd.xml
index 9f2389a..d17c86e 100644
--- a/ma
This is a recurring submission and includes corrections to various
issue spotted.
---
DISTRO_PORTING | 8
README | 34 ++
TODO| 22 +++---
man/kernel-command-line.xml
On Thursday 2013-10-17 22:16, Colin Guthrie wrote:
> Perhaps a dumb question but are you 100% certain that
> systemd-remount-fs.service has been run? I've not seen any debug about
> it so far on this thread:
[lots of prose]
>
>That said, as the tool worked properly, it would seem that
On Tuesday 2013-10-15 14:22, Zbigniew Jędrzejewski-Szmek wrote:
>> diff --git a/man/kernel-command-line.xml b/man/kernel-command-line.xml
>> index cc267a3..abe68e5 100644
>> --- a/man/kernel-command-line.xml
>> +++ b/man/kernel-command-line.xml
>> @@ -123,6 +123,7 @@
>>
>
This is a recurring submission and includes corrections to various
issue spotted. I guess I can just skip over reporting ubiquitous comma
placement fixes…
---
man/journalctl.xml | 6 +++---
man/systemctl.xml| 6 +++---
man/systemd-cgtop.xml|
:
man: wording and grammar updates (2013-10-15 08:55:57 +0200)
Jan Engelhardt (2):
man: document the -b special boot option
man: wording and grammar updates
man/journalctl.xml | 6 +++---
man/kernel
---
man/kernel-command-line.xml | 1 +
man/systemd.xml | 1 +
2 files changed, 2 insertions(+)
diff --git a/man/kernel-command-line.xml b/man/kernel-command-line.xml
index cc267a3..abe68e5 100644
--- a/man/kernel-command-line.xml
+++ b/man/kernel-command-line.xml
@@ -123,6 +123,7 @@
On Monday 2013-10-07 14:25, Karel Zak wrote:
>On Tue, Sep 10, 2013 at 04:55:19PM +0100, Colin Guthrie wrote:
>> 'Twas brillig, and Tom Gundersen at 10/09/13 13:45 did gyre and gimble:
>> > On Tue, Sep 10, 2013 at 2:31 PM, Jan Engelhardt wrote:
>> >>
>
On Tuesday 2013-10-01 13:08, Colin Guthrie wrote:
>'Twas brillig, and Lennart Poettering at 01/10/13 03:03 did gyre and gimble:
>> On Mon, 30.09.13 12:48, Jason St. John (jstj...@purdue.edu) wrote:
>>
>>> I've been seeing similar performance issues with the journal for
>>> several recent versions
On Tuesday 2013-10-01 04:29, Lennart Poettering wrote:
>> >
>> > b) declare that manual passno configuration is stupid beyond treating it
>> >as simple boolean. In thatc ase we should drop all references of
>> >passno in the sources. Of course people might complain that we break
>> >co
On Monday 2013-09-30 17:52, Lennart Poettering wrote:
>
>We are looking into organizing another systemd Hackfest early next year,
>either co-located with FOSDEM 2014 in Brussels (Feb. 1+2) or with
>devconf.cz 2014 in Brno (Feb 7-9).
>
>Now, we have the suspcicion that more people might be willing
On Sunday 2013-09-29 15:10, Dave Reisner wrote:
>On Sep 29, 2013 6:40 AM, "Jan Engelhardt" wrote:
>> On Thursday 2013-09-26 00:38, Tom Gundersen wrote:
>>
>> >+if [[ `basename $0` == 'installkernel' ]]; then
>>
>> Lack of quoting - bad bad
On Thursday 2013-09-26 01:18, Mantas Mikulėnas wrote:
>> -cp --preserve "$KERNEL_IMAGE" "$BOOT_DIR_ABS/linux" || {
>> +cp "$KERNEL_IMAGE" "$BOOT_DIR_ABS/linux" &&
>> + chown root:root "$BOOT_DIR_ABS/linux" &&
>> + chmod 0600 "$BOOT_DIR_ABS/linux" || {
>
>How about `install -m 0600 -o root -g r
On Thursday 2013-09-26 00:38, Tom Gundersen wrote:
>+if [[ `basename $0` == 'installkernel' ]]; then
Lack of quoting - bad bad bad.
Why not just write ${0##*/} ?
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop
On Wednesday 2013-09-18 00:15, Lennart Poettering wrote:
>>
>> In pam_mount where discard too had been feature-requested (and then
>> implemented according to the way it sounds): "allow-discards"
>> _allows_ discarding, but only "discard" would make it such that
>> the filesystem issues discards t
On Tuesday 2013-09-17 21:03, Lennart Poettering wrote:
>On Fri, 13.09.13 15:15, Colin Guthrie (gm...@colin.guthr.ie) wrote:
>>
>> 'Twas brillig, and Lennart Poettering at 13/09/13 03:16 did gyre and gimble:
>> > * The option "discard" (as known from Debian) is now
>> > synonymou
1 - 100 of 202 matches
Mail list logo