systemctl output is truncated
up vote
6
down vote
favorite
A need to grep the output for this command:
systemctl | grep failed
The problem is that it does not show complete units:
systemd-...-clean.service loaded failed failed Cleanup of Temporary Directories
systemd-...-setup.service loaded failed failed Recreate Volatile Files and Directories
tcsd.service loaded failed failed LSB: Init script for TCSD
cups.socket loaded failed failed CUPS Printing Service Sockets
Your can see the units show like: systemd-...es-clean.timer
for systemd-tmpfiles-clean.service
I tried with a file:
systemctl --failed > file
Or cat:
systemctl --failed | cat
But the problem is the same.
I need to understand why that happens and how fix it.
systemd
add a comment |
up vote
6
down vote
favorite
A need to grep the output for this command:
systemctl | grep failed
The problem is that it does not show complete units:
systemd-...-clean.service loaded failed failed Cleanup of Temporary Directories
systemd-...-setup.service loaded failed failed Recreate Volatile Files and Directories
tcsd.service loaded failed failed LSB: Init script for TCSD
cups.socket loaded failed failed CUPS Printing Service Sockets
Your can see the units show like: systemd-...es-clean.timer
for systemd-tmpfiles-clean.service
I tried with a file:
systemctl --failed > file
Or cat:
systemctl --failed | cat
But the problem is the same.
I need to understand why that happens and how fix it.
systemd
Just for the future,man systemctl
orman somethingelse
solves most of these problems ;)
– drahnr
Oct 15 '12 at 21:21
add a comment |
up vote
6
down vote
favorite
up vote
6
down vote
favorite
A need to grep the output for this command:
systemctl | grep failed
The problem is that it does not show complete units:
systemd-...-clean.service loaded failed failed Cleanup of Temporary Directories
systemd-...-setup.service loaded failed failed Recreate Volatile Files and Directories
tcsd.service loaded failed failed LSB: Init script for TCSD
cups.socket loaded failed failed CUPS Printing Service Sockets
Your can see the units show like: systemd-...es-clean.timer
for systemd-tmpfiles-clean.service
I tried with a file:
systemctl --failed > file
Or cat:
systemctl --failed | cat
But the problem is the same.
I need to understand why that happens and how fix it.
systemd
A need to grep the output for this command:
systemctl | grep failed
The problem is that it does not show complete units:
systemd-...-clean.service loaded failed failed Cleanup of Temporary Directories
systemd-...-setup.service loaded failed failed Recreate Volatile Files and Directories
tcsd.service loaded failed failed LSB: Init script for TCSD
cups.socket loaded failed failed CUPS Printing Service Sockets
Your can see the units show like: systemd-...es-clean.timer
for systemd-tmpfiles-clean.service
I tried with a file:
systemctl --failed > file
Or cat:
systemctl --failed | cat
But the problem is the same.
I need to understand why that happens and how fix it.
systemd
systemd
edited 2 days ago
Rui F Ribeiro
38.2k1475123
38.2k1475123
asked Oct 13 '12 at 13:45
Kevin
312
312
Just for the future,man systemctl
orman somethingelse
solves most of these problems ;)
– drahnr
Oct 15 '12 at 21:21
add a comment |
Just for the future,man systemctl
orman somethingelse
solves most of these problems ;)
– drahnr
Oct 15 '12 at 21:21
Just for the future,
man systemctl
or man somethingelse
solves most of these problems ;)– drahnr
Oct 15 '12 at 21:21
Just for the future,
man systemctl
or man somethingelse
solves most of these problems ;)– drahnr
Oct 15 '12 at 21:21
add a comment |
1 Answer
1
active
oldest
votes
up vote
6
down vote
This is not related to pipes, is systemctl
's behavior. Use the --full
switch to get full names:
--full
Do not ellipsize unit names and truncate unit descriptions in the
output of list-units and list-jobs.
You are right :) , thank you very much.
– Kevin
Oct 13 '12 at 14:42
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
6
down vote
This is not related to pipes, is systemctl
's behavior. Use the --full
switch to get full names:
--full
Do not ellipsize unit names and truncate unit descriptions in the
output of list-units and list-jobs.
You are right :) , thank you very much.
– Kevin
Oct 13 '12 at 14:42
add a comment |
up vote
6
down vote
This is not related to pipes, is systemctl
's behavior. Use the --full
switch to get full names:
--full
Do not ellipsize unit names and truncate unit descriptions in the
output of list-units and list-jobs.
You are right :) , thank you very much.
– Kevin
Oct 13 '12 at 14:42
add a comment |
up vote
6
down vote
up vote
6
down vote
This is not related to pipes, is systemctl
's behavior. Use the --full
switch to get full names:
--full
Do not ellipsize unit names and truncate unit descriptions in the
output of list-units and list-jobs.
This is not related to pipes, is systemctl
's behavior. Use the --full
switch to get full names:
--full
Do not ellipsize unit names and truncate unit descriptions in the
output of list-units and list-jobs.
answered Oct 13 '12 at 14:35
manatwork
21.4k38284
21.4k38284
You are right :) , thank you very much.
– Kevin
Oct 13 '12 at 14:42
add a comment |
You are right :) , thank you very much.
– Kevin
Oct 13 '12 at 14:42
You are right :) , thank you very much.
– Kevin
Oct 13 '12 at 14:42
You are right :) , thank you very much.
– Kevin
Oct 13 '12 at 14:42
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f50766%2fsystemctl-output-is-truncated%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Just for the future,
man systemctl
orman somethingelse
solves most of these problems ;)– drahnr
Oct 15 '12 at 21:21