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

Change to build process and a log message. #665

Merged
merged 2 commits into from
Jun 23, 2014

Conversation

dgnorton
Copy link
Contributor

  • Made build tmp directory configurable via TMPDIR.
    This allows users with /tmp mounted with noexec to build without using sudo.
  • Make start udp server log message more detailed.
    I just started playing with influxdb and felt one of the messages I saw in the log would be better with a little more detail.

The build process was originally hard coded to use /tmp but some
systems mount /tmp with noexec, causing the build to fail.  This
change allows the user (optionally) to specify a tmp dir.  E.g.,

TMPDIR=~/tmp make
Originally it logged the same message when either the port or database
config settings were wrong.  Now it logs which setting was wrong.
@jvshahid
Copy link
Contributor

Thanks @dgnorton for the fix. Do you mind signing the CLA in order for us to merge your pr. The CLA can be found on our website http://influxdb.com/community/cla.html. Let me know when you're done.

@dgnorton
Copy link
Contributor Author

Hi John,

Sorry, I was up in the mountains without Internet access for a few days.
It's signed.

David

On Fri, Jun 20, 2014 at 10:35 AM, John Shahid notifications@github.com
wrote:

Thanks @dgnorton https://github.com/dgnorton for the fix. Do you mind
signing the CLA in order for us to merge your pr. The CLA can be found on
our website http://influxdb.com/community/cla.html. Let me know when
you're done.


Reply to this email directly or view it on GitHub
#665 (comment).

jvshahid added a commit that referenced this pull request Jun 23, 2014
Change to build process and a log message.
@jvshahid jvshahid merged commit 7188032 into influxdata:master Jun 23, 2014
@jvshahid jvshahid added this to the 0.7.4 milestone Jul 7, 2014
@jvshahid jvshahid modified the milestones: 0.8.0, 0.7.4 Jul 24, 2014
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

Successfully merging this pull request may close these issues.

None yet

2 participants