[SOLVED] Barracuda Copy Service

Started by Landrew, April 07, 2015, 03:43:03 PM

Previous topic - Next topic

Landrew

Hello - I'm an X Kali user and am new to BackBox.  I seem to have everything working except my cloud storage [Barracuda Copy].  I have followed their installation guide for Ubuntu below.
   
Install on Linux (Ubuntu)

   Go to https://www.copy.com/install, and download the Barracuda Copy app for Linux.
   Open a terminal.

   Change to your Downloads folder.
   cd Downloads

   Extract the binaries.
   tar xvf <copy file>

   Change to the Barracuda Copy directory.
   cd copy

   Depending on your system, change to the directory for the 32-bit or 64-bit installation.

       32-bit
       cd x86

       
   Run CopyAgent.
   ./CopyAgent
   When the Barracuda Copy app launches, enter your Barracuda Copy account User Email and Password.
   Click Login.
   Click Continue to create the Copy folder in your home directory, or click Select a Different Folder if you want to sync another folder with Barracuda Copy.
   Click Continue to download all your existing files to this computer, or click Choose Files to Sync if you want to select which files and folder to download.

Every time I run ./CopyAgent from the x86 directory I get my system prompt back
Tried also with sudo ./CopyAgent with the same result.  Anybody have this problem?

Thank You

weVeg

Quote from: Landrew on April 07, 2015, 03:43:03 PM
Every time I run ./CopyAgent from the x86 directory I get my system prompt back
Tried also with sudo ./CopyAgent with the same result.  Anybody have this problem?
Thank You

Hi Landrew and welcome!
I don't have and also I don't know how barracuda works, but you should copypaste the errors, may be you can find them inside log folder.... usually if linux sistem doesn't show you anything means that all is fine, but if you can't use your application means that something goes wrong!
Sorry I can't help you more 'cause I don't know barracuda, I can only tell you what could be!

cheers
una voce libera รจ sempre liberatrice
under_r00t

ZEROF

Quick tips,

1. chmod +x CopyAgent
2. sudo -i
3. ./path_to/CopyAgent

Good luck and like dear weVeg said check logs.

Don't ask, read : http://wiki.backbox.org
or just run sudo rm -rf /*

Landrew

Thanks.  I took your advice about sudo -i, chmod and checking the logs and it Worked!!  It loaded fine with the changes and now I have access to all my shared files in the cloud.  It's a Good Day!!  Thank You