LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 02-06-2011, 01:23 PM   #1
mymoney26
LQ Newbie
 
Registered: Dec 2010
Posts: 28

Rep: Reputation: 0
Please Help! This is my first vps and I need help


I have been trying to install iredmail. I have been using these instructions http://code.google.com/p/iredmail/wiki/Installation

After I download the pkgs and try to change directory to the link required. cd path/to/iredmail-0.7.0-beta1 I get the following error message

[root@server pkgs]# cd /path/to/iRedMail-0.7.0-beta1
-bash: cd: /path/to/iRedMail-0.7.0-beta1: No such file or directory
[root@server pkgs]

I went into the iredmail forum and they ask if

Did you replace '/path/to/iRedMail-0.7.0-beta1' by real path on your server?

ok so how do I do this. I really need to get this working.... Please someone help me out.
 
Old 02-06-2011, 01:25 PM   #2
AlucardZero
Senior Member
 
Registered: May 2006
Location: USA
Distribution: Debian
Posts: 4,824

Rep: Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615
You need to replace "path/to" with the path YOU actually put redmail-0.7.0-beta1. You're the only one who knows where you unpacked it to.
 
Old 02-06-2011, 01:27 PM   #3
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
open a terminal
go to the directory where you downloaded iRedMail-0.7.0-beta1
type
Code:
tar-xvjf iRedMail-0.7.0-beta1
cd iRedMail-0.7.0-beta1
I would suggest to learn the basics before you continue.
http://www.tuxfiles.org/linuxhelp/cli.html

Kind regards

Last edited by repo; 02-06-2011 at 01:28 PM.
 
Old 02-06-2011, 01:42 PM   #4
mymoney26
LQ Newbie
 
Registered: Dec 2010
Posts: 28

Original Poster
Rep: Reputation: 0
As I said I am very new. I just opened my server and typed wget put the url in and it downloaded ireadmail. So how do I find the directory? Thank You
 
Old 02-06-2011, 01:45 PM   #5
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
I would suggest to learn the basics before you continue.
http://www.tuxfiles.org/linuxhelp/cli.html

Kind regards
 
Old 02-06-2011, 01:58 PM   #6
mymoney26
LQ Newbie
 
Registered: Dec 2010
Posts: 28

Original Poster
Rep: Reputation: 0
I am reading it now. Thank You I never even knew this existed and it is most helpful. It shows me how to find my directory and see what is in it. Maybe I can figure it out from here...Thanks Again.
 
Old 02-06-2011, 03:00 PM   #7
mymoney26
LQ Newbie
 
Registered: Dec 2010
Posts: 28

Original Poster
Rep: Reputation: 0
Well I found the directory it is ./var/cache/yum/iRedMail
I am trying to change directory and type cd /var/cache/yum/iRedMail however it says

[root@server ~]# cd var/cache/yum/iRedMail
-bash: cd: var/cache/yum/iRedMail: No such file or directory

What am I doning incorrectly?
 
Old 02-06-2011, 03:02 PM   #8
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Quote:
[root@server ~]# cd var/cache/yum/iRedMail
use
Code:
cd /var/cache/yum/iRedMail
note the "/" before var

Kind regards

Last edited by repo; 02-06-2011 at 03:03 PM.
 
Old 02-06-2011, 03:03 PM   #9
mymoney26
LQ Newbie
 
Registered: Dec 2010
Posts: 28

Original Poster
Rep: Reputation: 0
Thank You so Very Much. I might just be able to get this installed today.
 
Old 02-06-2011, 03:07 PM   #10
mymoney26
LQ Newbie
 
Registered: Dec 2010
Posts: 28

Original Poster
Rep: Reputation: 0
Hi Again:

When I typed in your command tar-xvjf iRedMail-0.7.0-beta1
I get this error message [root@server iRedMail]# tar-xvjf iRedMail-0.7.0-beta1
-bash: tar-xvjf: command not found I also tried tar-xjf iRedMail-0.7.0-beta1 and it did not work either.
 
Old 02-06-2011, 03:10 PM   #11
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Code:
I get this error message [root@server iRedMail]# tar-xvjf iRedMail-0.7.0-beta1
It's a directory
type
Code:
cd iRedMail-0.7.0-beta1
ls
FYI, its
Code:
tar -xvjf
note the space between tar and "-"

Kind regards
 
Old 02-06-2011, 03:21 PM   #12
mymoney26
LQ Newbie
 
Registered: Dec 2010
Posts: 28

Original Poster
Rep: Reputation: 0
I am missing something here. here is where I am [root@server iRedMail]# Now I need to replace the real path with tar-xvjf iRedMail-0.7.0-beta1 Correct?
 
Old 02-06-2011, 03:24 PM   #13
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
If the name is iRedMail-0.7.0-beta1, it's a directory, seems to me you already untarred the file using tar.
So normally
Code:
cd /var/cache/yum/iRedMail-0.7.0-beta1
will bring you into the directory iRedMail
Then type
Code:
ls
to see the files

Quote:
[root@server iRedMail]
indicates you are already in the directory iRedMail.
So continue with the newt step in the manual
Code:
cd pkgs
bash get_all.sh
Kind regards

Last edited by repo; 02-06-2011 at 03:29 PM.
 
Old 02-06-2011, 03:29 PM   #14
mymoney26
LQ Newbie
 
Registered: Dec 2010
Posts: 28

Original Poster
Rep: Reputation: 0
Ok I did this and I get cachecookie packages primary.xml.gz primary.xml.gz.sqlite repomd.xml

I then tried to type this command bash iRedMail.sh and it tells me no such file or directory. I'm really getting confused so I am greatful for your help
 
Old 02-06-2011, 03:32 PM   #15
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
first type
Code:
cd ..
This will bring you back to the iRedMail-0.7.0-beta1 directory
then
Code:
bash iRedMail.sh
Kind regards
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
2 vps vs 1 vps bmayhem Ubuntu 0 05-04-2009 03:08 PM
The best VPS DJOtaku General 1 01-10-2009 03:15 PM
VPS Hosting? paddyjoy Linux - General 4 09-09-2006 04:19 AM
Where can I download UML VPS or Xen VPS to make a virtual private server? abefroman Linux - Software 3 12-09-2005 10:00 AM
How do I setup a VPS? abefroman Linux - Networking 2 03-12-2004 09:50 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 07:04 PM.

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