trace-cmd.service Slowing Down Bootup?
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I installed trace-cmd.x86
package on CentOS 7 because I was planning to trace some latency issue in my application.
But then, I noticed once awhile, the boot up time took like 2+ mins.
Then, I looked into /var/log/messages
, and I found:
Oct 22 08:57:13 heilinux systemd: Mounted /boot.
Oct 22 08:58:13 heilinux systemd-udevd: slow: '/usr/bin/systemctl is-active trace-cmd.service' [739]
Oct 22 08:58:13 heilinux systemd-udevd: worker [559] /module/mei is taking a long time
Oct 22 08:59:12 heilinux systemd: systemd-udev-settle.service: main process exited, code=exited, status=1/FAILURE
Oct 22 08:59:12 heilinux systemd: Failed to start udev Wait for Complete Device Initialization.
Oct 22 08:59:12 heilinux systemd: Unit systemd-udev-settle.service entered failed state.
For some reason, systemctl
took like a minute to figure whether trace-cmd
is active (although system-analyze blame
indicates systemd-udev-settle.service
took 2+ mins. I believe systemd-udev-settle.service
was using systemctl
to check whether trace-cmd
was active, taking a minute).
And then, systemd-udev-settle.service
was marked as failed.
Any idea what's going on?
The delay doesn't happen on every single reboot but approximately 50% of the time.
One solution is to erase trace-cmd
package, which I would like to keep to trace latency in my application.
linux centos udev ftrace
add a comment |Â
up vote
0
down vote
favorite
I installed trace-cmd.x86
package on CentOS 7 because I was planning to trace some latency issue in my application.
But then, I noticed once awhile, the boot up time took like 2+ mins.
Then, I looked into /var/log/messages
, and I found:
Oct 22 08:57:13 heilinux systemd: Mounted /boot.
Oct 22 08:58:13 heilinux systemd-udevd: slow: '/usr/bin/systemctl is-active trace-cmd.service' [739]
Oct 22 08:58:13 heilinux systemd-udevd: worker [559] /module/mei is taking a long time
Oct 22 08:59:12 heilinux systemd: systemd-udev-settle.service: main process exited, code=exited, status=1/FAILURE
Oct 22 08:59:12 heilinux systemd: Failed to start udev Wait for Complete Device Initialization.
Oct 22 08:59:12 heilinux systemd: Unit systemd-udev-settle.service entered failed state.
For some reason, systemctl
took like a minute to figure whether trace-cmd
is active (although system-analyze blame
indicates systemd-udev-settle.service
took 2+ mins. I believe systemd-udev-settle.service
was using systemctl
to check whether trace-cmd
was active, taking a minute).
And then, systemd-udev-settle.service
was marked as failed.
Any idea what's going on?
The delay doesn't happen on every single reboot but approximately 50% of the time.
One solution is to erase trace-cmd
package, which I would like to keep to trace latency in my application.
linux centos udev ftrace
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I installed trace-cmd.x86
package on CentOS 7 because I was planning to trace some latency issue in my application.
But then, I noticed once awhile, the boot up time took like 2+ mins.
Then, I looked into /var/log/messages
, and I found:
Oct 22 08:57:13 heilinux systemd: Mounted /boot.
Oct 22 08:58:13 heilinux systemd-udevd: slow: '/usr/bin/systemctl is-active trace-cmd.service' [739]
Oct 22 08:58:13 heilinux systemd-udevd: worker [559] /module/mei is taking a long time
Oct 22 08:59:12 heilinux systemd: systemd-udev-settle.service: main process exited, code=exited, status=1/FAILURE
Oct 22 08:59:12 heilinux systemd: Failed to start udev Wait for Complete Device Initialization.
Oct 22 08:59:12 heilinux systemd: Unit systemd-udev-settle.service entered failed state.
For some reason, systemctl
took like a minute to figure whether trace-cmd
is active (although system-analyze blame
indicates systemd-udev-settle.service
took 2+ mins. I believe systemd-udev-settle.service
was using systemctl
to check whether trace-cmd
was active, taking a minute).
And then, systemd-udev-settle.service
was marked as failed.
Any idea what's going on?
The delay doesn't happen on every single reboot but approximately 50% of the time.
One solution is to erase trace-cmd
package, which I would like to keep to trace latency in my application.
linux centos udev ftrace
I installed trace-cmd.x86
package on CentOS 7 because I was planning to trace some latency issue in my application.
But then, I noticed once awhile, the boot up time took like 2+ mins.
Then, I looked into /var/log/messages
, and I found:
Oct 22 08:57:13 heilinux systemd: Mounted /boot.
Oct 22 08:58:13 heilinux systemd-udevd: slow: '/usr/bin/systemctl is-active trace-cmd.service' [739]
Oct 22 08:58:13 heilinux systemd-udevd: worker [559] /module/mei is taking a long time
Oct 22 08:59:12 heilinux systemd: systemd-udev-settle.service: main process exited, code=exited, status=1/FAILURE
Oct 22 08:59:12 heilinux systemd: Failed to start udev Wait for Complete Device Initialization.
Oct 22 08:59:12 heilinux systemd: Unit systemd-udev-settle.service entered failed state.
For some reason, systemctl
took like a minute to figure whether trace-cmd
is active (although system-analyze blame
indicates systemd-udev-settle.service
took 2+ mins. I believe systemd-udev-settle.service
was using systemctl
to check whether trace-cmd
was active, taking a minute).
And then, systemd-udev-settle.service
was marked as failed.
Any idea what's going on?
The delay doesn't happen on every single reboot but approximately 50% of the time.
One solution is to erase trace-cmd
package, which I would like to keep to trace latency in my application.
linux centos udev ftrace
linux centos udev ftrace
asked 8 mins ago
HCSF
185
185
add a comment |Â
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
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
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f478034%2ftrace-cmd-service-slowing-down-bootup%23new-answer', 'question_page');
);
Post as a guest
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
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
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