chiark / gitweb /
elogind.git
11 years agoDISTRO_PORTING: correct location of hostname-setup.c
Ramkumar Ramachandra [Thu, 29 Nov 2012 19:06:56 +0000 (00:36 +0530)]
DISTRO_PORTING: correct location of hostname-setup.c

f33d3ec1 (move more common files to shared/ and add them to shared.la,
2012-04-12) moved src/hostname-setup.c to src/shared/hostname-setup.c,
but did not update DISTRO_PORTING accordingly.  Fix this.

11 years agoLICENSE.LGPL2.1: update license
Ramkumar Ramachandra [Thu, 29 Nov 2012 19:06:55 +0000 (00:36 +0530)]
LICENSE.LGPL2.1: update license

Update the license with the copy found on
http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt

11 years agokeymap: Add Samsung 700T
Martin Pitt [Wed, 28 Nov 2012 20:33:26 +0000 (21:33 +0100)]
keymap: Add Samsung 700T

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

11 years agokeymap: Update the list of Samsung Series 9 models
Alessandro Crismani [Wed, 8 Aug 2012 12:19:32 +0000 (14:19 +0200)]
keymap: Update the list of Samsung Series 9 models

Currently, keymaps are provided only for the NP90X3A laptop. Samsung
introduced updated models, codenamed 900X3B, 900X3C, 900X4B, 900X4C,
which are currently not matched by udev rules. This patch includes the
newer modules in udev rules and move the samsung-n90x3a file defining
keys to a more generic samsung-series-9 file.

The patch was tested on a 900X4C laptop, and other people reported
that the rules also work for 900X3B and 900X3C ones.

11 years agoshutdown: fix typo
Hermann Gausterer [Wed, 28 Nov 2012 20:20:37 +0000 (21:20 +0100)]
shutdown: fix typo

11 years agoshutdown: don't consider umounting of / and /usr failed
Tom Gundersen [Wed, 28 Nov 2012 17:08:54 +0000 (18:08 +0100)]
shutdown: don't consider umounting of / and /usr failed

In the words of Homer: If you don't try, you can't fail.

This is a revert of 9279749b84cc87c7830280b7895a48bed03c9429.

It used to be necessary to consider the umounting failed to make sure /
and /usr were remounted read-only, but that is no longer necessary as
everything is now remounted read-only anyway.

Moreover, this avoids a warning at shutdown saying a filesystem was not
unmounted. As the umounting of / is never attempted there was no
corresponding warning message saying which fs that failed. This caused some
spurious bug-reports from concerned users.

Cc: Michael Biebl <biebl@debian.org>
11 years agoshutdown: don't pivot to /run/initramfs if already there
Tom Gundersen [Wed, 28 Nov 2012 16:27:17 +0000 (17:27 +0100)]
shutdown: don't pivot to /run/initramfs if already there

This allows systemd-shutdown to be installed as /run/initramfs/shutdown
and take care of the proper teardown of the rootfs.

11 years agoman: systemd.exec - mention mount(2)
Kay Sievers [Tue, 27 Nov 2012 10:40:08 +0000 (11:40 +0100)]
man: systemd.exec - mention mount(2)

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

11 years agofstab-generator: make error more helpful in case of duplicates in fstab
Tom Gundersen [Tue, 27 Nov 2012 00:09:28 +0000 (01:09 +0100)]
fstab-generator: make error more helpful in case of duplicates in fstab

Traditional sysvinit systems would not complain about duplicates in
fstab. Rather it (through monut -a) would mount one fs on top of another,
in effect the last entry taking precedent.

In systemd, the first entry takes precedent, all subsequent ones are
ignored and an error is printed.

The change of behavior and the source of this error message was causing
some confusion, so give a hint what migt be wrong.

11 years agofstab-generator: drop mount_is_bind
Tom Gundersen [Mon, 26 Nov 2012 23:52:01 +0000 (00:52 +0100)]
fstab-generator: drop mount_is_bind

Do the check in-line instead, as the function is now a bit pointless.

11 years agofstab-generator: remove redundancy in mount_is_bind
Tom Gundersen [Mon, 26 Nov 2012 02:49:21 +0000 (03:49 +0100)]
fstab-generator: remove redundancy in mount_is_bind

11 years agoman: systemd.time - fix typo in fixed typo
Kay Sievers [Mon, 26 Nov 2012 18:04:13 +0000 (19:04 +0100)]
man: systemd.time - fix typo in fixed typo

11 years agoman: systemd.time - fix typo
Kay Sievers [Mon, 26 Nov 2012 17:47:33 +0000 (18:47 +0100)]
man: systemd.time - fix typo

11 years agoudev: net_id - merge properties into the correct device
Kay Sievers [Mon, 26 Nov 2012 14:03:06 +0000 (15:03 +0100)]
udev: net_id - merge properties into the correct device

11 years agoudev: net_id - export PCI hotplug slot names
Kay Sievers [Mon, 26 Nov 2012 13:07:16 +0000 (14:07 +0100)]
udev: net_id - export PCI hotplug slot names

11 years agoREADME - dependencies: unify and add util-linux reference
Tom Gundersen [Sun, 25 Nov 2012 20:59:00 +0000 (21:59 +0100)]
README - dependencies: unify and add util-linux reference

Use '>=' everywhere for consistency and point out that new util-linux
provides sulogin.

11 years agojournal: fix warning about pointer arithmetic
Zbigniew Jędrzejewski-Szmek [Sun, 25 Nov 2012 20:34:10 +0000 (21:34 +0100)]
journal: fix warning about pointer arithmetic

../src/journal/journal-send.c: In function 'sd_journal_sendv':
../src/journal/journal-send.c:250:73: warning: pointer of type 'void *' used in arithmetic [-Wpointer-arith]

11 years agomanager: fix build on 32bit systems
Lennart Poettering [Sun, 25 Nov 2012 18:43:48 +0000 (19:43 +0100)]
manager: fix build on 32bit systems

11 years agoman: add systemd-journal-gatewayd page
Zbigniew Jędrzejewski-Szmek [Sun, 25 Nov 2012 15:39:07 +0000 (16:39 +0100)]
man: add systemd-journal-gatewayd page

11 years agojournal-gatewayd: minor cleanup
Zbigniew Jędrzejewski-Szmek [Sun, 25 Nov 2012 15:36:46 +0000 (16:36 +0100)]
journal-gatewayd: minor cleanup

11 years agoREADME: mention dependency on libpython
Zbigniew Jędrzejewski-Szmek [Thu, 22 Nov 2012 14:30:50 +0000 (15:30 +0100)]
README: mention dependency on libpython

11 years agoupdate TODO
Lennart Poettering [Sat, 24 Nov 2012 23:33:38 +0000 (00:33 +0100)]
update TODO

11 years agotimer: recalculate next elapse for calendar timer units when the system clock is...
Lennart Poettering [Sat, 24 Nov 2012 23:32:40 +0000 (00:32 +0100)]
timer: recalculate next elapse for calendar timer units when the system clock is changed

11 years agoshared: FORMAT_TIMESTAMP_MAX -- include space for unicode weekdays
Kay Sievers [Sat, 24 Nov 2012 13:51:19 +0000 (14:51 +0100)]
shared: FORMAT_TIMESTAMP_MAX -- include space for unicode weekdays

$ LANG=el_GR.UTF-8 ./timedatectl
      Local time: Σαβ 2012-11-24 14:53:05 CET
  Universal time: Σαβ 2012-11-24 13:53:05 UTC
        RTC time: Σαβ 2012-11-24 13:53:04
        Timezone: Europe/Berlin (CET, +0100)
     NTP enabled: yes
NTP synchronized: yes
 RTC in local TZ: no
      DST active: no
 Last DST change: DST ended at
                  Κυρ 2012-10-28 02:59:59 CEST
                  Κυρ 2012-10-28 02:00:00 CET
 Next DST change: DST begins (the clock jumps one hour forward) at
                  Κυρ 2013-03-31 01:59:59 CET
                  Κυρ 2013-03-31 03:00:00 CEST

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

11 years agofix --full for journalctl zsh completion
Daniel Wallace [Sat, 24 Nov 2012 00:14:21 +0000 (19:14 -0500)]
fix --full for journalctl zsh completion

11 years agoupdate TODO
Lennart Poettering [Fri, 23 Nov 2012 23:24:30 +0000 (00:24 +0100)]
update TODO

11 years agoman: document calendar timers
Lennart Poettering [Fri, 23 Nov 2012 23:24:14 +0000 (00:24 +0100)]
man: document calendar timers

11 years agobuild-sys: drop TARGET_UBUNTU
Lennart Poettering [Fri, 23 Nov 2012 21:55:38 +0000 (22:55 +0100)]
build-sys: drop TARGET_UBUNTU

TARGET_UBUNTU is effectively the same as TARGET_DEBIAN. Given the Ubuntu
is unlikely to use systemd anytime soon there's no point in keeping this
separate.

11 years agotime-util: teach parse_timestamp to parse weekdays
Lennart Poettering [Fri, 23 Nov 2012 21:52:46 +0000 (22:52 +0100)]
time-util: teach parse_timestamp to parse weekdays

11 years agopath-util: when parsing a timestamp we don't know the timezone
Lennart Poettering [Fri, 23 Nov 2012 21:52:38 +0000 (22:52 +0100)]
path-util: when parsing a timestamp we don't know the timezone

11 years agotime-util: also rename FORMAT_TIMESTAMP_PRETTY → _MAX
Lennart Poettering [Fri, 23 Nov 2012 21:51:55 +0000 (22:51 +0100)]
time-util: also rename FORMAT_TIMESTAMP_PRETTY → _MAX

11 years agoutil: teach parse_timestamp() to parse results of format_timestamp_relative()
Lennart Poettering [Fri, 23 Nov 2012 21:20:15 +0000 (22:20 +0100)]
util: teach parse_timestamp() to parse results of format_timestamp_relative()

11 years agoutil: rename format_timestamp_pretty() to format_timestamp_relative() because that...
Lennart Poettering [Fri, 23 Nov 2012 21:12:59 +0000 (22:12 +0100)]
util: rename format_timestamp_pretty() to format_timestamp_relative() because that describes much better what it does

11 years agoutil: split off time related calls from util.[ch] into time-util.[ch]
Lennart Poettering [Fri, 23 Nov 2012 21:07:24 +0000 (22:07 +0100)]
util: split off time related calls from util.[ch] into time-util.[ch]

11 years agotest: extend calendarspec test a bit
Lennart Poettering [Fri, 23 Nov 2012 20:50:51 +0000 (21:50 +0100)]
test: extend calendarspec test a bit

11 years agotimedatectl: improve english language DST change texts a bit
Lennart Poettering [Fri, 23 Nov 2012 20:38:42 +0000 (21:38 +0100)]
timedatectl: improve english language DST change texts a bit

11 years agoupdate TODO
Lennart Poettering [Fri, 23 Nov 2012 20:38:15 +0000 (21:38 +0100)]
update TODO

11 years agotimer: implement calendar time events
Lennart Poettering [Fri, 23 Nov 2012 20:37:58 +0000 (21:37 +0100)]
timer: implement calendar time events

11 years agoman: clarify why User=/Group= don't work with mount units
Lennart Poettering [Fri, 23 Nov 2012 17:44:49 +0000 (18:44 +0100)]
man: clarify why User=/Group= don't work with mount units

11 years agojournal: fix SO_PASSSEC invocation
Lennart Poettering [Fri, 23 Nov 2012 17:35:24 +0000 (18:35 +0100)]
journal: fix SO_PASSSEC invocation

Spotted by Lukas Nykryn

11 years agoupdate TODO
Lennart Poettering [Fri, 23 Nov 2012 17:35:09 +0000 (18:35 +0100)]
update TODO

11 years agotimedatectl: show both current actual timezone name and UTC distance in TImezone...
Lennart Poettering [Fri, 23 Nov 2012 15:33:39 +0000 (16:33 +0100)]
timedatectl: show both current actual timezone name and UTC distance in TImezone field

11 years agotimedatctl: bring manual strftime in sync with format_timestamp()
Lennart Poettering [Fri, 23 Nov 2012 15:29:35 +0000 (16:29 +0100)]
timedatctl: bring manual strftime in sync with format_timestamp()

11 years agoutil: drop "," between week day and date when formatting timestamps
Lennart Poettering [Fri, 23 Nov 2012 15:24:59 +0000 (16:24 +0100)]
util: drop "," between week day and date when formatting timestamps

The glibc default (as shown by the command line tool "date") doesn't put a comma there,
and so we shouldn't either.

11 years agoudev: net_id - read ACPI _SUN -- slot user number
Kay Sievers [Fri, 23 Nov 2012 14:01:43 +0000 (15:01 +0100)]
udev: net_id - read ACPI _SUN  -- slot user number

11 years agocryptsetup-generator: state file name in error messages
Michal Schmidt [Fri, 23 Nov 2012 13:16:39 +0000 (14:16 +0100)]
cryptsetup-generator: state file name in error messages

11 years agocryptsetup-generator: use log_oom() everywhere
Michal Schmidt [Fri, 23 Nov 2012 13:16:34 +0000 (14:16 +0100)]
cryptsetup-generator: use log_oom() everywhere

11 years agoudev: path_id - handle Hyper-V devices
Hannes Reinecke [Fri, 23 Nov 2012 13:12:39 +0000 (14:12 +0100)]
udev: path_id - handle Hyper-V devices

Hyper-V has an abstract bus, which gets renumbered on guest
startup. So instead of the bus numbers we should be using
the device GUIDs, which can be retrieved from the 'device_id'
sysfs attribute.

11 years agoUpdate TODO to include splitting systemd-analyze.
David Strauss [Fri, 23 Nov 2012 09:51:41 +0000 (03:51 -0600)]
Update TODO to include splitting systemd-analyze.

The split should be into a lightweight collection tool that can run
with minimal dependencies and resources for server and embedded
systems. The analysis tool can pull in desktop-style dependencies
like Cairo and GTK.

11 years agoupdate TODO
Lennart Poettering [Thu, 22 Nov 2012 19:16:15 +0000 (20:16 +0100)]
update TODO

11 years agoupdate TODO
Lennart Poettering [Thu, 22 Nov 2012 00:56:24 +0000 (01:56 +0100)]
update TODO

11 years agotimedatectl: replace ",' with ':'
Kay Sievers [Thu, 22 Nov 2012 17:50:55 +0000 (18:50 +0100)]
timedatectl: replace ",' with ':'

11 years agotimedatectl: shorten output to print single < 80 char line
Kay Sievers [Thu, 22 Nov 2012 17:47:25 +0000 (18:47 +0100)]
timedatectl: shorten output to print single < 80 char line

11 years agoshared: FORMAT_TIMESTAMP_MAX +1
Kay Sievers [Thu, 22 Nov 2012 17:46:08 +0000 (18:46 +0100)]
shared: FORMAT_TIMESTAMP_MAX +1

5 is for weekday+comma+space, but week days in french have 4 digits

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

11 years agoreadahead: properly detect btrfs on SSD
Lennart Poettering [Thu, 22 Nov 2012 00:51:06 +0000 (01:51 +0100)]
readahead: properly detect btrfs on SSD

11 years agolocale: modernizations
Lennart Poettering [Thu, 22 Nov 2012 00:00:26 +0000 (01:00 +0100)]
locale: modernizations

11 years agodbus: introduce _cleanup_dbus_error_free_
Lennart Poettering [Wed, 21 Nov 2012 23:40:45 +0000 (00:40 +0100)]
dbus: introduce _cleanup_dbus_error_free_

11 years agomanager: introduce watch_init() initializer for watches
Lennart Poettering [Wed, 21 Nov 2012 23:38:55 +0000 (00:38 +0100)]
manager: introduce watch_init() initializer for watches

11 years agoautomount: modernizations
Lennart Poettering [Wed, 21 Nov 2012 02:10:49 +0000 (03:10 +0100)]
automount: modernizations

11 years agoupdate TODO
Lennart Poettering [Wed, 21 Nov 2012 02:10:26 +0000 (03:10 +0100)]
update TODO

11 years agonspawn: reset supplementary and main group id before entering nspawn
Lennart Poettering [Wed, 21 Nov 2012 01:58:55 +0000 (02:58 +0100)]
nspawn: reset supplementary and main group id before entering nspawn

11 years agocatalog: correct substitution
Lennart Poettering [Wed, 21 Nov 2012 17:54:46 +0000 (18:54 +0100)]
catalog: correct substitution

11 years agoupdate TODO
Lennart Poettering [Wed, 21 Nov 2012 17:54:28 +0000 (18:54 +0100)]
update TODO

11 years agocryptsetup: fix nofail support
Tom Gundersen [Wed, 21 Nov 2012 11:30:47 +0000 (12:30 +0100)]
cryptsetup: fix nofail support

This was documented in the man page and supported in the generator,
but systemd-cryptestup itself would fail with this option.

systemd-cryptsetup should ignore 'nofail', as it does with 'noauto'.

11 years agoAdd #ifdef guards around xattr usage
Henrik Grindal Bakken [Wed, 21 Nov 2012 09:36:56 +0000 (10:36 +0100)]
Add #ifdef guards around xattr usage

This adds #ifdef HAVE_ATTR_XATTR_H guards around all usage of xattr.
This unbreaks building with --disable-xattr when <attr/xattr.h> doesn't exist.
<attr/xattr.h> and usage of fsetxattr() without

11 years agomount: clarify that User= and Group= are useless with an explicit Type=
David Strauss [Wed, 21 Nov 2012 03:22:12 +0000 (19:22 -0800)]
mount: clarify that User= and Group= are useless with an explicit Type=

11 years agohwdb: fix usage
Tom Gundersen [Wed, 21 Nov 2012 01:47:48 +0000 (02:47 +0100)]
hwdb: fix usage

--create is not a valid option.

11 years agobuild-sys: add zsh completion bits to EXTRA_DIST v196
Lennart Poettering [Wed, 21 Nov 2012 01:19:20 +0000 (02:19 +0100)]
build-sys: add zsh completion bits to EXTRA_DIST

11 years agoupdate NEWS
Lennart Poettering [Wed, 21 Nov 2012 00:59:45 +0000 (01:59 +0100)]
update NEWS

11 years agobuild-sys: prepare 196
Lennart Poettering [Wed, 21 Nov 2012 00:37:11 +0000 (01:37 +0100)]
build-sys: prepare 196

11 years agoupdate TODO
Lennart Poettering [Tue, 20 Nov 2012 23:33:37 +0000 (00:33 +0100)]
update TODO

11 years agojournal: by default do not decompress dat objects larger than 64K
Lennart Poettering [Tue, 20 Nov 2012 23:28:00 +0000 (00:28 +0100)]
journal: by default do not decompress dat objects larger than 64K

This introduces a new data threshold setting for sd_journal objects
which controls the maximum size of objects to decompress. This is
relieves the library from having to decompress full data objects even
if a client program is only interested in the initial part of them.

This speeds up "systemd-coredumpctl" drastically when invoked without
parameters.

11 years agojournal: document new catalog APIs
Lennart Poettering [Tue, 20 Nov 2012 21:09:09 +0000 (22:09 +0100)]
journal: document new catalog APIs

11 years agojournal: add sd_journal_get_catalog_for_message_id() as API to get catalog entry...
Lennart Poettering [Tue, 20 Nov 2012 20:38:59 +0000 (21:38 +0100)]
journal: add sd_journal_get_catalog_for_message_id() as API to get catalog entry for any message ID without requiring an open journal file

11 years agoupdate TODO
Lennart Poettering [Tue, 20 Nov 2012 20:33:49 +0000 (21:33 +0100)]
update TODO

11 years agojournal-send: always send SYSLOG_IDENTIFIER, if we have it
Lennart Poettering [Tue, 20 Nov 2012 20:25:26 +0000 (21:25 +0100)]
journal-send: always send SYSLOG_IDENTIFIER, if we have it

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

11 years agojournal-send: unify a bit of code
Lennart Poettering [Tue, 20 Nov 2012 20:22:18 +0000 (21:22 +0100)]
journal-send: unify a bit of code

11 years agobuild-sys: add symlink Makefile to catalog/ too
Lennart Poettering [Tue, 20 Nov 2012 19:31:01 +0000 (20:31 +0100)]
build-sys: add symlink Makefile to catalog/ too

11 years agoupdate TODO
Lennart Poettering [Tue, 20 Nov 2012 19:30:30 +0000 (20:30 +0100)]
update TODO

11 years agounit: link up getty configuration from man page and unit files
Lennart Poettering [Tue, 20 Nov 2012 19:09:38 +0000 (20:09 +0100)]
unit: link up getty configuration from man page and unit files

11 years agocatalog: add mission statement
Lennart Poettering [Tue, 20 Nov 2012 01:18:47 +0000 (02:18 +0100)]
catalog: add mission statement

11 years agobuild-sys: make loadable module support optional
Tom Gundersen [Tue, 20 Nov 2012 00:24:32 +0000 (01:24 +0100)]
build-sys: make loadable module support optional

kmod is unecessary if loadable module support is disabled in the kernel,
so make the dependency optional.

11 years agobuild-sys: fix sysvcompat handling in distcheck
Tom Gundersen [Tue, 20 Nov 2012 17:19:44 +0000 (18:19 +0100)]
build-sys: fix sysvcompat handling in distcheck

Distcheck would fail due to sysvinit dir being set,
but not sysvrcnd dir:

 # ./configure --enable-gtk-doc --with-sysvrcd-path=/etc/rc.d
 # --with-sysvinit-path=/etc/rc.d
 # make distcheck
 ...
 configure: error: *** You need both --with-sysvinit-path=PATH and
--with-sysvrcd-path=PATH to enable SysV compatibility support, or both
empty to disable it.
make: *** [distcheck] Error 1

This also allows sysvcompat support to be disabled from distcheck.

11 years agoupdate TODO
Lennart Poettering [Tue, 20 Nov 2012 18:13:54 +0000 (19:13 +0100)]
update TODO

11 years agoupdate TODO
Lennart Poettering [Tue, 20 Nov 2012 18:11:55 +0000 (19:11 +0100)]
update TODO

11 years agodbus-common: Add helper method to handle no-reply messages
Colin Walters [Tue, 30 Oct 2012 19:38:32 +0000 (15:38 -0400)]
dbus-common: Add helper method to handle no-reply messages

[Tested in latest gnome-ostree; if accepted, I'll look at a followup
 patch which fixes the other dbus_connection_send(reply, ...) calls
 besides logind]

DBus messages can have a flag NO_REPLY associated that means "I don't
need a reply".  This is for efficiency reasons - for one-off requests
that can't return an error, etc.

However, it's up to users to manually check
dbus_message_get_no_reply() from a message.  libdbus will happily send
out a reply if you don't.

Unfortunately, doing so is not just less efficient - it also triggers
a security error, for complex reasons.  This is something that will
eventually be fixed in dbus, but it's also correct to handle it in
client applications.

This new helper API is slightly nicer in that you don't have to pass
NULL to say you don't want a reply serial for your reply.

This patch also tweaks logind to use the API - there are more areas of
the code that need this treatment too.

11 years agoudev: net - add device naming properties
Kay Sievers [Tue, 20 Nov 2012 17:10:45 +0000 (18:10 +0100)]
udev: net - add device naming properties

11 years agoshell-completion: udev - add net_id
Kay Sievers [Tue, 20 Nov 2012 17:08:48 +0000 (18:08 +0100)]
shell-completion: udev - add net_id

11 years agolibudev: do not resolve $attr{device} symlinks
Kay Sievers [Tue, 20 Nov 2012 17:07:57 +0000 (18:07 +0100)]
libudev: do not resolve $attr{device} symlinks

11 years agoudev: fix whitespace
Kay Sievers [Tue, 20 Nov 2012 17:07:14 +0000 (18:07 +0100)]
udev: fix whitespace

11 years agohwdb: update
Kay Sievers [Tue, 20 Nov 2012 01:07:02 +0000 (02:07 +0100)]
hwdb: update

11 years agocatalog: Spell out microseconds
Nis Martensen [Sat, 17 Nov 2012 13:40:05 +0000 (14:40 +0100)]
catalog: Spell out microseconds

Also fix some English in a German translation

11 years agojournald: fix bad memory access
Lennart Poettering [Mon, 19 Nov 2012 23:19:27 +0000 (00:19 +0100)]
journald: fix bad memory access

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

11 years agosocket: improve error message when we cannot spawn the socket's service unit
Lennart Poettering [Mon, 19 Nov 2012 23:19:00 +0000 (00:19 +0100)]
socket: improve error message when we cannot spawn the socket's service unit

11 years agoupdate TODO
Lennart Poettering [Mon, 19 Nov 2012 23:18:22 +0000 (00:18 +0100)]
update TODO

11 years agoupdate TODO
Lennart Poettering [Sun, 18 Nov 2012 22:32:09 +0000 (23:32 +0100)]
update TODO

11 years agocore/load-fragment: fix (potential) bad memory access
Zbigniew Jędrzejewski-Szmek [Mon, 19 Nov 2012 15:36:38 +0000 (16:36 +0100)]
core/load-fragment: fix (potential) bad memory access

strncmp() could be used with size bigger then the size of the string,
because MAX was used instead of MIN.

If failing, print just the offending mount flag.

11 years agocore/load-fragment: be more precise in error messages
Zbigniew Jędrzejewski-Szmek [Mon, 19 Nov 2012 15:02:45 +0000 (16:02 +0100)]
core/load-fragment: be more precise in error messages

Whenever a message fails, mention the offending word, instead
of just giving the whole line. If one bad word causes just this
word to be rejected, print only the word. If one bad word causes
the whole line to be rejected, print the whole line too.

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

11 years agoshared/utils: systemd-cgls shows 'n/a' when piping output
Anders Olofsson [Mon, 19 Nov 2012 14:25:36 +0000 (15:25 +0100)]
shared/utils: systemd-cgls shows 'n/a' when piping output

-1 was used to signal failure, but the type was unsigned.

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

11 years agojournalctl: add option to forgo ellipsization
Zbigniew Jędrzejewski-Szmek [Sat, 17 Nov 2012 14:27:59 +0000 (15:27 +0100)]
journalctl: add option to forgo ellipsization

Sometimes it is better to see messages in full, and the existing
set of options didn't allow this easily. E.g. now

  journalctl -f --full

will behave like

  tail -f /var/log/messages

of yore.

Long option only for now, since small letters are becoming
scarce, and this doesn't feel like a capital-letter-option.
'-u' would be nice, and the above command would be spelled

  journalctl -fu