Re: fetch(1) and realms with whitespace...

1999-07-02 Thread Brian F. Feldman
On Thu, 1 Jul 1999, Dominic Mitchell wrote: Is there any way to specify a realm with whitespace to fetch? I've just had a fun time trying to do: % export HTTP_AUTH="basic:SunSolve Online:x:y" % fetch -v http://online.sunsolve.sun.co.uk/whatever senddoc: cannot authenticate with server

Re: Fixing other people's code (was: world broken in vinum (PATCH))

1999-07-02 Thread Brian F. Feldman
On Fri, 2 Jul 1999, Matthew Jacob wrote: Let me add to this: opinion: If it's really blocking folks because things don't compile, it is always acceptable to do what you need to do- the tree should always compile even if -current. If the system doesn't boot because of change, then

Just for the record (was: Re: Fixing other people's code (was: worldbroken in vinum (PATCH)))

1999-07-02 Thread Brian F. Feldman
://www.FreeBSD.org/ _ |___/___/___/ -- Forwarded message -- Date: Sat, 3 Jul 1999 12:37:15 +0930 From: Greg Lehey [EMAIL PROTECTED] To: Brian F. Feldman [EMAIL PROTECTED] Subject: Re: Fixing other people's code (was: world broken in vinum (PATCH)) On Friday, 2 July

Re: Just for the record (was: Re: Fixing other people's code (was:world broken in vinum (PATCH)))

1999-07-02 Thread Brian F. Feldman
Sorry about that, Greg; I didn't realize it was a personal message I forwarded. Sorry, everyone else, for that faux pas in public :( Brian Fundakowski Feldman _ __ ___ ___ ___ ___ [EMAIL PROTECTED] _ __ ___ | _ ) __| \ FreeBSD: The Power to Serve!

Re: Fixing other people's code (was: world broken in vinum (PATCH))

1999-07-03 Thread Brian F. Feldman
On Sat, 3 Jul 1999, Warner Losh wrote: In message [EMAIL PROTECTED] Matthew Jacob writes: : You have to wait at least a little bit because with CVS there is no atomic : update of a set of modules. IF make world is broken, waiting at least a : certain period of time and then doing another

Re: IBM-DJNA drives on FreeBSD

1999-07-04 Thread Brian F. Feldman
On 4 Jul 1999, Dag-Erling Smorgrav wrote: Richard Tobin [EMAIL PROTECTED] writes: Is that relevant for 3.2 as well as current? And by "disabling ultra DMA" did you mean "disabling UDMA66" or "disabling UDMA completely"? (You can permanently disable UDMA66 with a DOS utility available

Re: Strange CPU name reported on my k6-II system (fwd)

1999-07-05 Thread Brian F. Feldman
-- Date: Tue, 06 Jul 1999 09:35:18 +0300 From: Maxim Sobolev [EMAIL PROTECTED] To: Brian F. Feldman [EMAIL PROTECTED] Subject: Re: Strange CPU name reported on my k6-II system You are probably forget to send this reply to [EMAIL PROTECTED] -Maxim "Brian F. Feldman" wrote: On Tue, 6 Jul

Re: MTRR stuff

1999-07-12 Thread Brian F. Feldman
On Mon, 12 Jul 1999, Mike Smith wrote: What exactly are the ranges? You haven't given me enough info yet. I wrote the K6-* MTRR driver, so I'd like to help. OK, the Linux 3dfx driver attempts to set up a write combining range starting at the card's base address and 0x40

Re: Question about MTRR boot message

1999-07-19 Thread Brian F. Feldman
On Mon, 19 Jul 1999, Jason wrote: Before you go any further worrying about this "just in case", there is nothing for you to worry about. Part of what the MTRR "stuff" does is it stops the L2 cache from cacheing that range of memory. This is typicaly used for video cards, as you have been

Re: Question about MTRR boot message

1999-07-19 Thread Brian F. Feldman
On Mon, 19 Jul 1999, Mike Smith wrote: I wrote the K6-2 MTRR support, but I really don't know how to use it. You see, my X server reports: (--) SVGA: PCI: NVidia Riva TNT rev 4, Memory @ 0xef00, 0xcc00 But which do I make uncacheable? You don't; let the X server do it. You

Re: is dumpon/savecore broken?

1999-07-20 Thread Brian F. Feldman
On Tue, 20 Jul 1999, Poul-Henning Kamp wrote: In message [EMAIL PROTECTED], "Steven G. Kar gl" writes: During the boot process I see dumpon: crash dumps to /dev/da0s1b (4, 131073) checking for core dump...savecore: can't find device 13/131073 It seems that the the major device

Re: is dumpon/savecore broken?

1999-07-20 Thread Brian F. Feldman
On Tue, 20 Jul 1999, Poul-Henning Kamp wrote: In message [EMAIL PROTECTED], "Bria n F. Feldman" writes: /ddname = find_dev/s/BLK/CHR/ No, that's wrong. You cannot do buffered-type IO on a cdev. I committed a workaround, and now it works. There's no easy way around this, except

Re: Panics on my SMP system

1999-07-20 Thread Brian F. Feldman
On Tue, 20 Jul 1999, Matthew Dillon wrote: How old is your -CURRENT source tree ?Fixes to the pipe code have been made, though they are not 100% complete. If your -CURRENT source tree is more then a few days old I recommend updating it. A number of significant

Re: Still kernel compilation failures

1999-07-22 Thread Brian F. Feldman
On Fri, 23 Jul 1999, Thomas Schuerger wrote: ... vfs_init.o: In function `vfs_register': vfs_init.o(.text+0x8a1): undefined reference to `sysctl(void, float, short)' *** Error code 1 1 error Exit 2 What am I doing wrong? Any help is greatly appreciated. Put

Re: Still kernel compilation failures

1999-07-22 Thread Brian F. Feldman
On Fri, 23 Jul 1999, Bruce Evans wrote: Put -O back in the COPTFLAGS. It works now. Is there any explaination why -O is required? :) Noone compiles without -O, so(/and) it's not supported. My take is It is supported, but someone broke it. Since when? Every so often someone comes

Re: MAKEDEV (or sh?) broken

1999-07-27 Thread Brian F. Feldman
Isolate a specific case of MAKEDEV (not just all) that will demonstrate this, sh -x it, and send it to me. Failing that, set -x and do ./MAKEDEV all, and send me this output. That's where we need to go next to try to find out what is wrong. Brian Fundakowski Feldman _ __ ___ ___ ___

Re: MAKEDEV (or sh?) broken

1999-07-27 Thread Brian F. Feldman
Actually, all recursive executions of it need to be -x too. The easiest way (if there's no environment variable for it, I don't recall), is to put "set -x" at the top of MAKEDEV. This will help, and then I'll understand much more. Thanks. I have a feeling it might be improper optimization

Re: Extra characters?y

1999-07-28 Thread Brian F. Feldman
On Wed, 28 Jul 1999, Scott Michel wrote: At line 71 in i386/isa/clock.c, there is the following: #include machine/md_var.h #include machine/psl.h XXX #ifdef APIC_IO #include machine/segments.h #endif I'd say, and this is only a SWAG mind you, that the 'XXX' is extraneous. Right?

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

1999-07-29 Thread Brian F. Feldman
Is there any good documentation on the vnode system? I'd like to know, for instance, what the deal is with v{hold,drop}. Originally, I was most interested in doing things with networking. VFS seems so interesting now... Perhaps I should wait before experimenting with it until the rewrite of lots

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

Re: Assembler capable of supporting 3dnow!

1999-08-01 Thread Brian F. Feldman
On Sun, 1 Aug 1999, Stephen Hocking-Senior Programmer PGS Tensor Perth wrote: I'm messing around with the latest mesa and have discovered (suprise)that our assembler doesn't support 3dnow instructions. Are there any plans to update to a version of binutils that does? Linux's stuff appears

Re: it's time...

1999-08-08 Thread Brian F. Feldman
On Sun, 8 Aug 1999, Kenneth Wayne Culver wrote: It works ok for me, but one nice feature of the sound system would be if upon shutdown (I don't leave my machine on all the time right now) OS somehow looked at a config file (call it /etc/soundvol.conf) for mixer volumes, and set them to that

Re: it's time...

1999-08-09 Thread Brian F. Feldman
On Tue, 10 Aug 1999, Daniel O'Connor wrote: On 09-Aug-99 Brian F. Feldman wrote: You guys don't see the point. The point is a single, simple place to put default mixer values for any number of devices, and fitting in with the current configuration file scenario. rc is the natural

Re: it's time...

1999-08-09 Thread Brian F. Feldman
On Mon, 9 Aug 1999, Alex Zepeda wrote: One could stuff it into rc.conf, but this means it's harder to automagically save the state upon shutdown/reboot. But something like: Not really. You could do it with grep, awk, sed, or whatever you want, easily. The only possible problem would be...

Re: it's time...

1999-08-09 Thread Brian F. Feldman
On Tue, 10 Aug 1999, Daniel O'Connor wrote: On 10-Aug-99 Brian F. Feldman wrote: Sure.. but you still have window of time where the audio is at its default level before the rc stuff is run.. Why... would audio be playing from rc? Bear in mind, it would be set even before rc.local

Re: it's time...

1999-08-11 Thread Brian F. Feldman
On Wed, 11 Aug 1999, Warner Losh wrote: No! At some point they should use a facility similar to solaris/sysv where they don't display, but do make it into the dmesg buffer... Warner What in the world would be the point of doing this? What would be so great about not seeing the system

Re: pex5 and xie load errors

1999-08-15 Thread Brian F. Feldman
On Sun, 15 Aug 1999, Narvi wrote: On Sat, 14 Aug 1999, Randy Bush wrote: during X startup i get load errors for these. but i can see nothing unappy with X. do i delete them from /etc/XF86Config or rebuild X or what? Rebuilding X won't help last I tried. They have

Re: Q: Extending the sysctl MIB for Linuxulator variables

1999-08-15 Thread Brian F. Feldman
On Sun, 15 Aug 1999, Warner Losh wrote: In message [EMAIL PROTECTED] "Brian F. Feldman" writes: : I suppose, but wouldn't the proper place be under machdep? I agree that : a linux top-level MIB would be easiest to remember. Linux isn't machdep. It is MI since we could have L

Re: cd writer recommendation?

1999-08-15 Thread Brian F. Feldman
On Sun, 15 Aug 1999, Amancio Hasty wrote: Any one care to recommend a CD writer for FreeBSD-current since thats typically what I run over here. Are you asking for recommendation about hardware or software? It's not evident from your wording. Tnks -- Amancio Hasty [EMAIL

Re: cd writer recommendation?

1999-08-16 Thread Brian F. Feldman
On Mon, 16 Aug 1999, Amancio Hasty wrote: Sorry about that . The emphasis is more on the hardware and second is the software -- I usually get around problems with the software. Mkisofs is good for creating an ISO 9660 file systems. Wormcontrol and dd are a good combination for writing

Re: cd writer recommendation?

1999-08-16 Thread Brian F. Feldman
On Mon, 16 Aug 1999, Jordan K. Hubbard wrote: Mkisofs is good for creating an ISO 9660 file systems. Wormcontrol and dd are a good combination for writing them. This would be true if the worm driver wasn't actually dead. You should at least check on these things before publically

Re: cd writer recommendation?

1999-08-16 Thread Brian F. Feldman
On Mon, 16 Aug 1999, Jordan K. Hubbard wrote: Wormcontrol uses WORM ioctls, handled by both of the ATAPI drivers. Utterly irrelevant, not that you seem to let it stop you. You bringing up worm(4) was entirely irrelevant. You implied that wormcontrol does not work because the worm old-SCSI

Re: Q: Extending the sysctl MIB for Linuxulator variables

1999-08-16 Thread Brian F. Feldman
On Mon, 16 Aug 1999, Jordan K. Hubbard wrote: I kinda like the idea of a top-level compat category; it will keep the top level uncluttered when sysv and iBCS compatibility start requiring their own knobs, and if you put linux at the top level this will later be used as justification for

Re: Softupdates reliability?

1999-08-23 Thread Brian F. Feldman
What revision of the K6-2 did this happen on? -- Brian Fundakowski Feldman / "Any sufficiently advanced bug is\ [EMAIL PROTECTED] | indistinguishable from a feature." | FreeBSD: The Power to Serve!\-- Rich Kulawiec / To

Re: make buildworld failed...

1999-08-28 Thread Brian F. Feldman
On Fri, 27 Aug 1999, Adam Wight wrote: dd if=/dev/zero of=boot2.ldr bs=512 count=1 2/dev/null *** Error code 1 Probably it consequences of recent dd changes... Sorry about that! Instead of relying on the kernel being newer than the world and haveing the new ioctl FIODTYPE, dd now only

Re: Testers please!

1999-09-21 Thread Brian F. Feldman
On Tue, 21 Sep 1999, Luoqi Chen wrote: This reminds me about the usage of TSC counter on SMP. First even though we don't use TSC for time keeping on SMP, the TSC frequency from calibration is still valid (at least for BSP), and we can show it in the cpu identification message. Second, the

Re: maxphys = 0??

1999-10-08 Thread Brian F. Feldman
On Tue, 5 Oct 1999, Daniel C. Sobral wrote: Poul-Henning Kamp wrote: You need to move your sources further forward. Alas, it didn't help. What versions of what files I should have? The warnings are still appearing, at fsck time. Alas, similarly I get: changing root device to wd0s1a

Re: maxphys = 0??

1999-10-09 Thread Brian F. Feldman
On Sat, 9 Oct 1999, Poul-Henning Kamp wrote: Well, there are two options, either your sources are not up to date, or your config is very special in some way... I am absolutely certain that my sources are up-to-date. I'll attach my kernel config in case you can find something special there.

Re: breakage in libgcc?

1999-10-09 Thread Brian F. Feldman
On Sat, 9 Oct 1999, Mike Smith wrote: just cvsupped Your system; I just finished a world not five minutes ago. Suspect the usual. Suspect that you need a newer kernel before you can build the world. *** Signal 12 Stop in /usr/src/gnu/lib/libgcc. *** Error code 1 --

Re: kernel panic trying to utilize a da(4)/umass(4) device with ohci(4)

2002-11-17 Thread Brian F. Feldman
Brian Fundakowski Feldman [EMAIL PROTECTED] wrote: I can't get more info because crash dumps don't work when this happens, but for what it's worth, here's a traceback which shows what happens when I attempt to use my da0: SanDisk ImageMate II 1.30 Removable Direct Access SCSI-2 device on an

Re: UMA panic under load

2002-12-14 Thread Brian F. Feldman
John Baldwin [EMAIL PROTECTED] wrote: On 12-Dec-2002 Kris Kennaway wrote: I got this on an alpha tonight. It was under heavy load at the time (18 simultaneous package builds had just been spawned on the machine). Any ideas? Slab at 0xfc00042d3fb8, freei 2 = 0. panic: Duplicate

Re: UMA panic under load

2002-12-14 Thread Brian F. Feldman
Jake Burkholder [EMAIL PROTECTED] wrote: Apparently, On Sat, Dec 14, 2002 at 07:37:31PM -0500, Brian F. Feldman said words to the effect of; John Baldwin [EMAIL PROTECTED] wrote: On 12-Dec-2002 Kris Kennaway wrote: I got this on an alpha tonight. It was under heavy load

Re: UMA panic under load

2002-12-14 Thread Brian F. Feldman
Matthew Dillon [EMAIL PROTECTED] wrote: What about something like this. If the vm_refcnt is still being decremented too early, could it be moved to just before the thread_exit() call? The problem that had to be fixed by removing this race was that two processes with the same

Re: runningbufspace related lock-ups with md(4)/UFS/SU (PATCH ?)

2003-10-23 Thread Brian F. Feldman
Kirk McKusick [EMAIL PROTECTED] wrote: I have been able to reproduce your hang on my system and your suggested fix does prevent it. I am going to run some more buffer starvation-type tests on it this week and if they do not cause other problems, I will put in your suggested fix. Thanks, Kirk;

Re: runningbufspace related lock-ups with md(4)/UFS/SU (PATCH ?)

2003-10-31 Thread Brian F. Feldman
Brian F. Feldman [EMAIL PROTECTED] wrote: Kirk McKusick [EMAIL PROTECTED] wrote: I have been able to reproduce your hang on my system and your suggested fix does prevent it. I am going to run some more buffer starvation-type tests on it this week and if they do not cause other problems, I

Re: dsp device busy (me too) vchans weirdness

2003-02-13 Thread Brian F. Feldman
John Hay [EMAIL PROTECTED] wrote: On Wed, Feb 12, 2003 at 08:31:11PM +0200, John Hay wrote: Just switching vchans off on the Dell made the sound work again. Looks like I have to take that back. I just tried a brand new -CURRENT kernel and vchans are now working. I have only tried it by

Re: symlink(2) [Was: Re: tcsh.cat]

2001-08-31 Thread Brian F. Feldman
Bruce Evans [EMAIL PROTECTED] wrote: On Fri, 15 Jun 2001, Steve O'Hara-Smith wrote: On Fri, 15 Jun 2001 06:31:12 -0700 (PDT) David Wolfskill [EMAIL PROTECTED] wrote: DW Indeed: it is my understanding that the path name interpretation is DW an issue at the time of reference, not

Re: symlink(2) [Was: Re: tcsh.cat]

2001-08-31 Thread Brian F. Feldman
Bruce Evans [EMAIL PROTECTED] wrote: On Fri, 31 Aug 2001, Brian F. Feldman wrote: Bruce Evans [EMAIL PROTECTED] wrote: Here's an example of a standard utility being clueless about symlinks to nothing: $ ln -s '' foo $ cp foo bar cp: foo is a directory

Re: can't write CD-Rs with or without new DAO mode

2001-09-15 Thread Brian F. Feldman
Søren Schmidt [EMAIL PROTECTED] wrote: It seems Brian F. Feldman wrote: Søren Schmidt [EMAIL PROTECTED] wrote: It seems Brian Fundakowski Feldman wrote: After updating my system I can't burn CD-Rs successfully. Can anyone else? What happens is pretty simple: {/home/green

Re: can't write CD-Rs with or without new DAO mode

2001-09-15 Thread Brian F. Feldman
Søren Schmidt [EMAIL PROTECTED] wrote: It seems Brian F. Feldman wrote: OK, try this patch (kernel burncd need both to be remade) I don't know... I got a page fault during an attempt to burncd and it seems there are no messages in dmesg but acd0's softc was freed. I can't test any

Re: can't write CD-Rs with or without new DAO mode

2001-09-13 Thread Brian F. Feldman
Søren Schmidt [EMAIL PROTECTED] wrote: It seems Brian Fundakowski Feldman wrote: After updating my system I can't burn CD-Rs successfully. Can anyone else? What happens is pretty simple: {/home/green/toxicity}$ burncd -s 8 -d audio /dev/null $(ls | trackclassify burncd:

Re: Motion for removal of xargs(1) from base system

2001-12-10 Thread Brian F. Feldman
Brandon D. Valentine [EMAIL PROTECTED] wrote: On Mon, 10 Dec 2001, Alfred Perlstein wrote: * Jackie 'business-first' Cook [EMAIL PROTECTED] [011210 16:19] wrote: As a replacement for the 'functionality' present in xargs(1), I propose implementing arbitrary length argument list passing

Re: CD-ROM installation of -CURRENT broken?

2001-12-20 Thread Brian F. Feldman
Bruce Evans [EMAIL PROTECTED] wrote: On Wed, 19 Dec 2001, Brian Fundakowski Feldman wrote: Does anyone know when installation of -CURRENT from CD-ROM got broken or a solution thereof? We end up having two problems: the fixit shell doesn't work, but before that an actual installation

Re: USB detach crashes possibly fixed

2002-02-16 Thread Brian F. Feldman
Paul van der Zwan [EMAIL PROTECTED] wrote: On 14-Feb-2002 (08:29:50/GMT) Brian Fundakowski Feldman wrote: Please try this change (already committed to -CURRENT) and let me know if crashes due to detaching USB devices specifically have been eliminated. I cvsupped on Feb 14,

Re: sendmail related changes

2000-09-30 Thread Brian F. Feldman
Gregory Neil Shapiro [EMAIL PROTECTED] wrote: There are some sendmail related changes I would like to make in the next few days. Some may be controversial so I am sending out this mail first. I would appreciate feedback on any of these items. If I don't hear any major objections, I'll go

Re: Today -current broken on build

2000-10-01 Thread Brian F. Feldman
Mike Smith [EMAIL PROTECTED] wrote: I hate to spoil the moment ... but does anyone have an idea what the fix is? g Nothing in the amd directory seems to have changed in the past couple of weeks, so it must be somewhere else, and I'm not bright enough to figure out where. Yeah,

Re: very high CPU time demand from process #10 ('idle')

2000-10-08 Thread Brian F. Feldman
attila! [EMAIL PROTECTED] wrote: What is process 10? Is this literally a representation of the CPU idle time accumulation for the 85 hours since boot? Yes. Despite the enormous time burn on 'idle' it does not show on 'top'. That's probably because top(1) hides stuff from you by

weird crash with a corrupt lock (?)

2000-11-05 Thread Brian F. Feldman
With nothing special going on (I think maybe a tar xfvz of the jdk 1.2.2 source), my system crashed inexplicably. I have no idea why a lock would look like this does, no clue whether I should be replacing my hardware or the system is just getting more and more unstable. (kgdb) p *lkp $1 = {

Re: Problem with dlopen()/dlsym() after recent crt* changes

2000-11-08 Thread Brian F. Feldman
John Polstra [EMAIL PROTECTED] wrote: In article [EMAIL PROTECTED], Alexander N. Kabaev [EMAIL PROTECTED] wrote: Why FreeBSD does not link libgcc into shared libraries by default? Everyone else is doing that. Linking shared libraries with libgcc seems to be the ultimate work-around.

OpenSSH 2.3.0 pre-upgrade

2000-11-24 Thread Brian F. Feldman
(Please direct followups to [EMAIL PROTECTED] and remove all extraneous addresses. I'm cross-posting in hopes of reaching the right audiences that won't necessarily overlap.) It's time again for an upgrade to our FreeBSD OpenSSH. Version 2.3.0 was released a few weeks back, and working off

Re: write(2) returns error saying read only filesystem when trying to write to a partition

2000-12-09 Thread Brian F. Feldman
Bruce Evans [EMAIL PROTECTED] wrote: On Fri, 8 Dec 2000, Matthew Thyer wrote: Mike Smith wrote: The program works on Compaq True64 UNIX v 4.0d It also works on Solaris 7 (only tested sparc). So it seems FreeBSD is broken here. FreeBSD just behaves differently. If you

Re: PROCTREE_LOCK() vs. gdb hang

2000-12-31 Thread Brian F. Feldman
User Sja [EMAIL PROTECTED] wrote: I don't really know my way around the kernel so I'm just guessing here: Is there a proctree lock release operation missing in kern_sig.c, function issignal()? There seems to be one lock operation more than there are release operations. I tried putting one

Re: Automagic Reboots

2002-06-25 Thread Brian F. Feldman
Sid Carter [EMAIL PROTECTED] wrote: Hi, This is so cool ;) I just got rebooted again, :D The messages show this. --- Jun 25 18:06:30 calvin kernel: /usr/src/sys/vm/uma_core.c:1331: could sleep with process lock locked from

Re: SSE

2002-10-05 Thread Brian F. Feldman
German Tischler [EMAIL PROTECTED] wrote: Hi. I can panic my current system compiled from sources of yesterday by just starting mozilla or ogg123 ogg-file if I don't include options CPU_DISABLE_SSE in my kernel configuration file. Is anyone else seeing any SSE code related

Re: panic from _mutex_assert in kern_lock.c

2002-10-05 Thread Brian F. Feldman
Steven G. Kargl [EMAIL PROTECTED] wrote: The source tree was retrieved by cvsup at 21:47 (PST) on Oct 4. This is a non-GEOM and non-acpi kernel. I have the core and kernel.debug, so any further postmortem is possible. I think the problem is that in src/sys/ufs/ffs/

Re: panic from _mutex_assert in kern_lock.c

2002-10-05 Thread Brian F. Feldman
Steven G. Kargl [EMAIL PROTECTED] wrote: Brian F. Feldman said: Steven G. Kargl [EMAIL PROTECTED] wrote: The source tree was retrieved by cvsup at 21:47 (PST) on Oct 4. This is a non-GEOM and non-acpi kernel. I have the core and kernel.debug, so any further postmortem

Re: SSE

2002-10-05 Thread Brian F. Feldman
Brian F. Feldman [EMAIL PROTECTED] wrote: German Tischler [EMAIL PROTECTED] wrote: Hi. I can panic my current system compiled from sources of yesterday by just starting mozilla or ogg123 ogg-file if I don't include options CPU_DISABLE_SSE in my kernel configuration file

Re: GEOM problems?

2002-10-05 Thread Brian F. Feldman
walt [EMAIL PROTECTED] wrote: Just finished making world and kernel at about 01:00 GMT Oct 6. dmesg includes this printout: Initializing GEOMetry subsystem ad0: 76319MB ST380021A [155061/16/63] at ata0-master UDMA100 ad2: 42934MB WDC WD450AA-00BAA0 [87233/16/63] at ata1-master UDMA66

Re: SSE

2002-10-06 Thread Brian F. Feldman
German Tischler [EMAIL PROTECTED] wrote: Hi. I can panic my current system compiled from sources of yesterday by just starting mozilla or ogg123 ogg-file if I don't include options CPU_DISABLE_SSE in my kernel configuration file. Is anyone else seeing any SSE code related

Re: SSE

2002-10-06 Thread Brian F. Feldman
German Tischler [EMAIL PROTECTED] wrote: Hi. I can panic my current system compiled from sources of yesterday by just starting mozilla or ogg123 ogg-file if I don't include options CPU_DISABLE_SSE in my kernel configuration file. Is anyone else seeing any SSE code related

Re: kernel panic trying to utilize a da(4)/umass(4) device with ohci(4)

2002-10-18 Thread Brian F. Feldman
Josef Karthauser [EMAIL PROTECTED] wrote: Does this happen on a current with this patch applied too? I'm certain I tried this already :( -- Brian Fundakowski Feldman \'[ FreeBSD ]''\ [EMAIL PROTECTED] [EMAIL PROTECTED] \ The Power to Serve! \

evil ATA

2001-05-16 Thread Brian F. Feldman
Welp, this is the n-dozenth time that the ATA driver has wedged large parts of my entire system because it feels it needs to reset my CD-R when I'm trying to start burning a CD. I get the good old acd0: WRITE_BIG command timeout - resetting ata3: resetting devices .. and then, like always,

Re: cvs commit: src UPDATING

2001-05-29 Thread Brian F. Feldman
Brian Somers [EMAIL PROTECTED] wrote: In message Pine.BSF.4.31.0105290848330.514-10@nihil Michael Reifenberger writes: : Have you tried to start aviplay ( coming from ports/graphics/avifile ) or using : whine? Nope. vmware does the job too, and I believe star-office. I've

Re: quick informal survey: OpenSSH broken?

2001-07-30 Thread Brian F. Feldman
David O'Brien [EMAIL PROTECTED] wrote: On Sun, Jul 29, 2001 at 09:53:09PM -0400, Brian Fundakowski Feldman wrote: I need to know, if OpenSSH is ever going to get MFC'ed, are there any people currently running OpenSSH 2.9 from -CURRENT's base and getting major problems with it? Or even

Re: Can we please remove green@FreeBSD.org from the version string?

2001-08-08 Thread Brian F. Feldman
Wilko Bulte [EMAIL PROTECTED] wrote: On Wed, Aug 08, 2001 at 09:01:36AM -0700, David O'Brien wrote: On Wed, Aug 08, 2001 at 04:51:55PM +0200, Alexander Langer wrote: Thus spake David O'Brien ([EMAIL PROTECTED]): Looking at the first two lines, shouldn't it be #define

Re: cvs commit: src/sys/kern vfs_bio.c

2003-11-03 Thread Brian F. Feldman
Kirk McKusick [EMAIL PROTECTED] wrote: mckusick2003/11/03 22:30:01 PST FreeBSD src repository Modified files: sys/kern vfs_bio.c Log: Allow the bufdaemon and update daemon processes to skip the waitrunningbufspace() calls so that they are always able to

Re: Kernel Panic

2003-11-04 Thread Brian F. Feldman
Steve Ames [EMAIL PROTECTED] wrote: For the past few weeks my -CURRENT system has been locking up. With a recent kernel (from 11/2) the following appears: Fault trap 12: page fault while in kernel mode fault virtual address = 0x24 fault code = supervisor read, page not present

Re: kernel panic trying to utilize a da(4)/umass(4) device with ohci(4)

2003-11-19 Thread Brian F. Feldman
Josef Karthauser [EMAIL PROTECTED] wrote: On Sun, Nov 17, 2002 at 01:18:00PM -0500, Brian F. Feldman wrote: ohci_alloc_std_chain+0xf5 (calling a DMAADDR() function, I believe) ohci_device_bulk_start+0x0d ohci_device_bulk_transfer+0x27 usbd_transfer+0xc0 umass_setup_transfer+0x4f

Re: kernel panic trying to utilize a da(4)/umass(4) device with ohci(4)

2003-11-20 Thread Brian F. Feldman
Thanks for the patches to try! They unfortunately didn't fix the crash I have, but I found out why it's occurring. See ohci.c:1389: if (std-td.td_cbp != 0) len -= le32toh(std-td.td_be) - le32toh(std-td.td_cbp) + 1; In one

Re: kernel panic trying to utilize a da(4)/umass(4) device with ohci(4)

2003-11-20 Thread Brian F. Feldman
Brian F. Feldman [EMAIL PROTECTED] wrote: Thanks for the patches to try! They unfortunately didn't fix the crash I have, but I found out why it's occurring. See ohci.c:1389: if (std-td.td_cbp != 0) len -= le32toh(std-td.td_be

Re: kernel panic trying to utilize a da(4)/umass(4) device with ohci(4)

2003-11-21 Thread Brian F. Feldman
, an ohci+ehci controller, or that it's some specific controller issue... On Thu, 20 Nov 2003, Brian F. Feldman wrote: Thanks for the patches to try! They unfortunately didn't fix the crash I have, but I found out why it's occurring. See ohci.c:1389: if (std-td.td_cbp != 0

Re: kernel panic trying to utilize a da(4)/umass(4) device with ohci(4)

2003-11-21 Thread Brian F. Feldman
Bernd Walter [EMAIL PROTECTED] wrote: On Fri, Nov 21, 2003 at 12:35:50PM -0500, Brian F. Feldman wrote: Doug White [EMAIL PROTECTED] wrote: The OHCI driver is largely synced with NetBSD so you might see if they have the same bug. I'll look around for a bootable NetBSD CD. NetBSD

Re: kernel panic trying to utilize a da(4)/umass(4) device with ohci(4)

2003-11-22 Thread Brian F. Feldman
Bernd Walter [EMAIL PROTECTED] wrote: On Fri, Nov 21, 2003 at 12:35:50PM -0500, Brian F. Feldman wrote: Doug White [EMAIL PROTECTED] wrote: The OHCI driver is largely synced with NetBSD so you might see if they have the same bug. I'll look around for a bootable NetBSD CD. NetBSD

Re: A page fault in subr_turnstile.c:propogate_priority()

2003-12-03 Thread Brian F. Feldman
Igor Sysoev [EMAIL PROTECTED] wrote: I'd cvsup'ed 5.1-CURRENT from 2003.11.04.02.02.00 up to 2003.11.28.00.00.00 with the turnstile support and it can still causes sometimes a page fault in propogate_priority(). I have core dump and can send debug output. Go ahead and load up kernel.debug and

Re: lomac

2002-02-25 Thread Brian F. Feldman
Logan weaponx [EMAIL PROTECTED] wrote: Is there a reason lomac_enable isn't in /etc/defaults/rc.conf? I've only had a brief look so excuse this email if i'm in error and the answer is glaringly obvious. It's mostly that it still needs several features of the kernel which aren't currently

Re: cvs commit: src/sys/kern kern_mtxpool.c src/sys/sys kernel.h src/sys/vm vm_fault.c vm_glue.c vm_map.c vm_map.h vm_pageout.c vm_zone.c

2002-03-18 Thread Brian F. Feldman
Matthew Dillon [EMAIL PROTECTED] wrote: : :Hi, : :Sorry to unwantedly butt in, but the patch supplied by Seigo actually :solved the vm_map.c locking problems which used to come up on my system. :Just some info. :) : :Regards, : : -- Hiten Pandya : -- [EMAIL PROTECTED] It

Re: Problems with Dell Inspiron 2500/NEWCARD/Xircom CBEM56G

2002-05-06 Thread Brian F. Feldman
Scott Penno [EMAIL PROTECTED] wrote: I removed apm from the kernel which appeared to be playing having with acpi and things are now working a treat. The card works fine, however I do receive the following message, 'cardbus0: unknown card (vendor=0x115d, dev=0x0103) at 0.1 irq 5'. I've had a