Re: HP Type C1559 problems

2000-02-01 Thread Louis A. Mamakos
I'm using a HP SureStore 24x6 too, and have no problems talking to it with chio. I suspect there's some screwy optioning nonsense for the tape motion stuff that's wrong. louie To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

RE: Bad memory suspected

2000-02-01 Thread Koster, K.J.
Hoi Jan Willem, I would tend to agree with Doug White about a "make world" being a good memory test. However, I suspect Doug has the kind of system that will do a make world in a minute or two. You should run "make world" to verify your test results, but if you've just plopped in a new SIMM, mak

Re: HP Type C1559 problems

2000-02-01 Thread Dmitry Samersoff
On 31-Jan-2000 Dan Nelson wrote: > In the last episode (Feb 01), Dmitry Samersoff said: >> > In the last episode (Jan 31), Dmitry Samersoff said: >> > > I have problem with HP SureStore 24x6 I can read(write) only from >> > > one tape from catridge > > What does "chio status" return, and what do

Compiler error while compiling XFree86-3.9.17

2000-02-01 Thread Theo van Klaveren
I received the following compiler error while compiling the XFree86-3.9.17 snapshot on a (very) fresh -CURRENT system: <-- begin cut'n'paste --> cc -c -O2 -ansi -pedantic -Dasm=__asm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnest

Re: clk0 interrupt accounting weirdness ???

2000-02-01 Thread Jose M. Alcaide
Scott Mitchell wrote: > > The attached thread (apologies for the volume of text, but it is all > relevant) came up on freebsd-xircom last week. Jose Alcaide actually > posted to -mobile on the same subject a week or so before, but got no > response. We figure it's definitely nothing to do with

Re: Compiler error while compiling XFree86-3.9.17

2000-02-01 Thread Chris Piazza
On Tue, Feb 01, 2000 at 03:30:36PM +0100, Theo van Klaveren wrote: > > I received the following compiler error while compiling the XFree86-3.9.17 > snapshot on a (very) fresh -CURRENT system: > > <-- begin cut'n'paste --> > <-- snip cut'n'paste --> ...errors... > > <-- end cut'n'paste

Re: Compiler error while compiling XFree86-3.9.17

2000-02-01 Thread Gergely EGERVARY
> I assume this is a compiler bug. Is there a workaround or a patch > available for the system compiler or should I install the gcc-devel port > (for which I probably don't have enough disk space, but oh well)? yes, it's a bug, and you can work around it by removing the CFLAG -O2 anyway, XFree8

box seizing up

2000-02-01 Thread Chuck Robey
I was trying to take a box that was running an old version of BSDi and move it to FreeBSD current. My first try was with the first CD I could find, which was 3.2 (I have later ones, they're just deeper in the pile than I cared to look for). The box, after install, was kinda unstable, given to su

freebsd specific search?

2000-02-01 Thread Dave McKay
As you may or may not be aware, google.com has a linux specific search engine at http://www.google.com/linux. I have expressed interest in possibly creating a freebsd specific search engine. I need support from the BSD community for this. If this is something we might all enjoy and benefit f

Re: Bad memory suspected

2000-02-01 Thread Willem Jan Withagen
In article <[EMAIL PROTECTED]> you write: >Hoi Jan Willem, > >I would tend to agree with Doug White about a "make world" being a good >memory test. However, I suspect Doug has the kind of system that will do a >make world in a minute or two. I too agree with Doug. It is what causes me to ask this

Re: freebsd specific search?

2000-02-01 Thread Alfred Perlstein
* Dave McKay <[EMAIL PROTECTED]> [000201 13:54] wrote: > As you may or may not be aware, google.com has a linux specific search engine at >http://www.google.com/linux. I have expressed interest in possibly creating a >freebsd specific search engine. I need support from the BSD community for th

Re: Bad memory suspected

2000-02-01 Thread Chris Dillon
On Tue, 1 Feb 2000, Willem Jan Withagen wrote: > I too agree with Doug. It is what causes me to ask this question. > ;-) make -j 4 buildworld keeps me getting crashes. Even during > making the temp-tools. > > Now I've already replaced the memory once: 4*16M out, in 4*32M, > but the crashingis s

Re: Bad memory suspected

2000-02-01 Thread Matthew D. Fuller
On Tue, Feb 01, 2000 at 05:01:55PM -0600, a little birdie told me that Chris Dillon remarked > > The last time I had a problem like this, it was because I put a P54C > (Pentium-MMX) into a board only designed for the P53C (a.k.a standard ITYM P55C on a P54C board. -- Matthew Fuller (MF48

Re: Bad memory suspected

2000-02-01 Thread FengYue
If your CPU is not overclocked, then you should pay very good attention to the motherboard if replacing memory didn't solve the problem. That happened to me once. Spent many hours and finally it turned out to be the motherboard. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscri

Re: Bad memory suspected

2000-02-01 Thread Chris Dillon
On Tue, 1 Feb 2000, Matthew D. Fuller wrote: > On Tue, Feb 01, 2000 at 05:01:55PM -0600, a little birdie told me > that Chris Dillon remarked > > > > The last time I had a problem like this, it was because I put a P54C > > (Pentium-MMX) into a board only designed for the P53C (a.k.a standard >

Kernel modules

2000-02-01 Thread Derek White
Hey folks, I just wanted to know if anyone could point out a good online resource like a tutorial or developer guide that explains kernel module development under FreeBSD. I am new to FreeBSD coming from a Linux/BeOS background and am interested in playing around with it to maybe contribute back

Re: Bad memory suspected

2000-02-01 Thread Mike Nowlin
> >Since FreeBSD systems will start pumping out random signal 11's in the face > >of bad memory, try searching the -hardware and -questions list for that. I > >believe that someone actually wrote a signal 11 FAQ, but I don't have a > >pointer. > > I'll go and see if I can find something like that

FreeBSD-specific extension of struct mtget breaks dump(8) from Solaris

2000-02-01 Thread Seigo Tanimura
rmt(8) returns the result of MTIOCGET filled into struct mtget in response to the 'S' command, issued by dump(8) of some certain OSs including Solaris. (FreeBSD's one seems to not issue the 'S' command) Due to the extention made to struct mtget in FreeBSD, remote dump from, eg Solaris to FreeBSD f

Re: FreeBSD-specific extension of struct mtget breaks dump(8) fromSolaris

2000-02-01 Thread Matthew Jacob
> rmt(8) returns the result of MTIOCGET filled into struct mtget in > response to the 'S' command, issued by dump(8) of some certain OSs > including Solaris. (FreeBSD's one seems to not issue the 'S' command) > Due to the extention made to struct mtget in FreeBSD, remote dump > from, eg Solaris

Re/Fwd: freebsd specific search

2000-02-01 Thread Mike Nowlin
> As you may or may not be aware, google.com has a linux specific search > engine at http://www.google.com/linux. I have expressed interest in > possibly creating a freebsd specific search engine. I need support from > the BSD community for this. If this is something we might all enjoy and