Jeff Blaine

Results 23 issues of Jeff Blaine

##### Description of the problem Posts use graphical smilies w/o way to escape them. ##### Steps to reproduce 1. Make a post at my.1999.io and include the string "R&D" #####...

I've tried a lot, but cannot figure out how to "show the tags field for those matching state=running". If anyone has any suggestions, I would love to hear them. I...

It would be rad to have binaries built and pushed from Travis. JFrog's bintray.com binary distribution service is free for OSS projects. The Travis integration is documented here, but the...

As a newcomer to GoCD, acting in a sysadmin/operations role, I was reading about how it implements its pipeline configuration from code. The official documentation kept showing, but not explaining...

On http://docs.chef.io/server/runbook.html the top image refers to the Chef Server as "Chef Server" but the descriptive text calls it erchef. Both are correct, but the mismatch isn't right to a...

Just something I came across that should probably be reworded to be more comprehensible. https://docs.chef.io/ctl_chef.html#chef-generate-cookbook > ... The chef-client will return an error if a hyphen is not converted to...

https://docs.chef.io/config_rb_server_optional_settings.html ``` from_email Default value: '"Opscode" '. ``` Where is this value ever used? What references from_email in the server code under what circumstances?

https://docs.chef.io/config_rb_server.html "If Apache Solr is running out of memory, the /var/log/opscode/opscode-solr/current" The directory /var/log/opscode/opscode-solr does not exist. It's `/var/log/opscode/opscode-solr4` so the file would be `/var/log/opscode/opscode-solr4/current`

There's weird usage of "machine" to mean "server software" at http://docs.chef.io/upgrade_server.html ``` The upgrade process will require downtime equal to the amount of time it takes to stop the machine,...

Originally here: https://github.com/chef/chef/issues/2474 The short of the issue is that the documentation mentions start_command, stop_command, et al... for use with the 'service' resource, but really they're not to be used...