-
Notifications
You must be signed in to change notification settings - Fork 100
0.3.4 Doesn't work on Ubuntu 14.04 #45
Comments
It seems that amd64 version is actually i386.
|
32 bit non-static binary: not a good choice, imho; especially if you didn't set the correct dependencies in the package. |
I confirm this bug |
Yes, same here: DriveShare: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.26, BuildID[sha1]=826095c3c9010be4e2be9179937bc92535855c4d, stripped |
I generated a 32 bit ubuntu executable through a VM, and I'm not sure I can get a 64 bit version up and running. I'll try when I have some time, but any help in this matter would be very appreciated. |
Latest DEB package still doesn't run on Ubuntu 14.04. [6666:1210/001839:ERROR:browser_main_loop.cc(189)] Running without the SUID sandbox! See https://code.google.com/p/chromium/wiki/LinuxSUIDSandboxDevelopment for more information on developing with the sandbox on. |
Thanks, looks as simple as a missing dependency during release bundling. Will resolve. |
Installing manually failed for me as well. |
I got it to work on ubuntu 14.04 by doing:Install NVM: Now it starts up and asks for a password (presumably means create one, but when I put one in and press Enter nothing happens... that's another issue though of course). |
@guyjames the password it's asking for is your user password (needed for installing |
I don't think installing from source should use apt: what about the distributions not using that tool? |
Well let me be more clear: In any case, I'll include instructions for installing dependencies in the README. The debian package that is created for bundled release should certainly make use of the system's package management instead of the current method, but let's track that issue separately. For this specific issue, I'm only concerned with getting the bundled release working for debian-based systems. |
@pallas1 another option that I think I prefer is to not provide a debian package at all, but instead provide a bash script in the repo that GNU/Linux users can This would greatly reduce the overhead of maintaining different packages for different distros and remove the need to handle dependency installation from within the application. What do you think about something similar to that? |
I would leave the shell script installation as a last resort. Having a well made deb file will open doors to many distros and could even be included in some repositories, even the official ones when it's the right time. Add rpm and you've covered the most popular distros. |
Thats a nice wish but at the moment not possible: https://github.com/atom/electron/blob/master/docs/tutorial/supported-platforms.md |
Retest with debian 8.2 failed. |
@littleskunk what failed? I am running Debian 8 as my primary. |
@littleskunk, I am going to have to do this the correct way and abandon the method that was in place when I adopted this project and move all dependency setup to the Debian There are just too many potential problems with trying to install dependencies through the app on first run. @pallas1 I'll try to have this resolved today. |
Retest ok. I used a virtual box image with ubuntu 14.04. I generated a new binary and restored a old savepoint after the ubuntu installation. That way i had no npm or nodejs installed. Fix will come with driveshare-gui 0.4.2. |
@littleskunk awesome, great to hear! If you think it's good to go, can you go ahead and merge #100 into Side note, I opened an issue on
|
I am getting the same error on my Win 10 machine now. Any solution for this? |
Ubuntu error on a windows 10 machine? Are you sure this is the right issue? |
Looks like you need some more help. If you use driveshare-gui on windows it will download and use dataserv-client binary. No need to upgrade it yourself and no need to install python. Please join slack: http://slack.storj.io/ channel test_group_b. You will find me there (slack user name skunk). Lets speak about the right installation process for your needs. |
./DriveShare: error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory
The text was updated successfully, but these errors were encountered: