]> git.ipfire.org Git - thirdparty/systemd.git/log
thirdparty/systemd.git
8 years agoBug #944: Deletion of unnecessary checks before a few calls of systemd functions 976/head
Markus Elfring [Mon, 17 Aug 2015 08:45:30 +0000 (10:45 +0200)] 
Bug #944: Deletion of unnecessary checks before a few calls of systemd functions

The following functions return immediately if a null pointer was passed.
* calendar_spec_free
* link_address_free
* manager_free
* sd_bus_unref
* sd_journal_close
* udev_monitor_unref
* udev_unref

It is therefore not needed that a function caller repeats a corresponding check.

This issue was fixed by using the software Coccinelle 1.0.1.

8 years agoBug #944: Deletion of unnecessary checks before calls of the function "free"
Markus Elfring [Mon, 17 Aug 2015 07:30:49 +0000 (09:30 +0200)] 
Bug #944: Deletion of unnecessary checks before calls of the function "free"

The function "free" is documented in the way that no action shall occur for
a passed null pointer. It is therefore not needed that a function caller
repeats a corresponding check.
http://stackoverflow.com/questions/18775608/free-a-null-pointer-anyway-or-check-first

This issue was fixed by using the software Coccinelle 1.0.1.

8 years agoBug #944: Replacement of a free() call by mfree()
Markus Elfring [Mon, 17 Aug 2015 07:10:56 +0000 (09:10 +0200)] 
Bug #944: Replacement of a free() call by mfree()

The function "mfree" should be called instead of "free" at a specific
source code place.

8 years agoupdate TODO
Lennart Poettering [Sun, 16 Aug 2015 19:59:58 +0000 (21:59 +0200)] 
update TODO

8 years agoMerge pull request #908 from richardmaw-codethink/nspawn-path-escapes-v3
Lennart Poettering [Sun, 16 Aug 2015 19:32:03 +0000 (21:32 +0200)] 
Merge pull request #908 from richardmaw-codethink/nspawn-path-escapes-v3

Allow arbitrary file paths to be passed to nspawn (v3)

8 years agoREADME: drop reference to Endocode
Lennart Poettering [Sun, 16 Aug 2015 19:05:33 +0000 (21:05 +0200)] 
README: drop reference to Endocode

Chris Kühl does not work at Endocode anymore, the contact data is no
longer valid.

8 years agoMerge pull request #955 from poettering/resolved-localhost-xyz
Tom Gundersen [Sun, 16 Aug 2015 18:46:11 +0000 (20:46 +0200)] 
Merge pull request #955 from poettering/resolved-localhost-xyz

resolved: enable synthesizing of A, AAAA and PTR records for "localhost"

8 years agoMerge pull request #954 from poettering/nss-myhostname-loopback
Tom Gundersen [Sun, 16 Aug 2015 18:38:32 +0000 (20:38 +0200)] 
Merge pull request #954 from poettering/nss-myhostname-loopback

nss-myhostname: use LOOPBACK_IFINDEX instead of if_nametoindex("lo")

8 years agoMerge pull request #972 from poettering/resolve-host-auto-start
Tom Gundersen [Sun, 16 Aug 2015 18:37:52 +0000 (20:37 +0200)] 
Merge pull request #972 from poettering/resolve-host-auto-start

resolve-host: enable auto start of resolved

8 years agoresolve-host: enable auto start of resolved 972/head
Lennart Poettering [Sun, 16 Aug 2015 18:29:21 +0000 (20:29 +0200)] 
resolve-host: enable auto start of resolved

There's no reason to explicitly turn off bus activation for resolved
here. The reason this was done before was that the code was copied from
nss-resolve, which has a fallback to glibc's nss-dns if resolved is not
reachable. However, such a logic makes no sense for resolve-host since
such a fallback doesn't make sense here, which means we can actually
turn on activation. Let's do it hence.

8 years agoMerge pull request #971 from evverx/news-fix
Lennart Poettering [Sun, 16 Aug 2015 18:24:25 +0000 (20:24 +0200)] 
Merge pull request #971 from evverx/news-fix

NEWS: fix the "indirect" state description

8 years agoNEWS: fix the "indirect" state description 971/head
Evgeny Vereshchagin [Sun, 16 Aug 2015 18:10:23 +0000 (18:10 +0000)] 
NEWS: fix the "indirect" state description

8 years agoMerge pull request #931 from spartacus06/update-completion-machinectl
Lennart Poettering [Sun, 16 Aug 2015 17:58:49 +0000 (19:58 +0200)] 
Merge pull request #931 from spartacus06/update-completion-machinectl

Update shell completion for machinectl

8 years agoupdate TODO
Lennart Poettering [Sun, 16 Aug 2015 16:25:24 +0000 (18:25 +0200)] 
update TODO

8 years agoshell-completion: use list-images rather than list 931/head
Seth Jennings [Tue, 11 Aug 2015 16:40:17 +0000 (11:40 -0500)] 
shell-completion: use list-images rather than list

"machinectl list" only lists running machines while many of the MACHINES
commands use names of images; both running and non-running.

List machines from both "list" and "list-images" and use sort -u to
avoid duplicates.

8 years agoshell-completion: update machinectl bash completion
Seth Jennings [Tue, 11 Aug 2015 16:43:56 +0000 (11:43 -0500)] 
shell-completion: update machinectl bash completion

Many new subcommands have been added since the bash completion was last
updated.  Bring it up to speed.

8 years agoMerge pull request #930 from richardmaw-codethink/man-when-exec-start-post
Lennart Poettering [Sun, 16 Aug 2015 16:11:18 +0000 (18:11 +0200)] 
Merge pull request #930 from richardmaw-codethink/man-when-exec-start-post

man: Describe when ExecStartFoo= commands are run in more detail

8 years agoMerge pull request #918 from thomasmey/uml-fix
Lennart Poettering [Sun, 16 Aug 2015 15:07:28 +0000 (17:07 +0200)] 
Merge pull request #918 from thomasmey/uml-fix

UML: Fix block device setup

8 years agoMerge pull request #947 from evverx/bash-completion
Lennart Poettering [Sun, 16 Aug 2015 15:04:57 +0000 (17:04 +0200)] 
Merge pull request #947 from evverx/bash-completion

Update bash-completion: generate all unit types

8 years agobash-completion: generate unit type list from systemctl -t help option 947/head
Evgeny Vereshchagin [Thu, 13 Aug 2015 21:54:58 +0000 (21:54 +0000)] 
bash-completion: generate unit type list from systemctl -t help option

8 years agoMerge pull request #932 from kaysievers/bus
Lennart Poettering [Sun, 16 Aug 2015 12:34:36 +0000 (14:34 +0200)] 
Merge pull request #932 from kaysievers/bus

 sd-bus: do not connect to dbus-1 socket when kdbus is available

8 years agoMerge pull request #968 from alkino/master
Ronny Chevalier [Sat, 15 Aug 2015 12:21:42 +0000 (14:21 +0200)] 
Merge pull request #968 from alkino/master

zsh completion: update busctl

8 years agozsh completion: update busctl 968/head
Nicolas Cornu [Sat, 15 Aug 2015 11:58:05 +0000 (13:58 +0200)] 
zsh completion: update busctl

8 years agoMerge pull request #948 from phomes/master
Daniel Mack [Fri, 14 Aug 2015 11:31:36 +0000 (13:31 +0200)] 
Merge pull request #948 from phomes/master

logind: actually fail on OOM

8 years agoresolved: never allow routing of "localhost" queries to DNS or LLMNR 955/head
Lennart Poettering [Fri, 14 Aug 2015 11:21:28 +0000 (13:21 +0200)] 
resolved: never allow routing of "localhost" queries to DNS or LLMNR

We should never allow leaking of "localhost" queries onto the network,
even if there's an explicit domain rotue set for this.

8 years agoresolved: locally synthesize replies for "localhost"
Lennart Poettering [Fri, 14 Aug 2015 11:17:05 +0000 (13:17 +0200)] 
resolved: locally synthesize replies for "localhost"

Let's make sure that clients querying resolved via the bus for A, AAAA
or PTR records for "localhost" get a synthesized, local reply, so that
we do not hit the network.

This makes part of nss-myhostname redundant, if used in conjunction.
However, given that nss-resolve shall be optional we need to keep this
code in both places for now.

8 years agonss-myhostname: use LOOPBACK_IFINDEX instead of if_nametoindex("lo") 954/head
Lennart Poettering [Fri, 14 Aug 2015 11:11:04 +0000 (13:11 +0200)] 
nss-myhostname: use LOOPBACK_IFINDEX instead of if_nametoindex("lo")

Given that we already hardocde the loopback ifindex, following the
kernel's own logic, we can replace the invocation of
if_nametoindex("lo") with LOOPBACK_IFINDEX.

8 years agoupdate TODO
Lennart Poettering [Fri, 14 Aug 2015 10:44:13 +0000 (12:44 +0200)] 
update TODO

8 years agologind: actually fail on OOM 948/head
Thomas Hindoe Paaboel Andersen [Thu, 13 Aug 2015 21:36:08 +0000 (23:36 +0200)] 
logind: actually fail on OOM

Since dacd6cee76a08331b8c8616c5f30f70ee49aa2f9 the two OOM's are
ignored as the value of r will be overwritten and we only log in
the fail section anyway.

This patch jumps to fail on OOM.

Note that this is different behavior compared to both the current
code and previous to dacd6cee76a08331b8c8616c5f30f70ee49aa2f9. Before
that commit we would log that saving the inhibit data failed, but
still write the file, though without the WHO/WHY section.

CID# 1313545

8 years agoMerge pull request #907 from keszybz/sd-daemon-badf
Lennart Poettering [Thu, 13 Aug 2015 18:54:56 +0000 (21:54 +0300)] 
Merge pull request #907 from keszybz/sd-daemon-badf

sd-daemon: return EBADF for invalid fd numbers

8 years agoMerge pull request #941 from phomes/master
Daniel Mack [Thu, 13 Aug 2015 15:57:09 +0000 (17:57 +0200)] 
Merge pull request #941 from phomes/master

hwdb: add DPI for a few more mice

8 years agohwdb: add DPI for a few more mice 941/head
Thomas Hindoe Paaboel Andersen [Wed, 12 Aug 2015 20:25:10 +0000 (22:25 +0200)] 
hwdb: add DPI for a few more mice

8 years agoMerge pull request #938 from tblume/fix-kexec-force-reboot
Kay Sievers [Wed, 12 Aug 2015 14:08:18 +0000 (16:08 +0200)] 
Merge pull request #938 from tblume/fix-kexec-force-reboot

support reboot -f for kexec kernel

8 years agoMerge pull request #939 from karelzak/smatch
Tom Gundersen [Wed, 12 Aug 2015 13:19:23 +0000 (15:19 +0200)] 
Merge pull request #939 from karelzak/smatch

treewide: trivial issues detected by smatch

8 years agoMerge pull request #935 from teg/gpt-fixes
Kay Sievers [Wed, 12 Aug 2015 12:37:42 +0000 (14:37 +0200)] 
Merge pull request #935 from teg/gpt-fixes

gpt-auto-generator: minor fixes

8 years agosupport reboot -f for kexec kernel 938/head
Thomas Blume [Wed, 12 Aug 2015 06:11:15 +0000 (08:11 +0200)] 
support reboot -f for kexec kernel

Fix error message:

-->--
Code should not be reached 'Unknown action.' at
src/systemctl/systemctl.c:6382, function halt_now(). Aborting.
Aborted
--<--

when executing 'reboot -f' from a system running a kexec kernel.

8 years agogpt-auto-generator: warn on ambiguous blkid probe 935/head
Tom Gundersen [Tue, 11 Aug 2015 16:22:59 +0000 (18:22 +0200)] 
gpt-auto-generator: warn on ambiguous blkid probe

8 years agogpt-auto-generator: don't warn on !ENABLE_EFI
Tom Gundersen [Tue, 11 Aug 2015 14:29:10 +0000 (16:29 +0200)] 
gpt-auto-generator: don't warn on !ENABLE_EFI

add_automount() was only used on EFI systems, compile it conditionally
to avoid the warning.

8 years ago sd-bus: do not connect to dbus-1 socket when kdbus is available 932/head
Kay Sievers [Tue, 11 Aug 2015 18:46:05 +0000 (20:46 +0200)] 
 sd-bus: do not connect to dbus-1 socket when kdbus is available

We should not fall back to dbus-1 and connect to the proxy when kdbus
returns an error that indicates that kdbus is running but just does not
accept new connections because of quota limits or something similar.

Using is_kdbus_available() in libsystemd/ requires it to move from
shared/ to libsystemd/.

Based on a patch from David Herrmann:
  https://github.com/systemd/systemd/pull/886

8 years agoman: Describe when ExecStartFoo= commands are run in more detail 930/head
Richard Maw [Tue, 11 Aug 2015 12:29:45 +0000 (12:29 +0000)] 
man: Describe when ExecStartFoo= commands are run in more detail

Previously it was just descibed that ExecStartPost= commands were
started "after" the ExecStart= command(s).
This hasn't specified after which event, which varies from after it has
been started, after it has exited, after it has sent READY=1 or after it
has taken the bus name, depending on Type=.

This now describes that it happens after the *service* has "started",
as defined by the Type=, and provides some clarification about precisely
when this is.

This may be unnecessary duplication, but it removes the ambiguity as to
whether RemainAfterExit=no means that ExecStartPost= shouldn't be
started because it means the service has stopped when the ExecStart=
command terminates, not "started".

8 years agoMerge pull request #929 from kaysievers/gpt
Daniel Mack [Tue, 11 Aug 2015 11:39:27 +0000 (13:39 +0200)] 
Merge pull request #929 from kaysievers/gpt

gpt-auto-generator: apply partition-type flags only to specific parti…

8 years agogpt-auto-generator: apply partition-type flags only to specific partition-types 929/head
Kay Sievers [Tue, 11 Aug 2015 11:07:25 +0000 (13:07 +0200)] 
gpt-auto-generator: apply partition-type flags only to specific partition-types

The partition-type flags are defined independently for every partition-type. Apply
them only to the types where they are defined, and not to the ESP, which does not
appear to share the same set of flags.

  https://github.com/systemd/systemd/issues/920

8 years agoUML: Fix block device setup 918/head
Thomas Meyer [Sun, 9 Aug 2015 16:07:55 +0000 (18:07 +0200)] 
UML: Fix block device setup

User mode linux block devices start with ubd, e.g. ubda, ubdb, etc..

8 years agoMerge pull request #916 from reverendhomer/patch-3
Daniel Mack [Sat, 8 Aug 2015 11:34:32 +0000 (13:34 +0200)] 
Merge pull request #916 from reverendhomer/patch-3

libsystemd-network: fix memory leak

8 years agolibsystemd-network: fix memory leak 916/head
reverendhomer [Sat, 8 Aug 2015 11:24:11 +0000 (14:24 +0300)] 
libsystemd-network: fix memory leak

8 years agoMerge pull request #914 from reverendhomer/patch-2
Daniel Mack [Sat, 8 Aug 2015 09:07:05 +0000 (11:07 +0200)] 
Merge pull request #914 from reverendhomer/patch-2

Coverity #1299013

8 years agoMerge pull request #913 from reverendhomer/patch-1
Daniel Mack [Sat, 8 Aug 2015 09:05:20 +0000 (11:05 +0200)] 
Merge pull request #913 from reverendhomer/patch-1

Coverity #1299015

8 years agoCoverity #1299013 914/head
reverendhomer [Sat, 8 Aug 2015 06:54:10 +0000 (09:54 +0300)] 
Coverity #1299013

event cannot be NULL due to assert

8 years agoCoverity #1299015 913/head
reverendhomer [Sat, 8 Aug 2015 06:49:39 +0000 (09:49 +0300)] 
Coverity #1299015

bus can never be NULL due to assert

8 years agoman: Document \: escapes in nspawn's --overlay option 908/head
Richard Maw [Fri, 19 Jun 2015 15:24:40 +0000 (15:24 +0000)] 
man: Document \: escapes in nspawn's --overlay option

8 years agonspawn: Allow : characters in overlay paths
Richard Maw [Fri, 19 Jun 2015 15:24:38 +0000 (15:24 +0000)] 
nspawn: Allow : characters in overlay paths

: characters can be entered with the \: escape sequence.

8 years agonspawn: escape paths in overlay mount options
Richard Maw [Fri, 19 Jun 2015 15:24:37 +0000 (15:24 +0000)] 
nspawn: escape paths in overlay mount options

Overlayfs uses , as an option separator and : as a list separator. These
characters are both valid in file paths, so overlayfs allows file paths
which contain these characters to backslash escape these values.

8 years agostrv: Add strv_shell_escape
Richard Maw [Tue, 23 Jun 2015 10:57:41 +0000 (10:57 +0000)] 
strv: Add strv_shell_escape

This modifies the strv in-place, replacing strings with their escaped
version. It's mostly just a convenience function for when you need to
join a strv together because it's passed as a string to something, and
the separator needs escaping.

8 years agoutil: Add shell_escape
Richard Maw [Tue, 23 Jun 2015 10:32:02 +0000 (10:32 +0000)] 
util: Add shell_escape

This is for shell-style \ escaping rather than quoting, which while it
has the same effect in produced shell commands, is not exclusively
useful for shell commands.

shell_escape would be useful for producing sed commands, as you would be
able to \ escape the normal special characters, plus whichever argument
separator was chosen; or it could be used to escape arguments passed to
the overlayfs mount command.

8 years agoman: Document \: escapes in nspawn's --bind option
Richard Maw [Fri, 19 Jun 2015 15:24:36 +0000 (15:24 +0000)] 
man: Document \: escapes in nspawn's --bind option

8 years agonspawn: Allow : characters in nspawn --bind paths
Richard Maw [Fri, 19 Jun 2015 15:24:35 +0000 (15:24 +0000)] 
nspawn: Allow : characters in nspawn --bind paths

: characters in bind paths can be entered as the \: escape sequence.

8 years agostrv: convert strv_split_quotes into a generic strv_split_extract
Richard Maw [Fri, 19 Jun 2015 15:24:34 +0000 (15:24 +0000)] 
strv: convert strv_split_quotes into a generic strv_split_extract

strv_split_extract is to strv_split_quotes as extract_first_word was to
unquote_first_word.

Now there's extract_first_word for extracting a single argument,
extract_many_words for extracting a bounded number of arguments,
and strv_split_extract for extracting an arbitrary number of arguments.

8 years agoman: Document \: escapes in nspawn's --tmpfs option
Richard Maw [Fri, 19 Jun 2015 15:24:33 +0000 (15:24 +0000)] 
man: Document \: escapes in nspawn's --tmpfs option

8 years agonspawn: Allow : characters in --tmpfs path
Richard Maw [Fri, 19 Jun 2015 15:24:31 +0000 (15:24 +0000)] 
nspawn: Allow : characters in --tmpfs path

This now accepts : characters with the \: escape sequence.

Other escape sequences are also interpreted, but having a \ in your file
path is less likely than :, so this shouldn't break anyone's existing
tools.

8 years agoutil: Allow non-separator coalescing parsing in extract_first_word
Richard Maw [Tue, 23 Jun 2015 17:00:40 +0000 (17:00 +0000)] 
util: Allow non-separator coalescing parsing in extract_first_word

If EXTRACT_DONT_COALESCE_SEPARATORS is passed, then leading separators,
trailing separators and spans of multiple separators aren't skipped, and
empty arguments from before, after or between separators may be extracted.

8 years agoutil: Don't interpret quotes by default in extract_first_word
Richard Maw [Tue, 23 Jun 2015 16:26:49 +0000 (16:26 +0000)] 
util: Don't interpret quotes by default in extract_first_word

This adds an EXTRACT_QUOTES option to allow the previous behaviour, of
not interpreting any character inside ' or " quotes as separators.

8 years agoutil: change unquote_*_word to extract_*_word
Richard Maw [Tue, 23 Jun 2015 16:20:53 +0000 (16:20 +0000)] 
util: change unquote_*_word to extract_*_word

It now takes a separators argument, which defaults to WHITESPACE if NULL
is passed.

8 years agounquote_first_word: set *p=NULL on termination
Richard Maw [Fri, 19 Jun 2015 16:38:06 +0000 (16:38 +0000)] 
unquote_first_word: set *p=NULL on termination

To add a flag to allow an empty string to be parsed as an argument, we
need to be able to distinguish between the end of the string, and after
the end of the string, so when we *do* reach the end, let's set *p to
this state.

8 years agoConvert unquote_*_word users to expect isempty(p) after the last entry
Richard Maw [Fri, 19 Jun 2015 15:24:29 +0000 (15:24 +0000)] 
Convert unquote_*_word users to expect isempty(p) after the last entry

This is so that, when called in a loop, unquote_first_word can
distinguish between reaching the end of a string because it has consumed
all the input before the end, and consuming all the input.

This is important because we later add a flag that allows

    char *in = "";
    char *out;
    unquote_first_word(&in, &out, flags);

To put "" in out, and set in = NULL, so the trailing empty string of the
input can be consumed, and mark that the input has been consumed.

8 years agosd-daemon: return EBADF for invalid fd numbers 907/head
Zbigniew Jędrzejewski-Szmek [Fri, 7 Aug 2015 15:30:18 +0000 (11:30 -0400)] 
sd-daemon: return EBADF for invalid fd numbers

This matches what open(2) and other system functions do.

8 years agoMerge pull request #906 from jnpkrn/core-typo-fix
Zbigniew Jędrzejewski-Szmek [Fri, 7 Aug 2015 15:20:18 +0000 (11:20 -0400)] 
Merge pull request #906 from jnpkrn/core-typo-fix

core: s/reexection/reexecution/ typo fix

8 years agocore: s/reexection/reexecution/ typo fix 906/head
Jan Pokorný [Fri, 7 Aug 2015 15:13:15 +0000 (17:13 +0200)] 
core: s/reexection/reexecution/ typo fix

Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
8 years agoMerge pull request #904 from keszybz/load-fragment-fix
Daniel Mack [Fri, 7 Aug 2015 05:32:19 +0000 (07:32 +0200)] 
Merge pull request #904 from keszybz/load-fragment-fix

Load fragment fix

8 years agoman: clarify that unknown escapes must be escaped 904/head
Zbigniew Jędrzejewski-Szmek [Fri, 7 Aug 2015 04:06:15 +0000 (00:06 -0400)] 
man: clarify that unknown escapes must be escaped

https://bugzilla.redhat.com/show_bug.cgi?id=1251334
is about a unit file which has
Environment=TERM=linux PS1=system-upgrade:\w\$\x20
We used to allow that, but after recent tightening of parsing
rules, we barf. Make it clear that this is intentional.

8 years agoload-fragment: fix segv on parse error
Zbigniew Jędrzejewski-Szmek [Fri, 7 Aug 2015 03:47:46 +0000 (23:47 -0400)] 
load-fragment: fix segv on parse error

https://bugzilla.redhat.com/show_bug.cgi?id=1251334

8 years agobuild-sys: line-wrap message about google servers
Zbigniew Jędrzejewski-Szmek [Fri, 7 Aug 2015 00:16:23 +0000 (20:16 -0400)] 
build-sys: line-wrap message about google servers

This way it is more readable in a wall of configure output.

8 years agoMerge pull request #898 from poettering/machined-fix-reload
Daniel Mack [Thu, 6 Aug 2015 14:13:22 +0000 (16:13 +0200)] 
Merge pull request #898 from poettering/machined-fix-reload

Fix for #376, plus some other fixes

8 years agomachined: rework state tracking logic for machines 898/head
Lennart Poettering [Thu, 6 Aug 2015 13:50:54 +0000 (16:50 +0300)] 
machined: rework state tracking logic for machines

This splits up the stopping logic for machines into two steps: first on
machine_stop() we begin with the shutdown of a machine by queuing the
stop method call for it. Then, in machine_finalize() we actually remove
the rest of its runtime context. This mimics closely how sessions are
handled in logind.

This also reworks the GC logic to strictly check the current state of
the machine unit, rather than shortcutting a few cases, like for example
assuming that UnitRemoved really means a machine is gone (which it isn't
since Reloading might trigger it, see #376).

Fixes #376.

8 years agomachine: drop state variable from Machine object
Lennart Poettering [Thu, 6 Aug 2015 13:50:02 +0000 (16:50 +0300)] 
machine: drop state variable from Machine object

We never made use of it, let's get rid of it.

8 years agologind,machined: various smaller cleanups
Lennart Poettering [Thu, 6 Aug 2015 13:48:17 +0000 (16:48 +0300)] 
logind,machined: various smaller cleanups

Use mfree() where we can.

Drop unnecessary {}.

Drop unnecessary variable declarations.

Cast syscall invocations where explicitly don't care for the return
value to (void).

Reword a comment.

8 years agomachined,logind: don't generate errors on signal match functions
Lennart Poettering [Thu, 6 Aug 2015 13:46:16 +0000 (16:46 +0300)] 
machined,logind: don't generate errors on signal match functions

If we get a weird signal, then we should log about it, but not return an
error, since sd-bus will not call us again then anymore, but for these
signals we match here we actually do want to be called on the next
invocation.

8 years agoMerge pull request #897 from poettering/sd-bus-ignore-bloom-filter
Tom Gundersen [Thu, 6 Aug 2015 12:56:47 +0000 (14:56 +0200)] 
Merge pull request #897 from poettering/sd-bus-ignore-bloom-filter

sd-bus: ignore BLOOM_FILTER kdbus items

8 years agosd-bus: ignore BLOOM_FILTER kdbus items 897/head
Lennart Poettering [Thu, 6 Aug 2015 12:48:33 +0000 (15:48 +0300)] 
sd-bus: ignore BLOOM_FILTER kdbus items

The kernel nowadays sends these along, and that's OK, hence don't even
debug log about it, but completely ignore it.

8 years agoMerge pull request #896 from poettering/runtimedir-exec
Tom Gundersen [Thu, 6 Aug 2015 12:34:12 +0000 (14:34 +0200)] 
Merge pull request #896 from poettering/runtimedir-exec

execute: don't fail if we create the runtime directory from two proce…

8 years agobootctl: fix path in log message 939/head
Karel Zak [Thu, 6 Aug 2015 11:59:38 +0000 (13:59 +0200)] 
bootctl: fix path in log message

8 years agoexecute: don't fail if we create the runtime directory from two processes simultaneously 896/head
Lennart Poettering [Thu, 6 Aug 2015 11:53:15 +0000 (14:53 +0300)] 
execute: don't fail if we create the runtime directory from two processes simultaneously

If a service has both ExecStart= and ExecStartPost= set with
Type=simple, then it might happen that we have two children create the
runtime directory of a service (as configured with RuntimeDirectory=) at
the same time. Previously we did this with mkdir_safe() which will
create the dir only if it is missing, but if it already exists will at
least verify the access mode and ownership to match the right values.
This is problematic in this case, since it creates and then adjusts the
settings, thus it might happen that one child creates the directory with
root owner, another one then verifies it, and only afterwards the
directory ownership is fixed by the original child, while the second
child already failed.

With this change we'll now always adjust the access mode, so that we
know that it is right. In the worst case this means we adjust the
mode/ownership even though its unnecessary, but this should have no
negative effect.

https://bugzilla.redhat.com/show_bug.cgi?id=1226509

8 years agoudev: variable dereferenced before check 'cmsg'
Karel Zak [Thu, 6 Aug 2015 11:46:49 +0000 (13:46 +0200)] 
udev: variable dereferenced before check 'cmsg'

8 years agobus-proxy: add comment to remove -EPERM check
Kay Sievers [Thu, 6 Aug 2015 11:45:46 +0000 (13:45 +0200)] 
bus-proxy: add comment to remove -EPERM check

8 years agolibsystemd: fix RTNL_CONTAINER_DEPTH assert
Karel Zak [Thu, 6 Aug 2015 11:32:07 +0000 (13:32 +0200)] 
libsystemd: fix RTNL_CONTAINER_DEPTH assert

The m->n_containers is index and has to be smaller than the array
size.

8 years agoMerge pull request #895 from zonque/unit-fix
Kay Sievers [Thu, 6 Aug 2015 11:01:13 +0000 (13:01 +0200)] 
Merge pull request #895 from zonque/unit-fix

core: unit: remove bus slot after calling unit_done()

8 years agocore: unit: remove bus slot after calling unit_done() 895/head
Daniel Mack [Thu, 6 Aug 2015 10:53:06 +0000 (12:53 +0200)] 
core: unit: remove bus slot after calling unit_done()

The ->done callback in the unit's vtable might call into
unit_unwatch_bus_name() and corrupt memory by that.

Move the call down, and clean up the bus slot in case it hasn't been done
yet.

8 years agoupdate TODO
Lennart Poettering [Thu, 6 Aug 2015 10:44:02 +0000 (13:44 +0300)] 
update TODO

8 years agobus-proxy: fix error code for invalid reply-slots
David Herrmann [Thu, 6 Aug 2015 09:42:40 +0000 (11:42 +0200)] 
bus-proxy: fix error code for invalid reply-slots

The kernel may return EBADSLT if a reply slot cannot be found. Make sure
to ignore it just like we ignore EPERM (the comment still applies).

8 years agoMerge pull request #894 from zonque/name-owner-changed-v2
Lennart Poettering [Thu, 6 Aug 2015 08:25:31 +0000 (11:25 +0300)] 
Merge pull request #894 from zonque/name-owner-changed-v2

core: dbus: track bus names per unit (v2)

8 years agocore: dbus: track bus names per unit 894/head
Daniel Mack [Wed, 5 Aug 2015 15:47:45 +0000 (17:47 +0200)] 
core: dbus: track bus names per unit

Currently, PID1 installs an unfiltered NameOwnerChanged signal match, and
dispatches the signals itself. This does not scale, as right now, PID1
wakes up every time a bus client connects.

To fix this, install individual matches once they are requested by
unit_watch_bus_name(), and remove the watches again through their slot in
unit_unwatch_bus_name().

If the bus is not available during unit_watch_bus_name(), just store
name in the 'watch_bus' hashmap, and let bus_setup_api() do the installing
later.

8 years agoMerge pull request #888 from keszybz/completions-optional
Lennart Poettering [Thu, 6 Aug 2015 07:18:57 +0000 (10:18 +0300)] 
Merge pull request #888 from keszybz/completions-optional

build-sys: allow skipping installation of completions

8 years agoMerge pull request #890 from fsateler/special-docs-v2
Lennart Poettering [Thu, 6 Aug 2015 07:08:40 +0000 (10:08 +0300)] 
Merge pull request #890 from fsateler/special-docs-v2

man: Clarify the difference between sysinit.target and basic.target

8 years agoMerge pull request #893 from zonque/networkd
Lennart Poettering [Thu, 6 Aug 2015 07:06:15 +0000 (10:06 +0300)] 
Merge pull request #893 from zonque/networkd

libsystemd-network: plug memory leak

8 years agolibsystemd-network: plug memory leak 893/head
Daniel Mack [Thu, 6 Aug 2015 06:53:24 +0000 (08:53 +0200)] 
libsystemd-network: plug memory leak

Coverity #1315324

8 years agoMerge pull request #889 from keszybz/man-systemctl-quiet
Zbigniew Jędrzejewski-Szmek [Thu, 6 Aug 2015 01:15:17 +0000 (21:15 -0400)] 
Merge pull request #889 from keszybz/man-systemctl-quiet

man: update description of --quiet

8 years agoMerge branch 'hostnamectl-dot-v2'
Zbigniew Jędrzejewski-Szmek [Thu, 6 Aug 2015 01:01:06 +0000 (21:01 -0400)] 
Merge branch 'hostnamectl-dot-v2'

Manual merge of https://github.com/systemd/systemd/pull/751.

8 years agohostname-util: ignore case when checking if hostname is localhost
Zbigniew Jędrzejewski-Szmek [Tue, 28 Jul 2015 02:37:52 +0000 (22:37 -0400)] 
hostname-util: ignore case when checking if hostname is localhost

8 years agohostname-util: get rid of unused parameter of hostname_cleanup()
Zbigniew Jędrzejewski-Szmek [Tue, 28 Jul 2015 02:36:36 +0000 (22:36 -0400)] 
hostname-util: get rid of unused parameter of hostname_cleanup()

All users are now setting lowercase=false.

8 years agohostnamectl: allow trailing dot on fqdn
Zbigniew Jędrzejewski-Szmek [Tue, 28 Jul 2015 02:30:06 +0000 (22:30 -0400)] 
hostnamectl: allow trailing dot on fqdn

When the user requests to set hostname, and we are setting both
pretty and static hostnames, and the name is a valid FQDN, we
use it as the static hostname, and unset the pretty hostname.
The change is that a FQDN with a trailing dot is accepted and ignored.

https://bugzilla.redhat.com/show_bug.cgi?id=1238246

Lowercasing of the static name is not done anymore.

$ hostnamectl set-hostname Foobar.
=> static is "Foobar", pretty is "Foobar."
$ hostnamectl set-hostname Foobar.org.
=> static is "Foobar.org", pretty is unset
$ hostnamectl set-hostname Foobar.org..
=> static is "Foobar.org", pretty is "Foobar.org.."

8 years agonetworkd: allow trailing dot on fqdn in config file
Zbigniew Jędrzejewski-Szmek [Tue, 28 Jul 2015 02:21:07 +0000 (22:21 -0400)] 
networkd: allow trailing dot on fqdn in config file