Re: gcc compiler problem part deux

1999-12-30 Thread Brian Fundakowski Feldman
ldn't. This can make converting to 'cc -E' a > non-trivial exercise. Huh? Non-trivial? {"/home/green"}$ echo __FreeBSD__ | cc -E - # 1 "" 4 > Peter -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / [EMAIL PROTECTED]

Re: multiple cd devices

1999-12-30 Thread Brian Fundakowski Feldman
MAKEDEV accepts "cd2" for "two cd devices". All CD devices work that way. Disks don't, because there is potential for hard-wiring there, and will often be gaps. -- Brian Fundakowski Feldman \ FreeBSD: The Power to Se

Re: multiple cd devices

1999-12-31 Thread Brian Fundakowski Feldman
On Fri, 31 Dec 1999, Chuck Robey wrote: > On Fri, 31 Dec 1999, Brian Fundakowski Feldman wrote: > > > The way certain devices, like cd with its monotonically increasing counter > > where devices are probed in order and assigned device based on precedence > > and n

Re: new PCM problems

2000-01-02 Thread Brian Fundakowski Feldman
of Maryland, | Website: (Under Construction) | > | College Park. | http://www.wam.umd.edu/~culverk/| > ========= (I didn't know you lived so close :) -- Brian Fundakowski

Re: [Majordomo@FreeBSD.ORG: Majordomo results: which]

2000-01-02 Thread Brian Fundakowski Feldman
easily forward certain mail to /dev/null. If you want an example, I'm certain I could come up with one for you :) > -Kip -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / [EMAIL PROTECTED]`---

ATA atapi-all.c problems/fixes/cleanups

2000-01-03 Thread Brian Fundakowski Feldman
dd(1), since that's what came naturally to me :) -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / [EMAIL PROTECTED]`--' To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: ATA atapi-all.c problems/fixes/cleanups

2000-01-03 Thread Brian Fundakowski Feldman
On Tue, 4 Jan 2000, Brian Fundakowski Feldman wrote: >Anyone else experiencing lockups when an underrun/overrun occurs, try > this patch; it has fixed the problem for me, and now I'm on my way to > writing music CDs :) The current way to hack around that bug must be >

Re: ATA atapi-all.c problems/fixes/cleanups

2000-01-03 Thread Brian Fundakowski Feldman
dia. But anyway, the padding should work properly, no matter what :) Thanks for the prompt reply! Now I'll remember that patch... > -Søren -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / [EMAIL PROTECTED]`-

Re: ATA atapi-all.c problems/fixes/cleanups

2000-01-04 Thread Brian Fundakowski Feldman
bout; yes, I know that blocksizes should be matched perfectly and padded perfectly to prevent the ATA driver from having to handle the underrun/overrun cases, but the current handling is/was still broken. > > -Søren > -- Brian Fundakowski Feldman \

Re: ATA atapi-all.c problems/fixes/cleanups

2000-01-05 Thread Brian Fundakowski Feldman
On Wed, 5 Jan 2000, Soren Schmidt wrote: > Try this patch instead, it should do the right thing.. Since they're functionally the same, sure, I wouldn't mind either way :) > > -Søren > -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve

Re: ATA atapi-all.c problems/fixes/cleanups

2000-01-05 Thread Brian Fundakowski Feldman
Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / [EMAIL PROTECTED]`--' Index: atapi-all.c === RCS file: /usr2/ncvs/src/sys/dev/ata/atapi-all.c,v retrieving revision

Re: ATA atapi-all.c problems/fixes/cleanups

2000-01-06 Thread Brian Fundakowski Feldman
On Thu, 6 Jan 2000, Soren Schmidt wrote: > It seems Brian Fundakowski Feldman wrote: > > How about this? It's mostly the changes in your patch, but it also takes > > into account non-int{8,16}_t-sizing/alignment. It also takes care of the > > truncation problem when

ATA CD-R problems, still...

2000-01-08 Thread Brian Fundakowski Feldman
g DAD for fe80:0005::0280:c6ff:fef9:50a6 dc0: DAD complete for fe80:0005::0280:c6ff:fef9:50a6 - no duplicates found acd0: WRITE_BIG - ILLEGAL REQUEST asc=10 ascq=00 error=00 acd0: WRITE_BIG - ILLEGAL REQUEST asc=10 ascq=00 error=00 acd0: WRITE_BIG - ILLEGAL REQUEST asc=10 ascq=00 error=00 I don&#

Re: ATA CD-R problems, still...

2000-01-08 Thread Brian Fundakowski Feldman
On Sat, 8 Jan 2000, Bryan Liesner wrote: > On Sat, 8 Jan 2000, Brian Fundakowski Feldman wrote: > > >Well, I don't know about anyone else out there having the problems I'm > >having, but I might as well ask. I'm using the ATA driver with the > >follo

Re: ATA atapi-all.c problems/fixes/cleanups

2000-01-09 Thread Brian Fundakowski Feldman
e driver handles overruns and underruns well, and this makes everything full-block-size-sized. > -Søren -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / [EMAIL PROTECTED]`

SoftUpdates crash with new code

2000-01-09 Thread Brian Fundakowski Feldman
03f86 in Xint0x80_syscall () #20 0x804a30a in ?? () #21 0x80501b1 in ?? () #22 0x8048fa9 in ?? () (kgdb) -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / [EMAIL PROTECTED]`--' To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

ATAPI broken, but why?

2000-01-10 Thread Brian Fundakowski Feldman
est that). If any of you have any hints at all, please let me know. -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / [EMAIL PROTECTED]`--' To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freeb

Re: Crash from ^T during heavy paging

2000-01-11 Thread Brian Fundakowski Feldman
startprofclock(p2); MALLOC(p2->p_cred, struct pcred *, sizeof(struct pcred), @@ -499,6 +499,7 @@ microtime(&(p2->p_stats->p_start)); p2->p_acflag = AFORK; (void) splhigh(); + p2->p_flag |= P_INMEM; p2->p_stat = SRUN; set

Re: Crash from ^T during heavy paging

2000-01-11 Thread Brian Fundakowski Feldman
05/22). Do you want to do this work, or shall I take out a bit of time and do it? I'm wondering since quite often when someone fixes something, you've got a similar fix already sitting in your local tree :) > > Bruce -- Brian Fundakowski Feldman

Re: ATAPI broken, but why?

2000-01-13 Thread Brian Fundakowski Feldman
On Thu, 13 Jan 2000, Soren Schmidt wrote: > It seems Brian Fundakowski Feldman wrote: > > I'm sure everyone's seen my e-mail and others' e-mail about ATAPI in the > > ATA driver, at least, being broken (WRT CD-Rs). The question is, does > > anyone have any id

Re: ATA CD-R problems, still...

2000-01-16 Thread Brian Fundakowski Feldman
Can you try this patch to src/usr.sbin/burncd, and see if things work after that? Thanks! (BTW, there's also an extra feature in there, hope you don't mind :) -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / [EMAIL

Re: Crash from ^T during heavy paging

2000-01-16 Thread Brian Fundakowski Feldman
correct. What do you think? > > Bruce -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / [EMAIL PROTECTED]`--' Index: kern_resource.c ===

Re: Crash from ^T during heavy paging

2000-01-17 Thread Brian Fundakowski Feldman
. I wasn't even aware of differences in language like that between files. Maybe I'm too used to there being no sentence structure :) Thank you, though! I now understand the idea of header theory a bit better. > > Bruce > > -- Brian Fundakowski Feldman \ Free

Re: 0xdeadc0de ???

2000-01-17 Thread Brian Fundakowski Feldman
fter being free()d. I'd suggest reporting it directly to Bill Paul and Nick Hibma, since they'll be familiar with their code :) > > Jun Kuriyama // [EMAIL PROTECTED] > // [EMAIL PROTECTED] > -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve!

Re: That fix for the ^T crash

2000-01-27 Thread Brian Fundakowski Feldman
I just do a quick test on your patch (+ bde fixes) and commit > it myself? The best thing to do is get on BDE's case to have it fixed very soon :) He knows what he's doing! > Stephen. -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / [EMAIL PROTECTED]

Re: [HEADS UP] xinstall/setflags (was Re: cvs commit: src/share/

2000-02-04 Thread Brian Fundakowski Feldman
to use [gs]etflags. Of course, this would all be done at the same time :) > -- > > John Baldwin <[EMAIL PROTECTED]> -- http://www.FreeBSD.org/~jhb/ > PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc > "Power Users Use the Power to Serve!" - http://w

Re: [HEADS UP] xinstall/setflags (was Re: cvs commit: src/share/

2000-02-05 Thread Brian Fundakowski Feldman
ghs > But that would not fix the installation problem. > > -Matt > > -- > > John Baldwin <[EMAIL PROTECTED]> -- http://www.FreeBSD.org/~jhb/ > PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc > "Power Users Use

Re: After last ATAPI update system doesn't boot if modules loadedby /boot/loader.

2000-02-24 Thread Brian Fundakowski Feldman
\ Tell him he should learn how to fish himself, \\ [EMAIL PROTECTED] > \\ and he'll hate you for a lifetime. \\ [EMAIL PROTECTED] -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / [EMAIL PROTECTED]`--' To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: After last ATAPI update system doesn't boot if modules loadedby /boot/loader.

2000-02-24 Thread Brian Fundakowski Feldman
lled until the intrhook handler is called back, so I don't see how it can be the sysinit itself causing the failure. > -- > \\ Give a man a fish, and you feed him for a day. \\ Mike Smith > \\ Tell him he should learn how to fish himself, \\ [EMAIL PROTECTED] >

Re: [PATCH] Fix login.conf, expiration, BSD compatibility in OpenSSH

2000-02-28 Thread Brian Fundakowski Feldman
is, to be honest. I don't see why everything got moved around, at the least. -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / [EMAIL PROTECTED]`--' To Unsubscribe: send mail to [EMAIL PROTECTED] with "

Re: [PATCH] Fix login.conf, expiration, BSD compatibility in OpenSSH

2000-02-29 Thread Brian Fundakowski Feldman
On Tue, 29 Feb 2000, Andrey A. Chernov wrote: > On Mon, Feb 28, 2000 at 08:57:08PM -0500, Brian Fundakowski Feldman wrote: > > I'm not very comfortable with this, to be honest. I don't see why > > everything got moved around, at the least. > > I am ready to answe

Re: copy-on-write optimized faults

1999-10-29 Thread Brian Fundakowski Feldman
ew days. At this frequency, the cost of deciding > whether or not to apply the optimization on every copy-on-write fault > is greater than what is saved those 26 times it is applied. I get about 1.5PPM optimized COW faults: 7734278 copy-on-write faults 12 copy-on-write optimized fault

Re: K6-III wrtalloc + mtrr support ?

1999-10-29 Thread Brian Fundakowski Feldman
y wary; if you do find out what's wrong, let me know. -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / [EMAIL PROTECTED]`--' To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-cu

Re: crashdump in re lockups.

1999-10-29 Thread Brian Fundakowski Feldman
el -g and installed with install.debug. This helps if you plan on debugging a module when it crashes. -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / [EMAIL PROTECTED]`--' To Unsubscribe: send mail to [EMAIL PROTE

Re: K6-III wrtalloc + mtrr support ?

1999-10-30 Thread Brian Fundakowski Feldman
On Sat, 30 Oct 1999, Andrew Atrens wrote: > > On Fri, 29 Oct 1999, Brian Fundakowski Feldman wrote: > > > > I disabled (or asked Peter to, actually) the K6-2+ MTRR driver a while > > back because with XFree86 3.9.16 (an alpha which uses MTRR support) it > > would

Re: /usr/share/calendar/calendar.freebsd ?

1999-10-30 Thread Brian Fundakowski Feldman
s, but it would be for the best!) Other than that, it would be interesting to have such milestones as branch dates/release dates, E-day, C-day, S-day (signal day? I guess ;), and what have you. > > N > -- Brian Fundakowski Feldman

Re: ATAPI CD errors

1999-10-31 Thread Brian Fundakowski Feldman
!ata_dmainit(atp->controller, atp->unit, (apiomode(atp->atapi_parm) < 0) ? (atp->atapi_parm->dmaflag ? 4 : 0) : -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / [EMAIL

Re: Serious locking problem in CURRENT

1999-11-07 Thread Brian Fundakowski Feldman
On Sat, 6 Nov 1999, Dmitrij Tejblum wrote: > Brian Fundakowski Feldman wrote: > > There were zero comments about what order things happen in; in fact, > > the ordering in this case is Just Plain Lame (TM). It's much more > > correct to explicitly check for fp->f_c

Re: Serious locking problem in CURRENT

1999-11-07 Thread Brian Fundakowski Feldman
t == 1. > > BTW, I have another little concern with that commit: It make possible for > last close() of a file descriptor to return 0 instead of the error from > VOP_CLOSE(), and the error from VOP_CLOSE() to be ignored. I don't see where you're getting

Re: libvgl - status and perspectives

1999-11-07 Thread Brian Fundakowski Feldman
;-( Commit, commit!! This would be so wonderful! > > Anyway, if you are interested, I can send you a copy for testing. > > Kazu > -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / [EMAIL PROTECTED]`--'

Re: help

1999-11-07 Thread Brian Fundakowski Feldman
On Sun, 7 Nov 1999, jg wrote: > I want to know where I could find Nestea v3. > Where I can find? > And where I could find a program that has the same effect that the > nestea or better. > It helps me. > > THANK YOU! > FOD. -- Brian Fundakowski Feldman

Re: gcc 2.95.2

1999-01-17 Thread Brian Fundakowski Feldman
detect OS type automatically. I'm certain XFree86 should build using gcc -E and not the C preprocessor itself. > > Hope it helps, > -- > $B$5$M$r(B mailto:[EMAIL PROTECTED]> > -- Brian Fundakowski Feldman \ FreeBSD: Th

RE: Netscape and -current

1999-11-22 Thread Brian Fundakowski Feldman
, and try the kernel. Does Netscape work? 2. Try a day later. Repeat till netscape breaks. 3. Go to the day it was still working. Read commits between the two times and see what's changed. Could it possibly be the KAME commit? -- Brian Fundakowski Feldman \ FreeBSD: The

Re: Netscape and -current

1999-11-22 Thread Brian Fundakowski Feldman
engineer > for Genesis Software - http://www.gsoft.com.au > "The nice thing about standards is that there > are so many of them to choose from." > -- Andrew Tanenbaum > > > To Unsubscribe: send mail to [EMAIL PROTECTED] > with "unsubscribe freebsd-current&q

Re: Netscape and -current

1999-11-22 Thread Brian Fundakowski Feldman
uments to rutine. > Thanks! Testing and committing a fix. -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / [EMAIL PROTECTED]`--' To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Netscape and -current

1999-11-22 Thread Brian Fundakowski Feldman
Forget anything I said about KAME being the strong possibility :) As soon as peter noted what commit it could have to do with, I figured it out and fixed it; after testing, I committed it. Be happy :) -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / [EMAIL

Re: Netscape and -current

1999-11-23 Thread Brian Fundakowski Feldman
it? > > ucp = uap-> /* ucp */ sigcntxp; > if (!useracc((caddr_t)ucp, sizeof(*ucp), VM_PROT_READ)) > return (EFAULT); > eflags = ucp->uc_mcontext.mc_eflags; > regs = p->p_md.md_regs; > > Bruce > > -- Brian Fundako

Re: Netscape and -current

1999-11-23 Thread Brian Fundakowski Feldman
On Tue, 23 Nov 1999, Peter Wemm wrote: > Brian Fundakowski Feldman wrote: > > Forget anything I said about KAME being the strong possibility :) As > > soon as peter noted what commit it could have to do with, I figured > > it out and fixed it; after testing, I co

Re: Overflow in banner(1)

1999-11-23 Thread Brian Fundakowski Feldman
I'd prefer something like this that I've attached. The move over the years has been away from artificial limits... -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / [EMAIL PROTECTED]`--'

Re: FreeBSD security auditing project.

1999-11-23 Thread Brian Fundakowski Feldman
_be_safe_, some people insist on using snprintf() "for stability". Don't get caught doing this. If you find a strcat() (for example), see if it's safe. If it is, then why replace it? > > Peter > > -- Brian Fundakowski Feldman \ FreeB

Re: FreeBSD security auditing project.

1999-11-23 Thread Brian Fundakowski Feldman
On Wed, 24 Nov 1999, Peter Jeremy wrote: > On 1999-Nov-24 15:33:14 +1100, Brian Fundakowski Feldman wrote: > >I'd like to note something. Strcat isn't necessarily unsafe, and strncat() > >isn't necessarily safe. > > I wasn't implying that. In fact, I

Re: Overflow in banner(1)

1999-11-30 Thread Brian Fundakowski Feldman
"proof of concept", showing the kind of thing I'd rather have. I like the precomputed one (add all argv[] strlen's and malloc that) better, anyway. > > -- > -- David([EMAIL PROTECTED]) > -- Brian Fundakowski Feldman \ FreeBSD: The Power to S

Re: trigraph in IPV6?

1999-11-30 Thread Brian Fundakowski Feldman
GLIFADDR: get first address. (???) I think the way this has been fixed before is to change it to something like (?!?) =) -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / [EMAIL PROTECTED]`--' To Unsubscribe: send mai

Re: Importing OpenSSL

1999-12-05 Thread Brian Fundakowski Feldman
r of priority. I'm accepting "{,cvs }diff -u"-format patches for the OpenSSH port :) > > M > -- > Mark Murray > Join the anti-SPAM movement: http://www.cauce.org > -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / [EMAIL PROTECTED]

Re: Importing OpenSSL

1999-12-05 Thread Brian Fundakowski Feldman
d being the FreeBSD maintainer for OpenSSH in the tree ;) > > Kris > -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / [EMAIL PROTECTED]`--' To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsub

Re: Sv: mount(2) broken?

1999-12-05 Thread Brian Fundakowski Feldman
nning Kamp FreeBSD coreteam member > [EMAIL PROTECTED] "Real hackers run -current on their laptop." > FreeBSD -- It will take a long time before progress goes too far! -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / [EMAIL PROTECTED

Re: OpenSSL update

1999-12-09 Thread Brian Fundakowski Feldman
people, as well as > solving the binary distribution problem. The alternative, given the > feature freeze, seems to be to forgo any kind of enhanced crypto support > in 4.x, which would suck. > > Sound okay to everyone? Sounds great. I hope this means I get to import OpenSSH! &g

Re: HEADSUP: wd driver will be retired!

1999-12-09 Thread Brian Fundakowski Feldman
VoxWare does, does it? I don't want to lose my SB16 (non-PnP) FM, certainly. > > -Søren > -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / [EMAIL PROTECTED]`--' To Unsubscribe: send mail to [EMA

Re: sh(1) broken caching [was: Re: Broken sh(1)?]

1999-12-20 Thread Brian Fundakowski Feldman
inues ROFL* > > Martin > -- > % > Martin Cracauer <[EMAIL PROTECTED]> http://www.cons.org/cracauer/ > Tel.: (private) +4940 5221829 Fax.: (private) +4940 5228536 > -- Brian Fundakowski Feldman \

Re: sh(1) broken caching [was: Re: Broken sh(1)?]

1999-12-20 Thread Brian Fundakowski Feldman
fundamental design flaws; it's been redesigned? > > Martin > -- > % > Martin Cracauer <[EMAIL PROTECTED]> http://www.cons.org/cracauer/ > Tel.: (private) +4940 5221829 Fax.: (private) +4940 5228536 >

Re: breakage still in sys/systm.h

2000-03-24 Thread Brian Fundakowski Feldman
gt; NAI Labs, A Division of Network Associates, Inc. -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / [EMAIL PROTECTED]`--' To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Dynamic sysctls - patches for review

2000-03-24 Thread Brian Fundakowski Feldman
--- Small & Embedded FreeBSD: http://www.freebsd.org/~picobsd/ -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / [EMAIL PROTECTED]`--' To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: DDB and dumping disk

2000-03-26 Thread Brian Fundakowski Feldman
grammer's Documentation Project <http://home.wxs.nl/~asmodai> > The descent to hell is easy... > -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / [EMAIL PROTECTED]`--' To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: DDB and dumping disk

2000-03-28 Thread Brian Fundakowski Feldman
> -- > Jeroen Ruigrok van der Werven Network- and systemadministrator > <[EMAIL PROTECTED]> VIA NET.WORKS The Netherlands > BSD: Technical excellence at its best http://www.bart.nl > How are the mighty fallen... -- Brian Fundakowski Feldman

Re: Transparent proxying using ``ipfw fwd'' seems broken as of today

2000-03-29 Thread Brian Fundakowski Feldman
_/ _/ _/_/ > [EMAIL PROTECTED] _/_/ _/_/_/ use Std::Disclaimer; -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / [EMAIL PROTECTED]`--' To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Netscape 6 Linux pre-release, got it going.

2000-04-11 Thread Brian Fundakowski Feldman
- http://segment7.net > > Al Gore didn't invent the Internet, WE DID! > BSD Leading the Way! > -LinuxWorld2000 FreeBSD poster > -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / [EMAIL PROTECTED]`--&#

Re: panic: vm_object_shadow: source object has OBJ_ONEMAPPING set.

2000-04-15 Thread Brian Fundakowski Feldman
e could get him a test case so he can watch it happen himself and debug it himself. Do you think you can find a specific set of steps for Alan to reproduce it? > Bye! > > Michael Reifenberger > ^.*Plaut.*$, IT, R/3 Basis, GPS -- Brian Fundakowski Feldm

Re: panic: vm_object_shadow: source object has OBJ_ONEMAPPING set.

2000-04-15 Thread Brian Fundakowski Feldman
with a ref_count of more than 1? I'd accept an authoritative answer about this from alc, dillon, dyson, or luoqi, who are all very familiar with the new VM. > -- > -Alfred Perlstein - [[EMAIL PROTECTED]|[EMAIL PROTECTED]] > "I have the heart of a child; I keep it in a jar on my de

Re: panic: vm_object_shadow: source object has OBJ_ONEMAPPING set.

2000-04-15 Thread Brian Fundakowski Feldman
or not that is correct WRT multiple, shared-VM processes. -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / [EMAIL PROTECTED]`--' To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: panic: vm_object_shadow: source object has OBJ_ONEMAPPING set.

2000-04-15 Thread Brian Fundakowski Feldman
kout of Wine) lying around, so I'll be able to definitely test it :) > -Matt > Matthew Dillon > <[EMAIL PROTECTED]> -- Brian Fundakowski Feldman

Re: panic: vm_object_shadow: source object has OBJ_ONEMAPPING set.

2000-04-15 Thread Brian Fundakowski Feldman
t you mean that a backing object itself should have OBJ_ONEMAPPING cleared if any of the children have it cleared. > Brian, if you'd like to try this, I'll be happy to review it. I'm going to research the VM a bit more now that you and Matt have gotten me on track again, and

Re: panic: vm_object_shadow: source object has OBJ_ONEMAPPING set.

2000-04-15 Thread Brian Fundakowski Feldman
ndles. I don't know why it's never been tripped on, though... > -Matt > Matthew Dillon > <[EMAIL PROTECTED]> -- Brian Fundakowski Feldman

Anyone have OpenSSH + X11-fwd working?

2000-04-17 Thread Brian Fundakowski Feldman
d it recently and gotten it to work? I'd also be interested in people who have not gotten it to work and get the error message about an "invalid protocol". -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / [EMAIL PROTECTED]`-

Re: Anyone have OpenSSH + X11-fwd working?

2000-04-17 Thread Brian Fundakowski Feldman
On Mon, 17 Apr 2000, Shin-ichi YOSHIMOTO wrote: > At 10:01 -0400 04/17/2000, Brian Fundakowski Feldman wrote: > > Has anyone tried it recently and gotten it to work? > > Yes, sure. Check your config file. That doesn't explain the failures here. Look. The initial SSH

Re: Anyone able to verify the fix for (was Re: panic: vm_object_shadow:source object has OBJ_ONEMAPPING set.)

2000-04-18 Thread Brian Fundakowski Feldman
ch. > The real problem is that the assertion is just plain wrong, not > the code around it. It needs to be corrected or removed. As I suspected all along ;) > Alan -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / [EMAIL PROTECTED]`

Re: Anyone have OpenSSH + X11-fwd working?

2000-04-20 Thread Brian Fundakowski Feldman
Just FYI: It still doesn't work at all, after multiple make worlds with the latest crypto sources all around. I'm going to update the port and then try that instead. -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / [EMAIL

Re: Anyone have OpenSSH + X11-fwd working?

2000-04-20 Thread Brian Fundakowski Feldman
ent of the form "X is the one, true Y" is FALSE. -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / [EMAIL PROTECTED]`--' To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Anyone have OpenSSH + X11-fwd working?

2000-04-20 Thread Brian Fundakowski Feldman
nd my latest port update OpenSSH. I have no idea what it could be now. I suppose I'll investigate problems with XFree86 itself now :-/ This is extremely weird. -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / [EMAIL PROTECTED]`

Re: Anyone have OpenSSH + X11-fwd working?

2000-04-20 Thread Brian Fundakowski Feldman
list show (you don't have to show me the cookies, of course :)? What does xauth list say when you're ssh'd into the 4.0 box? -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / [EMAIL PROTECTED]`--' To

Re: Anyone have OpenSSH + X11-fwd working?

2000-04-21 Thread Brian Fundakowski Feldman
rwardX11 yes is for ssh configs and X11Forwarding yes is for sshd configs. (O_o) > Warner -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / [EMAIL PROTECTED]`--' To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Anyone have OpenSSH + X11-fwd working?

2000-04-21 Thread Brian Fundakowski Feldman
at all, and are all still correct for OpenSSH, and nothing is fixed with the latest OpenSSH code either... All I can think of is perhaps reinstalling XFree. > -- > Andrew -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / [EMAIL PROTECTED]`---

Re: Anyone have OpenSSH + X11-fwd working?

2000-04-21 Thread Brian Fundakowski Feldman
Sorry, no dice :( It doesn't seem to be that. All I've got left is maybe sending out every bit of configuration info, and maybe someone could figure it out. I doubt it, though, so I'm not gonna. > -- > Ben Smithurst / [EMAIL PROTECTED] / PGP: 0x99392F7D -- Brian Funda

Re: ed driver broken in today's -CURRENT?

2000-05-07 Thread Brian Fundakowski Feldman
mptoms of the breakage are known :) > -- > \\ Give a man a fish, and you feed him for a day. \\ Mike Smith > \\ Tell him he should learn how to fish himself, \\ [EMAIL PROTECTED] > \\ and he'll hate you for a lifetime. \\ [EMAIL PROTECTED] -- Brian Fundakowski Feldman

Re: Scheduler changes?

2000-06-09 Thread Brian Fundakowski Feldman
t. A +20 process won't get better priority than anything else, period. Try it out, see how it works for you:) -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / [EMAIL PROTECTED]`--' --- /usr/src/sys/sys/proc.

Re: Scheduler changes?

2000-06-10 Thread Brian Fundakowski Feldman
On Sat, 10 Jun 2000, Volodymyr Kostyrko wrote: > On Fri, Jun 09, 2000 at 08:28:06PM -0400, Brian Fundakowski Feldman wrote: > >It's an issue. Nice values count for less than before due to fixes > > that Luoqi Chen made (and I committed). The behavior now isn't opti

Re: Scheduler changes?

2000-06-11 Thread Brian Fundakowski Feldman
On Sun, 11 Jun 2000, Jacob A. Hart wrote: > On Fri, Jun 09, 2000 at 08:28:06PM -0400, Brian Fundakowski Feldman wrote: > > > >The diff should make a process at -20 which uses all available CPU > > schedule just slightly the ahead of a process at +20 which uses no CPU

kernel config format migration script

2000-06-21 Thread Brian Fundakowski Feldman
regular expression support (because old regexps are so cumbersome to actually _use_), so for example: mv GREEN GREEN.old perl gethints.pl GREEN sed -Ef oldconfig2new GREEN.old > GREEN Hope it saves some people time! :) -- Brian Fundakowski Feldman / &

Re: -e option to umount?

2000-06-22 Thread Brian Fundakowski Feldman
de to do this. I'm not one to deny a simple feature in the base system, though, even if this feature is not /really/ that simple. -- Brian Fundakowski Feldman / "Any sufficiently advanced bug is\ [EMAIL PROTECTED] | indistinguishable from

Re: Scheduler changes?

2000-07-09 Thread Brian Fundakowski Feldman
Usenix proceedings. I'm very interested in finding a better algorithm than the current one, yes :) > cheers > luigi -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / [EMAIL PROTECTED]

HEADS UP: recent panics fixed

2000-07-10 Thread Brian Fundakowski Feldman
Please let me know if any of you still have spontaneous panics! -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / [EMAIL PROTECTED]`--' -- Forwarded message -- Date: Mon, 10 Jul 2000 23:47:38 -0700

Re: Recent -current Performance Drop?

2000-07-12 Thread Brian Fundakowski Feldman
amp | UNIX since Zilog Zeus 3.20 > [EMAIL PROTECTED] | TCP/IP since RFC 956 > FreeBSD coreteam member | BSD since 4.3-tahoe > Never attribute to malice what can adequately be explained by incompetence. -- Brian Fundakowski Feld

Re: Panic: lockmgr: pid 5, not exclusive lock holder 0 unlocking

2000-07-25 Thread Brian Fundakowski Feldman
lock_data = 0x0 }, lk_flags = 0x440, lk_sharecount = 0x0, lk_waitcount = 0x0, lk_exclusivecount = 0x2, lk_prio = 0x14, lk_wmesg = 0xc0265fe4 "bufwait", lk_timo = 0x0, lk_lockholder = 0x752f } -- Brian Fundakowski Feldman

Re: Panic: lockmgr: pid 5, not exclusive lock holder 0 unlocking

2000-07-25 Thread Brian Fundakowski Feldman
??"); if (BUF_REFCNT(bp) > 1) { /* do not release to free list */ - panic("bqrelse: multiple refs"); BUF_UNLOCK(bp); splx(s); return; -- Brian Fundakowski Feldman

Re: Panic: lockmgr: pid 5, not exclusive lock holder 0 unlocking

2000-07-25 Thread Brian Fundakowski Feldman
On Tue, 25 Jul 2000, Ollivier Robert wrote: > According to Brian Fundakowski Feldman: > > Actually, I'm pretty certain this is the fix: > > Well it won't panic but isn't it putting the problem under the carpet? I > agree the panic seems to be here temporarely bu

Re: Panic: lockmgr: pid 5, not exclusive lock holder 0 unlocking

2000-07-26 Thread Brian Fundakowski Feldman
uffer (thanks, Greg!) will help me out to actually debug this instead of just wondering why B_DONE was set. -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / [EMAIL PROTECTED]`--' To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Panic: lockmgr: pid 5, not exclusive lock holder 0 unlocking

2000-07-28 Thread Brian Fundakowski Feldman
running with softupdates enabled on /? If I can reproduce it here, I will spend a while inspecting all the state to figure this one out as best as possible. > Ciao, > Sheldon. -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / [EMAIL PROTECTED]

Re: Mouse behaving funny since 5.0-CURRENT upgrade

2000-07-28 Thread Brian Fundakowski Feldman
could easily be Yarrow at work, since Yarrow runs right now most of the work done inside an interrupt handler (a taskqueue, at least). I'd like you to test the kthread version of Yarrow when Mark Murray and I are ready, which should be in a few days. -- Brian Fundakowski Feldman

Re: fcntl and /dev/random

2000-07-29 Thread Brian Fundakowski Feldman
ed. > Actually, in BIND9, fd is already open(2)ed with `O_RDONLY | O_NONBLOCK' > and setting O_NONBLOCK status with fcntl(2) is not needed, which means > that fixing BIND9's code is very simple; just comment out the fcntl(2)ing line. I'd say send that to the maintaine

Re: randomdev entropy gathering is really weak

2000-07-29 Thread Brian Fundakowski Feldman
And, should we decide not to change /dev/random semantics, > can we still back /dev/random with a modified Yarrow? I think it makes sense :) > -- > Jeroen C. van Gelderen o _ _ _ > [EMAIL PROTECTED] _o /\_ _ \\o (_)\__/o (_) >

Re: randomdev entropy gathering is really weak

2000-07-30 Thread Brian Fundakowski Feldman
> M > -- > Mark Murray > Join the anti-SPAM movement: http://www.cauce.org -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / [EMAIL PROTECTED]`--' To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

  1   2   >