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

fuse: don't run /usr/sbin/update-rc.d on install #1718

Merged
merged 1 commit into from
Jun 24, 2017

Conversation

HiassofT
Copy link
Member

Cross compiling should never call scripts that could change the host system.

When building on Debian Stretch as unprivileged user this causes the build to pause and ask for the root password which will eventually time out and continue.

/usr/sbin/update-rc.d fuse start 34 S . start 41 0 6 . || true
update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
update-rc.d: warning: stop runlevel arguments (0 6) do not match fuse Default-Stop values (none)
insserv: warning: current stop runlevel(s) (0 6) of script `fuse' overrides LSB defaults (empty).
insserv: fopen(.depend.stop): Permission denied
==== AUTHENTICATING FOR org.freedesktop.systemd1.reload-daemon ===
Authentication is required to reload the systemd state.
Authenticating as: root
Password:

Signed-off-by: Matthias Reichl <hias@horus.com>
@chewitt chewitt merged commit 5f21d41 into LibreELEC:master Jun 24, 2017
@HiassofT HiassofT deleted the fuse-update-rcd branch September 5, 2017 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants