Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

During recovery system startup start-udev-or-load-modules.sh shows some "grep ... broken pipe" error #1207

Closed
jsmeix opened this issue Feb 23, 2017 · 0 comments
Assignees
Labels
minor bug An alternative or workaround exists won't fix / can't fix / obsolete
Milestone

Comments

@jsmeix
Copy link
Member

jsmeix commented Feb 23, 2017

Every now and then I noticed during
recovery system startup a message that looks like
"grep ... broken pipe" error
but very quickly it disappears (blanked screen).

I never noticed any real failure because of this
so that this issue is perhaps only cosmetic
or at most a minor bug from my point of view.

Today by luck I think I noticed the script:
40-start-udev-or-load-modules.sh
which contains only two grep calls:

# grep 'grep' usr/share/rear/skel/default/etc/scripts/system-setup.d/40-start-udev-or-load-modules.sh

systemd_version=$( systemd-notify --version 2>/dev/null | grep systemd | awk '{ print $2; }' )

    if ps ax | grep -v grep | grep -q systemd-udevd ; then
@jsmeix jsmeix added the minor bug An alternative or workaround exists label Feb 23, 2017
@jsmeix jsmeix added this to the Rear future milestone Feb 23, 2017
@jsmeix jsmeix self-assigned this Feb 23, 2017
@jsmeix jsmeix closed this as completed Jul 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minor bug An alternative or workaround exists won't fix / can't fix / obsolete
Projects
None yet
Development

No branches or pull requests

1 participant