platform/upstream/systemd.git
9 years agoresolved: packet - fix typo in read_rr()
Tom Gundersen [Tue, 11 Aug 2015 18:05:53 +0000 (20:05 +0200)]
resolved: packet - fix typo in read_rr()

9 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"

9 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")

9 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

9 years agoresolve-host: enable auto start of resolved
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.

9 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

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

9 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

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

9 years agoshell-completion: use list-images rather than list
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.

9 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.

9 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

9 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

9 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

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

9 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

9 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

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

9 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

9 years agoresolved: never allow routing of "localhost" queries to DNS or LLMNR
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.

9 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.

9 years agonss-myhostname: use LOOPBACK_IFINDEX instead of if_nametoindex("lo")
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.

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

9 years agologind: actually fail on OOM
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

9 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

9 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

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

9 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

9 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

9 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

9 years agosupport reboot -f for kexec kernel
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.

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

9 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.

9 years ago sd-bus: do not connect to dbus-1 socket when kdbus is available
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

9 years agoman: Describe when ExecStartFoo= commands are run in more detail
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".

9 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…

9 years agogpt-auto-generator: apply partition-type flags only to specific partition-types
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

9 years agoUML: Fix block device setup
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..

9 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

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

9 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

9 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

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

event cannot be NULL due to assert

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

bus can never be NULL due to assert

9 years agosd-daemon: return EBADF for invalid fd numbers
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.

9 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

9 years agocore: s/reexection/reexecution/ typo fix
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>
9 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

9 years agoman: clarify that unknown escapes must be escaped
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.

9 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

9 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.

9 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

9 years agomachined: rework state tracking logic for machines
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.

9 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.

9 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.

9 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.

9 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

9 years agosd-bus: ignore BLOOM_FILTER kdbus items
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.

9 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…

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

9 years agoexecute: don't fail if we create the runtime directory from two processes simultaneously
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

9 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'

9 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

9 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.

9 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()

9 years agocore: unit: remove bus slot after calling unit_done()
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.

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

9 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).

9 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)

9 years agocore: dbus: track bus names per unit
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.

9 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

9 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

9 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

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

Coverity #1315324

9 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

9 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.

9 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

9 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.

9 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.."

9 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

9 years agofirstboot: allow a trailing dot on fqdn
Zbigniew Jędrzejewski-Szmek [Tue, 28 Jul 2015 02:20:46 +0000 (22:20 -0400)]
firstboot: allow a trailing dot on fqdn

9 years agohostname-util: add relax parameter to hostname_is_valid
Zbigniew Jędrzejewski-Szmek [Tue, 28 Jul 2015 02:15:26 +0000 (22:15 -0400)]
hostname-util: add relax parameter to hostname_is_valid

Tests are modified to check behaviour with relax and without relax.
New tests are added for hostname_cleanup().
Tests are moved a new file (test-hostname-util) because there's
now a bunch of them.

New parameter is not used anywhere, except in tests, so there should
be no observable change.

9 years agoman: Clarify difference between basic.target and sysinit.target
Felipe Sateler [Tue, 28 Jul 2015 00:23:41 +0000 (21:23 -0300)]
man: Clarify difference between basic.target and sysinit.target

9 years agoman: Clarify that basic.target does not pull in remote filesystems
Felipe Sateler [Mon, 27 Jul 2015 22:34:19 +0000 (19:34 -0300)]
man: Clarify that basic.target does not pull in remote filesystems

Also note /var, /tmp or /var/tmp as special cases, should either of
those be a remote filesystem.

9 years agoman: update description of --quiet
Zbigniew Jędrzejewski-Szmek [Thu, 6 Aug 2015 00:19:57 +0000 (20:19 -0400)]
man: update description of --quiet

This description should provide the general rule, without
listing all the subcommands, which is bound to get out of date
too often.

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

9 years agobuild-sys: allow skipping installation of completions
Zbigniew Jędrzejewski-Szmek [Thu, 6 Aug 2015 00:10:02 +0000 (20:10 -0400)]
build-sys: allow skipping installation of completions

./configure --with-bashcompletiondir=no or --without-bashcompletiondir
now works as expected. Similarly for zsh.

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

9 years agoMerge pull request #885 from keszybz/logitech-g500
Daniel Mack [Thu, 6 Aug 2015 00:13:37 +0000 (02:13 +0200)]
Merge pull request #885 from keszybz/logitech-g500

hwdb: add Logitech G500 (another version)

9 years agohwdb: add Logitech G500 (another version)
Zbigniew Jędrzejewski-Szmek [Wed, 5 Aug 2015 23:15:05 +0000 (19:15 -0400)]
hwdb: add Logitech G500 (another version)

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

9 years agoMerge pull request #881 from jrobeson/remove-fedup-todos
Daniel Mack [Wed, 5 Aug 2015 23:13:21 +0000 (01:13 +0200)]
Merge pull request #881 from jrobeson/remove-fedup-todos

TODO: remove obsolete fedup related todos

9 years agoMerge pull request #883 from phomes/bool_vs_error_codes
Daniel Mack [Wed, 5 Aug 2015 23:12:45 +0000 (01:12 +0200)]
Merge pull request #883 from phomes/bool_vs_error_codes

tree-wide: do not return error codes as bool

9 years agoMerge pull request #882 from phomes/indentation
Daniel Mack [Wed, 5 Aug 2015 23:12:05 +0000 (01:12 +0200)]
Merge pull request #882 from phomes/indentation

tree-wide: fix indentation

9 years agotree-wide: do not return error codes as bool
Thomas Hindoe Paaboel Andersen [Wed, 5 Aug 2015 22:32:25 +0000 (00:32 +0200)]
tree-wide: do not return error codes as bool

9 years agotree-wide: fix indentation
Thomas Hindoe Paaboel Andersen [Wed, 5 Aug 2015 22:31:09 +0000 (00:31 +0200)]
tree-wide: fix indentation

9 years agoTODO: remove obsolete fedup related todos
Johnny Robeson [Wed, 5 Aug 2015 21:28:29 +0000 (17:28 -0400)]
TODO: remove obsolete fedup related todos

Fedup is being replaced by a dnf plugin that relies on systemd offline
updates as per
https://fedoraproject.org/wiki/Changes/DNF_System_Upgrades

9 years agoMerge pull request #878 from poettering/network-dhcp-array-fix
Tom Gundersen [Wed, 5 Aug 2015 20:58:55 +0000 (22:58 +0200)]
Merge pull request #878 from poettering/network-dhcp-array-fix

network: make enough space for string

9 years agonetwork: make enough space for string
Lennart Poettering [Wed, 5 Aug 2015 19:25:12 +0000 (22:25 +0300)]
network: make enough space for string

Follow-up for PR #877.

9 years agoMerge pull request #877 from crawford/dhcp-private-options-v4
Lennart Poettering [Wed, 5 Aug 2015 19:20:36 +0000 (22:20 +0300)]
Merge pull request #877 from crawford/dhcp-private-options-v4

networkd: save private-zone DHCP options

9 years agoudev: uaccess - do not log error when device node disappears
Kay Sievers [Wed, 5 Aug 2015 18:33:48 +0000 (20:33 +0200)]
udev: uaccess - do not log error when device node disappears

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

9 years agonetworkd: clean up duplicate code
Alex Crawford [Sat, 1 Aug 2015 04:48:47 +0000 (21:48 -0700)]
networkd: clean up duplicate code

9 years agonetworkd: serialize the private options
Alex Crawford [Sat, 1 Aug 2015 03:18:51 +0000 (20:18 -0700)]
networkd: serialize the private options

Save the private options along side the rest of the options in the lease
files.