This is a discussion on problems installing :( within the comp.unix.bsd.openbsd.misc forums, part of the OpenBSD category; --> I am new to OpenBSD. And I need help... I have booted from CD, I have partitioned, configured the ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I am new to OpenBSD. And I need help... I have booted from CD, I have partitioned, configured the network and installed the sets by ftp. I have answered "yes" to sshd and X, and I have set the time zone. Then suddenly the screen says someting about "fatal page fault in supervisor mode" and reboots before I have time to reat it all. What is wrong?? Jardar |
| |||
| I am able to fsck the partitions, mount wd0a and run installboot. But when I try to boot, I get these messages: Automatic boot in progress: starting file system checks. /dev/wd0a (No such file or directory)Can't stat /dev/wd0a /dev/wd0a (No such file or directory)Can't stat /dev/wd0a Can't stat /wd0a: Mo such file or directory CAN'T CHECK FILE SYSTEM. /dev/wd0a: UNEXPECTED INCONSISTENCY; RUN fsck_ffs MANUALLY. Autopatic file system check failed; help! Enter pathname of shell or RETURN for sh: Jardar |
| |||
| jardarab+news-200506@pvv.ntnu.no (Jardar Eggesbø Abrahamsen) writes: > Then suddenly the screen says someting about "fatal page fault in > supervisor mode" and reboots before I have time to reat it all. > > What is wrong?? Bad memory chips, buggy disk controller or failing disk drive are the first few things which come to mind. The mention of /dev/whatever not existing in your second post sounds like for some reason MAKEDEV did not run properly or at all during the install. At this point a dmesg would be helpful (see the faq for how to get one even before the system is completely installed) and pretty much required if posting on misc@ -- Peter N. M. Hansteen, member of the first RFC 1149 implementation team http://www.blug.linux.no/rfc1149/ http://www.datadok.no/ http://www.nuug.no/ "First, we kill all the spammers" The Usenet Bard, "Twice-forwarded tales" |
| |||
| I artikkel <86pszaotoe.fsf@amidala.datadok.no> skreiv Peter N. M. Hansteen <peter@bgnett.no>: > The mention of /dev/whatever not > existing in your second post sounds like for some reason MAKEDEV did not > run properly or at all during the install. Actually, after a quick Google-search I booted from CD, mounted /dev/wd0a on /mnt and discovered that indeed there were no wd0* devices in /mnt/dev. So the next step was: sh MAKEDEV wd0 and similar for the other partitions. When I rebooted from the hard disk, it all worked great! Summary: 1) Boot from CD, do the install. 2) The install program exits with an error when it is about to installboot. 3) fsck the partitions. 4) mount /dev/wd0a /mnt 5) /usr/mdec/installboot -v /mnt/boot /usr/mdec/biosboot wd0 6) cd /mnt/dev 7) sh MAKEDEV wd0 (and so on) 8) Eject cd and reboot. A final question from a novice: Should /dev/wd0 exist? And in /etc/fstab I cannot find the swap partition. Should I add it? Jardar |
| |||
| jardarab+news-200506@pvv.ntnu.no (Jardar Eggesbø Abrahamsen) writes: > Actually, after a quick Google-search I booted from CD, mounted /dev/wd0a > on /mnt and discovered that indeed there were no wd0* devices in /mnt/dev. so Something Horrible happened during the install. > and similar for the other partitions. When I rebooted from the hard disk, > it all worked great! Good thing it was fixable. > A final question from a novice: Should /dev/wd0 exist? on a randomly chosen OpenBSD box here, peter@skapet:~$ ls -l /dev/wd0 ls: /dev/wd0: No such file or directory peter@skapet:~$ ls -l /dev/wd0* brw-r----- 1 root operator 0, 0 Oct 19 00:02 /dev/wd0a brw-r----- 1 root operator 0, 1 Oct 19 00:02 /dev/wd0b brw-r----- 1 root operator 0, 2 Oct 19 00:02 /dev/wd0c brw-r----- 1 root operator 0, 3 Oct 19 00:02 /dev/wd0d brw-r----- 1 root operator 0, 4 Oct 19 00:02 /dev/wd0e brw-r----- 1 root operator 0, 5 Oct 19 00:02 /dev/wd0f brw-r----- 1 root operator 0, 6 Oct 19 00:02 /dev/wd0g brw-r----- 1 root operator 0, 7 Oct 19 00:02 /dev/wd0h brw-r----- 1 root operator 0, 8 Oct 19 00:02 /dev/wd0i brw-r----- 1 root operator 0, 9 Oct 19 00:02 /dev/wd0j brw-r----- 1 root operator 0, 10 Oct 19 00:02 /dev/wd0k brw-r----- 1 root operator 0, 11 Oct 19 00:02 /dev/wd0l brw-r----- 1 root operator 0, 12 Oct 19 00:02 /dev/wd0m brw-r----- 1 root operator 0, 13 Oct 19 00:02 /dev/wd0n brw-r----- 1 root operator 0, 14 Oct 19 00:02 /dev/wd0o brw-r----- 1 root operator 0, 15 Oct 19 00:02 /dev/wd0p so /dev/wd0 does not exist. > And in /etc/fstab I cannot find the swap partition. Should I add it? on the same machine, peter@skapet:~$ cat /etc/fstab #/dev/wd1a / ffs rw 1 1 /dev/wd2a / ffs rw 1 1 /dev/wd1a /home ffs rw,nodev,nosuid 1 2 /dev/wd0a /var ffs rw,nodev,nosuid 1 2 /dev/wd0b none swap sw 0 0 which indicates that you would want a line similar to the last one in yours as well. On the whole it looks like the main problem was that the installer did not get to finish properly. I still suspect bad or not fully supported hardware as the root cause. I would spend some time troubleshooting that before putting the box into any kind of serious production use. -- Peter N. M. Hansteen, member of the first RFC 1149 implementation team http://www.blug.linux.no/rfc1149/ http://www.datadok.no/ http://www.nuug.no/ "First, we kill all the spammers" The Usenet Bard, "Twice-forwarded tales" |
| |||
| I artikkel <86fz06os3s.fsf@amidala.datadok.no> skreiv Peter N. M. Hansteen <peter@bgnett.no>: > so Something Horrible happened during the install. Obviously. I am not allowed to use vi ("Stopped (tty output)"), and I am also not allowed to log in with ssh. But scp works (from the outside, not from the inside), so here is the output of dmesg. Does any of it make sense? OpenBSD 3.6 (GENERIC) #59: Fri Sep 17 12:32:57 MDT 2004 deraadt@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC cpu0: AMD Sempron(tm) 2200+ ("AuthenticAMD" 686-class) 1.50 GHz cpu0: FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,P GE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE real mem = 234397696 (228904K) avail mem = 206876672 (202028K) using 2886 buffers containing 11821056 bytes (11544K) of memory mainbus0 (root) bios0 at mainbus0: AT/286+(d2) BIOS, date 09/17/04, BIOS32 rev. 0 @ 0xfba70 apm0 at bios0: Power Management spec V1.2 apm0: AC on, battery charge unknown pcibios0 at bios0: rev 2.1 @ 0xf0000/0xdb34 pcibios0: PCI IRQ Routing Table rev 1.0 @ 0xfda80/176 (9 entries) pcibios0: PCI Exclusive IRQs: 5 10 11 pcibios0: PCI Interrupt Router at 000:17:0 ("VIA VT82C596A ISA" rev 0x00) pcibios0: PCI bus #1 is the last bus bios0: ROM list: 0xc0000/0x7e00 0xc8000/0x8000! cpu0 at mainbus0 pci0 at mainbus0 bus 0: configuration mode 1 (no bios) pchb0 at pci0 dev 0 function 0 vendor "VIA", unknown product 0x3205 rev 0x00 ppb0 at pci0 dev 1 function 0 "VIA VT8377 AGP" rev 0x00 pci1 at ppb0 bus 1 vga1 at pci1 dev 0 function 0 vendor "VIA", unknown product 0x7205 rev 0x01: aperture at 0xd8000000, size 0x10000000 wsdisplay0 at vga1: console (80x25, vt100 emulation) wsdisplay0: screen 1-5 added (80x25, vt100 emulation) pciide0 at pci0 dev 15 function 0 "VIA VT8237 SATA" rev 0x80: DMA pciide0: using irq 11 for native-PCI interrupt pciide1 at pci0 dev 15 function 1 "VIA VT82C571 IDE" rev 0x06: ATA133, channel 0 configured to compatibility, channel 1 configured to compatibility wd0 at pciide1 channel 0 drive 0: <Maxtor 6E040L0> wd0: 16-sector PIO, LBA, 39205MB, 80293248 sectors wd0(pciide1:0:0): using PIO mode 4, Ultra-DMA mode 6 wd1 at pciide1 channel 1 drive 0: <ST340014A> wd1: 16-sector PIO, LBA48, 38166MB, 78165360 sectors atapiscsi0 at pciide1 channel 1 drive 1 scsibus0 at atapiscsi0: 2 targets cd0 at scsibus0 targ 0 lun 0: <HL-DT-ST, CD-ROM GCR-8523B, 1.03> SCSI0 5/cdrom removable wd1(pciide1:1:0): using PIO mode 4, Ultra-DMA mode 5 cd0(pciide1:1:1): using PIO mode 4, DMA mode 2 uhci0 at pci0 dev 16 function 0 "VIA VT83C572 USB" rev 0x81: irq 10 usb0 at uhci0: USB revision 1.0 uhub0 at usb0 uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uhci1 at pci0 dev 16 function 1 "VIA VT83C572 USB" rev 0x81: irq 10 usb1 at uhci1: USB revision 1.0 uhub1 at usb1 uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered uhci2 at pci0 dev 16 function 2 "VIA VT83C572 USB" rev 0x81: irq 11 usb2 at uhci2: USB revision 1.0 uhub2 at usb2 uhub2: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub2: 2 ports with 2 removable, self powered uhci3 at pci0 dev 16 function 3 "VIA VT83C572 USB" rev 0x81: irq 11 usb3 at uhci3: USB revision 1.0 uhub3 at usb3 uhub3: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub3: 2 ports with 2 removable, self powered ehci0 at pci0 dev 16 function 4 "VIA VT6202 USB 2.0" rev 0x86: irq 5 ehci0: EHCI version 1.0 ehci0: companion controllers, 2 ports each: uhci0 uhci1 uhci2 uhci3 usb4 at ehci0: USB revision 2.0 uhub4 at usb4 uhub4: VIA EHCI root hub, class 9/0, rev 2.00/1.00, addr 1 uhub4: 8 ports with 8 removable, self powered pcib0 at pci0 dev 17 function 0 "VIA VT8237 ISA" rev 0x00 auvia0 at pci0 dev 17 function 5 "VIA VT8233 AC97" rev 0x60: irq 5 ac97: codec id 0x414c4760 (Avance Logic <60>) audio0 at auvia0 vr0 at pci0 dev 18 function 0 "VIA RhineII-2" rev 0x78: irq 10 address 00:50:8d:30:09:41 ukphy0 at vr0 phy 1: Generic IEEE 802.3u media interface ukphy0: OUI 0x004063, model 0x0032, rev. 8 isa0 at pcib0 isadma0 at isa0 pckbc0 at isa0 port 0x60/5 pckbd0 at pckbc0 (kbd slot) pckbc0: using irq 1 for kbd slot wskbd0 at pckbd0: console keyboard, using wsdisplay0 pcppi0 at isa0 port 0x61 midi0 at pcppi0: <PC speaker> sysbeep0 at pcppi0 lpt0 at isa0 port 0x378/4 irq 7 it0 at isa0 port 0x290/8: IT87 npx0 at isa0 port 0xf0/16: using exception 16 pccom0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo pccom1 at isa0 port 0x2f8/8 irq 3: ns16550a, 16 byte fifo fdc0 at isa0 port 0x3f0/6 irq 6 drq 2 biomask ff65 netmask ff65 ttymask ffe7 pctr: user-level cycle counter enabled mtrr: Pentium Pro MTRR support dkcsum: wd0 matched BIOS disk 80 wd1: no disk label dkcsum: wd1 matched BIOS disk 81 root on wd0a rootdev=0x0 rrootdev=0x300 rawdev=0x302 WARNING: /mnt was not properly unmounted OpenBSD 3.6 (RAMDISK_CD) #378: Fri Sep 17 13:04:04 MDT 2004 deraadt@i386.openbsd.org:/usr/src/sys/arch/i386/compile/RAMDISK_CD cpu0: AMD Sempron(tm) 2200+ ("AuthenticAMD" 686-class) 1.50 GHz cpu0: FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,P GE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE real mem = 234397696 (228904K) avail mem = 208027648 (203152K) using 2886 buffers containing 11821056 bytes (11544K) of memory mainbus0 (root) bios0 at mainbus0: AT/286+(d2) BIOS, date 09/17/04, BIOS32 rev. 0 @ 0xfba70 apm0 at bios0: Power Management spec V1.2 pcibios0 at bios0: rev 2.1 @ 0xf0000/0xdb34 pcibios0: PCI IRQ Routing Table rev 1.0 @ 0xfda80/176 (9 entries) pcibios0: PCI Exclusive IRQs: 5 10 11 pcibios0: PCI Interrupt Router at 000:17:0 ("VIA VT82C596A ISA" rev 0x00) pcibios0: PCI bus #1 is the last bus bios0: ROM list: 0xc0000/0x7e00 0xc8000/0x8000! cpu0 at mainbus0 pci0 at mainbus0 bus 0: configuration mode 1 (no bios) pchb0 at pci0 dev 0 function 0 vendor "VIA", unknown product 0x3205 rev 0x00 ppb0 at pci0 dev 1 function 0 "VIA VT8377 AGP" rev 0x00 pci1 at ppb0 bus 1 vga1 at pci1 dev 0 function 0 vendor "VIA", unknown product 0x7205 rev 0x01 wsdisplay0 at vga1: console (80x25, vt100 emulation) pciide0 at pci0 dev 15 function 0 "VIA VT8237 SATA" rev 0x80: DMA pciide0: using irq 11 for native-PCI interrupt pciide1 at pci0 dev 15 function 1 "VIA VT82C571 IDE" rev 0x06: ATA133, channel 0 configured to compatibility, channel 1 configured to compatibility wd0 at pciide1 channel 0 drive 0: <Maxtor 6E040L0> wd0: 16-sector PIO, LBA, 39205MB, 80293248 sectors wd0(pciide1:0:0): using PIO mode 4, Ultra-DMA mode 6 wd1 at pciide1 channel 1 drive 0: <ST340014A> wd1: 16-sector PIO, LBA48, 38166MB, 78165360 sectors atapiscsi0 at pciide1 channel 1 drive 1 scsibus0 at atapiscsi0: 2 targets cd0 at scsibus0 targ 0 lun 0: <HL-DT-ST, CD-ROM GCR-8523B, 1.03> SCSI0 5/cdrom removable wd1(pciide1:1:0): using PIO mode 4, Ultra-DMA mode 5 cd0(pciide1:1:1): using PIO mode 4, DMA mode 2 uhci0 at pci0 dev 16 function 0 "VIA VT83C572 USB" rev 0x81: irq 10 usb0 at uhci0: USB revision 1.0 uhub0 at usb0 uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uhci1 at pci0 dev 16 function 1 "VIA VT83C572 USB" rev 0x81: irq 10 usb1 at uhci1: USB revision 1.0 uhub1 at usb1 uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered uhci2 at pci0 dev 16 function 2 "VIA VT83C572 USB" rev 0x81: irq 11 usb2 at uhci2: USB revision 1.0 uhub2 at usb2 uhub2: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub2: 2 ports with 2 removable, self powered uhci3 at pci0 dev 16 function 3 "VIA VT83C572 USB" rev 0x81: irq 11 usb3 at uhci3: USB revision 1.0 uhub3 at usb3 uhub3: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub3: 2 ports with 2 removable, self powered ehci0 at pci0 dev 16 function 4 "VIA VT6202 USB 2.0" rev 0x86: irq 5 ehci0: EHCI version 1.0 ehci0: companion controllers, 2 ports each: uhci0 uhci1 uhci2 uhci3 usb4 at ehci0: USB revision 2.0 uhub4 at usb4 uhub4: VIA EHCI root hub, class 9/0, rev 2.00/1.00, addr 1 uhub4: 8 ports with 8 removable, self powered pcib0 at pci0 dev 17 function 0 "VIA VT8237 ISA" rev 0x00 "VIA VT8233 AC97" rev 0x60 at pci0 dev 17 function 5 not configured vr0 at pci0 dev 18 function 0 "VIA RhineII-2" rev 0x78: irq 10 address 00:50:8d:30:09:41 ukphy0 at vr0 phy 1: Generic IEEE 802.3u media interface ukphy0: OUI 0x004063, model 0x0032, rev. 8 isa0 at pcib0 isadma0 at isa0 pckbc0 at isa0 port 0x60/5 pckbd0 at pckbc0 (kbd slot) pckbc0: using irq 1 for kbd slot wskbd0 at pckbd0: console keyboard, using wsdisplay0 npx0 at isa0 port 0xf0/16: using exception 16 pccom0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo pccom1 at isa0 port 0x2f8/8 irq 3: ns16550a, 16 byte fifo fdc0 at isa0 port 0x3f0/6 irq 6 drq 2 biomask ffe5 netmask ffe5 ttymask ffe7 rd0: fixed, 3560 blocks wd1: no disk label root on rd0a rootdev=0x1100 rrootdev=0x2f00 rawdev=0x2f02 WARNING: R/W mount of /mnt denied. Filesystem is not clean - run fsck syncing disks.OpenBSD 3.6 (GENERIC) #59: Fri Sep 17 12:32:57 MDT 2004 deraadt@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC cpu0: AMD Sempron(tm) 2200+ ("AuthenticAMD" 686-class) 1.50 GHz cpu0: FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,P GE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE real mem = 234397696 (228904K) avail mem = 206876672 (202028K) using 2886 buffers containing 11821056 bytes (11544K) of memory mainbus0 (root) bios0 at mainbus0: AT/286+(d2) BIOS, date 09/17/04, BIOS32 rev. 0 @ 0xfba70 apm0 at bios0: Power Management spec V1.2 apm0: AC on, battery charge unknown pcibios0 at bios0: rev 2.1 @ 0xf0000/0xdb34 pcibios0: PCI IRQ Routing Table rev 1.0 @ 0xfda80/176 (9 entries) pcibios0: PCI Exclusive IRQs: 5 10 11 pcibios0: PCI Interrupt Router at 000:17:0 ("VIA VT82C596A ISA" rev 0x00) pcibios0: PCI bus #1 is the last bus bios0: ROM list: 0xc0000/0x7e00 0xc8000/0x8000! cpu0 at mainbus0 pci0 at mainbus0 bus 0: configuration mode 1 (no bios) pchb0 at pci0 dev 0 function 0 vendor "VIA", unknown product 0x3205 rev 0x00 ppb0 at pci0 dev 1 function 0 "VIA VT8377 AGP" rev 0x00 pci1 at ppb0 bus 1 vga1 at pci1 dev 0 function 0 vendor "VIA", unknown product 0x7205 rev 0x01: aperture at 0xd8000000, size 0x10000000 wsdisplay0 at vga1: console (80x25, vt100 emulation) wsdisplay0: screen 1-5 added (80x25, vt100 emulation) pciide0 at pci0 dev 15 function 0 "VIA VT8237 SATA" rev 0x80: DMA pciide0: using irq 11 for native-PCI interrupt pciide1 at pci0 dev 15 function 1 "VIA VT82C571 IDE" rev 0x06: ATA133, channel 0 configured to compatibility, channel 1 configured to compatibility wd0 at pciide1 channel 0 drive 0: <Maxtor 6E040L0> wd0: 16-sector PIO, LBA, 39205MB, 80293248 sectors wd0(pciide1:0:0): using PIO mode 4, Ultra-DMA mode 6 wd1 at pciide1 channel 1 drive 0: <ST340014A> wd1: 16-sector PIO, LBA48, 38166MB, 78165360 sectors atapiscsi0 at pciide1 channel 1 drive 1 scsibus0 at atapiscsi0: 2 targets cd0 at scsibus0 targ 0 lun 0: <HL-DT-ST, CD-ROM GCR-8523B, 1.03> SCSI0 5/cdrom removable wd1(pciide1:1:0): using PIO mode 4, Ultra-DMA mode 5 cd0(pciide1:1:1): using PIO mode 4, DMA mode 2 uhci0 at pci0 dev 16 function 0 "VIA VT83C572 USB" rev 0x81: irq 10 usb0 at uhci0: USB revision 1.0 uhub0 at usb0 uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uhci1 at pci0 dev 16 function 1 "VIA VT83C572 USB" rev 0x81: irq 10 usb1 at uhci1: USB revision 1.0 uhub1 at usb1 uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered uhci2 at pci0 dev 16 function 2 "VIA VT83C572 USB" rev 0x81: irq 11 usb2 at uhci2: USB revision 1.0 uhub2 at usb2 uhub2: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub2: 2 ports with 2 removable, self powered uhci3 at pci0 dev 16 function 3 "VIA VT83C572 USB" rev 0x81: irq 11 usb3 at uhci3: USB revision 1.0 uhub3 at usb3 uhub3: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub3: 2 ports with 2 removable, self powered ehci0 at pci0 dev 16 function 4 "VIA VT6202 USB 2.0" rev 0x86: irq 5 ehci0: EHCI version 1.0 ehci0: companion controllers, 2 ports each: uhci0 uhci1 uhci2 uhci3 usb4 at ehci0: USB revision 2.0 uhub4 at usb4 uhub4: VIA EHCI root hub, class 9/0, rev 2.00/1.00, addr 1 uhub4: 8 ports with 8 removable, self powered pcib0 at pci0 dev 17 function 0 "VIA VT8237 ISA" rev 0x00 auvia0 at pci0 dev 17 function 5 "VIA VT8233 AC97" rev 0x60: irq 5 ac97: codec id 0x414c4760 (Avance Logic <60>) audio0 at auvia0 vr0 at pci0 dev 18 function 0 "VIA RhineII-2" rev 0x78: irq 10 address 00:50:8d:30:09:41 ukphy0 at vr0 phy 1: Generic IEEE 802.3u media interface ukphy0: OUI 0x004063, model 0x0032, rev. 8 isa0 at pcib0 isadma0 at isa0 pckbc0 at isa0 port 0x60/5 pckbd0 at pckbc0 (kbd slot) pckbc0: using irq 1 for kbd slot wskbd0 at pckbd0: console keyboard, using wsdisplay0 pcppi0 at isa0 port 0x61 midi0 at pcppi0: <PC speaker> sysbeep0 at pcppi0 lpt0 at isa0 port 0x378/4 irq 7 it0 at isa0 port 0x290/8: IT87 npx0 at isa0 port 0xf0/16: using exception 16 pccom0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo pccom1 at isa0 port 0x2f8/8 irq 3: ns16550a, 16 byte fifo fdc0 at isa0 port 0x3f0/6 irq 6 drq 2 biomask ff65 netmask ff65 ttymask ffe7 pctr: user-level cycle counter enabled mtrr: Pentium Pro MTRR support dkcsum: wd0 matched BIOS disk 80 wd1: no disk label dkcsum: wd1 matched BIOS disk 81 root on wd0a rootdev=0x0 rrootdev=0x300 rawdev=0x302 Jardar |
| |||
| jardarab+news-200506@pvv.ntnu.no (Jardar Eggesbø Abrahamsen) writes: > I artikkel <86fz06os3s.fsf@amidala.datadok.no> > skreiv Peter N. M. Hansteen <peter@bgnett.no>: > > > so Something Horrible happened during the install. > > Obviously. I am not allowed to use vi ("Stopped (tty output)"), and I am > also not allowed to log in with ssh. The first could mean that your termcap is invalid. The second probably that ssh was not enabled. Symptoms of an incomplete install, both of them. You could try to simply extract the file sets, ie tar zxvf *tgz, either directly on top of your incompete install or to somewhere safer, copying across such things as /etc/termcap if missing or damaged. > But scp works (from the outside, not from the inside), That's really weird. Try locating the part of the installer which comes immediately after "Start sshd(8) by default?" and try running those steps by hand. > so here is the output of dmesg. Does any of it make sense? Lots of hardware getting recognized, but nothing truly obvious which would cause your problem, which could of course mean simply that I'm just not all that well informed about some of the devices. One of your disks does not have a BSD disk label, but that may be intentional (multibooting perhaps). Anyway, bad memory chips or improperly seated ones is one possible cause, as is heating problems, a damaged install medium and so on. Did you install from an official CD set? Does network install of 3.6 or even a -current snapshot fail in the same ways? -- Peter N. M. Hansteen, member of the first RFC 1149 implementation team http://www.blug.linux.no/rfc1149/ http://www.datadok.no/ http://www.nuug.no/ "First, we kill all the spammers" The Usenet Bard, "Twice-forwarded tales" |
| |||
| I artikkel <86sm45ooh8.fsf@amidala.datadok.no> skreiv Peter N. M. Hansteen <peter@bgnett.no>: > Did you install from an official CD set? Does network install of 3.6 or > even a -current snapshot fail in the same ways? I made a boot-disk from an iso-image called cd36.iso. Then the installer downloaded the packages from an ftp server. Jardar |
| |||
| jardarab+news-200506@pvv.ntnu.no (Jardar Eggesbø Abrahamsen) writes: > I made a boot-disk from an iso-image called cd36.iso. which came from /pub/OpenBSD/3.6/$arch on a friendly mirror, I assume. I'm still fairly convinced failing hardware is the cause, but you *could* try downloading al the files and veryfying the md5 sums. Now IF the problem is not BAD hardware, but possibly insufficiently supported harde, trying the cd36.iso from /pub/OpenBSD/snapshots/$arch could be useful. -- Peter N. M. Hansteen, member of the first RFC 1149 implementation team http://www.blug.linux.no/rfc1149/ http://www.datadok.no/ http://www.nuug.no/ "First, we kill all the spammers" The Usenet Bard, "Twice-forwarded tales" |
| ||||
| I artikkel <86oeetom7l.fsf@amidala.datadok.no> skreiv Peter N. M. Hansteen <peter@bgnett.no>: > > I made a boot-disk from an iso-image called cd36.iso. > > which came from /pub/OpenBSD/3.6/$arch on a friendly mirror, I assume. ftp.uninett.no should be friendly. > Now IF the problem is not BAD hardware, but possibly insufficiently > supported harde, trying the cd36.iso from /pub/OpenBSD/snapshots/$arch > could be useful. Didn't work either. I have an AMD Sempron CPU, but I cannot find it in the Supported Hardware section of www.openbsd.org. Could this be the root of the problem? Jardar |