Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Login Incorrect
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
Kensai
Guru
Guru


Joined: 09 Mar 2004
Posts: 569
Location: Puerto Rico

PostPosted: Fri Oct 08, 2004 3:17 am    Post subject: Login Incorrect Reply with quote

1.Ok I think I've made a big mistake. I installed gentoo 2004.2 just fine but when I finished and reboote everything said [ok] exept for when mounting filesystems it said could not mout some filesystems [!!]. Now I don't know how to fix this.
2. When it ask for a login I put root and then the password I gave it but it says login incorrect. I gave this password right when I started the installation, but when I started the new enviroment with chroot I finished the installation without giving any other passwords, what was my error? and how can I fix this? the 1. and the 2. question?
Note: I also tried login root and when asked for password just hit enter and it stills gives me login incorrect.
-Thanks
Back to top
View user's profile Send private message
Given M. Sur
l33t
l33t


Joined: 03 Feb 2004
Posts: 648
Location: No such file or directory

PostPosted: Fri Oct 08, 2004 3:23 am    Post subject: Reply with quote

Your mistake was not specifying another password after chroot-ing.

To fix it, just boot off the installation cd, chroot to your installed system and run passwd.
_________________
What is the best [insert-type-of-program-here]?
Back to top
View user's profile Send private message
David_Escott
l33t
l33t


Joined: 12 Jan 2003
Posts: 952
Location: Boston, MA

PostPosted: Fri Oct 08, 2004 3:26 am    Post subject: Reply with quote

First you need to get into the box. Put the install CD back in and reboot the computer. Then follow all the installation directions except untarring the tarball into /mnt/gentoo/ (doing so will overwrite your current install). So just set up your network (if you want it to look at docs) and chroot yourself into the system. At this point skip to the setting the root password part of the install and do that again. Also while you are there see if you can post your fstab to this forum, so we can see if there are any glaring errors.

PS while you are chrooted you can test whether you have set the password correctly by typing login at the prompt.
Back to top
View user's profile Send private message
Kensai
Guru
Guru


Joined: 09 Mar 2004
Posts: 569
Location: Puerto Rico

PostPosted: Fri Oct 08, 2004 4:12 am    Post subject: Reply with quote

Lots of thanks for your fast replys they helped me out. Now I did everything you told me David Escott and also figured out how to fix my fstab and now everything says [ok] Thank you :D . Now I have just one problem My internet conecction isn't working :( I don't know why because in the installation was working just great and I configured the kernel with genkernel all so I have the same connection to the net like the livecd. I configured my network
if eth0="dhcp"
dhcpcd="-HD"
and put a # before the line in the top for static IP that says something like
#if eth0="123.45.6.78 255.255.255.0 blah blah blah"
SO Thanks again and I'll just need to figure this out as this is the first time I install gentoo and want to keep it forever. I'm a new Gentoo User :D :lol: .
Thanks and any hint about the conection are greatly appreciated.
Back to top
View user's profile Send private message
David_Escott
l33t
l33t


Joined: 12 Jan 2003
Posts: 952
Location: Boston, MA

PostPosted: Fri Oct 08, 2004 4:20 am    Post subject: Reply with quote

So the obvious questions:

Did you add net.eth0 to default. What is the output of rc-status. It should list net.eth0 if not you need to add it.

rc-update add net.eth0 default

and you can start it immediately by running

/etc/init.d/net.eth0 start

if it is started then what is the output of ifconfig eth0
Back to top
View user's profile Send private message
Kensai
Guru
Guru


Joined: 09 Mar 2004
Posts: 569
Location: Puerto Rico

PostPosted: Fri Oct 08, 2004 4:46 am    Post subject: Reply with quote

Yes net.eth0 is default and when I check what is the output of rc-status it is listed in there and it says started. But I use the 2wire dsl modem and it connects trough pppoa but since I don't dial to get a connection and it is dhcp I think pppoa doesn't matter in this case. One thing I see is my Local Network light isn't on while booting to the hdd I have gentoo installed. Other thing is that I dont know how to put the ifconfig output here since gentoo is in hda and I'm of hdb cause I have 2 HDDs. So I'll figure it out for putting ifconfig output here tomorrow. But what I can tell ifconfig list an intaddr or something like that with and ip 127.0.blah blah that I know it isn't mine. I'll just put everything here tomorrow as it is 1:00am here. Thanks :D
Back to top
View user's profile Send private message
Kensai
Guru
Guru


Joined: 09 Mar 2004
Posts: 569
Location: Puerto Rico

PostPosted: Fri Oct 08, 2004 2:45 pm    Post subject: Reply with quote

Ok maybe I found one of the problems why I'm not getting an internet connection. At boot time when it is bringing everything up it only says:
Binging lo up [ok]
but doesn't say bringing eth0 up
and when I do ifconfig it only says
lo blah blah blah
blah blah blah
Is not like every other time I use the internet in other distros that it says
eth0 blah blah blah
blah blah blah
What could be my mistake?
-Thanks
Back to top
View user's profile Send private message
Kensai
Guru
Guru


Joined: 09 Mar 2004
Posts: 569
Location: Puerto Rico

PostPosted: Fri Oct 08, 2004 5:07 pm    Post subject: Reply with quote

Don't know if I need to modprobe a module for the dsl connection with the 2wire Homeportal Modem?
Back to top
View user's profile Send private message
David_Escott
l33t
l33t


Joined: 12 Jan 2003
Posts: 952
Location: Boston, MA

PostPosted: Fri Oct 08, 2004 5:37 pm    Post subject: Reply with quote

I'm a little confused by your statements. You say eth0 is in rc-status, but then you say on boot it doesn't say bringing up eth0. Go ahead and run /etc/init.d/net.eth0 start and see what happens. If it complains it is already started try and restart it. As to pppoa I don't know enough to tell you what to do, hopefully someone else will see this.
Back to top
View user's profile Send private message
Kensai
Guru
Guru


Joined: 09 Mar 2004
Posts: 569
Location: Puerto Rico

PostPosted: Fri Oct 08, 2004 7:36 pm    Post subject: Reply with quote

When i do /etc/init.d/net.eth0 start it says
Bringing up interface eth0 [!!]
and it does nothing it turns on the local network light and then it is turned off.

Ok what am gonna do is install Yoper that detects everything for me and I will put ifconfig and dmesg in here. Would that be enough?
Back to top
View user's profile Send private message
Kensai
Guru
Guru


Joined: 09 Mar 2004
Posts: 569
Location: Puerto Rico

PostPosted: Fri Oct 08, 2004 8:21 pm    Post subject: Reply with quote

ifconfig in Yoper says:
eth0 Link encap:Ethernet HWaddr 00:08:A1:46:CF:4F
inet addr:172.16.1.30 Bcast:172.16.255.255 Mask:255.255.0.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:21301 errors:0 dropped:0 overruns:0 frame:0
TX packets:16971 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:31042460 (29.6 Mb) TX bytes:1152994 (1.0 Mb)
Interrupt:169 Base address:0xec00

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:1317 errors:0 dropped:0 overruns:0 frame:0
TX packets:1317 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:73584 (71.8 Kb) TX bytes:73584 (71.8 Kb)
Back to top
View user's profile Send private message
Kensai
Guru
Guru


Joined: 09 Mar 2004
Posts: 569
Location: Puerto Rico

PostPosted: Fri Oct 08, 2004 8:24 pm    Post subject: Reply with quote

part of dmesg in Yoper says:
ACPI: PCI interrupt 0000:00:08.0[A] -> GSI 19 (level, low) -> IRQ 169
divert: allocating divert_blk for eth0
eth0: Davicom DM9102 at pci0000:00:08.0, 00:08:a1:46:cf:4f, irq 169.
ACPI: PCI interrupt 0000:00:10.3[D] -> GSI 21 (level, low) -> IRQ 177
ehci_hcd 0000:00:10.3: EHCI Host Controller
ehci_hcd 0000:00:10.3: irq 177, pci mem e0b49e00
ehci_hcd 0000:00:10.3: new USB bus registered, assigned bus number 1
ehci_hcd 0000:00:10.3: USB 2.0 enabled, EHCI 1.00, driver 2004-May-10
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 6 ports detected
USB Universal Host Controller Interface driver v2.2
ACPI: PCI interrupt 0000:00:10.0[A] -> GSI 21 (level, low) -> IRQ 177
uhci_hcd 0000:00:10.0: UHCI Host Controller
uhci_hcd 0000:00:10.0: irq 177, io base 0000e000
uhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 2
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
ACPI: PCI interrupt 0000:00:10.1[B] -> GSI 21 (level, low) -> IRQ 177
uhci_hcd 0000:00:10.1: UHCI Host Controller
uhci_hcd 0000:00:10.1: irq 177, io base 0000e400
uhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 3
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
ACPI: PCI interrupt 0000:00:10.2[C] -> GSI 21 (level, low) -> IRQ 177
uhci_hcd 0000:00:10.2: UHCI Host Controller
uhci_hcd 0000:00:10.2: irq 177, io base 0000e800
uhci_hcd 0000:00:10.2: new USB bus registered, assigned bus number 4
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 2 ports detected
Freeing unused kernel memory: 176k freed
NET: Registered protocol family 4
NET: Registered protocol family 5
kjournald starting. Commit interval 5 seconds
EXT3 FS on hda1, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
ReiserFS: hda3: found reiserfs format "3.6" with standard journal
ReiserFS: hda3: using ordered data mode
ReiserFS: hda3: journal params: device hda3, size 8192, journal first block 18, max trans len 10
24, max batch 900, max commit age 30, max trans age 30
ReiserFS: hda3: checking transaction log (hda3)
ReiserFS: hda3: Using r5 hash to sort names
ReiserFS: hda3: warning: Created .reiserfs_priv on hda3 - reserved for xattr storage.
parport0: PC-style at 0x378 (0x778) [PCSPP,TRISTATE,EPP]
parport0: irq 7 detected
via82xx: Assuming DXS channels with 48k fixed sample rate.
Please try dxs_support=1 or dxs_support=4 option
and report if it works on your machine.
ACPI: PCI interrupt 0000:00:11.5[C] -> GSI 22 (level, low) -> IRQ 185
PCI: Setting latency timer of device 0000:00:11.5 to 64
Adding 1188800k swap on /dev/hdb2. Priority:-1 extents:1
Adding 1074520k swap on /dev/hda2. Priority:-2 extents:1
ts: Compaq touchscreen protocol output
shpchp: shpc_init : shpc_cap_offset == 0
shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Linux Tulip driver version 1.1.13 (May 11, 2002)
ACPI: PCI interrupt 0000:01:00.0[A] -> GSI 16 (level, low) -> IRQ 193
PCI: Unable to reserve mem region #2:4000000@d8000000 for device 0000:01:00.0
rivafb: cannot request PCI regions
ohci_hcd: 2004 Feb 02 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)
ohci_hcd: block sizes: ed 64 td 64
ip_tables: (C) 2000-2002 Netfilter core team
ip_tables: (C) 2000-2002 Netfilter core team
NET: Registered protocol family 10
Disabled Privacy Extensions on device c03aa0a0(lo)
IPv6 over IPv4 tunneling driver
divert: not allocating divert_blk for non-ethernet device sit0
nvidia: module license 'NVIDIA' taints kernel.
ACPI: PCI interrupt 0000:01:00.0[A] -> GSI 16 (level, low) -> IRQ 193
NVRM: loading NVIDIA Linux x86 NVIDIA Kernel Module 1.0-6111 Tue Jul 27 07:55:38 PDT 2004
lp0: using parport0 (polling).
lp0: console ready
via82xx: Assuming DXS channels with 48k fixed sample rate.
Please try dxs_support=1 or dxs_support=4 option
and report if it works on your machine.
ACPI: PCI interrupt 0000:00:11.5[C] -> GSI 22 (level, low) -> IRQ 185
PCI: Setting latency timer of device 0000:00:11.5 to 64
eth0: no IPv6 routers present

Anything more needed?
Back to top
View user's profile Send private message
Kensai
Guru
Guru


Joined: 09 Mar 2004
Posts: 569
Location: Puerto Rico

PostPosted: Sat Oct 09, 2004 2:15 am    Post subject: Reply with quote

Since I've put my output of ifconfig and dmesg and nobody has reply. I will just ask a question. In what you see can this be just a problem with my NIC? cause I will change it on monday to see. I will put a via-rhine to see if it works.
Thanks :)
Back to top
View user's profile Send private message
David_Escott
l33t
l33t


Joined: 12 Jan 2003
Posts: 952
Location: Boston, MA

PostPosted: Sat Oct 09, 2004 2:55 pm    Post subject: Reply with quote

I wouldn't jump to th assumption that your NIC is broken. You may have to load a module, but I don't know what the name of that module would be. There may be a configuration issue. Since you used genkernel I assume that most everything is built as a module? In which case you should look at the output of lsmod to see if there are any network drivers loaded. If there aren't then you should use modprobe to insert the appropriate module, and then try to bring the interface up again.
Back to top
View user's profile Send private message
Kensai
Guru
Guru


Joined: 09 Mar 2004
Posts: 569
Location: Puerto Rico

PostPosted: Sat Oct 09, 2004 3:39 pm    Post subject: Reply with quote

The module I need is tulip driver I did modprobe tulip and lsmod and it is listed now but in used it says 0 I belive it isn't used by anything and thats the problem. I also added tulip to the /etc/modules.autoload and the problem with my internet connection is there. But again i belive that in lsmod it says modules and list all and tulip is there but then it says used and most of the modules says 1 or 2 and after it says snd,ac97 something like that and it tells it is being used by something I belive but next to the tulip module it says 0 and nothing more.
Back to top
View user's profile Send private message
David_Escott
l33t
l33t


Joined: 12 Jan 2003
Posts: 952
Location: Boston, MA

PostPosted: Sat Oct 09, 2004 3:57 pm    Post subject: Reply with quote

The zero just indicates the number of dependencies so I don't think it is a problem.
Back to top
View user's profile Send private message
Kensai
Guru
Guru


Joined: 09 Mar 2004
Posts: 569
Location: Puerto Rico

PostPosted: Sat Oct 09, 2004 4:19 pm    Post subject: Reply with quote

Then I surely need to give up? since nobody can solve my problem. :(
Back to top
View user's profile Send private message
gnuageux
Veteran
Veteran


Joined: 17 Apr 2004
Posts: 1201

PostPosted: Sat Oct 09, 2004 5:30 pm    Post subject: Reply with quote

Youre sure that tulip is the right driver? An easy way to check is boot using the livecd, vrfy network connectivity and make sure thats the driver thats in use.
_________________
The realOTW: http://forums.realotw.org/index.php

Registered Linux user#364538
Back to top
View user's profile Send private message
Kensai
Guru
Guru


Joined: 09 Mar 2004
Posts: 569
Location: Puerto Rico

PostPosted: Sun Oct 10, 2004 8:36 pm    Post subject: Reply with quote

Yep tulip is the right driver, even when I boot the live cd with 2.4 it says problem loading tulip module.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing 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