On Thursday, October 23, 2014 14:22 CEST, Fred <open...@crowsons.com> wrote: > On 10/22/14 19:11, Jasper Lievisse Adriaanse wrote: > > Hi, > > > > Are there any users left of of sysutils/libretto-config or sysutils/wdsetup > > ? > > If so, anyone interested in taking maintainership? Otherwise I'd like to > > remove these ports shortly. > > > > Cheers, > > Jasper > > > > I've still got my Libretto 70CT - but it currently does not run anything > newer than 4.3 - my model only has 16 Mb of RAM and if the kernel is > bigger than 6 Mb - it fails to get to a login prompt following a > successful install. > > I would be happy for this to go to the attic - if I get my Libretto > running current again - I might take maintainership and resubmit this port. >
On my libretto 60 (32mb RAM), I run into ddb> when booting GENERIC after installation. I wonder if this is an issue of kernel size, or some other option in the KERNEL that breaks GENERIC on those machines. I built an i386 RAMDISK kernel, and that booted at least into userland. It then started to hang, when the box was trying to start rpc services. I'm going to experiment a bit more with kernel options, differences between GENERIC and RAMDISK. But since I don't really know what's going on, this is more trial and error. If there are suggestions, what I might try first, I'm all ears ;) Sebastian booting hd0a:/bsd: 9699132+1067500 [72+403264+397640]=0xb08394 entry point at 0x200120 [ using 801388 bytes of bsd ELF symbol table ] Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. Copyright (c) 1995-2014 OpenBSD. All rights reserved. http://www.OpenBSD.org OpenBSD 5.6-current (GENERIC) #418: Thu Oct 23 01:22:05 MDT 2014 dera...@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC cpu0: Intel Pentium (P54C) ("GenuineIntel" 586-class) 100 MHz cpu0: FPU,V86,DE,PSE,TSC,MSR,MCE,CX8 real mem = 33189888 (31MB) avail mem = 20418560 (19MB) mpath0 at root scsibus0 at mpath0: 256 targets mainbus0 at root bios0 at mainbus0: AT/286+ BIOS, date 06/09/97 apm0 at bios0: Power Management spec V1.2 pcibios at bios0 function 0x1a not configured bios0: ROM list: 0xe4000/0xc000 cpu0 at mainbus0: (uniprocessor) cpu0: F00F bug workaround installed isa0 at mainbus0 isadma0 at isa0 com0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo com0: console com1 at isa0 port 0x2f8/8 irq 3: ns16550a, 16 byte fifo pckbc0 at isa0 port 0x60/5 pckbd0 at pckbc0 (kbd slot) pckbc0: using irq 1 for kbd slot wskbd0 at pckbd0: console keyboard pms0 at pckbc0 (aux slot) pckbc0: using irq 12 for aux slot wsmouse0 at pms0 mux 0 vga0 at isa0 port 0x3b0/48 iomem 0xa0000/131072 wsdisplay0 at vga0 mux 1: console (80x25, vt100 emulation), using wskbd0 wsdisplay0: screen 1-5 added (80x25, vt100 emulation) wdc0 at isa0 port 0x1f0/8 irq 14 wd0 at wdc0 channel 0 drive 0: <HITACHI_DK23AA-60> wd0: 16-sector PIO, LBA, 5729MB, 11733120 sectors wd0(wdc0:0:0): using BIOS timings sb0 at isa0 port 0x220/24 irq 5 drq 1: dsp v3.01 midi0 at sb0: <SB MIDI UART> audio0 at sb0 opl at sb0 not configured wss0 at isa0 port 0x530/8 irq 10 drq 0: CS4231 or AD1845 (vers 4) audio1 at wss0 pcppi0 at isa0 port 0x61 spkr0 at pcppi0 lpt0 at isa0 port 0x378/4 irq 7 npx0 at isa0 port 0xf0/16: reported by CPUID; using exception 16 pcic0 at isa0 port 0x3e0/2 iomem 0xd0000/65536 pcic0 controller 0: <Intel 82365SL rev 1> has sockets A and B pcmcia0 at pcic0 controller 0 socket 0 ep1 at pcmcia0 function 0 "3Com, 3C574-TX Fast EtherLink PC Card, A" port 0x340/32, irq 9: address 00:60:08:b3:f5:61 tqphy0 at ep1 phy 0: 78Q2120 10/100 PHY, rev. 3 pcmcia1 at pcic0 controller 0 socket 1 pcic0: irq 11, polling enabled vscsi0 at root scsibus1 at vscsi0: 256 targets softraid0 at root scsibus2 at softraid0: 256 targets kernel: integer divide fault trap, code=0 Stopped at cpu_switchto+0x64: popl %ebx ddb> trace cpu_switchto(d0f13014,d0f13000,d0d0af18,d03bc36c,0) at cpu_switchto+0x64 (null)(102,0,0,0,0) at 0x1e414cea ddb> ps PID PPID PGRP UID S FLAGS WAIT COMMAND 23422 0 0 0 2 0x14200 crypto 15658 0 0 0 2 0x14200 pfpurge 27622 0 0 0 2 0x14200 pcic0,0,1 17307 0 0 0 2 0x14200 pcic0,0,0 3962 0 0 0 2 0x14200 apm0 27415 0 0 0 2 0x14200 systqmp 5795 0 0 0 2 0x14200 systq 10877 0 0 0 2 0x14200 syswq 7219 0 0 0 1 0x14200 idle0 25895 0 0 0 2 0x14200 kmthread * 1 0 0 0 7 0 swapper 0 -1 0 0 3 0x10200 wdccmd swapper > Cheers > > Fred >