Commit Graph

1375 Commits

Author SHA1 Message Date
Lennart Poettering e8a152c62d update TODO 2014-06-25 10:07:20 +02:00
Lennart Poettering fbe1a1a94f update TODO 2014-06-25 10:04:36 +02:00
Zbigniew Jędrzejewski-Szmek 57f45c37e9 Trim TODO 2014-06-25 01:46:37 -04:00
Zbigniew Jędrzejewski-Szmek 6f8bd5c94e core/snapshot: log info when snapshots are created and removed
Snapshot mechanism is not used very much, but snapshot creation/destruction
should be at least as verbose as normal unit starting/stopping.
2014-06-22 15:30:28 -04:00
Zbigniew Jędrzejewski-Szmek 04ef5b03f6 core/transaction: avoid misleading error message when unit not found
There's no point in telling the user to look at the logs when
an attempt to load the unit file failed with ENOENT.

https://bugzilla.redhat.com/show_bug.cgi?id=996133
2014-06-22 15:30:24 -04:00
Lennart Poettering d2f42e3a9b update TODO 2014-06-19 16:33:01 +02:00
Lennart Poettering 92788e46d6 update TODO 2014-06-19 12:38:45 +02:00
Lennart Poettering 9eecdbc354 update TODO 2014-06-19 12:38:45 +02:00
Thomas Hindoe Paaboel Andersen df9db010de TODO: update 2014-06-18 23:21:00 +02:00
Kay Sievers 8142913690 TODO: update 2014-06-18 03:46:44 +02:00
Lennart Poettering 3c779fa59d update TODO 2014-06-18 00:09:46 +02:00
Lennart Poettering 75183a9be0 update TODO 2014-06-17 03:30:11 +02:00
Lennart Poettering e7b4d43ec3 update TODO 2014-06-17 01:24:03 +02:00
Lennart Poettering a01647e537 update TODO 2014-06-16 12:33:23 +02:00
Lennart Poettering 4997cb9e16 update TODO 2014-06-16 01:03:38 +02:00
Lennart Poettering dd25523073 update TODO 2014-06-13 13:26:32 +02:00
Lennart Poettering e90738c9bb update TODO 2014-06-11 10:15:51 +02:00
Lennart Poettering 61147436a3 update TODO 2014-06-11 00:07:07 +02:00
Lennart Poettering 827bf3c5dd update TODO 2014-06-06 18:38:43 +02:00
Lennart Poettering dc17bcef19 update TODO 2014-06-06 14:59:41 +02:00
Lennart Poettering 2d2ebaf515 update TODO 2014-06-05 17:31:03 +02:00
Lennart Poettering 03da8f9459 update TODO 2014-06-05 16:13:22 +02:00
Lennart Poettering 9b476fabd2 update TODO 2014-06-05 13:53:44 +02:00
Lennart Poettering 945933e331 update TODO 2014-06-05 13:09:46 +02:00
Lennart Poettering f598ac3e28 update TODO 2014-06-04 18:58:05 +02:00
Lennart Poettering c221efb2de update TODO 2014-06-04 17:31:31 +02:00
Kay Sievers c343be283b fsck: disable "-l" option for now
https://bugs.freedesktop.org/show_bug.cgi?id=79576#c5
2014-06-04 11:16:30 +02:00
Lennart Poettering 3de03738fc update TODO 2014-05-22 16:14:50 +09:00
Lennart Poettering 97c52b838b update TODO 2014-05-22 12:16:25 +09:00
Lennart Poettering eaa3b74dfd update TODO 2014-05-22 10:36:16 +09:00
Tom Gundersen 424a873214 sd-dhcp-client: factor out dhcp packet allocation 2014-05-21 16:55:47 +02:00
Susant Sahani 8477107dec TODO
IFLA_IPTUN_PMTUDISC
IFLA_IPTUN_FLAGS (ISA_TAP)

FLA_IPTUN_6RD_PREFIX
FLA_IPTUN_6RD_RELAY_PREFIX
IFLA_IPTUN_6RD_PREFIXLEN
IFLA_IPTUN_6RD_RELAY_PREFIXLEN
2014-05-19 22:58:15 +02:00
Tom Gundersen 473dfd7bd5 networkd-wait-online: wait for addresses to be configured 2014-05-19 22:00:35 +02:00
Tom Gundersen e56f363803 timesyncd: only attempt to connect when an address is configured
For now, we accept both link-local and routable addresses, maybe we want to
restrict ourselves to routable addresses only.
2014-05-19 20:54:42 +02:00
Lennart Poettering 5c868fe2e9 update TODO 2014-05-19 01:54:31 +09:00
Lennart Poettering 8891f695c7 update TODO 2014-05-18 20:52:49 +09:00
Lennart Poettering a46fe318fc update TODO 2014-05-18 20:52:49 +09:00
Tom Gundersen ac97653206 TODO 2014-05-17 20:46:11 +02:00
Tom Gundersen 8f5675cc75 TODO 2014-05-16 14:52:02 +02:00
Lennart Poettering 2b1c376751 Update TODO 2014-05-16 00:23:54 +02:00
Lennart Poettering f27e2d8c0c update TODO 2014-05-15 17:25:46 +02:00
Zbigniew Jędrzejewski-Szmek 12ed81d9c8 Make systemctl --root look for files in the proper places
Running systemctl enable/disable/set-default/... with the --root
option under strace reveals that it accessed various files and
directories in the main fs, and not underneath the specified root.
This can lead to correct results only when the layout and
configuration in the container are identical, which often is not the
case. Fix this by adding the specified root to all file access
operations.

This patch does not handle some corner cases: symlinks which point
outside of the specified root might be interpreted differently than
they would be by the kernel if the specified root was the real root.
But systemctl does not create such symlinks by itself, and I think
this is enough of a corner case not to be worth the additional
complexity of reimplementing link chasing in systemd.

Also, simplify the code in a few places and remove an hypothetical
memory leak on error.
2014-05-15 15:29:58 +02:00
Tom Gundersen 0404c609f3 core: sysvcompat - $network should be equivalent to network-online, rather than network target
Most likely the  facility needed is actual connectivity, rather than whether or not the
network managment daemon is running.

We also need to explicitly pull in the network-online.target, as it is not active by
default.

This means {systemd-networkd,NetworkManager}-wait-online.service, can be enabled by default
as part of network-online.target, and only delay boot when some service actively pulls it in.

See: <https://bugzilla.gnome.org/show_bug.cgi?id=728965>

Cc: Pavel Šimerda <psimerda@redhat.com>
Cc: Michal Sekletar <msekleta@redhat.com>
2014-05-14 12:45:12 +02:00
Susant Sahani 3eb94c9e9e networkd: Add todo patch kernel for tunnel module alias
Add to todo :

1. Patch kernel to support module alias for tunnel device
2. Remove libkmod dependency from networkd
2014-05-12 17:53:18 +02:00
Jan Engelhardt 70a44afee3 doc: typographical fine tuning 2014-05-06 23:05:39 +02:00
Jan Engelhardt d28315e4af doc: use non-contracted forms in written documents 2014-05-06 23:05:09 +02:00
Lennart Poettering 8dfb5bced2 update TODO 2014-05-06 17:02:54 +02:00
Lennart Poettering 2db3e2023d update TODO 2014-05-06 13:04:29 +02:00
Lennart Poettering 1df52dd282 update TODO 2014-05-06 12:34:37 +02:00
Lennart Poettering 37efac5ddb update TODO 2014-05-05 21:19:06 +02:00