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

BUG - Missing complete path for xnbd-client in shutdown script #185

Open
weberkai opened this issue Aug 26, 2017 · 0 comments
Open

BUG - Missing complete path for xnbd-client in shutdown script #185

weberkai opened this issue Aug 26, 2017 · 0 comments

Comments

@weberkai
Copy link

weberkai commented Aug 26, 2017

Hi!

At line 43 in shutdown script, complete path is missing for 2 xnbd-client calls.
This cause Slackware ARM 14.2 minirootfs to never find xbnd-client and never disconnect nbd disk.

Please, may you add path "/usr/bin" twice? Thank you!
/usr/sbin/xnbd-client -c /dev/nbd${device} && /usr/sbin/xnbd-client -d /dev/nbd${device} &>/dev/null

xnbd-client -c /dev/nbd${device} && xnbd-client -d /dev/nbd${device} &>/dev/null

@weberkai weberkai changed the title Fix path for xnbd-client in shutdown BUG - Fix path for xnbd-client in shutdown Aug 27, 2017
@weberkai weberkai changed the title BUG - Fix path for xnbd-client in shutdown BUG - Fix path for xnbd-client in shutdown script Aug 27, 2017
@weberkai weberkai changed the title BUG - Fix path for xnbd-client in shutdown script BUG - Missing complete path for xnbd-client in shutdown script Aug 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant