LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 02-07-2019, 03:18 PM   #1
J Harp
Member
 
Registered: Sep 2009
Posts: 133

Rep: Reputation: 0
Can't complete setup of IDriveForLinux.


I downloaded and saved the script bundle, then tried to use the commands in the ReadMe, but get errors every time. I don't do well with the command line, but have been working with IDriove support, and they seem to be stumped as well. I'm waiting to hear from them again.
This is an Asus laptop, 64 bit running Mint 18.3. I have screenshots of the system info, and some of the errors, but I've forgot how to post them with pastebin. I've searched a lot, but haven't found the answer. Thank you.
Jim
 
Old 02-07-2019, 06:40 PM   #2
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,492

Rep: Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488
Is the software you are referring to at the link below? It's generally a good idea to post a link to software you are using particularly if it is something not commonly used.

https://www.idrive.com/online-backup-linux

You mention getting errors but give no information on what the errors are? You can type out the errors. If the support team for this software can't help, I'm not sure what anyone here can do, at least, without a lot more info. You might try going through the steps explained and making notes of what the results are to post here.
 
Old 02-07-2019, 10:35 PM   #3
J Harp
Member
 
Registered: Sep 2009
Posts: 133

Original Poster
Rep: Reputation: 0
Thank you yancek, Yes I did the download from that link and saved the script bundle.

It is saved as /home/jim/Documents/IDriveForLinux/scripts. When I did chmod a+x*.pl I got error "no such file or directory". Other times the same command returned error "missing operand after a+*.pl".

IDrive support helped to make some progress, got the path, listing, or whatever it's called to looking right but I still got the "no such file or directory" when I did ./account_setting.pl. Support said they would have move the case to a higher level. I got a later email asking for screenshots which I sent, but I'm still waiting for further word from them.

I have a number of screenshots, but I think I read in the forum rules that they should be posted with another utility, I've forgotten how to do that.

If you could see the screenshots, you would see that I really don't know what I'm doing when I try to use the command line, but I'm trying. If someone will tell me how to post the screenshots I'll send them tomorrow morning, it's past bedtime now. Thanks again.

Jim
 
Old 02-08-2019, 06:05 AM   #4
urbanwks
Member
 
Registered: Sep 2003
Distribution: Slackware64-Current, FreeBSD 12.1, Alpine 5.4, Manjaro 19, Alpine on WSL [Win10]
Posts: 194

Rep: Reputation: 213Reputation: 213Reputation: 213
You're missing a space.

Code:
chmod a+x *.pl
It's intended to make executable the .pl script in whatever directory you're currently in. To that end, you can(/should, at least I do) use the path to ensure the right thing happens. Also, the "*" is a wildcard. You can specify the actual script name if you only wanted to make the one script executable, if there are more than one:

Code:
chmod a+x /home/jim/Documents/IDriveForLinux/scripts/account_setting.pl
 
Old 02-08-2019, 08:58 AM   #5
J Harp
Member
 
Registered: Sep 2009
Posts: 133

Original Poster
Rep: Reputation: 0
Thanks urbanwks,

I'm going to try to follow the ReadMe again, and try to get the commands entered exactly as written. I'll take screenshots, but I don't know how to post them here, the normal copy and paste doesn't seem to work. I've searched, but have not found how to post the screenshots here. I once knew how, but I'm old, and my short term memory isn't as good as it once was.

Jim
 
Old 02-08-2019, 11:20 AM   #6
J Harp
Member
 
Registered: Sep 2009
Posts: 133

Original Poster
Rep: Reputation: 0
I've tried everything I can think of, and have not stumbled upon the answer. I think I will try to remove IDrive, and start over. Will someone please tell me how to post screenshots here? thanks to all who have tried to help.

Jim
 
Old 02-08-2019, 08:01 PM   #7
J Harp
Member
 
Registered: Sep 2009
Posts: 133

Original Poster
Rep: Reputation: 0
Not totally solved, but I have made some progress. I ran sudo apt-get update, them sudo apt-get install perl, then sudo apt-get upgrade. That let me get the setup mostly done.I'm still getting invalid choice error when I try to choose a backup location. IDrive support is working on that.

Thanks to all who tried to help. I'd still like to know how to post screenshots to this forum, I've searched that repeatedly and have not found how to do it.

Jim
 
Old 02-09-2019, 09:54 AM   #8
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by J Harp View Post
Thanks to all who tried to help. I'd still like to know how to post screenshots to this forum, I've searched that repeatedly and have not found how to do it.
you can add an image as attachment to your post.
 
1 members found this post helpful.
Old 02-10-2019, 02:54 PM   #9
J Harp
Member
 
Registered: Sep 2009
Posts: 133

Original Poster
Rep: Reputation: 0
Thank you ondoho,
I must have been thinking of the rules for another forum which said that such attachments should be posted with a separate utility.
Made a lot of progress, got to the point where it should have started a backup and it failed again. I'm still working with IDrive support. I think they are about as baffled as I am.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Help on setup of fedora 20 as a router from nic setup to firewalld setup Brian1 Linux - Networking 4 07-02-2014 08:53 PM
setup for official Laptop. (Admin setup in server and user account setup in lap) vignesh4sh Linux - Server 3 11-26-2012 07:03 AM
child script doesn't return to complete parent script once complete. zQUEz Linux - Server 3 08-29-2012 08:59 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 12:21 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration