Return to BSD News archive
Path: sserve!newshost.anu.edu.au!munnari.oz.au!constellation!osuunx.ucc.okstate.edu!moe.ksu.ksu.edu!crcnis1.unl.edu!wupost!howland.reston.ans.net!agate!agate.berkeley.edu!cgd From: cgd@erewhon.CS.Berkeley.EDU (Chris G. Demetriou) Newsgroups: comp.os.386bsd.bugs Subject: Re: [NetBSD 0.8] Various and sundry (but not too bad) Date: 5 Jun 93 21:03:05 Organization: Kernel Hackers 'r' Us Lines: 51 Message-ID: <CGD.93Jun5210305@erewhon.CS.Berkeley.EDU> References: <DRG.93Jun4092415@candidus.ma30.bull.com> <1unrau$akb@darum.uni-mannheim.de> NNTP-Posting-Host: erewhon.cs.berkeley.edu In-reply-to: fm35@rummelplatz.uni-mannheim.de's message of 4 Jun 1993 15:56:14 GMT In article <1unrau$akb@darum.uni-mannheim.de> fm35@rummelplatz.uni-mannheim.de (Manfred Sabo) writes: >syslogd: hangs up the terminal session on output to dev/console. >When syslogd is not started, then timed hangs the terminal session >with it's THIS IS A SLAVE output. umm, i've never seen the former. the latter is because of the fact that the console device's close routine is called (incorrectly), and things get munged... a fix is in the works... >After getting all the new sources from sun-lamp, and compiling >them in the order 'share/mk' 'include' 'lib' etc. and so on and >ar'ing libc.a and libc_p.a by hand as lorder and co seemed to hang >on it. I installed all but src/gnu. you need to "make obj" before you "make". this is a somewhat FAQ, but i can certainly understand why; it's a berkeley-makeism... >A telnet with a newly compiled binary to the outside world or to >the local hostname on the dev/vga results in a umm, this is fixed in the current sources; you might want to grab a replacement for pccons.c, or just update your kernel source tree again; it was a problem with a bogus initializer that was used when we converted the system from using statically allocated tty structures to using dynamically allocated ones. actually, anything that select()s on console would cause a reboot... >netstart relies on localhost being specified by the nameserver but as > [ ... ] >maybe one should use resolve+. >I also can't find any support for DISKLESS machines, is there any ? it's on our list of things to do, but there are a few higher priorities. actually, this one is pretty high up there for me, because i just bought a Cx486-33 machine, with basically only an ethernet and a video card... this project will be wakeup()'d when i get access to a EPROM burner, to write my boot proms... 8-) chris -- Chris G. Demetriou cgd@cs.berkeley.edu "386bsd as depth first search: whenever you go to fix something you find that 3 more things are actually broken." -- Adam Glass