LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop
User Name
Password
Linux - Desktop This forum is for the discussion of all Linux Software used in a desktop context.

Notices


Reply
  Search this Thread
Old 11-02-2006, 11:46 AM   #1
suchi
Member
 
Registered: Nov 2003
Location: india
Posts: 46
Blog Entries: 1

Rep: Reputation: 15
gentoo linux gnome install


Just installed gentoo linux after following the stuff in the index.html in the cdrom

After install i land in a minimal linux, without graphics. Tried doing emerge gnome and it fails. Copied the contents of portage of second cd to the /usr/portage directory , and still it fails

any links would be helpful. One of my friends is actually facing this problem right now.

Thanks for help
 
Old 11-02-2006, 11:57 AM   #2
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
You will get help a lot faster if you post exactly what you did and the error messages you got when things failed.
 
Old 11-03-2006, 03:42 AM   #3
suchi
Member
 
Registered: Nov 2003
Location: india
Posts: 46

Original Poster
Blog Entries: 1

Rep: Reputation: 15
Yep, more clarity

Hi,
This is what has been done :

1. Installed Gentoo by going through the steps as present in index.html in the CD

2. Avoided installation of unnecessary stuff (like network etc...) because it is a standalone system there

3. After installation, we have a minimal version of Gentoo with no "startx"

4. Tried to install X11 and Gnome, and it gives problems

5. Want to know how to make the Portage directory under /usr as the default directory where "emerge" will search for installation files, instead of going to Internet to do the same (as my system is not connected to the net). This is like, in Mandrake, we edit the /etc/urpmi/urpmi.cfg and enter the location where the "cz" files are located. This can also be done using "urpmi.addmedia" command etc...

-S
 
Old 11-03-2006, 04:23 AM   #4
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Quote:
4. Tried to install X11 and Gnome, and it gives problems
This is where I meant you need to provide more info. What are these problems you are experiencing? As for using portage without a net connection take a look at this guide. Basically uou need to put your packages in /usr/portage/distfiles so that emerge can find them.
 
Old 11-03-2006, 05:08 AM   #5
suchi
Member
 
Registered: Nov 2003
Location: india
Posts: 46

Original Poster
Blog Entries: 1

Rep: Reputation: 15
Thanks a lot !

That is exactly what we needed. Thanks a lot !!!

As for the problem, yes i accept that i did not mention it clearly. I tried to contact my friend regarding this, but he too does not remember this exactly.

"Beginners usually have to spend some time to learn. During that time there are more chances of getting fed up and not looking at errors frequently. That is what happened with us."

But then we now love linux. We know what has to be done !

Great !

Thanks !
 
Old 11-05-2006, 12:25 AM   #6
athreyavc
Member
 
Registered: May 2004
Location: bangalore
Distribution: Cent OS, Ubuntu
Posts: 116

Rep: Reputation: 15
Hi ,

Please clear my confusion here.

I have a machine in my home that doesn't have an internet connection at all. But I have the Gentoo Installation CD. Do i need to emerge -fp package1 package2 2> links.txt from the cdrom?

Because the exact issue is when I try "emerge gnome" it fails with command seraching for the packages from the internet.

Please clarify me on this, if you won't feel burdened please let me know the step by step procedure for installing gnome ofcourse without the internet connection

Regards,

athreya vc
athreyavc@yahoo.co.in
 
Old 11-05-2006, 03:27 AM   #7
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
I've never done a networkless install, but I assume all you need to do is copy the packages from the live or packages cd to /usr/portage/distfiles and emerge will find them and won't try to connect to the internet since the distfiles will already be available.
 
Old 11-05-2006, 06:03 PM   #8
dxqcanada
Member
 
Registered: Sep 2006
Location: Canada
Distribution: Gentoo
Posts: 702

Rep: Reputation: 43
Make sure you are using the LiveCD as it includes GRP prebuilt packages.

With the LiveCD you can choose packages such as Xorg/Gnome to install from the cd sources.

Here is a link to a doc on installing GRP packages from the LiveCD.
 
Old 11-06-2006, 03:54 AM   #9
athreyavc
Member
 
Registered: May 2004
Location: bangalore
Distribution: Cent OS, Ubuntu
Posts: 116

Rep: Reputation: 15
Hi ,

Thanks for the Reply

I don't see any links in your reply , Kindly provide me the link

Regadrds,

Athreya VC
 
Old 11-07-2006, 06:38 AM   #10
suchi
Member
 
Registered: Nov 2003
Location: india
Posts: 46

Original Poster
Blog Entries: 1

Rep: Reputation: 15
So, we will try this out today and will let you know once we are done
 
Old 11-07-2006, 07:41 AM   #11
suchi
Member
 
Registered: Nov 2003
Location: india
Posts: 46

Original Poster
Blog Entries: 1

Rep: Reputation: 15
Here it is > The exact steps :

Code Listing 3: Mount the Packages CD

(Put the Gentoo Packages CD in the CD tray)
# mount /mnt/cdrom

Now configure Portage to use /mnt/cdrom for its prebuilt packages:

Code Listing 4: Configuring Portage to use /mnt/cdrom

# ls /mnt/cdrom

(If there is a /mnt/cdrom/packages directory
# export PKGDIR="/mnt/cdrom/packages"

(Otherwise
# export PKGDIR="/mnt/cdrom"

Now install the packages you want. The Packages CD contains several prebuilt binaries, for instance KDE:

Code Listing 5: Installing KDE

# emerge --usepkg kde
 
  


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
Install Gentoo 2006.0 Gnome Kde And Xfce In Less Than 3 Hrs KWestshin Linux - Software 2 04-01-2006 08:06 AM
Error emerging gnome in fresh gentoo install PhantmShado Linux - Software 0 02-24-2006 09:30 PM
Gnome Install Issues on Gentoo iverson0881 Linux - Software 1 12-28-2003 10:22 PM
New Gentoo install (insmod error; gnome startup) joe_stevensen Linux - Software 2 09-12-2003 11:33 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop

All times are GMT -5. The time now is 09:34 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