Re: Panic plus advice needed

1999-07-30 Thread Greg Lehey
On Friday, 30 July 1999 at 8:45:32 +0200, Jeroen Ruigrok/Asmodai wrote: Hi, I started a make world on my box last night and then proceeded to go to bed. When I looked at my console this morning it had sprung into DDB because of a panic: ffs_alloccg: map corrupted. This panic occured on a

Re: readdirplus client side fix (was Re: IRIX 6.5.4 NFS v3 TCP client + FreeBSD server = bewm)

1999-07-30 Thread David Greenman
Look up a bit in the code. If bigenough is not true, cnp does not get initialized. This could lead to the bogus length -- or rather, it would be the cnp that is bogus, not the 'len'. The question is how to fix it. I think we can safely avoid doing the cache_enter so try

Re: panic: softdep_flushfiles: looping

1999-07-30 Thread Dag-Erling Smorgrav
David Scheidt [EMAIL PROTECTED] writes: Six weeks, and no computer more sophisticated than the SCUBA one, are what I remembered. Someone remind me what a vacation is again? des@flood ~% whatis vacation vacation(1) - return ``I am not here'' indication Apparently, it means he's not there.

Re: best time for cvsup?

1999-07-30 Thread Dag-Erling Smorgrav
"Marc Schneiders" [EMAIL PROTECTED] writes: Are there any experiences at what time (UTC) the -current tree is most stable? I've had no problems so far some time after 0:00 h GMT, using the Dutch mirror. I suppose you use the German one. Perhaps that is updated more often. Considering that

Re: An oddity after a panic

1999-07-30 Thread Greg Lehey
On Friday, 30 July 1999 at 9:31:15 +0200, Dag-Erling Smorgrav wrote: Jeroen Ruigrok/Asmodai [EMAIL PROTECTED] writes: [note I already did chflags] I'd love to hear some ideas about how to solve this. # chflags -R 0 /usr/obj/work # rm -rf /usr/obj/work That doesn't seem to be the answer.

Re: APM related panic

1999-07-30 Thread Mike Smith
Just suped and builded new kernel and discovered that it paniced when trying to initialise APM (VIA MVP3 based Tyan Trinity 100AT motherboard + k6-II/300 CPU). Any ideas or recommendations about what should I do to make a more informative report? Just the usual ones; full text of the panic

Re: best time for cvsup?

1999-07-30 Thread Nick Hibma
Most active committers are in the States if you look at the frequency of commit messages. The European morning is the safest I guess. Nick On 30 Jul 1999, Dag-Erling Smorgrav wrote: "Marc Schneiders" [EMAIL PROTECTED] writes: Are there any experiences at what time (UTC) the -current

Re: MTRR stuff

1999-07-30 Thread Brian F. Feldman
On Fri, 30 Jul 1999, Mike Smith wrote: For some video cards (to wit, the voodoo stuff), the MTRRs should be set up as follows write-combining +--+ +---+ uncacheable i.e. the two regions have the same

make world still broken?

1999-07-30 Thread malte
I get this error on "make world" with the latest sources. it is still broken, or do I have another problem? malte cc -O -pipe -I/usr/src/gnu/usr.bin/ld -I/usr/src/gnu/usr.bin/ld/../../../libexec/rtld-aout -I/usr/src/gnu/usr.bin/ld/../../../libexec/rtld-aout/i386

Re: An oddity after a panic

1999-07-30 Thread John-Mark Gurney
Jeroen Ruigrok/Asmodai scribbled this message on Jul 30: [root@daemon:/usr/obj] (33) # cd work/FreeBSD/src/gnu/usr.bin/ [root@daemon:/usr/obj/work/FreeBSD/src/gnu/usr.bin] (34) # ll total 2 1 drwxr-xr-x 3 root wheel - 512 Jul 30 08:31 ./ ^ that is your problem, this should

Re: best time for cvsup?

1999-07-30 Thread Geoff Rehmet
Dag-Erling Smorgrav writes : Nick Hibma [EMAIL PROTECTED] writes: Most active committers are in the States if you look at the frequency of commit messages. The European morning is the safest I guess. Not if I'm within reach of an Internet connection ;) Back in the days of version

Re: best time for cvsup?

1999-07-30 Thread Dominic Mitchell
On Fri, Jul 30, 1999 at 07:05:10PM +0100, Brian Somers wrote: [EMAIL PROTECTED] said: Most active committers are in the States if you look at the frequency of commit messages. The European morning is the safest I guess. 'till you get to build ppp and bump into the cr*p I committed at

WORLD hoseage with /usr/src/usr.sbin/apm

1999-07-30 Thread S. Akmentins-Teilors
To wit: (CVSUP'd just prior to the world) === usr.sbin/apm cc -O -pipe -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/usr.sbin/apm/apm.c gzip -cn /usr/src/usr.sbin/apm/apm.8 apm.8.gz /usr/src/usr.sbin/apm/apm.c: In function `print_all_info': /usr/src/usr.sbin/apm/apm.c:112: storage size of

Re: WORLD hoseage with /usr/src/usr.sbin/apm

1999-07-30 Thread S. Akmentins-Teilors
mrynet# find /sys/ -type f -exec grep apm_bios_arg \{\} \; -print struct apm_bios_arg args; struct apm_bios_arg args; /usr/src/usr.sbin/apm/apm.c mrynet# The actual directory searched there was "/usr/src" FYI. Not /sys. I edited in a repaste of a second find. -skots --

An oddity after a panic

1999-07-30 Thread Jeroen Ruigrok/Asmodai
Thanks to you all for the hints and tips... I finally solved it by wanting to run fsck again before messing around with fsdb and stat. I shutdown'd, went into single user mode, fsck'd my slice and the problem got fixed. H, gotta love FFS =) Thanks 'gain, -- Jeroen Ruigrok van der Werven

Re: Panic plus advice needed

1999-07-30 Thread Jeroen Ruigrok/Asmodai
* Greg Lehey ([EMAIL PROTECTED]) [990730 11:23]: On Friday, 30 July 1999 at 8:45:32 +0200, Jeroen Ruigrok/Asmodai wrote: I started a make world on my box last night and then proceeded to go to bed. When I looked at my console this morning it had sprung into DDB because of a panic:

Re: Panic plus advice needed

1999-07-30 Thread Greg Lehey
On Saturday, 31 July 1999 at 0:19:27 +0200, Jeroen Ruigrok/Asmodai wrote: * Greg Lehey ([EMAIL PROTECTED]) [990730 11:23]: On Friday, 30 July 1999 at 8:45:32 +0200, Jeroen Ruigrok/Asmodai wrote: I started a make world on my box last night and then proceeded to go to bed. When I looked at