Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.rmit.EDU.AU!news.unimelb.EDU.AU!munnari.OZ.AU!spool.mu.edu!howland.reston.ans.net!news.sprintlink.net!ns1.tstt.net.tt!news From: feisal@tstt.net.tt (Feisal Mohammed) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Kernel Compiles on V2.05 Date: Wed, 13 Dec 1995 00:54:25 GMT Organization: University of the West Indies Lines: 86 Message-ID: <4al88r$g80@ns1.tstt.net.tt> Reply-To: feisal@tstt.net.tt NNTP-Posting-Host: cuscon11s.tstt.net.tt X-Newsreader: Forte Free Agent 1.0.82 Hi, I am having problems compiling the kernel. At first I thought there were problems with the inclusion of a PS/2 mouse but changing it to a serial mouse does not help. I copied the kernel sources from the 2nd CD and created a new configuration file. (config NEW, then cd ./../compile/NEW, then make) However this new kernel echoes the login name when typed in and refuses to run an xterm (error msg is "inappropriate ioctl for device") Also when I do a "w" I get a response as if no one is logged in. I have included the kernel config file below. Can anyone tell me what I have missed out and is causing the problems? -Feisal ----------------------------- machine "i386" cpu "I386_CPU" cpu "I486_CPU" # cpu "I586_CPU" ident NEW maxusers 10 options INET #InterNETworking options FFS #Berkeley Fast Filesystem options "CD9660" #ISO 9660 Filesystem options PROCFS #Process filesystem options BOUNCE_BUFFERS #include support for DMA bounce buffers options UCONSOLE #Allow users to grab the console options SYSVSHM options SYSVMEM options SYSVMSG config kernel root on wd0 controller isa0 controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr disk fd0 at fdc0 drive 0 disk fd1 at fdc0 drive 1 controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr disk wd0 at wdc0 drive 0 disk wd1 at wdc0 drive 1 controller wdc1 at isa? port "IO_WD2" bio irq 15 vector wdintr disk wd2 at wdc1 drive 0 disk wd3 at wdc1 drive 1 device scd0 at isa? port 0x340 bio # syscons is the default console driver, resembling an SCO console device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver #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 sio3 at isa? port "IO_COM4" tty irq 9 vector siointr device lpt0 at isa? port? tty irq 7 vector lptintr device lpt1 at isa? port? tty #device lpt2 at isa? port? tty pseudo-device loop pseudo-device ether pseudo-device log pseudo-device sl 1 # ijppp uses tun instead of ppp device #pseudo-device ppp 1 pseudo-device tun 1 pseudo-device pty 16 pseudo-device gzip # Exec gzipped a.out's Department of Mechanical Engineering University of the West Indies