ace483c471710ca52b2c5e6a52aeba178bf4ac26 |
|
28-Jan-2016 |
Jan Engelhardt <jengelh@inai.de> |
man: try to repair some nonsensical paragraph |
7f3fdb7f19a109fa3d1be92926bfe4cea1817da5 |
|
26-Dec-2015 |
Jakub Wilk <jwilk@jwilk.net> |
man: fix typos |
b43d75c378d919900e5c1e82a82e3e17dd3de9f9 |
|
10-Dec-2015 |
Lennart Poettering <lennart@poettering.net> |
importd: drop dkr support
The current code is not compatible with current dkr protocols anyway,
and dkr has a different focus ("microservices") than nspawn anyway
("whole machine containers"), hence drop support for it, we cannot
reasonably keep this up to date, and it creates the impression we'd
actually care for the microservices usecase. |
28f90ea25f8d8f2bfbe6d3e6a4846943eb92e4c5 |
|
10-Nov-2015 |
Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> |
man: tweak description of machinectl show
Also, machinectl status is anything but terse. Remove "terse". |
7ca4155737730ece73ae4b4ac80571005cb99b69 |
|
06-Nov-2015 |
Jan Engelhardt <jengelh@inai.de> |
doc: use expanded forms for written style |
a8eaaee72a2f06e0fb64fb71de3b71ecba31dafb |
|
06-Nov-2015 |
Jan Engelhardt <jengelh@inai.de> |
doc: correct orthography, word forms and missing/extraneous words |
b938cb902c3b5bca807a94b277672c64d6767886 |
|
06-Nov-2015 |
Jan Engelhardt <jengelh@inai.de> |
doc: correct punctuation and improve typography in documentation |
762a5766dc65058c245c87d326ae3d403d85ea06 |
|
26-Aug-2015 |
Lennart Poettering <lennart@poettering.net> |
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. |
ef3100e9637adda26fa19e7ee8606788320dcde3 |
|
24-Aug-2015 |
Lennart Poettering <lennart@poettering.net> |
machinectl: extend the "shell" syntax to take user@container names
In order to make "machinectl shell" more similar to ssh, allow the
following syntax to connect to a container under a specific username:
machinectl shell lennart@fedora
Also beefs up related man page documentation. |
91913f584af38b29a816cca959ba648acd60ac9f |
|
24-Aug-2015 |
Lennart Poettering <lennart@poettering.net> |
machinectl: make machine name parameters for "shell" and "login" optional
If no machine name is specified, imply that we connect to ".host", i.e.
the local host. |
c454426c54c9beb274f415a80c64a4f1580700e7 |
|
24-Aug-2015 |
Lennart Poettering <lennart@poettering.net> |
machinectl: add new "machinectl shell" command
This makes use of machined's new OpenShell() command and allows opening
a new interactive shell in any container. |
dd2b607b7d1ce355e93f9f71cd256ec20b8ae9c4 |
|
25-Jul-2015 |
Thomas Hindoe Paaboel Andersen <phomes@gmail.com> |
man: typo fixes |
1d3eaa93616a2e9f6568b754a65c884766bac6c4 |
|
29-Jun-2015 |
Jay Strict <jay.strict@posteo.de> |
man: remove repeated word "the" and polish |
cb7bb815d2ad7945e63214d21cec1d70152ba6ab |
|
20-Jun-2015 |
Markus Knetschke <markus.knetschke@gmail.com> |
fix machinectl bind man entry |
12b42c76672a66c2d4ea7212c14f8f1b5a62b78d |
|
18-Jun-2015 |
Tom Gundersen <teg@jklm.no> |
man: revert dynamic paths for split-usr setups
This did not really work out as we had hoped. Trying to do this upstream
introduced several problems that probably makes it better suited as a
downstream patch after all. At any rate, it is not releaseable in the
current state, so we at least need to revert this before the release.
* by adjusting the path to binaries, but not do the same thing to the
search path we end up with inconsistent man-pages. Adjusting the search
path too would be quite messy, and it is not at all obvious that this is
worth the effort, but at any rate it would have to be done before we
could ship this.
* this means that distributed man-pages does not make sense as they depend
on config options, and for better or worse we are still distributing
man pages, so that is something that definitely needs sorting out before
we could ship with this patch.
* we have long held that split-usr is only minimally supported in order
to boot, and something we hope will eventually go away. So before we start
adding even more magic/effort in order to make this work nicely, we should
probably question if it makes sense at all. |
681eb9cf2b831293a4f3d4c48a748d2e4a25d69e |
|
28-May-2015 |
Filipe Brandenburger <filbranden@google.com> |
man: generate configured paths in manpages
In particular, use /lib/systemd instead of /usr/lib/systemd in distributions
like Debian which still have not adopted a /usr merge setup.
Use XML entities from man/custom-entities.ent to replace configured paths while
doing XSLT processing of the original XML files. There was precedent of some
files (such as systemd.generator.xml) which were already using this approach.
This addresses most of the (manual) fixes from this patch:
http://anonscm.debian.org/cgit/pkg-systemd/systemd.git/tree/debian/patches/Fix-paths-in-man-pages.patch?h=experimental-220
The idea of using generic XML entities was presented here:
http://lists.freedesktop.org/archives/systemd-devel/2015-May/032240.html
This patch solves almost all the issues, with the exception of:
- Path to /bin/mount and /bin/umount.
- Generic statements about preference of /lib over /etc.
These will be handled separately by follow up patches.
Tested:
- With default configure settings, ran "make install" to two separate
directories and compared the output to confirm they matched exactly.
- Used a set of configure flags including $CONFFLAGS from Debian:
http://anonscm.debian.org/cgit/pkg-systemd/systemd.git/tree/debian/rules
Installed the tree and confirmed the paths use /lib/systemd instead of
/usr/lib/systemd and that no other unexpected differences exist.
- Confirmed that `make distcheck` still passes. |
3fe22bb4b6b5faf27683ad2e231b5a69b6e63a9e |
|
06-May-2015 |
Lennart Poettering <lennart@poettering.net> |
man: document that nspawn -x, --template= and machinectl clone leave hostname and machine id unmodified |
6b94875fa3a7280e7f1c0df11027b927b6961ede |
|
07-Apr-2015 |
Richard Maw <richard.maw@codethink.co.uk> |
man: fix typos in machinectl
The s/now/not/ unfortunately inverted the meaning. |
f8b07704b86886e52902f9b320623ab10aad7dc4 |
|
07-Apr-2015 |
Richard Maw <richard.maw@codethink.co.uk> |
man: Resolve how to refer to derived names for machinectl containers
"the name it is" is clumsy english, and since the most recently referred
to thing was a name anyway we can just leave the "it is".
This matches later uses in the same document. |
16eb4024887b1b79fc56706fda25eadaecdef2d4 |
|
11-Mar-2015 |
Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> |
man: fix links to compressors |
6e9efa59209d48fc69a456fbadb2b5c113f503a6 |
|
10-Mar-2015 |
Lennart Poettering <lennart@poettering.net> |
man: document "machinectl export-tar" and "export-raw" |
af40e5d3acbdcff09c8809cd1b86ecf8871f65f0 |
|
09-Mar-2015 |
Lennart Poettering <lennart@poettering.net> |
man: document machinectl import-tar and import-raw |
7de304525deafe4eb86060321e39787138dbbadf |
|
02-Mar-2015 |
Lennart Poettering <lennart@poettering.net> |
man: document that machinectl set-limit creates a btrfs loopback too |
d6ce17c7f02ed3facdb45f65f546e587c2f00950 |
|
25-Feb-2015 |
Lennart Poettering <lennart@poettering.net> |
machined,machinectl: add calls for changing container/VM quotas |
ac92ced5bb41def1d90f871d6c8cfec2b03c0c7d |
|
19-Feb-2015 |
Benjamin Franzke <benjaminfranzke@googlemail.com> |
man: add newlines to the pull-raw example in machinectl(1)
They were removed in commit 798d3a52 ("Reindent man pages to 2ch"). |
798d3a524ea57aaf40cb53858aaa45ec702f012d |
|
04-Feb-2015 |
Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> |
Reindent man pages to 2ch |
e0ea94c1e2ab3930c85c6057189a2a829a13a800 |
|
22-Jan-2015 |
Lennart Poettering <lennart@poettering.net> |
man: document new download magic |
12f15e596a3040f32bb8c9aa9d0bf9b43fc96567 |
|
20-Jan-2015 |
Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> |
man: use one description of --no-legend |
5f129649b97bdff2bffefcd9c773157843ede6f6 |
|
15-Jan-2015 |
Lennart Poettering <lennart@poettering.net> |
nspawn,machined: change default container image location from /var/lib/container to /var/lib/machines
Given that this is also the place to store raw disk images which are
very much bootable with qemu/kvm it sounds like a misnomer to call the
directory "container". Hence, let's change this sooner rather than
later, and use the generic name, in particular since we otherwise try to
use the generic "machine" preferably over the more specific "container"
or "vm". |
e45fc5e738b0b7700e8b4f3c4b25c58a49b44b27 |
|
08-Jan-2015 |
Lennart Poettering <lennart@poettering.net> |
man: bring machinectl man page up-to-date |
acf97e213e69a97e63ab8f7fad7ecd53608c757a |
|
08-Jan-2015 |
Lennart Poettering <lennart@poettering.net> |
machinectl: given that machinectl invokes a number of polkit enabled methods, start the polkit agent on terminals |
8b0cc9a36c8f92f010f2e8465942d2cd7c580d78 |
|
08-Jan-2015 |
Lennart Poettering <lennart@poettering.net> |
machinectl: show most recent log output in "machinectl status", too |
f2cbe59e113f08549949a76ac5b9b3972df4cc30 |
|
18-Dec-2014 |
Lennart Poettering <lennart@poettering.net> |
machinectl: add new commands for copying files from/to containers |
785890acf6d629ff881a1f065f431df1b7fc8c7a |
|
18-Dec-2014 |
Lennart Poettering <lennart@poettering.net> |
machinectl: implement "bind" command to create additional bind mounts from host to container during runtime |
1dba654b27918c22e413ac5b3c19301f1ff86ad2 |
|
18-Mar-2014 |
Lennart Poettering <lennart@poettering.net> |
machinectl: reimplement machinectl's "reboot" verb on top of "kill", and add new verb "poweroff"
There's really no point to send the reboot SIGINT from machinectl
directly, if machined can do that anyway. This saves code, and
makes machinectl network transparent for these verbs. And while we are
at it we can easily add a "poweroff" verb in addition to "reboot". Yay! |
4f50d2efbac87aba0505b9f998bf3e4bde64c214 |
|
21-Feb-2014 |
Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> |
man: xinclude --host/--machine
As usual, those common options are pushed to the end. |
dfdebb1b925332352966804303b2516a6506a429 |
|
21-Feb-2014 |
Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> |
man: xinclude --help/--version/--no-pager |
6bebb0add4d7c32c503e688105c1607e5e20f979 |
|
18-Feb-2014 |
Thomas Hindoe Paaboel Andersen <phomes@gmail.com> |
machinectl: remove unused --no-ask-password |
e56056e93d33619a3acf13e483900b4f8938228f |
|
18-Feb-2014 |
Thomas Hindoe Paaboel Andersen <phomes@gmail.com> |
machinectl: add bash completion |
773e264d13cac53cbf7e0b174e1883dabb4c9bc2 |
|
18-Feb-2014 |
Thomas Hindoe Paaboel Andersen <phomes@gmail.com> |
man: machinectl: there is no command 'kill-machine' |
21ac6ff143cc8bebfbd1818af28e8c6f82cd5265 |
|
12-Feb-2014 |
Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> |
man: use xinclude to de-deduplicate common text
I only tested with python-lxml. I'm not sure if xml.etree should be
deprecated. |
f366d58dc1fe51b300167446597750d29687c3c5 |
|
12-Feb-2014 |
Jason A. Donenfeld <Jason@zx2c4.com> |
pager: support SYSTEMD_LESS environment variable
This allows customization of the arguments used by less. The main
motivation is that some folks might not like having --no-init on every
invocation of less. |
923d8fd381bced1c2d90ca53d18629d61a0f454a |
|
12-Feb-2014 |
Lennart Poettering <lennart@poettering.net> |
machinectl: add new "machinectl reboot" call |
4f8f66cb4236783cd3cbee97fefc9aaa8469ac08 |
|
09-Dec-2013 |
Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> |
Help output spring cleaning
Use [brackets] only for optional elements.
Use <optional> in XML sources. |
63ba209d8bc64137ff1585d5878328c93cb81b61 |
|
07-Nov-2013 |
Jan Engelhardt <jengelh@inai.de> |
man: wording and grammar updates
This is a recurring submission and includes corrections to various
issue spotted: comma setting, missing words/preposition choice. |
04d39279245834494baccfdb9349db8bf80abd13 |
|
31-Oct-2013 |
Lennart Poettering <lennart@poettering.net> |
machinectl: add new command to spawn a getty inside a container |
a7893c6b28772edbc7e1fea3c209caa54d465648 |
|
30-Oct-2013 |
Lennart Poettering <lennart@poettering.net> |
bus: add API call to create bus connection to the system bus of local containers
Also, add support for this to machinectl, so that we can enumerate the
machines that run inside a container. We must go deeper! |
3fde5f30bda2a70d97f3dc8fa918e42e1c07cc2c |
|
27-Sep-2013 |
Lennart Poettering <lennart@poettering.net> |
man: drop references to "cgroup" wher appropriate
Since cgroups are mostly now an implementation detail of systemd lets
deemphasize it a bit in the man pages. This renames systemd.cgroup(5) to
systemd.resource-control(5) and uses the term "resource control" rather
than "cgroup" where appropriate.
This leaves the word "cgroup" in at a couple of places though, like for
example systemd-cgtop and systemd-cgls where cgroup stuff is at the core
of what is happening. |
fbce11397f4d19821a9dfe66ee3ebe11cad90057 |
|
21-Jul-2013 |
Jan Engelhardt <jengelh@inai.de> |
man: wording and grammar updates
This includes regularly-submitted corrections to comma setting and
orthographical mishaps that appeared in man/ in recent commits. |
f7f74d8ec46532f13a1dc418d550eaf76b339fa3 |
|
19-Jul-2013 |
Lennart Poettering <lennart@poettering.net> |
man: a few corrections to the machinectl man page |
fade1ec6e05f9f6c3718be622e259d2c8e61508c |
|
10-Jul-2013 |
Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> |
man: document four basic slices |
7b870f607bcb8f445d4d29a776d12d9de3bf1487 |
|
09-Jul-2013 |
Jan Engelhardt <jengelh@inai.de> |
man: wording and grammar updates |
19887cd06a3af2f045e763986eda19e208bd3f85 |
|
07-Jul-2013 |
Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> |
man: document machinectl and systemd-machined |