chiark / gitweb /
elogind.git
10 years agobus: replace sd_bus_label_{escape,unescape}() by new sd_bus_path_{encode,decode}()
Lennart Poettering [Tue, 11 Mar 2014 18:03:50 +0000 (19:03 +0100)]
bus: replace sd_bus_label_{escape,unescape}() by new sd_bus_path_{encode,decode}()

The new calls work similarly, but enforce a that a common, fixed bus
path prefix is used.

This follows discussions with Simon McVittie on IRC that it should be a
good idea to make sure that people don't use the escaping applied here
too wildly as anything other than the last label of a bus path.

10 years agoupdate TODO
Lennart Poettering [Tue, 11 Mar 2014 17:02:17 +0000 (18:02 +0100)]
update TODO

10 years agofstab-generator: when running in a container, ignore fstab entries referring to devic...
Lennart Poettering [Tue, 11 Mar 2014 16:57:15 +0000 (17:57 +0100)]
fstab-generator: when running in a container, ignore fstab entries referring to device nodes

Since these device nodes will never appear in the container anyway
there's no point in waiting for them.

This makes it easier to boot images generated with general purpose
installers like Anaconda which unconditionally populate /etc/fstab to
boot in containers.

10 years agobuild-sys: sign releases
Zbigniew Jędrzejewski-Szmek [Tue, 11 Mar 2014 16:55:17 +0000 (12:55 -0400)]
build-sys: sign releases

10 years agohostnamectl: read OS pretty_name and cpe_name from remote
Djalal Harouni [Tue, 11 Mar 2014 13:57:16 +0000 (14:57 +0100)]
hostnamectl: read OS pretty_name and cpe_name from remote

10 years agohostnamed: expose OperatingSystemPrettyName and OperatingSystemCPEName on the bus
Djalal Harouni [Tue, 11 Mar 2014 13:57:15 +0000 (14:57 +0100)]
hostnamed: expose OperatingSystemPrettyName and OperatingSystemCPEName on the bus

10 years agohostnamed: minor improvements in context_write_data_other()
Djalal Harouni [Tue, 11 Mar 2014 13:57:14 +0000 (14:57 +0100)]
hostnamed: minor improvements in context_write_data_other()

Prepare context_write_data_other() and rename it to
context_write_data_machine_info()

10 years agologind: Do not fail display count if a device has no parent
Mantas Mikulėnas [Tue, 11 Mar 2014 15:49:00 +0000 (17:49 +0200)]
logind: Do not fail display count if a device has no parent

udev_device_get_parent() may return NULL when the device doesn't have a
parent, as is the case with (for example) /sys/devices/virtual/drm/ttm.

Also, log an actual error message instead of "-12 displays connected".

10 years agonspawn: fix argv[0] for getent
Mantas Mikulėnas [Tue, 11 Mar 2014 16:00:13 +0000 (18:00 +0200)]
nspawn: fix argv[0] for getent

10 years agonspawn: allow using kdbus from nspawn containers
Lennart Poettering [Tue, 11 Mar 2014 16:43:00 +0000 (17:43 +0100)]
nspawn: allow using kdbus from nspawn containers

10 years agocore: support globbing matches in DeviceAllow= when checking for device groups
Lennart Poettering [Tue, 11 Mar 2014 16:42:24 +0000 (17:42 +0100)]
core: support globbing matches in DeviceAllow= when checking for device groups

10 years agogpt-auto-generator: rename root device node symlink to /dev/gpt-auto-root
Lennart Poettering [Tue, 11 Mar 2014 16:27:58 +0000 (17:27 +0100)]
gpt-auto-generator: rename root device node symlink to /dev/gpt-auto-root

Before it was placed in /dev/disk/by-id, which makes it a bit too much
API. However, it's mostly an implementation detail for now, hence move
it out of the stable block device dir.

10 years agohwdb: Update database of Bluetooth company identifiers
Marcel Holtmann [Tue, 11 Mar 2014 16:33:31 +0000 (09:33 -0700)]
hwdb: Update database of Bluetooth company identifiers

10 years agoudev: properly detect reference to unexisting part of PROGRAM's result
Lukas Nykryn [Mon, 24 Feb 2014 16:06:21 +0000 (17:06 +0100)]
udev: properly detect reference to unexisting part of PROGRAM's result

10 years agosd-dhcp-client: use close_nointr_nofail()
Tom Gundersen [Tue, 11 Mar 2014 09:57:00 +0000 (10:57 +0100)]
sd-dhcp-client: use close_nointr_nofail()

We are already assuming the close() will not fail, so make it explicit.

10 years agonetworkd: rework startup
Tom Gundersen [Mon, 10 Mar 2014 22:40:34 +0000 (23:40 +0100)]
networkd: rework startup

Open all listenerns before loading configuration.

10 years agosd-dhcp: generalise ip header generation
Tom Gundersen [Sun, 9 Mar 2014 21:51:07 +0000 (22:51 +0100)]
sd-dhcp: generalise ip header generation

This will be needed for sd-dhcp-server.

10 years agoREADME: document that we still encourage people to turn off audit when they want...
Lennart Poettering [Tue, 11 Mar 2014 04:40:36 +0000 (05:40 +0100)]
README: document that we still encourage people to turn off audit when they want to use containers

10 years agologind: add a debug message in case the session already exists
Djalal Harouni [Wed, 19 Feb 2014 22:17:45 +0000 (23:17 +0100)]
logind: add a debug message in case the session already exists

If the session already exists then the only way to log it is to set the
debug option of pam_systemd. There are no debug messages in the login
service that permits to log if the session already exists.

So just add it, and while we are it add the "uid" field to the debug
message that indicates that the session was created.

10 years agoman: fix description of systemctl --after/--before
Andrey Borzenkov [Fri, 21 Feb 2014 16:44:06 +0000 (20:44 +0400)]
man: fix description of systemctl --after/--before

It was backward - --after fetches After property, so units shown really
come *before* unit given as argument. Same for --before.

10 years agoman: multiple sleep modes are to be separated by whitespace, not commas
Lennart Poettering [Tue, 11 Mar 2014 04:23:39 +0000 (05:23 +0100)]
man: multiple sleep modes are to be separated by whitespace, not commas

As pointed out by Jason A. Donenfeld.

10 years agosystemctl: for switch-root check, if we switch to a systemd init
Harald Hoyer [Thu, 6 Mar 2014 15:35:02 +0000 (16:35 +0100)]
systemctl: for switch-root check, if we switch to a systemd init

If "systemctl switch-root" is called with a specific "INIT" or
/proc/cmdline contains "init=", then systemd would not serialize
itsself.

Let systemctl check, if the new init is in the standard systemd
installation path and if so, clear the INIT parameter,
to let systemd serialize itsself.

10 years agoutil: add files_same() helper function
Harald Hoyer [Thu, 6 Mar 2014 08:12:57 +0000 (09:12 +0100)]
util: add files_same() helper function

files_same() returns
     1, if the files are the same
     0, if the files have different inode/dev numbers
 errno, for any stat error

10 years agoupdate TODO
Lennart Poettering [Tue, 11 Mar 2014 03:19:43 +0000 (04:19 +0100)]
update TODO

10 years agodbus: suppress duplicate and misleading messages
Lennart Poettering [Tue, 11 Mar 2014 03:10:19 +0000 (04:10 +0100)]
dbus: suppress duplicate and misleading messages

When we try to send a signal on a connection we didn't hae the time to
process the Disconnected message yet, don't generate multiple warning
messages, but only a single debug message.

https://bugs.freedesktop.org/show_bug.cgi?id=75874

10 years agoupdate TODO
Lennart Poettering [Tue, 11 Mar 2014 02:09:00 +0000 (03:09 +0100)]
update TODO

10 years agonspawn: fix getent fallback
Lennart Poettering [Tue, 11 Mar 2014 02:08:54 +0000 (03:08 +0100)]
nspawn: fix getent fallback

10 years agoupdate TODO
Lennart Poettering [Tue, 11 Mar 2014 01:48:59 +0000 (02:48 +0100)]
update TODO

10 years agonspawn: when resoliving UIDs/GIDs for "-u", do so in forked off /usr/bin/getent inste...
Lennart Poettering [Tue, 11 Mar 2014 01:41:13 +0000 (02:41 +0100)]
nspawn: when resoliving UIDs/GIDs for "-u", do so in forked off /usr/bin/getent instead of in-process

When the container runs a different native architecture than the host we
shouldn't attempt to load the container's NSS modules with the host's
libc. Instead, resolve UID/GID by invoking /usr/bin/getent in the
container. The tool should be fairly universally available and allows us
to do resolving of the UID/GID with the container's libc in a parsable
format.

https://bugs.freedesktop.org/show_bug.cgi?id=75733

10 years agonspawn: make sure we don't try to mount the container block device in the child after...
Lennart Poettering [Tue, 11 Mar 2014 00:01:38 +0000 (01:01 +0100)]
nspawn: make sure we don't try to mount the container block device in the child after the parent added us to the device cgroup

10 years agoupdate TODO
Lennart Poettering [Mon, 10 Mar 2014 22:17:42 +0000 (23:17 +0100)]
update TODO

10 years agorules: mark loop device as SYSTEMD_READY=0 if no file is attached
Peter Rajnoha [Mon, 10 Mar 2014 21:58:14 +0000 (22:58 +0100)]
rules: mark loop device as SYSTEMD_READY=0 if no file is attached

Check existence of loop/backing_file in sysfs and mark loop devices with
SYSTEMD_READY if missing. Such loop files is uninitialized and it's not
ready for use yet (there's no file attached).

10 years agobuild-sys: Find the tools for users with no /sbin:/usr/sbin in PATH since some system...
Samuli Suominen [Sat, 8 Mar 2014 07:49:29 +0000 (09:49 +0200)]
build-sys: Find the tools for users with no /sbin:/usr/sbin in PATH since some systems still make the distiction between bin and sbin.

10 years agonspawn: don't try mknod() of /dev/console with the correct major/minor
Lennart Poettering [Mon, 10 Mar 2014 20:36:01 +0000 (21:36 +0100)]
nspawn: don't try mknod() of /dev/console with the correct major/minor

We overmount /dev/console with an external pty anyway, hence there's no
point in using the real major/minor when we create the node to
overmount. Instead, use the one of /dev/null now.

This fixes a race against the cgroup device controller setup we are
using. In case /dev/console was create before the cgroup policy was
applied all was good, but if created in the opposite order the mknod()
would fail, since creating /dev/console is not allowed by it. Creating
/dev/null instances is however permitted, and hence use it.

10 years agonspawn: add --image= switch to boot GPT disk images that follow the Discoverable...
Lennart Poettering [Mon, 10 Mar 2014 19:35:52 +0000 (20:35 +0100)]
nspawn: add --image= switch to boot GPT disk images that follow the Discoverable Partitions Specification

10 years agoman: fix formatting of uuids
Lennart Poettering [Mon, 10 Mar 2014 16:21:16 +0000 (17:21 +0100)]
man: fix formatting of uuids

10 years agologind: fix policykit checks
Zbigniew Jędrzejewski-Szmek [Mon, 10 Mar 2014 12:25:15 +0000 (08:25 -0400)]
logind: fix policykit checks

10 years agoinput_id: Recognize buttonless joystick types
Martin Pitt [Mon, 10 Mar 2014 07:54:22 +0000 (08:54 +0100)]
input_id: Recognize buttonless joystick types

Input devices like rudders or pedals are joystick-like; they don't have
buttons, but axes like RX, THROTTLE, or RUDDER. These don't interfere with
other device types with absolute axes (touch screens, touchpads, and
accelerometers), so it's fairly safe to mark them as ID_INPUT_JOYSTICK and thus
hand out dynamic ACLs to the user.

https://bugs.freedesktop.org/show_bug.cgi?id=70734

10 years agoman: fix example in systemd.link
poma [Sun, 9 Mar 2014 17:12:50 +0000 (18:12 +0100)]
man: fix example in systemd.link

'man/systemd.link.xml' recovery from:

commit eac684ef1c29684b1bcd27a89c38c202e568e469
Author: Tom Gundersen <teg@jklm.no>
Date:   Tue Feb 25 19:30:40 2014 +0100

    man: split out systemd.net{work,dev}(5) from systemd-networkd(8)

10 years agonetwork: link - simplify code a bit and remove some debug logging
Tom Gundersen [Sun, 9 Mar 2014 13:43:37 +0000 (14:43 +0100)]
network: link - simplify code a bit and remove some debug logging

10 years agofix off by one error in array index assertion
Dave Reisner [Sat, 8 Mar 2014 22:32:53 +0000 (17:32 -0500)]
fix off by one error in array index assertion

Since the index is already post-incremented when the array is appended
to, this assertion can be wrongly reached when the array is at capacity
(with the NULL terminator). The bug is reproducible on shutdown with
the following settings in /etc/systemd/system.conf:

  LogTarget=journal-or-kmsg
  LogColor=yes
  LogLocation=yes

Reported by Thermi on IRC.

10 years agounits: remove "AllowUser=root own", the bus owner can always own names
Kay Sievers [Sat, 8 Mar 2014 18:38:06 +0000 (19:38 +0100)]
units: remove "AllowUser=root own", the bus owner can always own names

10 years agosd-bus: sync kdbus.h
Daniel Mack [Sat, 8 Mar 2014 17:22:14 +0000 (18:22 +0100)]
sd-bus: sync kdbus.h

10 years agonetworkd: fix confusion from missing braces
Zbigniew Jędrzejewski-Szmek [Sat, 8 Mar 2014 16:57:28 +0000 (11:57 -0500)]
networkd: fix confusion from missing braces

Fixup for 76800848f281c3 'networkd: link - degrade failed UP to warning'.

10 years agosd-bus: check for potential integer overflow in KDBUS_ITEM_FOREACH()
Daniel Mack [Sat, 8 Mar 2014 13:18:48 +0000 (14:18 +0100)]
sd-bus: check for potential integer overflow in KDBUS_ITEM_FOREACH()

For large values of item->size, the 'part' pointer can wrap around,
which results in an illegal pointer, but currently passes the for-loop
condition.

10 years agoupdate TODO
Lennart Poettering [Sat, 8 Mar 2014 03:05:48 +0000 (04:05 +0100)]
update TODO

10 years agogpt-auto-generator: probe only partition table and partitions we are interested in
Lennart Poettering [Sat, 8 Mar 2014 02:55:43 +0000 (03:55 +0100)]
gpt-auto-generator: probe only partition table and partitions we are interested in

Instead of iterating through the list of partitions and probing them all
with blkid, simply probe the partition table and use that information to
only probe the partitions we care for.

10 years agonetworkd: link - degrade failed UP to warning
Tom Gundersen [Sat, 8 Mar 2014 00:08:30 +0000 (01:08 +0100)]
networkd: link - degrade failed UP to warning

Something else may still bring the link up, so don't enter failed state prematurely.

10 years agosd-rtnl: increase default timeout to match sd-bus
Tom Gundersen [Sat, 8 Mar 2014 00:05:02 +0000 (01:05 +0100)]
sd-rtnl: increase default timeout to match sd-bus

10 years agoMake tables for DEFINE_STRING_TABLE_LOOKUP consistent
Daniel Mack [Fri, 7 Mar 2014 20:38:48 +0000 (21:38 +0100)]
Make tables for DEFINE_STRING_TABLE_LOOKUP consistent

Bring some arrays that are used for DEFINE_STRING_TABLE_LOOKUP() in the
same order than the enums they reference.

Also, pass the corresponding _MAX value to the array initalizer where
appropriate.

10 years agounits: set 'AllowUser=root own' and 'AllowWorld=talk' own for all .busname files
Daniel Mack [Fri, 7 Mar 2014 16:56:53 +0000 (17:56 +0100)]
units: set 'AllowUser=root own' and 'AllowWorld=talk' own for all .busname files

10 years agodbus1-generator: set AllowWorld=own for now
Daniel Mack [Fri, 7 Mar 2014 16:56:20 +0000 (17:56 +0100)]
dbus1-generator: set AllowWorld=own for now

10 years agosd-bus: add support for policy upload on activator connections
Daniel Mack [Fri, 7 Mar 2014 16:29:01 +0000 (17:29 +0100)]
sd-bus: add support for policy upload on activator connections

Activator connections may upload policy when registering to the bus.
This patch contains code to translate between BusNamePolicy objects and
the kdbus specific items.

10 years agosd-bus: sync kdbus.h (ABI break)
Daniel Mack [Fri, 7 Mar 2014 16:14:52 +0000 (17:14 +0100)]
sd-bus: sync kdbus.h (ABI break)

Bring kdbus.h in sync with recent policy related changes. Most notably,
KDBUS_MAKE_POLICY_OPEN is now gone. The rest doesn't matter for systemd
at this point, as the policy functionality was not yet used.

10 years agobusname: add parser for bus name policies
Daniel Mack [Thu, 6 Mar 2014 21:42:42 +0000 (22:42 +0100)]
busname: add parser for bus name policies

There are three directives to specify bus name polices in .busname
files:

 * AllowUser [username] [access]
 * AllowGroup [groupname] [access]
 * AllowWorld [access]

Where [access] is one of

 * 'see': The user/group/world is allowed to see a name on the bus
 * 'talk': The user/group/world is allowed to talk to a name
 * 'own': The user/group/world is allowed to own a name

There is no user added yet in this commit.

10 years agoman: reference the Discoverable Partitions Spec from the gpt-auto-generator man page
Lennart Poettering [Fri, 7 Mar 2014 17:50:13 +0000 (18:50 +0100)]
man: reference the Discoverable Partitions Spec from the gpt-auto-generator man page

10 years agobusname: don't drop 'service' from the result string
Lennart Poettering [Fri, 7 Mar 2014 16:29:16 +0000 (17:29 +0100)]
busname: don't drop 'service' from the result string

10 years agonetworkd: use new rtnl_message_read() API
Tom Gundersen [Fri, 7 Mar 2014 16:34:38 +0000 (17:34 +0100)]
networkd: use new rtnl_message_read() API

10 years agosd-rtnl: introduce read ether and ip address functions
Susant Sahani [Fri, 7 Mar 2014 15:08:02 +0000 (20:38 +0530)]
sd-rtnl: introduce read ether and ip address functions

This patch introduces reading ethernet address and IPV4/IPv6
as well which is based on table based look up.

[tomegun: rename read_ether() to read_ether_addr() to match the append function.]

10 years agomanager: flush memory stream before using the buffer
Daniel Mack [Fri, 7 Mar 2014 13:43:59 +0000 (14:43 +0100)]
manager: flush memory stream before using the buffer

When the manager receives a SIGUSR2 signal, it opens a memory stream
with open_memstream(), uses the returned file handle for logging, and
dumps the logged content with log_dump().

However, the char* buffer is only safe to use after the file handle has
been flushed with fflush, as the man pages states:

  When the stream is closed (fclose(3)) or flushed (fflush(3)), the
  locations pointed to by ptr and sizeloc are updated to contain,
  respectively, a pointer to the buffer and the current size of  the
  buffer.
  These values remain valid only as long as the caller performs no
  further output on the stream.  If further output is performed, then the
  stream must again be flushed before trying to access these variables.

Without that call, dump remains NULL and the daemon crashes in
log_dump().

10 years agoudev-builtin-blkid: remove dead code
Kay Sievers [Fri, 7 Mar 2014 13:37:01 +0000 (14:37 +0100)]
udev-builtin-blkid: remove dead code

10 years agocore/busname: add lookup string for BUSNAME_FAILURE_SERVICE_FAILED_PERMANENT
Daniel Mack [Fri, 7 Mar 2014 10:41:18 +0000 (11:41 +0100)]
core/busname: add lookup string for BUSNAME_FAILURE_SERVICE_FAILED_PERMANENT

When a busname unit enters BUSNAME_FAILURE_SERVICE_FAILED_PERMANENT, the
serialization will not be able to look up the result as string via
busname_result_to_string(). This leads to an assertion trap during
daemon-reexec.

10 years agounits: Do not unescape instance name in systemd-backlight@.service
Thomas Bächler [Fri, 7 Mar 2014 00:50:34 +0000 (01:50 +0100)]
units: Do not unescape instance name in systemd-backlight@.service

The instance name is never escaped in the udev rule, but unescaped in the unit.
This results in the following error message on Asus boards:

  Failed to get backlight or LED device 'backlight:eeepc/wmi': No such file or directory

10 years agobuild-sys: Don't distribute generated udev rule
Armin K [Tue, 4 Mar 2014 15:23:41 +0000 (16:23 +0100)]
build-sys: Don't distribute generated udev rule

It contains hardcoded path to systemd-sysctl executable which
is /usr/lib/systemd/systemd-sysctl on latest stable release and
as such it will complain at runtime if rootprefix != prefix

[zj: readd the file to nodist_udevrules_DATA]

10 years agoman: add missing comma
Zbigniew Jędrzejewski-Szmek [Fri, 7 Mar 2014 04:54:13 +0000 (23:54 -0500)]
man: add missing comma

marcosf0> missing comma in udevadm "see also" section

10 years agobuild-sys: update intructions for Makefile-man.am regeneration
Zbigniew Jędrzejewski-Szmek [Fri, 7 Mar 2014 04:24:30 +0000 (23:24 -0500)]
build-sys: update intructions for Makefile-man.am regeneration

10 years agoman: describe functions for appending to messages
Zbigniew Jędrzejewski-Szmek [Fri, 7 Mar 2014 04:24:20 +0000 (23:24 -0500)]
man: describe functions for appending to messages

10 years agoupdate TODO
Lennart Poettering [Fri, 7 Mar 2014 03:38:39 +0000 (04:38 +0100)]
update TODO

10 years agogpt-auto-generator: automatically find the root disk of the system
Lennart Poettering [Fri, 7 Mar 2014 03:31:26 +0000 (04:31 +0100)]
gpt-auto-generator: automatically find the root disk of the system

When run in an initrd and no root= argument is set (or is set to
root=gpt-auto) we will automatically look for the root partition on the
same disk the EFI ESP is located on.

Since we look for swap, /home and /srv on the disk the root partition is
located on, we hence have a fully discoverable chain:

    Firmware discovers the EFI ESP partition → the initrd discovers the
    root partition → the host OS discovers swap, /home, and /srv.

Note that this requires an EFI boot loader that sets the
LoaderDevicePartUUID EFI variable, such as Gummiboot.

10 years agoudev: automatically create a symlink /dev/disk/by-id/gpt-auto-root if there's a suita...
Lennart Poettering [Fri, 7 Mar 2014 02:30:30 +0000 (03:30 +0100)]
udev: automatically create a symlink /dev/disk/by-id/gpt-auto-root if there's a suitable root partition

10 years agofstab-generator: the root partition is not optional
Lennart Poettering [Fri, 7 Mar 2014 01:39:59 +0000 (02:39 +0100)]
fstab-generator: the root partition is not optional

10 years agoefi-boot-generator: typo fix
Lennart Poettering [Fri, 7 Mar 2014 01:39:01 +0000 (02:39 +0100)]
efi-boot-generator: typo fix

10 years agoudev-builtin-blkid: when we find a GPT partition marked as root disk on the same...
Lennart Poettering [Fri, 7 Mar 2014 01:35:19 +0000 (02:35 +0100)]
udev-builtin-blkid: when we find a GPT partition marked as root disk on the same disk as the ESP, expose a property on the udev device

This is preparation for a logic to automatically discover the root
partition to boot from if no partition has been configured explicitly.

This makes use of our newly defined GPT type GUIDs for our root disks:

 #define GPT_ROOT_X86    SD_ID128_MAKE(44,47,95,40,f2,97,41,b2,9a,f7,d1,31,d5,f0,45,8a)
 #define GPT_ROOT_X86_64 SD_ID128_MAKE(4f,68,bc,e3,e8,cd,4d,b1,96,e7,fb,ca,f9,84,b7,09)

We define differen GUIDs for different architectures to allow images
which finde the right root partition for the appropriate arch.

10 years agoudev-builtin-blkid: modernizations and minor fixes
Lennart Poettering [Fri, 7 Mar 2014 01:34:18 +0000 (02:34 +0100)]
udev-builtin-blkid: modernizations and minor fixes

10 years agofstab-generator: merge /proc/cmdline parsing loops into one
Lennart Poettering [Thu, 6 Mar 2014 20:14:26 +0000 (21:14 +0100)]
fstab-generator: merge /proc/cmdline parsing loops into one

10 years agoman: systemd-bootchart - fix spacing in command
Zachary Cook [Thu, 6 Mar 2014 08:49:49 +0000 (03:49 -0500)]
man: systemd-bootchart - fix spacing in command

Use the same formatting as the systemd-analyze man page, so that man shows a space.

10 years agostrv: set _printf_ on strv_extendf
Thomas Hindoe Paaboel Andersen [Thu, 6 Mar 2014 19:28:32 +0000 (20:28 +0100)]
strv: set _printf_ on strv_extendf

10 years agosd-rtnl/networkd: use new rtnl_message_read() API and drop helper
Tom Gundersen [Thu, 6 Mar 2014 18:44:37 +0000 (19:44 +0100)]
sd-rtnl/networkd: use new rtnl_message_read() API and drop helper

With the new sd_rtnl_message_read_string(), there is no longer a need for
rtnl_message_get_ifname().

10 years agosd-rtnl:introduce table-based lookup and typesafe read() functions
Susant Sahani [Wed, 5 Mar 2014 15:13:25 +0000 (20:43 +0530)]
sd-rtnl:introduce table-based lookup and typesafe read() functions

This patch introduces new netlink attribute parsing logic
which is table based lookup and sd_rtnl_message_read_*
methods for reading attributes. By doing this user does not
have to loop for the attribute values . Only providing the
attribute type it gets the attribute values which is optimized
and sd_rtnl_message_read_* methods are simplified.

10 years agogenerators: make automatic discovery generators work correctly when reloading
Lennart Poettering [Thu, 6 Mar 2014 17:26:35 +0000 (18:26 +0100)]
generators: make automatic discovery generators work correctly when reloading

In addition to checking whether the diestination mount point is
populated, check whether it is already a mount point.

If it is already a mount point, or if it is unpopulated, let's create
the unit.

10 years agogenerators: add Documentation= fields that point to the generator man pages
Lennart Poettering [Thu, 6 Mar 2014 17:26:06 +0000 (18:26 +0100)]
generators: add Documentation= fields that point to the generator man pages

10 years agoutil: move more intellegince into parse_proc_cmdline()
Lennart Poettering [Thu, 6 Mar 2014 16:05:55 +0000 (17:05 +0100)]
util: move more intellegince into parse_proc_cmdline()

Already split variable assignments before invoking the callback. And
drop "rd." settings if we are not in an initrd.

10 years agoman: update link to LSB
Zbigniew Jędrzejewski-Szmek [Thu, 6 Mar 2014 13:10:19 +0000 (08:10 -0500)]
man: update link to LSB

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

10 years agoupdate TODO
Lennart Poettering [Thu, 6 Mar 2014 04:03:39 +0000 (05:03 +0100)]
update TODO

10 years agocore: include partition label in .device description fields
Lennart Poettering [Thu, 6 Mar 2014 03:57:16 +0000 (04:57 +0100)]
core: include partition label in .device description fields

10 years agologind: fix reference to systemd-user-sessions.service
Lennart Poettering [Thu, 6 Mar 2014 03:52:31 +0000 (04:52 +0100)]
logind: fix reference to systemd-user-sessions.service

10 years agogpt-auto-generation: set a pretty description string
Lennart Poettering [Thu, 6 Mar 2014 03:52:13 +0000 (04:52 +0100)]
gpt-auto-generation: set a pretty description string

10 years agounits: don't use the word 'Reboot' for Startup, but simply 'Boot'
Lennart Poettering [Thu, 6 Mar 2014 03:51:48 +0000 (04:51 +0100)]
units: don't use the word 'Reboot' for Startup, but simply 'Boot'

10 years agounits: properly capitalize the unit description
Lennart Poettering [Thu, 6 Mar 2014 03:51:11 +0000 (04:51 +0100)]
units: properly capitalize the unit description

10 years agoman: bring gpt-auto-generator up to date
Lennart Poettering [Thu, 6 Mar 2014 03:50:19 +0000 (04:50 +0100)]
man: bring gpt-auto-generator up to date

10 years agogpt-auto-generator: properly handle LUKS partitions
Lennart Poettering [Thu, 6 Mar 2014 03:05:13 +0000 (04:05 +0100)]
gpt-auto-generator: properly handle LUKS partitions

10 years agounit-name: modernizations
Lennart Poettering [Thu, 6 Mar 2014 03:04:58 +0000 (04:04 +0100)]
unit-name: modernizations

10 years agocryptsetup: some fixes
Lennart Poettering [Thu, 6 Mar 2014 01:26:52 +0000 (02:26 +0100)]
cryptsetup: some fixes

10 years agocore: correctly unregister PIDs from PID hashtables
Lennart Poettering [Thu, 6 Mar 2014 01:19:42 +0000 (02:19 +0100)]
core: correctly unregister PIDs from PID hashtables

10 years agoutil: add timeout to generator execution
Lennart Poettering [Thu, 6 Mar 2014 01:19:06 +0000 (02:19 +0100)]
util: add timeout to generator execution

10 years agoupdate TODO
Lennart Poettering [Wed, 5 Mar 2014 21:31:03 +0000 (22:31 +0100)]
update TODO

10 years agogenerators: rework mount generators
Lennart Poettering [Wed, 5 Mar 2014 21:26:10 +0000 (22:26 +0100)]
generators: rework mount generators

- Add support for finding and mounting /srv based on GPT data, similar
  to how we already handly /home.

- Share the fsck logic between GPT, EFI and fstab generators

- Make sure we never run the EFI generator inside containers

- Drop DefaultDependencies=no from EFI mount units

- Other fixes

10 years agoman: ipv4 link-local
Umut Tezduyar Lindskog [Wed, 5 Mar 2014 19:51:36 +0000 (20:51 +0100)]
man: ipv4 link-local

10 years agosystemd-run: don't print error messages twice
Lennart Poettering [Wed, 5 Mar 2014 18:02:53 +0000 (19:02 +0100)]
systemd-run: don't print error messages twice

10 years agosystemd-run: make sure --nice=, --uid=, --gid=, --setenv= also work in --scope mode
Lennart Poettering [Wed, 5 Mar 2014 17:57:21 +0000 (18:57 +0100)]
systemd-run: make sure --nice=, --uid=, --gid=, --setenv= also work in --scope mode