Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.uwa.edu.au!classic.iinet.com.au!swing.iinet.net.au!news.uoregon.edu!europa.chnt.gtegsc.com!usenet.eel.ufl.edu!tank.news.pipex.net!pipex!oleane!in2p3.fr!swidir.switch.ch!scsing.switch.ch!news.dfn.de!nntp.fh-augsburg.de!mubo.abg.sub.org!rabbit.augusta.de!not-for-mail From: shanee@rabbit.augusta.de (Andreas Kohout) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Problem whith 951020-SNAP Date: 1 Nov 1995 13:10:08 +0100 Organization: private site running FreeBSD. Lines: 184 Message-ID: <477o30$db@rabbit.augusta.de> NNTP-Posting-Host: localhost.augusta.de X-Newsreader: TIN [version 1.2 PL2] Hi, with 951020-SNAP ther was to times a problem: I try to list a long directory (I cant remember the first, but the second was /dev). Ther was no directory-output, but a kernel message: panic: free vnode isn't syncing disks The box is both running some days, xdm, my Hardware is a P90 with 16MByte dmesg: FreeBSD 2.1.0-951020-SNAP #0: Fri Oct 27 13:24:30 MET 1995 root@rabbit:/scratch/src/sys/compile/RABBIT CPU: 90-MHz Pentium 735\\90 (Pentium-class CPU) Origin = "GenuineIntel" Id = 0x525 Stepping=5 Features=0x1bf<FPU,VME,PSE,MCE,CX8,APIC> real memory = 16777216 (16384K bytes) avail memory = 14856192 (14508K bytes) Probing for devices on the ISA bus: vt0 at 0x60-0x6f irq 1 on motherboard vt0: generic, 80 col, color, 4 scr, mf2-kbd, [R3.20-b24] sio0 at 0x3f8-0x3ff irq 4 on isa sio0: type 16550A sio1 at 0x2f8-0x2ff irq 3 on isa sio1: type 16550A sio2 not found at 0x3e8 lpt0 at 0x378-0x37f irq 7 on isa lpt0: Interrupt-driven port lp0: TCP/IP capable interface pca0 on motherboard pca0: PC speaker audio driver fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa fdc0: NEC 72065B fd0: 1.44MB 3.5in npx0 on motherboard npx0: INT 16 interface sb0 at 0x220 irq 10 drq 1 on isa sb0: <SoundBlaster Pro 3.1> opl0 at 0x388 on isa opl0: <Yamaha OPL-3 FM> Probing for devices on the PCI bus: chip0 <Intel 82437 (Triton)> rev 1 on pci0:0 chip1 <Intel 82371 (Triton)> rev 2 on pci0:7 ncr0 <ncr 53c810 scsi> rev 2 int a irq 11 on pci0:11 ncr0 waiting for scsi devices to settle (ncr0:0:0): "SEAGATE ST1581 7396" type 0 fixed SCSI 2 sd0(ncr0:0:0): Direct-Access sd0(ncr0:0:0): FAST SCSI-2 100ns (10 Mb/sec) offset 8. 500MB (1025919 512 byte sectors) (ncr0:1:0): "QUANTUM LIGHTNING 730S 241E" type 0 fixed SCSI 2 sd1(ncr0:1:0): Direct-Access sd1(ncr0:1:0): FAST SCSI-2 100ns (10 Mb/sec) offset 8. 699MB (1431760 512 byte sectors) (ncr0:4:0): "TOSHIBA CD-ROM XM-3401TA 3593" type 5 removable SCSI 2 cd0(ncr0:4:0): CD-ROM cd0(ncr0:4:0): 250ns (4 Mb/sec) offset 8. cd present.[318792 x 2048 byte records] (ncr0:5:0): "WANGTEK 5150ES SCSI FA18 08" type 1 removable SCSI 1 st0(ncr0:5:0): Sequential-Access drive offline vga0 <VGA-compatible display device> rev 1 on pci0:12 WARNING: / was not properly dismounted. pid 111: smail: uid 0: exited on signal 11 pid 112: smail: uid 0: exited on signal 11 pid 116: smail: uid 0: exited on signal 11 pid 127: smail: uid 0: exited on signal 11 Kernel-config looks like: machine "i386" cpu "I586_CPU" ident RABBIT maxusers 10 options INET #InterNETworking options FFS #Berkeley Fast Filesystem options NFS #Network Filesystem options MSDOSFS #MSDOS Filesystem options "CD9660" #ISO 9660 Filesystem options PROCFS #Process filesystem options "COMPAT_43" #Compatible with BSD 4.3 options "SCSI_DELAY=15" #Be pessimistic about Joe SCSI device options BOUNCE_BUFFERS #include support for DMA bounce buffers options UCONSOLE #Allow users to grab the console options SYSVSHM options SYSVSEM options SYSVMSG config kernel root on sd1 controller isa0 controller pci0 controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr disk fd0 at fdc0 drive 0 controller ncr0 controller scbus0 device sd0 device st0 device cd0 #Only need one of these, the code dynamically grows device vt0 at isa? port "IO_KBD" tty irq 1 vector pcrint options "PCVT_FREEBSD=210" # pcvt running on FreeBSD 2.1 options XSERVER # include code for XFree86 device npx0 at isa? port "IO_NPX" irq 13 vector npxintr device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr device sio1 at isa? port "IO_COM2" tty irq 3 vector siointr device sio2 at isa? port "IO_COM3" tty irq 5 vector siointr device lpt0 at isa? port? tty irq 7 vector lptintr #Audio Devic controller snd0 device sb0 at isa? port 0x220 irq 10 drq 1 vector sbintr device opl0 at isa? port 0x388 conflicts device pca0 at isa? port IO_TIMER1 tty pseudo-device loop pseudo-device speaker pseudo-device log pseudo-device sl 1 pseudo-device ppp 2 pseudo-device tun 1 pseudo-device pty 16 pseudo-device gzip # Exec gzipped a.out's One more problem: my sound dont works. If I try to play a mod-file with s3mod, then the result is (as root): Could not open audio device /dev looks like crw-rw-rw- 1 root wheel 30, 6 Nov 1 12:19 sndstat lrwxrwxrwx 1 root wheel 7 Nov 1 12:22 audio@ -> sndstat I made the devices with MAKEDEV snd: [: syntax error: Undefined error: 0 expr: syntax error usage: mknod name [b | c] major minor expr: syntax error usage: mknod name [b | c] major minor expr: syntax error usage: mknod name [b | c] major minor expr: syntax error usage: mknod name [b | c] major minor expr: syntax error usage: mknod name [b | c] major minor expr: syntax error usage: mknod name [b | c] major minor expr: syntax error usage: mknod name [b | c] major minor expr: syntax error usage: mknod name [b | c] major minor Any hints? -- Gruß, Andy ------------------------------------------------------------------------- Berge von unten, Kirchen von außen und Kneipen von innen ... shanee@rabbit.augusta.de Zirbelnußtown _________________________________________________________________________