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

Debian - Warnings on install #136

Closed
muuki88 opened this issue Jan 23, 2014 · 5 comments
Closed

Debian - Warnings on install #136

muuki88 opened this issue Jan 23, 2014 · 5 comments
Labels

Comments

@muuki88
Copy link
Contributor

muuki88 commented Jan 23, 2014

System: Ubuntu 13.04
Build on: Ubuntu 13.10

When installing with SystemV I get this warning:

update-rc.d: warning: mukis-test stop runlevel arguments (0 1 6) do not match LSB Default-Stop values (none)
 Adding system startup for /etc/init.d/mukis-test ...
   /etc/rc0.d/K20mukis-test -> ../init.d/mukis-test
   /etc/rc1.d/K20mukis-test -> ../init.d/mukis-test
   /etc/rc6.d/K20mukis-test -> ../init.d/mukis-test
   /etc/rc2.d/S20mukis-test -> ../init.d/mukis-test
   /etc/rc3.d/S20mukis-test -> ../init.d/mukis-test
   /etc/rc4.d/S20mukis-test -> ../init.d/mukis-test
   /etc/rc5.d/S20mukis-test -> ../init.d/mukis-test
/etc/default/mukis-test: line 1: -Dpidfile.path=/var/run/mukis-test.pid: No such file or directory

However everything works. Suggestions?

@jsuereth
Copy link
Member

huh, looks like the /etc/default isn't pulled correctly either.

@muuki88
Copy link
Contributor Author

muuki88 commented Jan 24, 2014

It's not pulled in for Upstart, only for SystemV. We discussed this somehwere (I didn't find it). The difference was that SystemV would use env variables, where as Upstart actually uses this a VM arguments.

I think this difference will now be obsolete with #137 and #134

@kardapoltsev
Copy link
Member

mukis-test stop runlevel arguments (0 1 6) do not match LSB Default-Stop values (none)

May be this warning about

# Default-Start: 2 3 4 5
# Default-Stop:

In start template Default-Stop is empty. Did you override template?

/etc/default/mukis-test: line 1: -Dpidfile.path=/var/run/mukis-test.pid: No such file or directory

And this is due to mistake in /etc/default/mukis-test file. Could you show content of this file?

@muuki88
Copy link
Contributor Author

muuki88 commented Jan 24, 2014

Nope. I didn't override the start template. The second error is indeed my fault. I missconfigured the /etc/default template.

@muuki88
Copy link
Contributor Author

muuki88 commented Feb 2, 2014

#148 closed this error

@muuki88 muuki88 closed this as completed Feb 2, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants