Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.ecn.uoknor.edu!feed1.news.erols.com!news.maxwell.syr.edu!news.mathworks.com!rill.news.pipex.net!pipex!tank.news.pipex.net!pipex!news.utell.co.uk!usenet From: brian@shift.lan.awfulhak.org (Brian Somers) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: tricks?? bugs?? Date: 6 Mar 1997 13:05:37 GMT Organization: Awfulhak Ltd. Lines: 38 Message-ID: <5fmff1$m04@ui-gate.utell.co.uk> References: <331e40d5.149063@netnews.hinet.net> Reply-To: brian@awfulhak.demon.co.uk, brian@utell.co.uk NNTP-Posting-Host: shift.utell.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Newsreader: knews 0.9.8 Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:36633 In article <331e40d5.149063@netnews.hinet.net>, vcba79@ms1.hinet.net (Vincent Chen) writes: > > Hello, > > I got 2 weired situations here: > > 1. I have 2 ide controller, a 2.5GB HD attached to > the primary controller, a NEC CDR280 attached > to the secondary controller. If I have wdc0,wdc1, > wd0,wd1,wd2,wd3,wcd0c all enabled, freebsd > will not detect my cdrom. But if I comment out > wd2 and wd3 but leave wdc1 and wcd0c > untouched, the cdrom become visible to freebsd. > Is this a safe trick or simply a bug? Both :( You only need wd0, so you can just leave wd0 and wd1 (in case you get another disk later) in your kernel. The problem is probably that the wd[23] entries use up the ide slots in the kernel, leaving no room for the cd - a bug IMHO. > 2. When I running apache daemon from inetd, I got > 'exist on signal 11' message. According to faq, > it might be a hardware problem. But after running > apache as standalone daemon, all of the 'signal 11' > message disappeared. How can I know whether > the error caused by apache or freebsd? Are you running it as root and with ServerType set to inetd in httpd.conf ? -- Brian <brian@awfulhak.demon.co.uk> <brian@freebsd.org> <http://www.awfulhak.demon.co.uk> Don't _EVER_ lose your sense of humour !