]> git.ipfire.org Git - thirdparty/systemd.git/log
thirdparty/systemd.git
8 years agoMerge pull request #1071 from phomes/master
David Herrmann [Fri, 28 Aug 2015 22:20:25 +0000 (00:20 +0200)] 
Merge pull request #1071 from phomes/master

hwdb: update the mouse db

8 years agohwdb: update entry for logitech RX 250 1071/head
Thomas Hindoe Paaboel Andersen [Fri, 28 Aug 2015 21:44:01 +0000 (23:44 +0200)] 
hwdb: update entry for logitech RX 250

I tested a RX 250 and measured 1000 DPI. The spec for the mouse
agrees:
http://www.logitech.com/en-gb/product/rx250-optical-mouse-business

This is an optical mouse so it is extra sensitive to what kind of
surface it is tested on.

8 years agohwdb: add a few more mice
Thomas Hindoe Paaboel Andersen [Fri, 28 Aug 2015 21:42:39 +0000 (23:42 +0200)] 
hwdb: add a few more mice

8 years agoMerge pull request #1068 from evverx/networkctl-man
Daniel Mack [Fri, 28 Aug 2015 16:46:04 +0000 (18:46 +0200)] 
Merge pull request #1068 from evverx/networkctl-man

man: networkctl understands --no-legend too

8 years agoman: networkctl understands --no-legend too 1068/head
Evgeny Vereshchagin [Fri, 28 Aug 2015 16:19:07 +0000 (16:19 +0000)] 
man: networkctl understands --no-legend too

8 years agoMerge pull request #1067 from teg/dhcp-server
Lennart Poettering [Fri, 28 Aug 2015 10:17:37 +0000 (12:17 +0200)] 
Merge pull request #1067 from teg/dhcp-server

sd-dhcp-server: improve predictability of leases

8 years agoMerge pull request #1063 from poettering/dbus-interface-from-type
Tom Gundersen [Fri, 28 Aug 2015 10:01:46 +0000 (12:01 +0200)] 
Merge pull request #1063 from poettering/dbus-interface-from-type

cgls/cgtop: a variety of modernizations

8 years agosd-dhcp-server: improve predictability of leases 1067/head
Tom Gundersen [Thu, 27 Aug 2015 06:54:41 +0000 (08:54 +0200)] 
sd-dhcp-server: improve predictability of leases

Rather than having all clients attempt to get the same leases (starting at the
beginning of the pool), make each client star at a random offset into the pool
determined by their client id. This greatly increases the chances of a given
client receiving the same IP address even though both the client and server
have lost any lease information (and distinct server instances handing out
the same leases).

8 years agoMerge pull request #1062 from poettering/cgroups-show
Daniel Mack [Fri, 28 Aug 2015 06:56:40 +0000 (08:56 +0200)] 
Merge pull request #1062 from poettering/cgroups-show

cgroup-show: unescape cgroups on presentation

8 years agoMerge pull request #1061 from poettering/pager
Daniel Mack [Fri, 28 Aug 2015 06:56:08 +0000 (08:56 +0200)] 
Merge pull request #1061 from poettering/pager

A few auto-pager improvements

8 years agoMerge pull request #1060 from poettering/resolved-man-2
Daniel Mack [Fri, 28 Aug 2015 06:54:19 +0000 (08:54 +0200)] 
Merge pull request #1060 from poettering/resolved-man-2

man: Document that resolved requires nss-resolve to work with libc

8 years agoMerge pull request #1064 from evverx/systemctl-completion
Lennart Poettering [Fri, 28 Aug 2015 00:47:22 +0000 (02:47 +0200)] 
Merge pull request #1064 from evverx/systemctl-completion

shell-completion: add `failed` state to --state compwords

8 years agoshell-completion: add `failed` state to --state compwords 1064/head
Evgeny Vereshchagin [Fri, 28 Aug 2015 00:31:19 +0000 (00:31 +0000)] 
shell-completion: add `failed` state to --state compwords

8 years agocgls: modernize cgls in preparation for unified cgroup hierarchy work 1063/head
Lennart Poettering [Fri, 28 Aug 2015 00:23:01 +0000 (02:23 +0200)] 
cgls: modernize cgls in preparation for unified cgroup hierarchy work

Fix --machine= handling, don't hardcode long-obsolete container
cgroup paths

Many other clean-ups.

8 years agocgtop: major modernizations
Lennart Poettering [Fri, 28 Aug 2015 00:04:33 +0000 (02:04 +0200)] 
cgtop: major modernizations

In preparation of the unified cgroup support, let's clean up cgtop:

a) rework time code to be based on "nsec_t" rather than "struct timespec"

b) Introduce long option --order= for selecting ordering

c) count number of processes only in the main hierarchy, don't bother
   with the controller hierarchies. We don't allow orthogonal
   hierarchies in systemd anymore, hence there's no point to check the
   other hierarchies.

d) Deal with non-monotonic cpuacct values (see #749)

e) When sorting groups, don't do prefix compare when ordering by number
   of tasks, since this is not accumulative for all children.

f) Actually make --cpu without parameter work

g) Don't output control characters when we get them as input.

Fixes #749.

8 years agocore: add unit_dbus_interface_from_type() to unit-name.h
Lennart Poettering [Thu, 27 Aug 2015 20:30:43 +0000 (22:30 +0200)] 
core: add unit_dbus_interface_from_type() to unit-name.h

Let's add a way to get the type-specific D-Bus interface of a unit from
either its type or name to src/basic/unit-name.[ch]. That way we can
share it with the client side, where it is useful in tools like cgls or
machinectl.

Also ports over machinectl to make use of this.

8 years agocgroup-show: unescape cgroups on presentation 1062/head
Lennart Poettering [Thu, 27 Aug 2015 22:12:38 +0000 (00:12 +0200)] 
cgroup-show: unescape cgroups on presentation

Let's unescape cgroups on presentation, so that we show literal unit
names.

8 years agopager: also redirect stderr 1061/head
Lennart Poettering [Thu, 27 Aug 2015 22:13:34 +0000 (00:13 +0200)] 
pager: also redirect stderr

It's really confusing if stdout goes to the pager, but stderr is written
directly to the screen. Hence, make sure both stdout and stderr are
passed to the pager when doing autopaging.

8 years agopager: port fallback pager to use copy_bytes()
Lennart Poettering [Thu, 27 Aug 2015 22:11:49 +0000 (00:11 +0200)] 
pager: port fallback pager to use copy_bytes()

8 years agocopy: add splice() based fallback
Lennart Poettering [Thu, 27 Aug 2015 22:10:35 +0000 (00:10 +0200)] 
copy: add splice() based fallback

Apparently, sendfile() does not work between fifos and ttys, but
splice() does, hence let's optionally fall back to that. This is useful
to implement the fallback pager this way.

8 years agoman: Document that resolved requires nss-resolve to work with libc 1060/head
Lennart Poettering [Fri, 28 Aug 2015 00:03:11 +0000 (02:03 +0200)] 
man: Document that resolved requires nss-resolve to work with libc

Closes #884.

8 years agoMerge pull request #1059 from evverx/systemd-run-bash-completion
Lennart Poettering [Thu, 27 Aug 2015 23:38:51 +0000 (01:38 +0200)] 
Merge pull request #1059 from evverx/systemd-run-bash-completion

shell-completion: update systemd-run bash completion

8 years agoshell-completion: update systemd-run bash completion 1059/head
Evgeny Vereshchagin [Thu, 27 Aug 2015 23:24:15 +0000 (23:24 +0000)] 
shell-completion: update systemd-run bash completion

Many new options have been added since the bash completion was last
updated.

8 years agoMerge pull request #1057 from poettering/resolve-drop-res-query
Tom Gundersen [Thu, 27 Aug 2015 19:39:44 +0000 (21:39 +0200)] 
Merge pull request #1057 from poettering/resolve-drop-res-query

sd-resolve: drop res_query() API

8 years agoMerge pull request #1055 from poettering/dhcp-updates
Tom Gundersen [Thu, 27 Aug 2015 19:38:36 +0000 (21:38 +0200)] 
Merge pull request #1055 from poettering/dhcp-updates

Various networkd and dhcp updates

8 years agoupdate TODO
Lennart Poettering [Thu, 27 Aug 2015 19:05:13 +0000 (21:05 +0200)] 
update TODO

8 years agosd-resolve: drop res_query() API 1057/head
Lennart Poettering [Thu, 27 Aug 2015 18:47:13 +0000 (20:47 +0200)] 
sd-resolve: drop res_query() API

Querying low-level DNS RRs should be done via resolved now, not via
glibc's awful res_query() API anymore. Let's not introduce an async
wrapper for it hence.

8 years agonetworkd: s/now/know 1055/head
Lennart Poettering [Thu, 27 Aug 2015 18:23:17 +0000 (20:23 +0200)] 
networkd: s/now/know

8 years agodhcp: say domain name, when we mean domain name
Lennart Poettering [Thu, 27 Aug 2015 17:57:11 +0000 (19:57 +0200)] 
dhcp: say domain name, when we mean domain name

8 years agonetwork: get rid of more RefCnt usage
Lennart Poettering [Thu, 27 Aug 2015 17:56:52 +0000 (19:56 +0200)] 
network: get rid of more RefCnt usage

A follow-up to 3733eec3e292e4ddb4cba5eb8d3bd8cbee7102d8

8 years agodhcp: fix n_ref type
Lennart Poettering [Thu, 27 Aug 2015 17:55:29 +0000 (19:55 +0200)] 
dhcp: fix n_ref type

Fixes fallout from 3733eec3e292e4ddb4cba5eb8d3bd8cbee7102d8.

8 years agotree-wide: we place the opening bracket on the same line as the function name
Lennart Poettering [Thu, 27 Aug 2015 15:48:24 +0000 (17:48 +0200)] 
tree-wide: we place the opening bracket on the same line as the function name

Let's do this everywhere the same way.

8 years agonetworkd: make sure we remove udev fd from epoll *before* closing it
Lennart Poettering [Thu, 27 Aug 2015 15:38:05 +0000 (17:38 +0200)] 
networkd: make sure we remove udev fd from epoll *before* closing it

Otherwise we'll try to remove an invalid fd from epoll all the time.

8 years agoman: document the new DHCP settings added in the past commits
Lennart Poettering [Thu, 27 Aug 2015 15:32:30 +0000 (17:32 +0200)] 
man: document the new DHCP settings added in the past commits

8 years agoNEWS: update v225
David Herrmann [Thu, 27 Aug 2015 15:03:18 +0000 (17:03 +0200)] 
NEWS: update

Add 'machinectl shell' to NEWS and also update date and contributors
lists.

8 years agonetworkd: emit DNS/NTP/Timezone info via DHCP server by default
Lennart Poettering [Thu, 27 Aug 2015 14:47:26 +0000 (16:47 +0200)] 
networkd: emit DNS/NTP/Timezone info via DHCP server by default

If we have the data, emit it by default.

8 years agonetworkd: propagate DNS/NTP server from uplink to dhcp server
Lennart Poettering [Thu, 27 Aug 2015 14:45:24 +0000 (16:45 +0200)] 
networkd: propagate DNS/NTP server from uplink to dhcp server

When handing out DHCP leases, try to propagate DNS/NTP server
information from "uplink". The "uplink" is automatically determined as
the network interface with the highest priority default route on it.

8 years agosd-bus: do not connect to dbus-1 socket when kdbus is available
David Herrmann [Thu, 27 Aug 2015 14:43:02 +0000 (16:43 +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.

Based on a patch by Kay.

8 years agoRevert "sd-bus: do not connect to dbus-1 socket when kdbus is available"
David Herrmann [Thu, 27 Aug 2015 14:32:22 +0000 (16:32 +0200)] 
Revert "sd-bus: do not connect to dbus-1 socket when kdbus is available"

This reverts commit d4d00020d6ad855d65d31020fefa5003e1bb477f. The idea of
the commit is broken and needs to be reworked. We really cannot reduce
the bus-addresses to a single address. We always will have systemd with
native clients and legacy clients at the same time, so we also need both
addresses at the same time.

8 years agoselinux: drop mac_selinux_unit_access_check_strv()
David Herrmann [Thu, 27 Aug 2015 14:23:47 +0000 (16:23 +0200)] 
selinux: drop mac_selinux_unit_access_check_strv()

It is not acceptable to load unit files during enable/disable operations
just to figure out the selinux labels. systemd implements lazy loading
for units, so the selinux hooks need to follow it.

This drops the mac_selinux_unit_access_check_strv() helper which
implements a non-acceptable policy check. If anyone cares for that
functionality, you really should pass a callback+userdata to the helpers
in src/shared/install.c which does policy checks on each touched file.

See #1050 on github for more.

8 years agosd-bus: rename bloom-tag to arg0-has
David Herrmann [Thu, 27 Aug 2015 14:22:33 +0000 (16:22 +0200)] 
sd-bus: rename bloom-tag to arg0-has

We use dashes in our bloom-tags. Make sure the newly introduced arg0has
tag uses the same style.

Note that the external dbus-tags don't use dashes, though. They are
defined in the spec and we need to keep compatibility there.

8 years agoMerge pull request #1036 from poettering/sd-bus-arg0has
David Herrmann [Thu, 27 Aug 2015 14:14:20 +0000 (16:14 +0200)] 
Merge pull request #1036 from poettering/sd-bus-arg0has

sd-bus: introduce new match type "arg0has=" for matching arrays of st…

8 years agoMerge pull request #1024 from poettering/sd-bus-explicit
David Herrmann [Thu, 27 Aug 2015 14:12:52 +0000 (16:12 +0200)] 
Merge pull request #1024 from poettering/sd-bus-explicit

sd-bus: introduce new SD_BUS_VTABLE_PROPERTY_EXPLICIT flag

8 years agodhcp,network: support emitting DNS/NTP server information from DHCP server
Lennart Poettering [Thu, 27 Aug 2015 12:48:37 +0000 (14:48 +0200)] 
dhcp,network: support emitting DNS/NTP server information from DHCP server

For now, this is very simple and IP addresses have to be configured
manually.

8 years agonetworkd: split up networkd.h into per-object header files
Lennart Poettering [Thu, 27 Aug 2015 11:59:06 +0000 (13:59 +0200)] 
networkd: split up networkd.h into per-object header files

No functional changes, just moving definitions into separate header
files.

8 years agonetworkd: port many log messages over to newer logging API
Lennart Poettering [Thu, 27 Aug 2015 11:04:33 +0000 (13:04 +0200)] 
networkd: port many log messages over to newer logging API

Let's drop some strerror() invocations, and make use of the easier to
use newer logging APIs.

8 years agoudev: control - add FIXME comment to remove work-around
Kay Sievers [Thu, 27 Aug 2015 10:57:17 +0000 (12:57 +0200)] 
udev: control - add FIXME comment to remove work-around

8 years agosd-bus: it's not a user error to query the error contained in a bus message
Lennart Poettering [Thu, 27 Aug 2015 10:54:35 +0000 (12:54 +0200)] 
sd-bus: it's not a user error to query the error contained in a bus message

It's an OK way to check whether a message contains an erro, let's not
consider this a loggable assertion event.

8 years agonetworkd: properly reset transient hostname when we lose a DHCP lease
Lennart Poettering [Thu, 27 Aug 2015 10:53:43 +0000 (12:53 +0200)] 
networkd: properly reset transient hostname when we lose a DHCP lease

Previously we were setting the transient hostname again, rather than
resetting it.

8 years agonetworkd: optionally push dhcp timezone into timedated
Lennart Poettering [Thu, 27 Aug 2015 00:12:27 +0000 (02:12 +0200)] 
networkd: optionally push dhcp timezone into timedated

8 years agodhcp: don't underflow in lease time calculations
Lennart Poettering [Wed, 26 Aug 2015 23:59:43 +0000 (01:59 +0200)] 
dhcp: don't underflow in lease time calculations

Don't underflow when calculating lease time.

8 years agonetworkd: make DHCP lease timeouts configurable
Lennart Poettering [Wed, 26 Aug 2015 23:47:42 +0000 (01:47 +0200)] 
networkd: make DHCP lease timeouts configurable

8 years agonetworkd: fix indentation
Lennart Poettering [Wed, 26 Aug 2015 23:18:10 +0000 (01:18 +0200)] 
networkd: fix indentation

8 years agodhcp: NTP servers should be requested by networkd but not implicitly by sd-dhcp
Lennart Poettering [Wed, 26 Aug 2015 23:14:20 +0000 (01:14 +0200)] 
dhcp: NTP servers should be requested by networkd but not implicitly by sd-dhcp

The library so far always requested the NTP servers. This might be
unnecessary in some uses, hence let's move the request into networkd
instead.

8 years agodhcp: clean up dhcp4 lease object
Lennart Poettering [Wed, 26 Aug 2015 23:05:13 +0000 (01:05 +0200)] 
dhcp: clean up dhcp4 lease object

a) drop handling of obsolete or unused DHCP options time_offset,
   mtu_aging_timeout, policy filter, mdr, ttl, ip forwarding settings.
   Should this become useful one day we can readd support for this.

b) For subnet mask and broadcast it is not always clear whether 0 or
   255.255.255.255 might be valid, hence maintain a boolean indicating
   validity next to it.

c) serialize/deserialize broadcast address, lifetime, T1 and T2 together
   with the rest of the fields in dhcp_lease_save() and
   dhcp_lease_load().

d) consistently return ENODATA from getter functions for data that is
   missing in the lease.

e) add missing getter calls for broadcast, lifetime, T1, T2.

f) when decoding DHCP options, generate debug messages on parse
   failures, but try to proceed if possible.

g) Similar, when deserializing a lease in dhcp_lease_load(), make sure
   we deal nicely with unparsable fields, to provide upgrade compat.

h) fix some memory allocations

8 years agodhcp: rename index to ifindex
Lennart Poettering [Wed, 26 Aug 2015 21:31:47 +0000 (23:31 +0200)] 
dhcp: rename index to ifindex

This avoids confusion what this is, in particular as libc knows an
index() function.

8 years agodhcp: store client id as void*, since we dont know what it is
Lennart Poettering [Wed, 26 Aug 2015 21:30:27 +0000 (23:30 +0200)] 
dhcp: store client id as void*, since we dont know what it is

8 years agodhcp: properly handle error from ioctl()
Lennart Poettering [Wed, 26 Aug 2015 21:26:01 +0000 (23:26 +0200)] 
dhcp: properly handle error from ioctl()

8 years agodhcp: generic data should be void*, not uint8_t*
Lennart Poettering [Wed, 26 Aug 2015 21:05:34 +0000 (23:05 +0200)] 
dhcp: generic data should be void*, not uint8_t*

If we handly arbitrary data we should use "void*" pointers, not
"uint8_t*", how go intended C to be used.

8 years agonetwork: s/user_data/userdata/
Lennart Poettering [Wed, 26 Aug 2015 20:47:53 +0000 (22:47 +0200)] 
network: s/user_data/userdata/

Everywhere else we call the generic user data pointer just "userdata",
rather than "user_data". Let's do this here, too.

8 years agodhcp: coding style fixes
Lennart Poettering [Wed, 26 Aug 2015 19:09:00 +0000 (21:09 +0200)] 
dhcp: coding style fixes

We place the opening bracket of a function on the same line as the
function name. Let's do so in the DHCP sources too.

8 years agodhcp: stop using refcnt.h
Lennart Poettering [Wed, 26 Aug 2015 19:05:53 +0000 (21:05 +0200)] 
dhcp: stop using refcnt.h

No need to invole atomic ops in single-threaded APIs, let's simplify
this.

8 years agobasic: document that people shouldn't use refcnt.h without reason
Lennart Poettering [Wed, 26 Aug 2015 19:04:38 +0000 (21:04 +0200)] 
basic: document that people shouldn't use refcnt.h without reason

refcnt.h only exists for cases where objects are simultaneously handled
by different threads. Otherwise it should not be used. The only case
where this applies is sd_bus, really, and pretty much none of our APIs,
since we do not claim thread-safety for them.

8 years agodhcp: keep lease save/load functions private
Lennart Poettering [Wed, 26 Aug 2015 18:48:21 +0000 (20:48 +0200)] 
dhcp: keep lease save/load functions private

When we make sd-dhcp public one day we really should not make
sd_dhcp_lease_save() and sd_dhcp_lease_load() public, since it's pretty
much only useful as internal utility for networkd itself.

8 years agonetworkd: let's uppercase the first character in log messages
Lennart Poettering [Wed, 26 Aug 2015 18:43:28 +0000 (20:43 +0200)] 
networkd: let's uppercase the first character in log messages

Let's try to generate log messages that resemble english language
sentences, hence uppercase the first character.

8 years agodhcp: normalize DHCP host and domain names from leases
Lennart Poettering [Wed, 26 Aug 2015 18:12:17 +0000 (20:12 +0200)] 
dhcp: normalize DHCP host and domain names from leases

Previoulsy, we just checked whether the domain names specified in
incoming DHCP leases are valid. Given that validation code actually
internally normalizes anyway, it's a good idea to simply do the full
normalization and store that in the lease structure. This allows us to
remove the manual removal of a trailing dot, if there is one.

8 years agodhcp: various simplifications
Lennart Poettering [Wed, 26 Aug 2015 18:11:35 +0000 (20:11 +0200)] 
dhcp: various simplifications

8 years agonetwork: turn on DHCP timezone passing between container and host
Lennart Poettering [Wed, 26 Aug 2015 17:38:15 +0000 (19:38 +0200)] 
network: turn on DHCP timezone passing between container and host

Let's turn on DHCP timezone passing from the host to a container, so
that the timezone is always in sync.

8 years agodhcp,network: implement RFC 4833 (DHCP Timezone option)
Lennart Poettering [Wed, 26 Aug 2015 17:19:32 +0000 (19:19 +0200)] 
dhcp,network: implement RFC 4833 (DHCP Timezone option)

This one is simply to add: encode the tzdata timezone in the DHCP
options and optionally make use of it.

8 years agodhcp: be more careful when parsing strings from DHCP packets
Lennart Poettering [Wed, 26 Aug 2015 17:18:11 +0000 (19:18 +0200)] 
dhcp: be more careful when parsing strings from DHCP packets

Let's make sure there's no embedded 0 byte. Also, let's reset the string
if the length is zero.

8 years agonetworkd: don't leak memory of Hostname= is used twice in a .network file
Lennart Poettering [Wed, 26 Aug 2015 17:16:52 +0000 (19:16 +0200)] 
networkd: don't leak memory of Hostname= is used twice in a .network file

Also, we should only accept trailing dots where we have to, but not
everywhere, hence be more strict when validating configured hostnames.

8 years agotime-util: add new get_timezone() call to get local timezone
Lennart Poettering [Wed, 26 Aug 2015 17:14:51 +0000 (19:14 +0200)] 
time-util: add new get_timezone() call to get local timezone

Let's move the timedated-specific code to time-util.h and make it
generic.

8 years agohwdb: update
Kay Sievers [Wed, 26 Aug 2015 16:37:16 +0000 (18:37 +0200)] 
hwdb: update

8 years agobuild-sys: bump versions
Kay Sievers [Wed, 26 Aug 2015 14:09:17 +0000 (16:09 +0200)] 
build-sys: bump versions

8 years agosd-dhcp6: fix domainname memleak
David Herrmann [Wed, 26 Aug 2015 10:37:56 +0000 (12:37 +0200)] 
sd-dhcp6: fix domainname memleak

strv_extend() does not consume the passed entry, hence, we must properly
free it. Furthermore, we should *not* use strv_consume() as we do greedy
allocations on 'ret'; and greedy-allocations should only be used for short
lived objects or caches.

Fix the domainname parser to properly free temporary storage when done.

8 years agosd-dhcp: don't randomly ref objects
David Herrmann [Wed, 26 Aug 2015 10:30:56 +0000 (12:30 +0200)] 
sd-dhcp: don't randomly ref objects

In our API design, getter-functions don't ref objects. Calls like
foo_get_bar() will not ref 'bar'. We never do that and there is no real
reason to do it in single threaded APIs. If you need a ref-count, you
better take it yourself *BEFORE* doing anything else on the parent object
(as this might invalidate your pointer).

Right now, sd_dhcp?_get_lease() refs the lease it returns. A lot of
code-paths in systemd do not expect this and thus leak the lease
reference. Fix this by changing the API to not ref returned objects.

8 years agoMerge pull request #1048 from poettering/resolved-man
Daniel Mack [Wed, 26 Aug 2015 10:01:56 +0000 (12:01 +0200)] 
Merge pull request #1048 from poettering/resolved-man

man: resolved man page updates (plus one to machinectl)

8 years agoMerge pull request #1047 from poettering/machinectl-TERM
David Herrmann [Wed, 26 Aug 2015 09:55:48 +0000 (11:55 +0200)] 
Merge pull request #1047 from poettering/machinectl-TERM

machinectl: pass $TERM into "machinectl shell" sessions

8 years agoman: minor extension to the machinectl man page 1048/head
Lennart Poettering [Wed, 26 Aug 2015 09:02:28 +0000 (11:02 +0200)] 
man: minor extension to the machinectl man page

s/an/any/, as reported by Vito Caputo.

Also mention explicitly that the security properties (i.e. SELinux) are
also isolated when "machinectl shell" is used.

8 years agoman: document nss-resolve
Lennart Poettering [Wed, 26 Aug 2015 09:00:09 +0000 (11:00 +0200)] 
man: document nss-resolve

8 years agoMerge pull request #1044 from d-hatayama/fix_systemctl_abspath
Martin Pitt [Wed, 26 Aug 2015 08:53:45 +0000 (10:53 +0200)] 
Merge pull request #1044 from d-hatayama/fix_systemctl_abspath

selinux: fix regression of systemctl subcommands when absolute unit file paths are specified

8 years agoman: document resolved's RR synthesizing and query routing
Lennart Poettering [Wed, 26 Aug 2015 08:30:06 +0000 (10:30 +0200)] 
man: document resolved's RR synthesizing and query routing

8 years agoMerge pull request #998 from vbatts/tar_nosparse_flag
Lennart Poettering [Wed, 26 Aug 2015 08:09:11 +0000 (10:09 +0200)] 
Merge pull request #998 from vbatts/tar_nosparse_flag

import: don't create sparse tar archives

8 years agomachinectl: pass $TERM into "machinectl shell" sessions 1047/head
Lennart Poettering [Wed, 26 Aug 2015 08:07:21 +0000 (10:07 +0200)] 
machinectl: pass $TERM into "machinectl shell" sessions

8 years agoMerge pull request #1046 from poettering/resolved-dump
Tom Gundersen [Wed, 26 Aug 2015 08:02:37 +0000 (10:02 +0200)] 
Merge pull request #1046 from poettering/resolved-dump

dump resolved cache/zone info on SIGSUR1, plus one fix

8 years agomanager: close hostname fd *after* removing it epoll 1046/head
Lennart Poettering [Wed, 26 Aug 2015 07:42:06 +0000 (09:42 +0200)] 
manager: close hostname fd *after* removing it epoll

Otherwise the epoll removal will fail and result in a warning.

8 years agoresolved: dump cache and zone contents to syslog on SIGUSR1
Lennart Poettering [Wed, 26 Aug 2015 07:41:45 +0000 (09:41 +0200)] 
resolved: dump cache and zone contents to syslog on SIGUSR1

8 years agohwdb: Update database of Bluetooth company identifiers
Marcel Holtmann [Wed, 26 Aug 2015 07:21:02 +0000 (09:21 +0200)] 
hwdb: Update database of Bluetooth company identifiers

8 years agoselinux: fix regression of systemctl subcommands when absolute unit file paths are... 1044/head
HATAYAMA Daisuke [Wed, 26 Aug 2015 03:07:31 +0000 (12:07 +0900)] 
selinux: fix regression of systemctl subcommands when absolute unit file paths are specified

The commit 4938696301a914ec26bcfc60bb99a1e9624e3789 overlooked the
fact that unit files can be specified as unit file paths, not unit
file names, wrongly passing a unit file path to the 1st argument of
manager_load_unit() that handles it as a unit file name. As a result,
the following 4 systemctl subcommands:

    enable
    disable
    reenable
    link
    mask
    unmask

fail with the following error message:

    # systemctl enable /usr/lib/systemd/system/kdump.service
    Failed to execute operation: Unit name /usr/lib/systemd/system/kdump.service is not valid.
    # systemctl disable /usr/lib/systemd/system/kdump.service
    Failed to execute operation: Unit name /usr/lib/systemd/system/kdump.service is not valid.
    # systemctl reenable /usr/lib/systemd/system/kdump.service
    Failed to execute operation: Unit name /usr/lib/systemd/system/kdump.service is not valid.
    # cp /usr/lib/systemd/system/kdump.service /tmp/
    # systemctl link /tmp/kdump.service
    Failed to execute operation: Unit name /tmp/kdump.service is not valid.
    # systemctl mask /usr/lib/systemd/system/kdump.service
    Failed to execute operation: Unit name /usr/lib/systemd/system/kdump.service is not valid.
    # systemctl unmask /usr/lib/systemd/system/kdump.service
    Failed to execute operation: Unit name /usr/lib/systemd/system/kdump.service is not valid.

To fix the issue, first check whether a unit file is passed as a unit
file name or a unit file path, and then pass the unit file to the
appropreate argument of manager_load_unit().

By the way, even with this commit mask and unmask reject unit file
paths as follows and this is a correct behavior:

    # systemctl mask /usr/lib/systemd/system/kdump.service
    Failed to execute operation: Invalid argument
    # systemctl unmask /usr/lib/systemd/system/kdump.service
    Failed to execute operation: Invalid argument

8 years agoMerge pull request #1043 from phomes/master
Daniel Mack [Tue, 25 Aug 2015 22:05:33 +0000 (00:05 +0200)] 
Merge pull request #1043 from phomes/master

test-util: fix a memleak

8 years agoMerge pull request #1039 from poettering/nspawn-machine-template
Daniel Mack [Tue, 25 Aug 2015 21:58:40 +0000 (23:58 +0200)] 
Merge pull request #1039 from poettering/nspawn-machine-template

nspawn: make sure --template= and --machine= my be combined

8 years agoMerge pull request #1038 from poettering/coredumpctl-directory
Daniel Mack [Tue, 25 Aug 2015 21:58:03 +0000 (23:58 +0200)] 
Merge pull request #1038 from poettering/coredumpctl-directory

Add --directory= option for reading alternate journal

8 years agoMerge pull request #1040 from poettering/cgroup-path-fix
Daniel Mack [Tue, 25 Aug 2015 21:57:28 +0000 (23:57 +0200)] 
Merge pull request #1040 from poettering/cgroup-path-fix

fix "systemctl status idontexist.service" showing the full cgroup tree

8 years agotest-util: fix a memleak 1043/head
Thomas Hindoe Paaboel Andersen [Tue, 25 Aug 2015 21:50:02 +0000 (23:50 +0200)] 
test-util: fix a memleak

8 years agoresolve: fix regression in dns-scope
Daniel Mack [Tue, 25 Aug 2015 21:51:34 +0000 (23:51 +0200)] 
resolve: fix regression in dns-scope

Bring back a return statement 106784eb errornously removed.

Thanks to @phomes for reporting.

8 years agoMerge pull request #1041 from phomes/master
Daniel Mack [Tue, 25 Aug 2015 21:48:07 +0000 (23:48 +0200)] 
Merge pull request #1041 from phomes/master

trivial cleanups

8 years agoMerge pull request #1034 from poettering/resolved-fixes-2
Daniel Mack [Tue, 25 Aug 2015 21:47:30 +0000 (23:47 +0200)] 
Merge pull request #1034 from poettering/resolved-fixes-2

various resolved fixes

8 years agomachinectl: remove unused variable 1041/head
Thomas Hindoe Paaboel Andersen [Tue, 25 Aug 2015 19:10:21 +0000 (21:10 +0200)] 
machinectl: remove unused variable

8 years agoexecute: make the invalid entry of the enum -1
Thomas Hindoe Paaboel Andersen [Tue, 25 Aug 2015 19:07:41 +0000 (21:07 +0200)] 
execute: make the invalid entry of the enum -1

Set _EXEC_UTMP_MODE_INVALID to -1. This matches the return value from
string_table_lookup.

8 years agocore: report root cgroup as "/" over the bus 1040/head
Lennart Poettering [Tue, 25 Aug 2015 18:42:50 +0000 (20:42 +0200)] 
core: report root cgroup as "/" over the bus

Internally, the root cgroup is stored as the empty string in
Unit.cgroup_path, and "no cgroup" as NULL. Unfortunately, D-Bus does not
know a NULL concept, hence when reporting the cgroup to clients we
should turn the root cgroup into "/", and leave the empty string for the
"no cgroup" case.

This should make sure that "systemctl status -- -.slice" works correctly
and shows the entire cgroup tree.