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

vprof -s ".venv/bin/cmd --arg val" groups "--arg val" as a string for cmd #44

Closed
roaet opened this issue May 20, 2016 · 0 comments
Closed
Labels
Milestone

Comments

@roaet
Copy link

roaet commented May 20, 2016

This is happening with neutron-server:

λ vprof -c cmh -H 192.168.8.1 -p 8000 -s ".venv/bin/neutron-server --config-file /home/jhammond/etc/neutron/neutron.conf"
...
neutron-server: error: unrecognized arguments: --config-file /home/jhammond/etc/neutron/neutron.conf
...

Whereas without vprof works:

λ .venv/bin/neutron-server --config-file /home/jhammond/etc/neutron/neutron.conf
Guru mediation now registers SIGUSR1 and SIGUSR2 by default for backward compatibility. SIGUSR1 will no longer be registered in a future release, so please use SIGUSR2 to generate reports.
Option "notification_driver" from group "DEFAULT" is deprecated. Use option "driver" from group "oslo_messaging_notifications".
2016-05-20 13:43:12.287 29198 INFO neutron.common.config [-] Logging enabled!
2016-05-20 13:43:12.288 29198 INFO neutron.common.config [-] .venv/bin/neutron-server version 8.0.1.dev363
@nvdv nvdv added the bug label May 27, 2016
nvdv added a commit that referenced this issue May 31, 2016
@nvdv nvdv added this to the 0.31 milestone May 31, 2016
@nvdv nvdv closed this as completed Jun 1, 2016
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

2 participants