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

Running qunit example fails #161

Open
giuscri opened this issue Aug 26, 2014 · 5 comments
Open

Running qunit example fails #161

giuscri opened this issue Aug 26, 2014 · 5 comments

Comments

@giuscri
Copy link

giuscri commented Aug 26, 2014

Here's the step to reproduce the issue

$ git clone [email protected]:axemclion/grunt-saucelabs.git
$ cd grunt-saucelabs/examples/qunit
$ npm install
$ grunt
=> Starting Tunnel to Sauce Labs
>> /home/nue/grunt-saucelabs/examples/qunit/node_modules/grunt-saucelabs/node_modules/sauce-tunnel/vendor/linux/bin/sc: /home/nue/grunt-saucelabs/examples/qunit/node_modules/grunt-saucelabs/node_modules/sauce-tunnel/vendor/linux/bin/sc: cannot execute binary file
=> Stopping Tunnel to Sauce Labs

Am I doing something wrong?

@Jonahss
Copy link
Collaborator

Jonahss commented Aug 28, 2014

huh. I'll check.

@Jonahss
Copy link
Collaborator

Jonahss commented Aug 28, 2014

maybe it's a permissions issue? Try running the command as root, or setting relaxed permissions on the /sc binary mentioned in the log output

@giuscri
Copy link
Author

giuscri commented Aug 29, 2014

@Jonahss, i'd say no ... Outputs!,

$ ls -l /home/nue/grunt-saucelabs/examples/qunit/node_modules/grunt-saucelabs/node_modules/sauce-tunnel/vendor/linux/bin/sc
-rwxr-xr-x 1 nue nue 8220147 Jun 25 16:52 /home/nue/grunt-saucelabs/examples/qunit/node_modules/grunt-saucelabs/node_modules/sauce-tunnel/vendor/linux/bin/sc

and machine infos

Linux banzi 3.15.7-1-ARCH #1 SMP PREEMPT Mon Jul 28 20:25:42 CEST 2014 i686 GNU/Linux

Maybe the 32 bit architecture which I'm running is a problem?

@Jonahss
Copy link
Collaborator

Jonahss commented Aug 29, 2014

Hmm, that shouldn't be a problem...
Try creating a project that just calls the sauce-tunnel npm package

@cvrebert
Copy link
Contributor

The 32-bit arch might indeed be the problem: jmreidy/sauce-tunnel#27

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