Re: daemon()

2000-11-07 Thread Doug Barton
; dependent on which shell you use. > > exactly. this does not happen if I run this program from tcsh > (but does if I run from bash 1.14.7(1) built from ports > thanks! No one with any brains uses bash 1 for anything anymore. If you're interested in testing whe

Re: post-install of kernal sources, maxusers max?

2000-11-08 Thread Doug White
P processes and 50 SMTPD processes > simulatenously, 256 meg RAM. Small processes. > On the postfix list, it seems someone has heard from several FreeBSD > "experts" that FreeBSD should not be run at above maxusers = 128, > while somebody else said they were running

Re: daemon()

2000-11-09 Thread Doug Barton
style disagreements) in bash 2, they should be reported to the maintainer, who actively responds to and fixes reported problems. Doug To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: kqueue()/kevent(), select() and poll()

2000-11-19 Thread Doug White
ents of the new > kernel thread. > > Do you think it's possible and that it won't cause some portability problems ? Also, select() works on more descriptors than kqueue/kevent() does currently (i.e. NFS). Doug White| FreeBSD: The Power to Serve [EMAIL PROTE

Re: Really odd "BTX halted" problem booting FreeBSD on VALinuxhardware

2000-10-29 Thread Doug White
s. 3. Try to boot the box; watch BTX die in the same place every time. The Adaptec BIOS is doing something really fugly when it doesn't find proper partition tables on the disks. It does it if ANY of the disks are done 'dangerously dedicated.' The easy solu

Re: PXE boot problem.

2000-11-30 Thread Doug White
mtftp-tmout code 4 = unsigned integer 8; >option PXE.mtftp-delay code 5 = unsigned integer 8; Problem #2: This is not required, and is in fact wrong. tftp != mtftp. Unless you have an MTFTP server around ... I highly suggest doing it the old fashioned way with boot-file. PXE wi

Re: VMware hanging -- Memory deadlock?

2000-12-04 Thread Doug Ambrisko
| 70M Active, 34M Inactive, 75M Wired, ~9M Cache, 29M Buf, ~6M Free | | Does anyone have any suggestions on how to debug this? No, but going back to 4.2 RELEASE kernel fixed it for me. Start from there and move forward until you find out which commit broke it. Doug A. To Unsubscribe:

Re: nslookup deprecation [was 4.2 complaint]

2000-12-08 Thread Doug Barton
up a name -> address or address -> name mapping, 'host' provides everything you need, and then some. If you are doing serious DNS debugging, you have to learn dig, period. HTH, Doug -- So what I want to know is, where does the RED brick road go? Do YOU Yahoo!? T

Re: SCTP implementation and pccard.conf change for Cisco 802.11B 340series cards

2000-12-11 Thread Doug Ambrisko
driver. I Well you are sort-of right ... look at -current and it's there. Patches for stable are at http://www.ambrisko.com/doug/an.patch.wep3 for the latest greatest stuff. Several people have this code in use for a while. I've been collecting patches and posting diff's at my website

Re: rpc.lockd and true NFS locks?

2000-12-17 Thread Doug Barton
is desperately in need of client side NFS locks, so I'm highly motivated to test this out if it can be ported to either -stable or -current. Doug -- "The most difficult thing in the world is to know how to do a thing and to watch someone else do it wrong without comment.&qu

National Semiconductor 82c168/82c169 driver

2000-12-18 Thread Doug Luce
natsemi0 instead of fxp0 (for an Intel card)... Doug To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

National Semiconductor DP83815

2000-12-18 Thread Doug Luce
On my previous message, please ignore the designation I gave for the card. The card I'm messing with is a Bay Netgear FA311, based on the National Semiconductor DP83815. My pasting ability was somewhat hampered during the last composition. Doug To Unsubscribe: send mail to [EMAIL PROT

Re: diskless/pxe boot

2000-12-18 Thread Doug White
o know what PXE version you were using and on what device. For newer PXE revs (2.X), you want build 082 or later. Everything before is broken in some way. The 0.99c version of the Boot Agent (on older fxp cards) is fine, however. The Intel 810 firmware is quite broken; a fixed one will be ava

Re: how to test out cron.c changes? (was: cvs commit: src/etc crontab)

2001-01-01 Thread Doug Barton
lf, I don't think your proposed changes are a good idea, which is why I refrained from offering any suggestions on how you can test them. Just so you wouldn't think you were being ignored, Doug To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: ARP question.

2001-01-02 Thread Doug White
s this nasty bad habit of broadcasting ARPs on all interfaces. For this reason multihomed Linux boxes should be banned. We got tired of it at my previous job and patched around it on the linux machine. Doug White| FreeBSD: The Power to Serve [EMAIL PROTECTED] | www.FreeBSD.or

Re: kernel debugging suggestion needed

2001-01-02 Thread Doug White
te debugging or ddb)? kld debugging is a bit tricky. Take a look at the debugging macros and bits that Greg Lehey put together for vinum for a starting point. You have to calculate the appropriate offset to get to the KLD code in gdb. Doug White| FreeBSD: The Power to Serve [

Re: BSD dlopen and such

2001-01-04 Thread Doug White
yscalls have to be translated, otherwise if you were running as root and loaded a linux lib into a freebsd binary, then that lib called fcntl(), your system would reboot :) Doug White| FreeBSD: The Power to Serve [EMAIL PROTECTED] | www.FreeBSD.org To Unsubscribe: send mail t

Re: kernel debugging suggestion needed

2001-01-05 Thread Doug Rabson
On Tue, 2 Jan 2001, Doug White wrote: > On Tue, 2 Jan 2001, Zhiui Zhang wrote: > > > > > I have written a KLD and am debugging it. The program often hangs after > > runs for a while (I guess it enters into some dead loop). Is there a way > > to attach to the proc

Re: OT: silence as an answer? (was: how to test out cron.c changes?)

2001-01-05 Thread Doug Barton
Gerhard Sittig wrote: > > [ this message is no personal affront against you, Doug, but an > expression of what feeling this kind of behaviour causes for > those who want to share and find themselves ignored ] Actually, I wouldn't care if it were, but thanks for the c

Re: Broken-by-design USB device?

2001-01-08 Thread Doug Rabson
ou could review his patch dfr, that would be appreciated. > > This is an issue in current as well. The patch looks good to me. -- Doug Rabson Mail: [EMAIL PROTECTED] Technical Director, Qube Software Ltd. Phone: +44 20 7431 9995 To Unsubscribe: send mail to [EMAI

Re: OT: silence as an answer? (was: how to test out cron.c changes?)

2001-01-08 Thread Doug Barton
Gordon Tetlow wrote: > > Hello there! > > On Fri, 5 Jan 2001, Doug Barton wrote: > > Gerhard Sittig wrote: > [snip] > > > > Consider the following. We are in the spring and DST is "springing > > forward" at 2am. We have a job scheduled

Re: how to test out cron.c changes? (was: cvs commit: src/etc crontab)

2001-01-09 Thread Doug Barton
Gerhard Sittig wrote: > > [ citing from Doug's message in the "OT: silence ..." subthread > to keep the technical discussion in the "how to test" subthread ] > > On Tue, Jan 05, 2001 at 14:45 -0800, Doug Barton wrote: > > > > You stated in an

Re: kobj, makedevops.pl etc.

2001-01-09 Thread Doug Rabson
slightly less flexible system used in 4.x. You need to rebuild the driver, using makeobjops.pl instead of makedevops.pl. -- Doug Rabson Mail: [EMAIL PROTECTED] Phone: +44 20 8348 6160 To Unsubscribe: send mail to [EMAIL P

Re: how to test out cron.c changes? (was: cvs commit: src/etc crontab)

2001-01-09 Thread Doug Barton
Neil Blakey-Milner wrote: > > On Tue 2001-01-09 (02:14), Doug Barton wrote: > > Gerhard Sittig wrote: > > You're blowing the significance of this part of your argument WAY out > > of proportion. After long discussion we've picked times for the periodic

Re: how to test out cron.c changes? (was: cvs commit: src/etc crontab)

2001-01-10 Thread Doug Barton
; Again, this change is from OpenBSD. We will synchronise with their > changes, and perhaps offer them back a patch to ignore what "ultra leet > sysadmins who rely on broken behaviour because people who don't are > simply stupid and shouldn't be running FreeBSD anyway!&quo

Re: how to test out cron.c changes? (was: cvs commit: src/etc crontab)

2001-01-10 Thread Doug Barton
On Tue, 9 Jan 2001, Gordon Tetlow wrote: > Hello again. > > On Tue, 9 Jan 2001, Doug Barton wrote: > > > Neil Blakey-Milner wrote: > > > > > > On Tue 2001-01-09 (02:14), Doug Barton wrote: > > > > The point I'm trying (obviously in vain) t

Re: how to test out cron.c changes? (was: cvs commit: src/etc crontab)

2001-01-10 Thread Doug Barton
opposition to the algorithm used, > which has been explained. What you are seeing is opposition to the idea itself. I'm not going to waste time analyzing the implementation of what I think is a bad idea. :) Doug -- "The most difficult thing in the world is to know how to

Re: KVM switch vs. FreeBSD psm driver (Solved!)

2001-01-10 Thread Doug Barton
John Polstra wrote: > > In article <[EMAIL PROTECTED]>, > John Polstra <[EMAIL PROTECTED]> wrote: > > > > I've got a Belkin OmniView Pro 8-Port KVM switch which thinks it's > > much smarter than it really is. When I try to use the mouse through > > it with FreeBSD (-current from around Christma

Re: how to test out cron.c changes? (was: cvs commit: src/etc crontab)

2001-01-11 Thread Doug Barton
Gerhard Sittig wrote: > > On Tue, Jan 09, 2001 at 02:14 -0800, Doug Barton wrote: > > Gerhard Sittig wrote: > > > > > > It's not that I want to talk you into something you don't > > > want. > > > > But that's exactly what you

Re: how to test out cron.c changes? (was: cvs commit: src/etc crontab)

2001-01-13 Thread Doug Barton
Could you guys remove my name from the Cc: list on this thread please? I've already made my position quite clear. Thanks, Doug -- "The most difficult thing in the world is to know how to do a thing and to watch someone else do it wrong witho

Re: how to test out cron.c changes? (was: cvs commit: src/etc crontab)

2001-01-21 Thread Doug Barton
Personally, I had a lot of sympathy with the idea of the proponents making a port of the new cron, but I could live with the idea of a command line option, defaulting to the old behavior. In either case, you need to back that commit out. Your actions were premature and indefensable. Dou

Re: Dramatic cron changes are premature Was: Re: cvs commit: src/usr.sbin/cron/cron cron.8 cron.c cron.h

2001-01-21 Thread Doug Barton
On Sun, 21 Jan 2001, Sergey Babkin wrote: > Doug Barton wrote: > > > > This needs to be backed out immediately. This isn't even close to what was > > discussed in -hackers. After LONG, often pointless discussion, the > > following points were agreed to the

Re: pthreads and kqueue

2001-01-24 Thread Doug White
ment your solution, though ... from the sounds of it, you can only have one concurrent connection to your authentication server via this library, which sounds extremely lame. Do the clients just sit around forever until the server returns? The serialization this library forces isn&#

Re: pthreads and kqueue

2001-01-26 Thread Doug White
ou have any! Also, your proprietary library has to be threadsafe too. Particularly if it blocks... it'll probably block the whole process instead of the individual thread. Unless we figured out a way to fix that :) Doug White| FreeBSD: The Power to Serve [EMAIL

Re: NFS server out of mbuf's?

2001-01-26 Thread Doug White
gt; logs and such. Sudden network outages during periods of high activity will cause mbuf cluser consumption to increase. 'netstat -m' is your friend. Doug White| FreeBSD: The Power to Serve [EMAIL PROTECTED] | www.FreeBSD.org To Unsubscribe: send mail to

RE: Kernel Hacking (i tried not to make it lame)

2001-01-29 Thread Doug Barton
rent, > > stable and from other BSD project such OpenBSD to pick all > > the good stuffs. > > I'm a happy 2.2.x user. > > > I think Yahoo! is using still on 2.2.8. Don't let your imagination run away with you. :) Doug -- "Pain heals. Chicks dig scar

Re: FreeBSD specific strftime(3) format specifiers

2001-02-01 Thread Doug White
; should be submitted to gcc developers and the changes will get into > our tree on next gcc source import? I believe there is a -fformat-extensions flag that gets around this problem. Check out the kernel build for the actual flag as it's used there. Doug White

Re: Suboptimal mmap of devices on i86

2001-02-01 Thread Doug White
using the previous syscall(2) interface? They die horribly? That's not acceptable. Doug White| FreeBSD: The Power to Serve [EMAIL PROTECTED] | www.FreeBSD.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Really odd "BTX halted" problem booting - PXE/diskless

2001-02-01 Thread Doug White
h boxes. > > i labeled the disks with: > dd if=/dev/zero of=/dev/rda0 bs=1k count=1 > disklabel -Brw da0 auto This is a bug in the adaptec BIOS. Don't do this for boot disks. Use fdisk/real slices instead. Doug White| FreeBSD: The Power to Serve [EMAIL

Re: boot1 changes and etherboot support

2001-02-19 Thread Doug Ambrisko
a standard off the shelf motherboard. Also CMOS memory is increasing and that could be used for some configuration info to be used as non-flash persistant storage such as IP address and such. Also having a small BIOS image like General Software would help save space. Doug A. To Unsubscribe: send

Re: apache

2001-02-26 Thread Doug White
2001] [alert] Child 777 returned a Fatal error... > Apache is exiting! > httpd in free(): warning: page is already free. > > > anyone seen this before? > i do have some things on nfs apache accesses.. Don't put the scoreboard & lock file on NFS. The Apache docs say this i

Re: FreeBSD on S/390?

2001-03-01 Thread Doug Ambrisko
ould think this would be a good starting point and since the emulator is open source it should be easier to figure out how the machine works. Doug A. Standard disclaimer applies To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: BIND 9.1.1 and FBSD 4.2-stable

2001-03-02 Thread Doug Barton
You might also consider using/installing 8.2.3 and see if you get the same results. In any case, please respond to [EMAIL PROTECTED] with your answer. Doug -- "Pain heals. Chicks dig scars. Glory . . . lasts forever." -- Keanu Reeves as Shane Falco in "The Rep

Re: Porting NVidia linux kernel modules to FreeBSD

2001-03-12 Thread Doug Barton
rable in my entirely non-scientific comparison to the old X 3 + Mesa performance. I never installed utah-glx with X 3. Doug -- Perhaps the greatest damage the American system of education has done to its children is to teach them that their opinions are relevant simply because they are t

Needs some autoconf + pthread + etc. clue

2001-03-14 Thread Doug Barton
back the effort to make this product compile clean on freebsd. Thanks, Doug -- Perhaps the greatest damage the American system of education has done to its children is to teach them that their opinions are relevant simply because they are their opinions. Do YOU Yahoo!? To Unsubscr

Re: problem with SCSI

2006-06-06 Thread Doug Barton
gt; > What (maybe not) causes troubles: > > okey# make clean > ===> Cleaning for m4-1.4_1 > rm: /usr/ports/devel/m4/work: Directory not empty > *** Error code 1 Try rebooting to single user mode and running 'fsck -y'. That may help. Good luck, Doug --

Re: NVIDIA FreeBSD kernel feature requests

2006-06-30 Thread Doug Ambrisko
Kip Macy writes: | IIRC lack of per instance cdevs also limits Freebsd to one vmware instance. Really? Don't tell my vmware multiple instances! I used to run 10 on one FreeBSD host. Doug A. ___ freebsd-hackers@freebsd.org mailing list

Re: NVIDIA FreeBSD kernel feature requests

2006-06-30 Thread Doug Ambrisko
Kip Macy writes: | WOW THATS GREAT DOUG! \0/ - it didn't work for me. This was with the last patched driver for vmware 2. I'm not sure if it every made it into the port. http://www.mindspring.com/~vsilyaev/vmware/files/changes 28 Jan 01 Version 0.99-1-0.22 Support for multi

Re: NVIDIA FreeBSD kernel feature requests

2006-07-06 Thread Doug Barton
esented would have value in other areas if they were implemented, so at best I would deem your characterization to be slanted. You may wish to consider if perhaps it is not also inaccurate. Doug -- This .signature sanitized for your protection __

Re: odd behavior in apache 2.0.58 today

2006-07-18 Thread Doug Barton
aggressive spider went after sites on our systems. Restarting Apache was usually all it took to set things right again. hth, Doug -- This .signature sanitized for your protection ___ freebsd-hackers@freebsd.org mailing list http://lists.freeb

Re: odd behavior in apache 2.0.58 today

2006-07-18 Thread Doug Barton
John Von Essen wrote: > Doug, > > Did some googling and I did find a connection between excessive > CLOSED_WAITS, and hanging apache, and webbots. Some of the IP's I saw in > my netstat were bots too. The problem has something to do with the bot > no longer acceptin

Re: [PATCH] adding two new options to 'cp'

2006-07-27 Thread Doug Barton
rtable > (and thus preferable) way: > > cd /from; find -d . | cpio -dumpl /to While I don't want to stifle anyone's creativity, I agree with Oliver (and other posters) on this one. The Unix way of doing things is small programs that do their jobs well, tied together to accomplish

Re: get DMI information in kernel

2006-08-24 Thread Doug Ambrisko
the ipmi(4) driver. It gets the IPMI HW info via SMBIOS. There is also and smbios driver as well. Doug A. ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: [PATCH] get periodic.conf to use the correct ports INDEX

2006-08-27 Thread Doug Barton
Niclas Zeising wrote: > The periodic.conf in 7-CURRENT is still set to use the INDEX-6 ports > index file, instead of INDEX-7 which is the default on 7-CURRENT. This > should, I think, be changed. Done. Next time please consider using send-pr for this type of thing. Doug --

Re: How to change kernel version tag?

2006-08-28 Thread Doug Barton
Yuan, Jue wrote: > Hi all. > > Could I change the kernel version tag manually? /sys/conf/newvers.sh hth, Doug -- This .signature sanitized for your protection ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.or

Re: "tar -c|gzip" faster than "tar -cz"?!?

2006-10-12 Thread Doug Barton
er? If so, the effect you saw might be due to file system caching. Doug -- This .signature sanitized for your protection ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: [patch] rm can have undesired side-effects

2006-10-30 Thread Doug Barton
atch. If there are no objections I'll do it myself if no one gets to it first. In any case I think that this is a good addition to the code, and I'm glad that this issue was raised. Doug -- This .signature sanitized for your protection ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: [patch] rm can have undesired side-effects

2006-10-30 Thread Doug Barton
uggestions didn't make it through on this message. Please feel free to post them for review and send the URL to the list. Doug -- This .signature sanitized for your protection ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd

Re: [patch] rm can have undesired side-effects

2006-10-30 Thread Doug Barton
on where the pre-recent-patch behavior (overwriting the actual file when using -P on a hard link) is the expected outcome. It's all well and good to say, "tough luck," but I don't think that's what our users expect. Doug -- This

Re: [patch] rm can have undesired side-effects

2006-10-30 Thread Doug Barton
Mike Meyer wrote: > In <[EMAIL PROTECTED]>, Doug Barton <[EMAIL PROTECTED]> typed: >> Simon L. Nielsen wrote: >>> Personally I think rm should do what you ask it to do - if you ask it >>> to overwrite a file which has multiple links, well... though luck. &

Re: FW: IPMI kernel module errors on 6.x

2006-11-15 Thread Doug Ambrisko
ess it via the web management | console, I just can not get the kernel driver to work with it. Any help | and/or references would be greatly appreciated. Could you try it static in the kernel and then with and without ACPI enabled? Doug A. ___ freebsd-h

Re: 6.1-RELEASE / 6.2 Kernel Crash...

2006-12-27 Thread Doug Barton
7;t easily get a serial console up and running, your earlier suggestion of putting the box back to the last known good 5.x release is a good one. At least that can help rule out hardware _failure_, as opposed to hardware-used-differently issues. hth, Doug --

Re: Init.c, making it chroot

2006-12-30 Thread Doug Barton
ly interested in boot-time issues, and this sounds like an interesting problem. Doug -- This .signature sanitized for your protection ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe

Re: LDAP integration

2007-01-07 Thread Doug Barton
ded value to justify the pain of the change. hth, Doug -- This .signature sanitized for your protection ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: LDAP integration

2007-01-09 Thread Doug Barton
Vulpes Velox wrote: > On Sun, 07 Jan 2007 22:02:30 -0800 > Doug Barton <[EMAIL PROTECTED]> wrote: > >> Vulpes Velox wrote: >>> I was just wondering. How many people here have given lots of >>> though about integrating FreeBSD configuration with LDAP. I

Re: LDAP integration

2007-01-10 Thread Doug Barton
config (and > may be written by entirely different config management tools -- e.g. > system config management vs. application deployment/management), and the > /etc/periodic functionality is not flexible enough to cover all cases. That's not a bad idea, but you'll have t

Re: LDAP integration

2007-01-10 Thread Doug Barton
the overall rcorder at boot time, so all you have to do is make a port of your project and you're good to go. Doug -- This .signature sanitized for your protection ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/

Re: LDAP integration

2007-01-10 Thread Doug Barton
Lamont Granquist wrote: > > > On Wed, 10 Jan 2007, Doug Barton wrote: >>> And if you're looking specifically at the /etc/rc.conf config file, what >>> would be more useful would be an /etc/rc.conf.d/ directory. >> >> Good news for you, we already suppo

Use of /etc/rc.conf.d (Was: Re: LDAP integration)

2007-01-11 Thread Doug Barton
Lamont Granquist wrote: > > On Wed, 10 Jan 2007, Doug Barton wrote: >> It's not documented, but the code is there in /etc/rc.subr: >> >> grep 'rc.conf\.d' /etc/rc.subr >>if [ -f /etc/rc.conf.d/"$_name" ]; then &

Re: Getting a patch commited

2007-01-12 Thread Doug Barton
nsible person for the PR hth, Doug -- This .signature sanitized for your protection ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: portupgrade O(n^m)?

2007-02-15 Thread Doug Barton
c. I don't know of any communities where those attitudes are well supported, but I do know that you won't get very far in this community that way. hth, Doug -- This .signature sanitized for your protection ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

portmaster and local ports (Was: Re: portupgrade O(n^m)?)

2007-02-15 Thread Doug Barton
o ignore these ports (with no skeleton) is probably a good idea for the long run anyway, so if anyone has an idea besides what I suggested above, speak up. :) Doug -- This .signature sanitized for your protection ___ freebsd-hackers@freebsd.org ma

Re: HEADS UP: interrupt filtering & newbus API breakage

2007-02-20 Thread Doug Barton
ch with the latest HEAD, and run 'make universe' with the latest HEAD? Doug -- This .signature sanitized for your protection ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscr

Re: 6.1 & SMP & PERC 3 on PE 2650

2007-03-01 Thread Doug Barton
en releases. hth, Doug -- This .signature sanitized for your protection ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: NFS based /usr prevents normal startup due to slow net init

2007-03-08 Thread Doug Barton
Steven Hartland wrote: Given that it sounds like a potential workaround is to use the machines IP instead of name until this is fixed, thanks for the info guys. For as long as I can remember, it's been a Best Practice to have entries for critical NFS servers in /etc/hosts.

Re: NFS based /usr prevents normal startup due to slow net init

2007-03-09 Thread Doug Barton
see http://www.freebsd.org/cgi/query-pr.cgi?pr=90863 for an interesting related discussion. hth, Doug -- This .signature sanitized for your protection ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hack

Re: 32/64bit KSE issues?

2007-04-03 Thread Doug Ambrisko
7;s working. libkse will be a lot harder IMHO. David's stuff in -current just works. I routinely run 32bit thread stuff on 64bit hosts using the libmap32.conf trick to switch from kse to libthr. Thanks to David for making it work in -current. Doug A. ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Xorg port problem?

2007-05-28 Thread Doug Barton
times on -current systems both pre and post the gcc + symver + version bump eras, and didn't have the problems you're seeing. What I don't have though is zfs, so that may be a place to look. One way to check is if you're not doing it already, use an mfs /tmp and

Re: Xorg port problem?

2007-05-29 Thread Doug Barton
Alex Dupre wrote: > Doug Barton wrote: >>> (Over 2GBs of RAM + Swap being used). It does this consistently when it >>> tries to compile xf86PciScan.c (hope thats the right file). >> May not be the answer you want to hear, but I built all the xorg stuff >> multip

Re: Xorg port problem?

2007-05-29 Thread Doug Barton
Alex Dupre wrote: Doug Barton ha scritto: Not disputing your answer, but I'm curious. Why would it cause problems on some systems but not others? I haven't done anything with my cflags ... It depends on how much RAM + Swap do you have. I know people with 1.5Gb that have such p

Re: Slight problem with make actual-package-depends with ports

2007-07-17 Thread Doug Barton
then do "make package", then +CONTENTS can be a bit messed up for the > package. This is because the creation of other ports might disturb > _LIB_RUN_DEPENDS and might put in some extra entries in +CONTENTS. "Doctor, it hurts when I do THIS." "Well, don&#

Re: [patch] enhance powerd(8) to handle max temperature

2007-08-01 Thread Doug Ambrisko
em but I think that might have been a joke. Systems that have IPMI version 2 are nice since that means they are supposed to support Serial Over Lan (SOL) via the standard :-) Doug A. ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Core temperature

2007-08-10 Thread Doug Barton
, for what that's worth. hth, Doug -- This .signature sanitized for your protection ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: what happened to make world?

2007-08-30 Thread Doug Barton
the better for you. We've given you the code, do what you will with it. Doug -- This .signature sanitized for your protection ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubs

Re: rc functions don't allow processes to shutdown

2007-08-31 Thread Doug Barton
ing at this from the other direction, what would be the benefit to having plain stop act in the absence of an _enable variable for that service? Doug -- This .signature sanitized for your protection ___ freebsd-hackers@freebsd.o

Re: rc functions don't allow processes to shutdown

2007-08-31 Thread Doug Barton
rests of the majority of FreeBSD users. Doug -- This .signature sanitized for your protection ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: rc functions don't allow processes to shutdown

2007-08-31 Thread Doug Barton
On Fri, 31 Aug 2007, Sean Bruno wrote: Doug Barton wrote: Assuming that lack of an affirmative _enable variable is a constant, the only way that a service can be started is with either onestart or forcestart. The symmetry here would be to stop it the same way. This may be symmetrical, but I

Re: How TLS is used in Kernel thread

2007-09-02 Thread Doug Rabson
On Thu, 2007-08-30 at 14:20 -0700, Jin Guojun wrote: > By looking through _pthread_create() code and find it uses a magic > cookie -- TLS -- created > by rtld_allocate_tls(), and passed into kernel by sysarch() via > _tcb_set() / _kcb_set(). > > The information seems to be set by rtld (ld-elf.so

Interrupt/speed problems with 6.2 NFS server

2007-10-15 Thread Doug Clements
inet6 ::1 prefixlen 128 inet 127.0.0.1 netmask 0xff00 Anyone have any clue about what might be going on? --Doug ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Interrupt/speed problems with 6.2 NFS server

2007-10-15 Thread Doug Clements
inet6 ::1 prefixlen 128 inet 127.0.0.1 netmask 0xff00 Anyone have any clue about what might be going on? --Doug ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Interrupt/speed problems with 6.2 NFS server

2007-10-17 Thread Doug Clements
em to run when the machine is hung up. I type in the command, but it does not run until the machine springs back to life. I'm not sure how this will affect measurements. http://toric.loungenet.org/~doug/sysctl-a http://toric.loungenet.org/~doug/psauxl http://toric.loungenet.org/~doug/systat-v

Re: Interrupt/speed problems with 6.2 NFS server

2007-10-18 Thread Doug Clements
On 10/17/07, Doug Clements <[EMAIL PROTECTED]> wrote: > > Can you also send the output of ps -auxl? > > > > Also - do you notice this performance drop when running something like > > one of the network performance tools? I'd like to isolate the disk > >

Re: boot loader

2007-10-26 Thread Doug Barton
this again for a while I'd update to 7.0 when it is released. The other alternative is to bribe someone who is local to do the installation for you, which all things considered would probably be easier all around. hope this helps, Doug -- This .signature sanitized for your prote

Re: page fault & degaradation performance

2007-11-07 Thread Doug Clements
27; or 'top' to see if you might possibly benefit from more ram by reducing paging. --Doug ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: page fault & degaradation performance

2007-11-08 Thread Doug Clements
Running out of memory and having to continually swap things in and out of ram degrades performance, yes. Page faults are simply how the virtual memory subsystem gets things done, like pulling things out of swap. --Doug On Nov 7, 2007 7:48 PM, binto <[EMAIL PROTECTED]> wrote: > Btw >

DNS DDoS

2007-11-25 Thread Doug Barton
very common, but fortunately the answer is simple. If you need any help with the DNS side of the equation feel free to contact me directly. Doug -- This .signature sanitized for your protection ___ freebsd-hackers@freebsd.org mailing list http://

Re: Before & After Under The Giant Lock

2007-11-25 Thread Doug Barton
ge! >> Basically my program runs about twice as fast when I run two threads as >> opposed to one - I cannot see doing any better than that! > > pure computation does not need kernel operations most of the time.. ie. > multi-threading kernel wont help much ;) It has an

Re: Ok, that's it, enough is enough! (rpc.lockd)

1999-11-28 Thread Doug Barton
linux and not only did it suck potatoes, it was frequently the cause of that server crashing. I would stay completely away from it. Thanks, Doug -- "Welcome to the desert of the real." - Laurence Fishburne as Morpheus, "The Matrix" To Unsubscribe: send mail to [EMAIL PR

Re: Ok, that's it, enough is enough! (rpc.lockd)

1999-11-30 Thread Doug Rabson
have to be from scratch. A pretty big > task. I reviewed the NFSv4 specs recently and came to the same conclusion. To do it right will be quite a bit of work and would include a decent kernel side implementation of rpc and gssapi. -- Doug Rabson Mail: [EMAIL P

Re: Ok, that's it, enough is enough! (rpc.lockd)

1999-11-30 Thread Doug Rabson
volunteer" ? :-) Not with my current workload :-(. -- Doug Rabson Mail: [EMAIL PROTECTED] Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

<    1   2   3   4   5   6   7   8   9   10   >