public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* Re: [gentoo-dev] Installation problem
       [not found] <LAW2-OE2110Gai4omRX0000a794@hotmail.com>
@ 2001-11-15  4:44 ` jano
  0 siblings, 0 replies; 7+ messages in thread
From: jano @ 2001-11-15  4:44 UTC (permalink / raw
  To: gentoo-dev; +Cc: m1ato

Try putting in "root" then pressing return for the password.

CDIMAGE means CD Image, like cd iso, not image as in picture image.


> Hi, ¨I`ll get to fact...
>    When I boot linux, that is an iso, from CD it boots ok but then
>    problem comes. I have to have a CDIMAGE LOGIN.     I don`t know what
>    this is or why does it appear. Is that connected with a firm or type
>    of graphic card. BTW I have MAX FURY RAGE.
> If can anybody solve the problem, I would like him to sent me mail whit
> solve as soon as possible.
>    Thanks
>
> Matoos





^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-dev] installation problem
@ 2002-02-12 20:08 Steve Barr
  2002-02-12 21:00 ` Bart Verwilst
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Steve Barr @ 2002-02-12 20:08 UTC (permalink / raw
  To: gentoo-dev

i am trying to install gentoo on my computer, i used   
build-ix86-1.0_rc6-r15.iso  and everything goes well in the install, i have 
networking and everything until i execute these commands

# cd /mnt/gentoo
 # tar -xvjpf /mnt/cdrom/build-*.tbz2
 # mount -o bind /proc /mnt/gentoo/proc
 # cp /etc/resolv.conf /mnt/gentoo/etc/resolv.conf
 # chroot /mnt/gentoo /bin/bash
 # env-update
 Regenerating /etc/ld.so.cache...
 # source /etc/profile
 

at this point, my networking does not work, this basically stops the install 
process as the next step is 

#emerge rsync

am i missing something? or is this just bad luck

please help

-Steve Barr


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-dev] installation problem
  2002-02-12 20:08 [gentoo-dev] installation problem Steve Barr
@ 2002-02-12 21:00 ` Bart Verwilst
  2002-02-13 15:15 ` Morten Liebach
  2002-02-13 19:44 ` Nils Ohlmeier
  2 siblings, 0 replies; 7+ messages in thread
From: Bart Verwilst @ 2002-02-12 21:00 UTC (permalink / raw
  To: gentoo-dev

Maybe you have a proxy you need to export?

"export http_proxy="http://my.proxy.com:8080"

this could be the problem?

Bye!

On Tue, 2002-02-12 at 21:08, Steve Barr wrote:
> i am trying to install gentoo on my computer, i used   
> build-ix86-1.0_rc6-r15.iso  and everything goes well in the install, i have 
> networking and everything until i execute these commands
> 
> # cd /mnt/gentoo
>  # tar -xvjpf /mnt/cdrom/build-*.tbz2
>  # mount -o bind /proc /mnt/gentoo/proc
>  # cp /etc/resolv.conf /mnt/gentoo/etc/resolv.conf
>  # chroot /mnt/gentoo /bin/bash
>  # env-update
>  Regenerating /etc/ld.so.cache...
>  # source /etc/profile
>  
> 
> at this point, my networking does not work, this basically stops the install 
> process as the next step is 
> 
> #emerge rsync
> 
> am i missing something? or is this just bad luck
> 
> please help
> 
> -Steve Barr
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://lists.gentoo.org/mailman/listinfo/gentoo-dev
> 
-- 

Bart Verwilst
Gentoo Linux Developer, Desktop Team
Gent, Belgium



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-dev] installation problem
  2002-02-12 20:08 [gentoo-dev] installation problem Steve Barr
  2002-02-12 21:00 ` Bart Verwilst
@ 2002-02-13 15:15 ` Morten Liebach
  2002-02-13 19:44 ` Nils Ohlmeier
  2 siblings, 0 replies; 7+ messages in thread
From: Morten Liebach @ 2002-02-13 15:15 UTC (permalink / raw
  To: gentoo-dev

On 2002-02-12 15:08:33 -0500, Steve Barr wrote:
> i am trying to install gentoo on my computer, i used   
> build-ix86-1.0_rc6-r15.iso  and everything goes well in the install, i have 
> networking and everything until i execute these commands
> 
> # cd /mnt/gentoo
>  # tar -xvjpf /mnt/cdrom/build-*.tbz2
>  # mount -o bind /proc /mnt/gentoo/proc
>  # cp /etc/resolv.conf /mnt/gentoo/etc/resolv.conf
>  # chroot /mnt/gentoo /bin/bash
>  # env-update
>  Regenerating /etc/ld.so.cache...
>  # source /etc/profile
>  
> 
> at this point, my networking does not work, this basically stops the install 
> process as the next step is 
> 
> #emerge rsync
> 
> am i missing something? or is this just bad luck

Can you ping some known host after you've set up networking, and before
you chroot?

Don't just ping an IP, ping eg. kallisti.dk :)

What is 'ifconfig' saying?
What does /etc/resolv.conf contain, and does it look right?

If these things work/look OK, do the chroot and try it all again.

Hope this helps
                                 Morten

-- 
Morten Liebach <m@kallisti.dk>, webpages at http://kallisti.dk/
PGP-key: http://kallisti.dk/ml.asc or Key-ID 0xD796A4EB on keyserver.net


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-dev] installation problem
  2002-02-12 20:08 [gentoo-dev] installation problem Steve Barr
  2002-02-12 21:00 ` Bart Verwilst
  2002-02-13 15:15 ` Morten Liebach
@ 2002-02-13 19:44 ` Nils Ohlmeier
  2 siblings, 0 replies; 7+ messages in thread
From: Nils Ohlmeier @ 2002-02-13 19:44 UTC (permalink / raw
  To: Steve Barr; +Cc: gentoo-dev

> i am trying to install gentoo on my computer, i used
> build-ix86-1.0_rc6-r15.iso  and everything goes well in the install, i have
> networking and everything until i execute these commands
>
>  # source /etc/profile
>
>
> at this point, my networking does not work, this basically stops the
> install process as the next step is
>
> #emerge rsync
>
> am i missing something? or is this just bad luck

What in detail is not working?
The problem with such network problems is, that you dont't have any network 
commands after you changed the root (chroot). So you have to check what is 
not working with your network setup before you chroot.

BTW i think this is more a user question.

Greetings
   Nils


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-dev] Installation Problem
@ 2004-10-20  3:54 Jayesh Jose
  2004-10-20  4:38 ` Peter Gordon
  0 siblings, 1 reply; 7+ messages in thread
From: Jayesh Jose @ 2004-10-20  3:54 UTC (permalink / raw
  To: gentoo-dev

Hi 
While trying to compile the gentoo kernel on Athlon Xp, it's showing
the error ...why it so?

--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-dev] Installation Problem
  2004-10-20  3:54 [gentoo-dev] Installation Problem Jayesh Jose
@ 2004-10-20  4:38 ` Peter Gordon
  0 siblings, 0 replies; 7+ messages in thread
From: Peter Gordon @ 2004-10-20  4:38 UTC (permalink / raw
  To: gentoo-dev

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Firstly, this list is more for development of Gentoo. You might want to post
this to the gentoo-user list, which is a support/dicussion list instead.

Secondly, we cannot help you if you don't tell use what the error is. If
you can, please post the exact error mesage and any other information you
can give: such as the output of `emerge info`. Remember: when asking about
something that's broken or needs fixing, it's better to give too much
information than to give too little. =)

Jayesh Jose wrote:
| Hi
| While trying to compile the gentoo kernel on Athlon Xp, it's showing
| the error ...why it so?
|
| --
| gentoo-dev@gentoo.org mailing list
|

- --
()  The ASCII Ribbon Campaign - against HTML Email,
/\  vCards, and proprietary formats.
- ---------------------------------------------------
Peter A. Gordon (codergeek42)
E-Mail: admin@ramshacklestudios.com
GPG Public Key ID: 0x109DBECE
GPG Key Fingerprint (SHA1):
~  E485 E2F7 11CE F9B2 E3D9 C95D 208F B732 109D BECE
Encrypted and/or Signed correspondence preffered.
Use Mozilla Firefox and help spread the word:
~  http://www.spreadfirefox.com/
- ---------------------------------------------------
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFBdevCII+3MhCdvs4RAvdHAKCpvj0y1IUgafxBpxOny7hW/qB2AwCeO/Rx
ISlT9oAjWHlO4Nvcyyl9phk=
=yhgk
-----END PGP SIGNATURE-----

--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2004-10-20  4:38 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-20  3:54 [gentoo-dev] Installation Problem Jayesh Jose
2004-10-20  4:38 ` Peter Gordon
  -- strict thread matches above, loose matches on Subject: below --
2002-02-12 20:08 [gentoo-dev] installation problem Steve Barr
2002-02-12 21:00 ` Bart Verwilst
2002-02-13 15:15 ` Morten Liebach
2002-02-13 19:44 ` Nils Ohlmeier
     [not found] <LAW2-OE2110Gai4omRX0000a794@hotmail.com>
2001-11-15  4:44 ` [gentoo-dev] Installation problem jano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox