Re: Core Team Office Hours

2020-09-16 Thread Sean Chittenden
The 23rd. Sorry for the confusion - there were some scheduling conflicts that caused this to be pushed back. Cheers. -sc On Wed, Sep 16, 2020 at 1:05 AM Jakob Alvermark wrote: > On 2020-09-15 16:12, FreeBSD Core Team Secretary wrote: > > Based on the continuity of our last CORE Office Hours T

Re: PostgreSQL performance on FreeBSD

2016-06-23 Thread Sean Chittenden
regions. At this point in time this could be replaced with kqueue(2) EVFILT_PROC, but no one has done that yet. -sc -- Sean Chittenden s...@chittenden.org > On Jun 22, 2016, at 07:26 , Maxim Sobolev wrote: > > Konstantin, > > Not if you do sem_unlink() immediately, AFAIK. And

Re: please test pcm channel patch

2003-12-03 Thread Sean Chittenden
el" 1st pcm0:record:0 @ /usr/src/sys/dev/sound/pcm/dsp.c:144 2nd pcm0:play:0 @ /usr/src/sys/dev/sound/pcm/dsp.c:146 Stack backtrace: -sc -- Sean Chittenden ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: please test pcm channel patch

2003-12-03 Thread Sean Chittenden
rs. I can confirm that this patch fixes my LOR for pcm(4). -sc -- Sean Chittenden ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: IPFW2 verrevpath issue (IPv4 TCP, fresh kernel)

2003-11-26 Thread Sean Chittenden
g word to change the meaning of an email! What I meant to say was you're *not* alone in this... I'm having this problem on my firewall/nat box but not my laptop. -sc -- Sean Chittenden ___ [EMAIL PROTECTED] mailing list http://lists.freebs

Re: IPFW2 verrevpath issue (IPv4 TCP, fresh kernel)

2003-11-25 Thread Sean Chittenden
> Is my expectation wrong or is there a pertinent IPFW2 bug in a current > 5.2-BETA kernel? You're alone in this, though cjc hasn't been able to reproduce this. Are you on a multi-homed system? -sc -- Sean Chittenden ___ [EMAIL PR

Locking problem with snapshots...

2003-11-22 Thread Sean Chittenden
me back story, I was compiling gdb6-release, the machine panic'ed the 1st time. Once back up, not more than 90sec after the machine was up, I kicked off the build of GDB again and am pretty sure that's what 'caused this. -sc -- Sean Chittenden ___

Re: DStumbler / BSD-AirTools Error with new Wi code?

2003-11-19 Thread Sean Chittenden
il Firmware: Primary (0.3.0), Station (0.8.3) wi0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps $ sudo dstumbler wi0 -o [fires up] I don't know if Lucent cards are supported or not. How old is your kernel, btw? You should update to -CURRENT as there have been many wlan fixes since 5.1-RELEASE. -

Re: DStumbler / BSD-AirTools Error with new Wi code?

2003-11-19 Thread Sean Chittenden
y. Update to 0.3 and things should work: dstumbler wi0 -o -sc -- Sean Chittenden ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: NULL td passed to propagate_priority() when using xmms...

2003-10-31 Thread Sean Chittenden
r didn't turn up > anything. -sc sched_ule.c v1.70 fixes this. -sc -- Sean Chittenden ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"

NULL td passed to propagate_priority() when using xmms...

2003-10-31 Thread Sean Chittenden
pi.ko.debug...done. Loaded symbols for /usr/obj/usr/src/sys/DELLAPTOP/modules/usr/src/sys/modules/acpi/acpi.ko.debug #0 doadump () at /usr/src/sys/kern/kern_shutdown.c:240 240 dumping++; -sc -- Sean Chittenden ___ [EMAIL PROTECTED] mailing

ULE top(1) times...

2003-10-29 Thread Sean Chittenden
% kopete 695 sean760 26008K 16116K select 8:43 0.78% 0.78% kdeinit 646 root760 62540K 53036K select 8:24 0.00% 0.00% XFree86 A ULE UP kernel compiled fresh tonight (2003-10-28). Not critical, but certainly interesting. -sc -- Sean Chittenden

Re: More ULE bugs fixed.

2003-10-17 Thread Sean Chittenden
ent process = 971 (ps) trap number = 12 panic: page fault -- Sean Chittenden ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: More ULE bugs fixed.

2003-10-17 Thread Sean Chittenden
= 45 (syncer) trap number = 12 panic: page fault #0 0xc052eeeb in doadump () #1 0xc052f579 in boot () #2 0xc052f958 in panic () #3 0xc06e5536 in trap_fatal () #4 0xc06e4b73 in trap () #5 0xc06d53d8 in calltrap () #6 0xc05460bb in sched_switch () #7 0xc05384eb in mi_swi

Re: More ULE bugs fixed.

2003-10-17 Thread Sean Chittenden
ity threshold. > > > > Hrm, I must concur that while ULE seems a tad snappier on the > > responsiveness end, it seems to be lacking in terms of real world > > performance compared to 4BSD. > > Thanks for the stats. Is this on SMP or UP? UP. -sc -- Sean Chit

Re: More ULE bugs fixed.

2003-10-17 Thread Sean Chittenden
imes of minor page faults : 2750 Just a heads up, it does indeed look as thought hings have gone backwards in terms of performance. -sc -- Sean Chittenden ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current

Re: Release Engineering Status Report

2003-09-16 Thread Sean Chittenden
> 3. A panic caused by sending 64K-1 ping packets, which I can't reproduce. Is this a firewall induced panic? -sc -- Sean Chittenden ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe,

Re: Bad performance

2003-09-15 Thread Sean Chittenden
comment out these options from your kernel config and recompile again: options INVARIANTS options INVARIANT_SUPPORT options WITNESS options WITNESS_SKIPSPIN -sc -- Sean Chittenden ___ [EMAIL PROTECTED] mailing list ht

ata crash when disk io saturated on laptop...

2003-08-27 Thread Sean Chittenden
improperly resets ad0 or resets it incorrectly. Soren, is this something that would be addressed in your recent ATAng commit? :-/ -sc -- Sean Chittenden ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: libthr and 1:1 threading.

2003-04-02 Thread Sean Chittenden
7 ) at kinit.cpp:547 #27 0x0804d906 in handle_launcher_request (sock=7) at kinit.cpp:1021 #28 0x0804de57 in handle_requests (waitForPid=0) at kinit.cpp:1189 #29 0x0804ef43 in main (argc=3, argv=0xbfbffbac, envp=0x7) at kinit.cpp:1540 #30 0x0804b115 in _start () -- Sean Chittenden

Re: init not loading? why?

2003-03-28 Thread Sean Chittenden
it's return value. I haven't tested this beyond compiling it, but I suspect it'll work and fix this corner case. -sc -- Sean Chittenden Index: init.c === RCS file: /home/ncvs/src/sbin/init/init.c,v retrieving revision

Re: init not loading? why?

2003-03-28 Thread Sean Chittenden
rough init's src: /dev didn't exist therefore the machine wouldn't start. No good. I may find a place to stick this got'cha in the docs or add an mkdir() call to init. -sc -- Sean Chittenden ___ [EMAIL PROTECTED] mailing list http://li

init not loading? why?

2003-03-28 Thread Sean Chittenden
x27;m still alive with my old drive, but it's clunking pretty loudly and I don't think it's going to live much longer. :( -sc -- Sean Chittenden ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Cisco vpnclient

2003-01-31 Thread Sean Chittenden
) on the split host works exceedingly well and is generally a tighter firewall than what's put up to protect the office. ;) -sc -- Sean Chittenden To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: HEADS UP: new wi driver

2003-01-25 Thread Sean Chittenden
f nifty hacks to support the various interfaces and quirks of each of the cards. I think I'm going to dable with the various bsd-airtools and update them to use the same interface that wicontrol does and see if I can't kill off as many card specific quirks as I can. -sc -- Sean Chittenden

Re: HEADS UP: new wi driver

2003-01-24 Thread Sean Chittenden
ed to be updated or is this a bug in the new wlan code? -sc -- Sean Chittenden To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: sysctl -a loops forever...

2002-12-12 Thread Sean Chittenden
definately something I'll run into and likely others will when they update their production boxen. Is this a sysctl data presentation issue? -sc -- Sean Chittenden To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

sysctl -a loops forever...

2002-12-11 Thread Sean Chittenden
has already come up. -sc -- Sean Chittenden To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: aic7xxx kernel build failure...

2002-09-03 Thread Sean Chittenden
ug. You can try supping your world to aug-05 and doing an update to todays world and you should (hopefully, crosses fingers) be able to repeat things (assuming it wasn't hardware dependent). -sc -- Sean Chittenden msg42574/pgp0.pgp Description: PGP signature

Re: aic7xxx kernel build failure...

2002-09-02 Thread Sean Chittenden
-sc > > Sure. Thanks a lot. Hrm, looks like this is an interim bug. I did an install world and tried to run aicasm and it worked. ::shrug:: Go figure. Let me know if you need any other details. -sc -- Sean Chittenden msg42500/pgp0.pgp Description: PGP signature

Re: aic7xxx kernel build failure...

2002-09-02 Thread Sean Chittenden
ork, you can unhook aic7xxx from the build by editing > /sys/modules/Makefile. Well, I ended up unlinking it from the build and am installing now. Once I get a fresh world installed, I'll try and rebuild world again to see if the problem persists. Would you like me to get a ktrace of aicasm running before I rebuild world? -sc -- Sean Chittenden To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: aic7xxx kernel build failure...

2002-09-02 Thread Sean Chittenden
sr/src/sys/modules/aic7xxx/ahc/../../../dev/aic7xxx > > -o aic7xxx_seq.h -r aic7xxx_reg.h -p > > aic7xxx_reg_print.c-i > > /usr/src/sys/modules/aic7xxx/ahc/../../../dev/aic7xxx/aic7xxx_ > > osm.h > > /usr

aic7xxx kernel build failure...

2002-09-02 Thread Sean Chittenden
ode 1 Stop in /usr/obj/usr/src/sys/DELLAPTOP. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. -- Sean Chittenden msg42489/pgp0.pgp Description: PGP signature

Re: HEADS UP: GCC 3.2 in progress

2002-09-01 Thread Sean Chittenden
ly not that big of a deal. I'll just need to alter a patch, > and update the Mozilla people. My understanding from watching the patches move through mozilla is that the next release of mozilla _will_ work correctly with -CURRENT because it is aware of us not using thunks. The thunks patch f

w/uptime warning inappropriately under xdm/kdm [patch]...

2002-08-09 Thread Sean Chittenden
t that you're logged in via xdm/kdm? Should w(1) iterate through utmp/wtmp to get user info? -sc -- Sean Chittenden Index: w.c === RCS file: /home/ncvs/src/usr.bin/w/w.c,v retrieving revision 1.54 diff -u -r1.54 w.c --

IP stack or NetGear MA401 problems on -CURRENT... (July 18th-30th)

2002-08-02 Thread Sean Chittenden
-CURRENT's just been so stable recently so I opted to leave 'em at home. ::sigh:: At least one of them has a backup kernel on it, but I can't transfer it to the second. :-/ -- Sean Chittenden To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Unable to read from thread kernel pipe...

2002-07-28 Thread Sean Chittenden
from July 18th. Any thoughts/ideas? -sc -- Sean Chittenden To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: GCC upgrade ? on -current

2002-06-25 Thread Sean Chittenden
e Clark(e?). Dig through the archives from earlier this week and you should find something. -sc -- Sean Chittenden To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: buildworld failed with -O0

2002-06-23 Thread Sean Chittenden
that at least -O is specified where needed, but I'm 99% sure I haven't seen that commit. -sc -- Sean Chittenden To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: mktime() doesn't fix deadzones...

2002-04-10 Thread Sean Chittenden
0:00 PDT 2002 = 1018173600 That's a non-issue, I think you head is just going to have to continue to hurt. :~) -sc -- Sean Chittenden msg37144/pgp0.pgp Description: PGP signature

mktime() doesn't fix deadzones...

2002-04-09 Thread Sean Chittenden
2002-4-7 3:0:0.0 Anyone object or have any thoughts? -sc -- Sean Chittenden msg37133/pgp0.pgp Description: PGP signature

Re: /dev/MAKEDEV not being installed?

2002-03-22 Thread Sean Chittenden
r of pty's on current then? I only see 20 tty* entries in /dev and would like the full 256 like I compiled in. -sc -- Sean Chittenden To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

/dev/MAKEDEV not being installed?

2002-03-22 Thread Sean Chittenden
Just did a fresh install of -CURRENT and noticed that MAKEDEV isn't being installed. This intentional? -sc -- Sean Chittenden To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: NetBSD-style rc.d Project

2002-02-26 Thread Sean Chittenden
grams/services that was worth noting: it doesn't sound too radical, but rcorder does sound very interesting and sounds like something to play with. Thanks for the site and info, I'll hopefully come back with some useful patches. -sc -- Sean Chittenden To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: NetBSD-style rc.d Project

2002-02-26 Thread Sean Chittenden
for an rc system for the ports (${PREFIX}/etc/defaults && ${PREFIX}/etc/rc.conf) and have an interest in learning about the way they've done things. Does their paradigm completely obsolete the rc.conf concept? Were there any docs/project pages regarding the RC effort that I could perus

Re: My Recommended Development/Testing environment for -current

2001-08-28 Thread Sean Chittenden
p a development > environment. Extremely helpful and well written, thanks. Is this posted any place in a publicly available form such as a tutorial or article? -sc -- Sean Chittenden PGP signature

Re: News + call for testers regarding KSE + future inclusion of SMPng...

2001-08-28 Thread Sean Chittenden
s for the same PR. -sc -- Sean Chittenden PGP signature

News + call for testers regarding KSE + future inclusion of SMPng...

2001-08-28 Thread Sean Chittenden
clear that this is -CURRENT (not -STABLE) and would include all of the necessary warnings/disclaimers. -- Sean Chittenden PGP signature

Re: Headsup! KSE Nay-sayers speak up!

2001-08-27 Thread Sean Chittenden
eeBSD? I suppose that's something for -core to talk about/discuss, but I bet that if a poll was put on the homepage of FreeBSD.org (hint hint) asking about this, you'd get an overwhelming response to see KSE/SMPng in 5.X. With a poll you might even pick up some more testers given the exposure (hint hint). -sc -- Sean Chittenden PGP signature

Re: Headsup! KSE Nay-sayers speak up!

2001-08-27 Thread Sean Chittenden
ving KSE and SMPng in 5.X, then why not push back the release date? The value far outweighs the extra months needed to get it finished and out the door, but what do I know, I'm just a quiet kernel by standard making an observation. -sc -- Sean Chittenden PGP signature

2nd data point for keyboard probes (was Re: FreeBSD's aggressive keyboard probe/attach)

2001-08-12 Thread Sean Chittenden
some administration of the systems (downtime for a keyboard wasn't an option). -sc -- Sean Chittenden PGP signature