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

Failed to pass test on Raspberry Pi #588

Closed
Kuree opened this issue May 28, 2014 · 10 comments
Closed

Failed to pass test on Raspberry Pi #588

Kuree opened this issue May 28, 2014 · 10 comments

Comments

@Kuree
Copy link

Kuree commented May 28, 2014

Since raspberry pi is ARM6 32-bit architecture, I built influxdb from source code. However, when I tried to build & test, it failed to auth as a db user.

influxdb version: 0.7.0
Error message:

ok      admin   0.178s
2014/05/28 17:18:28 http: multiple response.WriteHeader calls
[05/28/14 17:18:28] [DEBG] Trying to auth as a db user

----------------------------------------------------------------------
FAIL: api_test.go:360: ApiSuite.TestChunkedQuery

api_test.go:372:
    c.Assert(err, IsNil)
... value *errors.errorString = &errors.errorString{s:"EOF"} ("EOF")

[05/28/14 17:18:28] [DEBG] Trying to auth as a db user
[05/28/14 17:18:28] [DEBG] Authenticating as a db user failed with Invalid username/password (401)
@jvshahid
Copy link
Contributor

@Kuree does this test fail everytime ? also if you can give us access to an arm based machine we will try to take a look. Otherwise, you'll have to wait until we setup an emulator to be able to run the tests and see what's going on.

@Kuree
Copy link
Author

Kuree commented May 28, 2014

This test fails every time. I'll try if we can provide one raspberry pi for you guys to ssh and test.

@Kuree
Copy link
Author

Kuree commented May 28, 2014

Hi I sent a email containing ip address, username, and password to your support email, support@influxdb.com. Thanks.

@pspeter3
Copy link

Is this still an issue? I was actually just coming here to see if there is InfluxDB support for Raspberry Pi (thought it would be cool for home metrics) and found this issue.

@Kuree
Copy link
Author

Kuree commented Jun 18, 2014

I don't know yet. From the logging it seems like the error is caused by a int parsing problem. In addition, the package they provided at #476 is built against another architecture, rather than arm.

@jvshahid
Copy link
Contributor

yeah, we got little busy over the last few weeks, i'll try to look into it today. regarding the build, i'm trying to use http://crosstool-ng.org/ but i can't build tools for armv6-rpi-linux-gnueabi, i might try the raspberry pi cross compilers but I like crosstool because it's more generic

@pspeter3
Copy link

Thanks for looking into it!

@Kuree
Copy link
Author

Kuree commented Jun 19, 2014

You can use the raspberry pi we provided. I think it's still working right now!

@jvshahid
Copy link
Contributor

Thanks @Kuree for the raspberry pi. I've been using it to run the test suite. So far there's only one test that's failing and shouldn't be a concern. InfluxDB should be runnable on raspberry pi without a problem. Please open new github issues if you see any bugs. I'll go ahead and close this issue.

@pspeter3
Copy link

pspeter3 commented Jul 7, 2014

@Kuree do you think you could put the deb up of the Influxdb version you built?

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

3 participants