Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
So.... I just got through the installation manual...
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
DrWoland
l33t
l33t


Joined: 13 Nov 2004
Posts: 603

PostPosted: Thu Dec 09, 2004 11:46 pm    Post subject: So.... I just got through the installation manual... Reply with quote

I now have a system that boots to bash and is fully helpless. Do I just need to start emerging stuff like a madman now, or what? Like, do I emerge net-setup? or do I just run dhcpcd? I don't know what to do anymore 8O I kinda like this uncertainty.
Back to top
View user's profile Send private message
/dev/random
l33t
l33t


Joined: 26 Nov 2004
Posts: 704
Location: Austin, Texas, USA

PostPosted: Fri Dec 10, 2004 1:08 am    Post subject: Reply with quote

this should keep you busy

Code:

iface_eth0="dhcp"

Put that in /etc/conf.d/net and emerge dhcpcd if your IP is assigned by dhcp.
Back to top
View user's profile Send private message
DrWoland
l33t
l33t


Joined: 13 Nov 2004
Posts: 603

PostPosted: Fri Dec 10, 2004 1:25 am    Post subject: Reply with quote

/dev/random wrote:
this should keep you busy

Code:

iface_eth0="dhcp"

Put that in /etc/conf.d/net and emerge dhcpcd if your IP is assigned by dhcp.


I think I emerged dhcpcd in the process of installing. How would I check?
Back to top
View user's profile Send private message
evader
Apprentice
Apprentice


Joined: 10 Dec 2004
Posts: 180
Location: Australia

PostPosted: Fri Dec 10, 2004 1:36 am    Post subject: Reply with quote

Hi,

A fresh gentoo install can be quite daunting at first.
Fear not, the documentation is good!

To check if dhcpd is running:
Code:

rc-status


If it's not in that list, but you want to start it. (Therefore verifying it is installed...)

Code:

/etc/init.d/dhcpd start


After that, try this:

Code:

ping -c 4 http://www.google.com


If that fails, try:

Code:

ping -c 4 216.239.37.99


If that last one succeeds, your /etc/hosts files is probably borked, although if you followed the installl guide it should be ok.

Code:

nano -w /etc/hosts

127.0.0.0 localhost myhostname

_________________
//Take this barrel and end this struggle
Back to top
View user's profile Send private message
DrWoland
l33t
l33t


Joined: 13 Nov 2004
Posts: 603

PostPosted: Fri Dec 10, 2004 2:07 am    Post subject: Reply with quote

evader wrote:
Hi,

A fresh gentoo install can be quite daunting at first.
Fear not, the documentation is good!

To check if dhcpd is running:
Code:

rc-status


If it's not in that list, but you want to start it. (Therefore verifying it is installed...)

Code:

/etc/init.d/dhcpd start


After that, try this:

Code:

ping -c 4 http://www.google.com


If that fails, try:

Code:

ping -c 4 216.239.37.99


If that last one succeeds, your /etc/hosts files is probably borked, although if you followed the installl guide it should be ok.

Code:

nano -w /etc/hosts

127.0.0.0 localhost myhostname


I'm not particularly scared, just last time I installed gentoo WAAY back in the day, I did a Stage3, so it already had all that stuff on there. Just so cool to see it boot in HUGE letters without framebuffer etc 8)
Back to top
View user's profile Send private message
evader
Apprentice
Apprentice


Joined: 10 Dec 2004
Posts: 180
Location: Australia

PostPosted: Fri Dec 10, 2004 4:37 am    Post subject: Reply with quote

127.0.0.1 I meant. not 127.0.0.0

Sorry.

Hope the previous reply helped anyway.
_________________
//Take this barrel and end this struggle
Back to top
View user's profile Send private message
MonkeyMartin
Apprentice
Apprentice


Joined: 19 Mar 2003
Posts: 272
Location: Canada

PostPosted: Fri Dec 10, 2004 4:53 am    Post subject: Reply with quote

First get your x server working

The X Server Configuration HOWTO
http://www.gentoo.org/doc/en/xorg-config.xml

Your video card drivers

Gentoo Linux nVidia Guide
http://www.gentoo.org/doc/en/nvidia-guide.xml
OR
Gentoo Linux ATi FAQ
http://www.gentoo.org/doc/en/ati-faq.xml

Pick the desktop environment

The KDE Configuration HOWTO
http://www.gentoo.org/doc/en/kde-config.xml
OR
The GNOME Configuration HOWTO
http://www.gentoo.org/doc/en/gnome-config.xml

Your you could just use a window manager I like fluxbox
http://www.fluxbox.org/
_________________
Thanks
Back to top
View user's profile Send private message
evader
Apprentice
Apprentice


Joined: 10 Dec 2004
Posts: 180
Location: Australia

PostPosted: Fri Dec 10, 2004 5:47 am    Post subject: Reply with quote

Bah!

Enlightenment. Hold off for DR17 beta's.

Until then yes, set up an X server and then brush up on your command line skills.
_________________
//Take this barrel and end this struggle
Back to top
View user's profile Send private message
DrWoland
l33t
l33t


Joined: 13 Nov 2004
Posts: 603

PostPosted: Fri Dec 10, 2004 5:52 am    Post subject: Reply with quote

evader wrote:
Bah!

Enlightenment. Hold off for DR17 beta's.

Until then yes, set up an X server and then brush up on your command line skills.


What you speak of?
Back to top
View user's profile Send private message
DrWoland
l33t
l33t


Joined: 13 Nov 2004
Posts: 603

PostPosted: Fri Dec 10, 2004 5:53 am    Post subject: Reply with quote

MonkeyMartin wrote:
First get your x server working

The X Server Configuration HOWTO
http://www.gentoo.org/doc/en/xorg-config.xml

Your video card drivers

Gentoo Linux nVidia Guide
http://www.gentoo.org/doc/en/nvidia-guide.xml
OR
Gentoo Linux ATi FAQ
http://www.gentoo.org/doc/en/ati-faq.xml

Pick the desktop environment

The KDE Configuration HOWTO
http://www.gentoo.org/doc/en/kde-config.xml
OR
The GNOME Configuration HOWTO
http://www.gentoo.org/doc/en/gnome-config.xml

Your you could just use a window manager I like fluxbox
http://www.fluxbox.org/


How would I test if X is working without having a DE or WM?
Back to top
View user's profile Send private message
MonkeyMartin
Apprentice
Apprentice


Joined: 19 Mar 2003
Posts: 272
Location: Canada

PostPosted: Fri Dec 10, 2004 5:57 am    Post subject: Reply with quote

you can just use the command
Code:
startx


xorg comes with a ugly window manager built in
_________________
Thanks
Back to top
View user's profile Send private message
evader
Apprentice
Apprentice


Joined: 10 Dec 2004
Posts: 180
Location: Australia

PostPosted: Fri Dec 10, 2004 6:23 am    Post subject: Reply with quote

http://www.enlightenment.org

Enlightenment is a Window Manager. KDE and Gnome are full desktop environments. They take over just about everything and to me feel too bulky. Enlightenment, along with many others (openbox and fluxbox for example) will give you virtual desktops, backgrounds, toolbars etc. Upcoming release is DR17. Some people are using pre release CVS code, but I would hold off for a beta version at least.

It lacks a lot of the functionality and is far more prone to bugs at this stage. DR17 will be extremely sexy. I recommend trying some different window managers/desktop environments to see what you like. Think about what you need and do with your computer.

The stable version of enlightenment are fantastic too. It is based on the 'DR16' tree.

Regarding the X server: the command 'startx' will attempt to run the xserver. As long as you followed the gentoo guides for setting up your graphics card and installing X.org you should be fine.

When it starts up you will be using an ugly, outdated Window Manager.

Good luck,


evader
_________________
//Take this barrel and end this struggle
Back to top
View user's profile Send private message
DrWoland
l33t
l33t


Joined: 13 Nov 2004
Posts: 603

PostPosted: Fri Dec 10, 2004 6:44 am    Post subject: Reply with quote

evader wrote:
http://www.enlightenment.org

Enlightenment is a Window Manager. KDE and Gnome are full desktop environments. They take over just about everything and to me feel too bulky. Enlightenment, along with many others (openbox and fluxbox for example) will give you virtual desktops, backgrounds, toolbars etc. Upcoming release is DR17. Some people are using pre release CVS code, but I would hold off for a beta version at least.

It lacks a lot of the functionality and is far more prone to bugs at this stage. DR17 will be extremely sexy. I recommend trying some different window managers/desktop environments to see what you like. Think about what you need and do with your computer.

The stable version of enlightenment are fantastic too. It is based on the 'DR16' tree.

Regarding the X server: the command 'startx' will attempt to run the xserver. As long as you followed the gentoo guides for setting up your graphics card and installing X.org you should be fine.

When it starts up you will be using an ugly, outdated Window Manager.

Good luck,


evader


Is there a document that compares/contrasts the different WMs? I was thinking WM all the way, mainly cuz I dont feel like compiling KDE.
Back to top
View user's profile Send private message
evader
Apprentice
Apprentice


Joined: 10 Dec 2004
Posts: 180
Location: Australia

PostPosted: Fri Dec 10, 2004 6:52 am    Post subject: Reply with quote

I havent ever found a comparison of a lot of them sorry.

Enlightenment was recommended to me due to it being lightweight, fast, very skinnable, DR17 (a whole new generation...) on the way.

I haven't had much experience with any others.

Search the forums, there is some good desktop screenshot threads.

You'll notice alot of people use fluxbox too.


evader
_________________
//Take this barrel and end this struggle
Back to top
View user's profile Send private message
DrWoland
l33t
l33t


Joined: 13 Nov 2004
Posts: 603

PostPosted: Fri Dec 10, 2004 8:41 am    Post subject: Reply with quote

evader wrote:
I havent ever found a comparison of a lot of them sorry.

Enlightenment was recommended to me due to it being lightweight, fast, very skinnable, DR17 (a whole new generation...) on the way.

I haven't had much experience with any others.

Search the forums, there is some good desktop screenshot threads.

You'll notice alot of people use fluxbox too.


evader


I'll probably just install both and see 8) Thanks
Back to top
View user's profile Send private message
Linuxcalibur
n00b
n00b


Joined: 08 Dec 2004
Posts: 7
Location: Cincinnati, OH USA

PostPosted: Sun Dec 12, 2004 3:10 pm    Post subject: Reply with quote

I think my laptop is having problems installing X...

I did "emerge xorg-x11" just like the X Server Configuration HOWTO told me. I know it said it would take a long time, but usually there is all kinds of text scrolling up the screen. Right now, about an hour after I entered the command, there are only 3 lines of text. It's all minus signs followed by text, such as "-D_BSD_SOURCE" and "-D_SVID_SOURCE", and the last one is "-fPIC GetIFocus.c". It's been like this for at least a half-hour and my Caps Lock and Num Lock lights are flashing.

Is it safe to say that my computer is locked up or does this sound normal when installing? My network is working fine, cuz "ping -c 4 216.239.37.99" worked (but pinging google didn't).

Any ideas? Let me know if you need any more info to figure it out. TIA[/code]
_________________
It has been demonstrated time and time again that there is no such thing as dummy-proof.
Never underestimate the power of idiocy.
Back to top
View user's profile Send private message
kimchi_sg
Advocate
Advocate


Joined: 26 Nov 2004
Posts: 2969

PostPosted: Sun Dec 12, 2004 3:22 pm    Post subject: X emerging problems? I don't think so. Reply with quote

Linuxcalibur wrote:
I think my laptop is having problems installing X...

I did "emerge xorg-x11" just like the X Server Configuration HOWTO told me.
Then you should not be in any trouble yet. :-)
Linuxcalibur wrote:
I know it said it would take a long time,
What's the specs of your machine? Maybe some of us can take you how many hours it will take to compile X on your machine.
Linuxcalibur wrote:
but usually there is all kinds of text scrolling up the screen. Right now, about an hour after I entered the command, there are only 3 lines of text. It's all minus signs followed by text, such as "-D_BSD_SOURCE" and "-D_SVID_SOURCE", and the last one is "-fPIC GetIFocus.c". It's been like this for at least a half-hour and my Caps Lock and Num Lock lights are flashing.

Is it safe to say that my computer is locked up or does this sound normal when installing?
Wait at least a 3 to 4 hours, or until the text stops scrolling by. That's your compiler doing its job!
Linuxcalibur wrote:
My network is working fine,
Congratulations!
LInuxcalibur wrote:
cuz "ping -c 4 216.239.37.99" worked (but pinging google didn't).
Not surprising since many if not all of the popular web sites block ping network packets, for fear of being the target of Denial of Service attacks by being overwhelmed with pings.
Linuxcalibur wrote:
Any ideas? Let me know if you need any more info to figure it out. TIA
You're welcome!

Hope you can get used to doing things the Gentoo Way. :-D

[EDIT]Are you able to ping google successfully when in Windows? If yes, there's a problem with your DNS name server configuration. Post back here if that's the case. :-D
Back to top
View user's profile Send private message
Linuxcalibur
n00b
n00b


Joined: 08 Dec 2004
Posts: 7
Location: Cincinnati, OH USA

PostPosted: Sun Dec 12, 2004 5:45 pm    Post subject: Reply with quote

I posted back at 10 AM, so it's 2.5 hours later. The same three lines of text haven't moved. That makes it 3 hours since any change, 3.5 hours since I entered "emerge xorg-x11". My laptop is a 1 GHz PIII with 256 MB RAM. It's a pretty quiet computer, so I'm not sure if its doing anything or not.

I'm actually posting from a different computer, because there is no other OS on there. So I'm not sure about the DNS thing. Is there any other way to test that? Of course, there's no way to do so at the moment, unless I reboot the computer before it finishes whatever it's doing. If it is doing something, that is.
_________________
It has been demonstrated time and time again that there is no such thing as dummy-proof.
Never underestimate the power of idiocy.
Back to top
View user's profile Send private message
cyrillic
Watchman
Watchman


Joined: 19 Feb 2003
Posts: 7313
Location: Groton, Massachusetts USA

PostPosted: Sun Dec 12, 2004 9:10 pm    Post subject: Reply with quote

Linuxcalibur wrote:
It's been like this for at least a half-hour and my Caps Lock and Num Lock lights are flashing.

The flashing lights indicate a kernel panic.

You will need to do a hard reboot, and then try to figure out what went wrong (if the fan was quiet, maybe the CPU overheated).
Back to top
View user's profile Send private message
loki99
Advocate
Advocate


Joined: 10 Oct 2003
Posts: 2056
Location: Vienna, €urope

PostPosted: Mon Dec 13, 2004 1:23 am    Post subject: Reply with quote

DrWoland wrote:
....mainly cuz I dont feel like compiling KDE.


you should also take a look at xfce4

it is lightweight and easy to use. for file managment i use rox. :)
Back to top
View user's profile Send private message
pjp
Administrator
Administrator


Joined: 16 Apr 2002
Posts: 20067

PostPosted: Mon Dec 13, 2004 10:38 pm    Post subject: Reply with quote

Moved from Installing Gentoo.
_________________
Quis separabit? Quo animo?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum