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

'Method redefined' and 'variable not initialized' warnings returned from symbiosis-httpd-configure when '--verbose' flag used #122

Open
andrewladlow opened this issue Jun 18, 2018 · 0 comments

Comments

@andrewladlow
Copy link
Contributor

Running symbiosis-httpd-configure with the --verbose flag appended, e.g symbiosis-httpd-configure -vdf, returns the following:

root@symbiosis2:/etc/exim4# symbiosis-httpd-configure -vdf
/usr/lib/ruby/vendor_ruby/diffy/diff.rb:43: warning: method redefined; discarding old diff
Domain: symbiosis2.default.aladlow.uk0.bigv.io
	Current SSL set 6: signed by /C=US/O=Let's Encrypt/CN=Let's Encrypt Authority X3, expires 2018-09-07 22:00:16 UTC
	This site has SSL enabled, and is using the host's primary IPs -- continuing with SNI.
	SSL is enabled -- using SSL template
	Adding to configurations
Configuration: example.site.net.conf
	Forcing re-creation of configuration due to --force.
/usr/lib/ruby/vendor_ruby/diffy/diff.rb:70: warning: instance variable @tempfiles not initialized
	Syntax OK

Notably:
/usr/lib/ruby/vendor_ruby/diffy/diff.rb:43: warning: method redefined; discarding old diff
/usr/lib/ruby/vendor_ruby/diffy/diff.rb:70: warning: instance variable @tempfiles not initialized

These probably shouldn't be displayed as standard.

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