FW: CVS FYI (fwd)

2001-07-04 Thread Dan
U website/main/dbfiles/email_ad_tools.db cvs update: cannot change mode of website/main/dbfiles/email_ad_tools.db: Stale NFS file handle anyone know how to get rid of these. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

pagedaemon + vmdaemon

2001-07-15 Thread Dan
on some machines on some apache servers. I wrote a script to catch the offending processes and it seems to be these ones. Ideas on why they would be taking that much cpu? -- Dan +--+ | BRAVENET WEB SERVICES

RE: pagedaemon + vmdaemon

2001-07-16 Thread Dan
ya it seems it is running into swap abit. hmmm watching apache with truss i see alot of error #35's in the sys callswhat is that related to again? On Mon, 16 Jul 2001, John Baldwin wrote: > Date: Mon, 16 Jul 2001 13:03:33 -0700 (PDT) > From: John Baldwin <[EMAIL PROTECT

kernel panics and ipfilter

2001-08-03 Thread Dan
far is to just reboot the machine.i am starting to wonder if there is to much traffic to a box when you enable it right away that ipfilter maybe does not read them all. GOing to try a couple more things but if anyone has experieced this , some input would be most appreciated

ncftpd

2001-08-03 Thread Dan
ncftpd-2.6.3 i found this to panic the kernel under freebsd latest releases. I simple killall ncftpd just crashed the machinegonna try upgrading it see if that helps any. -- Forwarded message -- Date: Fri, 3 Aug 2001 15:48:08 -0700 (PDT) From: Dan <[EMAIL PROTECTED]&

hardware

2001-08-15 Thread Dan
Not sure if this is the right list for this but I am wondering if there is support for the Intel Dual 10/100BT Ethernet Adapter. -- Dan +--+ | BRAVENET WEB SERVICES | | [EMAIL PROTECTED

memory + apache

2001-08-28 Thread Dan
. -- Dan +--+ | BRAVENET WEB SERVICES | | [EMAIL PROTECTED] | | screen;cd /usr/src;make buildworld;cd ~ | | cp MYKERNEL /sys/i386/conf;cd /usr/src

Re: memory + apache

2001-08-30 Thread Dan
Yeah that is what I am thinking to. My guess is some large array allocated in the php code maybe or a sql query taking to long to finish eating up all the ram. That is kind of interesting to know. I would think the backstore would maybe be moved back to the paging system after the memory is free

Re: memory + apache

2001-08-30 Thread Dan
I will give it a try. touch /var/account/acct accton how long does it take for anything to get written to that file? As far as fork storms, I did noticed 1. I had the junior admin write a script to restart apache if LA got to high doing a truss on the pid i did noticed mad processes and his

ide striping

2001-09-14 Thread Dan
Does it make sense at all to stripe primary slave, secondary master and slave together? I would imagine it is a waste of time , just looking for thoughts on this vs just a single primary master IDE. -- Dan +--+ | BRAVENET WEB

PIO mode

2001-09-14 Thread Dan
noticing fdisk bitching about wrong geometry. -- Dan +--+ | BRAVENET WEB SERVICES | | [EMAIL PROTECTED] | | screen;cd /usr/src;make buildworld;cd ~ | | cp MYKERNEL

Re: PIO mode

2001-09-17 Thread Dan
You were completely right. I replaced the IDE cable and that fixed it. Thankyou very much. Dan. On Sat, 15 Sep 2001, Frank Nobis wrote: > Date: Sat, 15 Sep 2001 13:03:00 +0200 > From: Frank Nobis <[EMAIL PROTECTED]> > To: Stephen Hurd <[EMAIL PROTECTED]> > C

hardware chipset compat list

2001-09-17 Thread Dan
appreciated. # The `fxp' device provides support for the Intel EtherExpress Pro/100B # PCI Fast Ethernet adapters. found this in the LINT kernelcan;t tell again what chipsets. -- Dan +--+ | BRAVENET WEB SER

No Subject

2001-10-23 Thread Dan
Subscribe Dan Gold To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

power supplies

2001-09-27 Thread Dan
since we started replacing nic cards today with ones with more buffer space available on them out of about 8 machines now. Does this make any sense to anyone? -- Dan +--+ | BRAVENET WEB SERVICES

Re: power supplies

2001-09-27 Thread Dan
gt; Reply-To: [EMAIL PROTECTED] > To: Dan <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED] > Subject: Re: power supplies > > > > Dan wrote: > > > > I had the stangest situation today where a new nic card was put into a > > machine and then the machine did not start

Re: power supplies

2001-09-27 Thread Dan
no, it worked when i put it in a different machine that was exactly the same. On Thu, 27 Sep 2001, Kris Kennaway wrote: > Date: Thu, 27 Sep 2001 19:59:05 -0700 > From: Kris Kennaway <[EMAIL PROTECTED]> > To: Dan <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED], [EMAIL

Realtek RTL8100B

2002-02-28 Thread Dan
Is this supported? Cannot seem to find this version at ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/i386/4.5-RELEASE/HARDWARE.HTM To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Interactive tool for installing packages

2010-11-10 Thread Dan Nelson
, to see the recent improvements. > > * The amount of stuff downloaded by > cd /usr/ports/devel/git ; make fetch-recursive > is, shall we say, impressive. I use the devel/hg-git port to pull all the git trees I need to access using mercurial. -- Dan Nelson dnel...

Re: ugen claiming pcie device

2010-11-13 Thread Dan Nelson
irtual usb controller and device that you control the card with? -- Dan Nelson dnel...@allantgroup.com ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

Re: Namecache lock contention?

2011-01-28 Thread Dan Nelson
Name" that would > be connected to a lock. My guess would be: kern/vfs_cache.c:151 static struct rwlock cache_lock; kern/vfs_cache.c:152 RW_SYSINIT(vfscache, &cache_lock, "Name Cache"); The CACHE_*LOCK() macros.c in vfs_cache use cache_lock, so you've got lots of po

Re: reverse of getchar() read() open() fopen() ?

2011-02-11 Thread Dan Nelson
You might even be able to write functions that could be passed to funopen(). Then you'd have a regular FILE* that you could call with regular stdio functions. Getting the buffering right for good performance might get tricky, though. -- Dan Nelson dnel...@allantgroup.com ___

Re: usertime and systime

2011-03-16 Thread Dan Nelson
ry long time. http://lists.freebsd.org/pipermail/freebsd-hackers/2009-March/027918.html -- Dan Nelson dnel...@allantgroup.com Index: ps.1 === --- ps.1 (revision 219700) +++ ps.1 (working copy) @@ -587,6 +587,8 @@ symbolic process

Re: usertime and systime

2011-03-16 Thread Dan Nelson
In the last episode (Mar 16), Kostik Belousov said: > On Wed, Mar 16, 2011 at 12:56:14PM -0500, Dan Nelson wrote: > > In the last episode (Mar 16), Thiago Damas said: > > > Hi, > > > without procfs, there is a way to get usertime and systime from a > > > ru

Re: Why user time of the process depends on machine load?

2011-06-15 Thread Dan Nelson
oot in your BIOS, which you can use to determine how much of the single-process speedup is due to that. Unrelated but still interesting note on your particular CPU: http://www.passmark.com/forum/showthread.php?t=2256 -- Dan Nelson dnel...@allantgroup.com __

Re: Default value for UIDs

2011-06-28 Thread Dan Nelson
ople are just using "last entry + 1" when adding new ones, they should probably start filling the gaps instead. The 100s and 200s are pretty dense, but 350-399 only has 5 entries, 400-499 has 4, 600-699 has 7, 700-799 has 3, etc. -- Dan Nelson dnel...@allantgroup.com

Re: Freebsd-7.4 + std gcc 4.2.1 fails to honour -march=i586

2011-07-16 Thread Dan Nelson
> linked (uses shared libs), FreeBSD-style, not stripped > /host/sony/usr/src/usr.bin/who/who > fails with > Illegal instruction Were the crt*.o files on your fast machine also compiled with -march=i586 ? If you run gdb on the core file, can you determine

Re: Recommended amount of swap

2011-09-05 Thread Dan Nelson
gb or so. Anything more than 4GB of swap is probably never going to be used, and if it is used, you're just going to thrash your swap device. If you have 128GB of RAM and need to swap to disk, you desperately need more RAM, not swap :) -- Dan Nelson

Re: Recommended amount of swap

2011-09-05 Thread Dan Nelson
In the last episode (Sep 05), Eitan Adler said: > On Mon, Sep 5, 2011 at 3:48 PM, Dan Nelson wrote: > > In the last episode (Sep 05), Sean Hamilton said: > >> What is the state of the art for the recommended amount of swap in > >> FreeBSD? Both "normal" s

Re: Does anyone use nscd?

2011-10-05 Thread Dan Nelson
y. The nss module is a tiny plug that talks to nslcd using a simple protocol. It really reduces the socket count to your ldap server, and removes the potential namespace problems caused by dlopening libldap.so in every process. -- Dan Nelson dnel...@allantgroup.com ___

Re: Measuring memory footprint in C/C++ code on FreeBSD

2011-10-21 Thread Dan Nelson
with the KERN_PROC_PID flag, you can get the stats for a single processs by pid. If you want even more detail, you can look at the source to the procstat command, which uses some other calls to dump the vm map of processes. -- Dan Nelson dnel...@allantgroup.com ___

Re: _SC_GETPW_R_SIZE_MAX undefined in sysconf.c, what is correct value?

2011-10-23 Thread Dan Nelson
(1MB). PWD_STORAGE_MAX is only checked within that getpw() function, though, so it's possible that an nss library might return an even longer string to a get*_r call. It's up to you to decide what your own limit is :) -- Dan Nelson dnel...@allantgroup.com _

Re: _SC_GETPW_R_SIZE_MAX undefined in sysconf.c, what is correct value?

2011-10-24 Thread Dan Nelson
In the last episode (Oct 24), Christopher J. Ruwe said: > On Sun, 23 Oct 2011 19:10:34 -0500 > Dan Nelson wrote: > > In the last episode (Oct 23), Christopher J. Ruwe said: > > > I need to get the maximum size of an pwd-entry to determine the > > > correct buffersize

Re: _SC_GETPW_R_SIZE_MAX undefined in sysconf.c, what is correct value?

2011-10-25 Thread Dan Nelson
In the last episode (Oct 25), Christopher J. Ruwe said: > On Mon, 24 Oct 2011 15:42:10 -0500 > Dan Nelson wrote: > > In the last episode (Oct 24), Christopher J. Ruwe said: > > > On Sun, 23 Oct 2011 19:10:34 -0500 > > > Dan Nelson wrote: > > > > In the

Re: What is going on with ash / sh

2011-11-02 Thread Dan Nelson
88318 p0 S+ 0:00.00 sh xxx > 88320 p0 R+ 0:00.00 sh xxx > 88321 p0 R+ 0:00.00 sh xxx > > Can someone explain this ? What does your script do? If it contains subshells or pipelines, the main process will fork child processes to handle those. --

Re: What is going on with ash / sh

2011-11-02 Thread Dan Nelson
In the last episode (Nov 02), Dan Nelson said: > In the last episode (Nov 02), Mark Saad said: > > Hackers > > What is going on here, if I run the following shell script, what is > > the expected output . The script is named xxx > > > > #!/bin/sh >

Re: [clang] Build error on r232474 (and a few before, don't know exactly which)

2012-03-03 Thread Dan Nelson
> > -Brandon > > > ___ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org" -- Dan Nelson dnel...@allantgroup.com ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

Re: Regarding core disable in FreeBSD 9

2012-04-13 Thread Dan Nelson
ut you can tell the scheduler not to use it, via the cpuset command. For example, "cpuset -s 1 -l 0,1" will change the mask for cpuset 1 (the default set) to only allow cpus 0 and 1. -- Dan Nelson dnel...@allantgroup.com ___ f

Re: Replacing BIND with unbound (Was: Re: Pull in upstream before 9.1 code freeze?)

2012-07-08 Thread Dan Lukes
unfortunately, port P can't be compiled against resolver B because it's maintainer is using A only" ... in the future. Just my $0.02 Dan P.S. English is not my native language, so look for ideas, not for grammar. ___ freebsd-hackers

Re: Replacing BIND with unbound (Was: Re: Pull in upstream before 9.1 code freeze?)

2012-07-08 Thread Dan Lukes
On 07/08/12 23:55, Doug Barton: On 07/08/2012 07:41, Dan Lukes wrote: ... Sorry, you're not understanding what is being proposed. Specifically you're confusing the system stub resolver (the bit that's compiled into libc, and used by binaries) and the resolving name server (B

Consistent use of lex flags

2012-08-08 Thread Dan McGregor
Hi. I was just noticing that mkcsmapper doesn't build with clang. I saw two ways to do this, the first being to #define YY_NO_INPUT, and the other to use the %option noinput lex flag. While there, I decided to explore and I changed a bunch of #defines to the standard lex way of doing things. I

FreeBSD 1.x Binaries Work Except under Chroot

2012-08-10 Thread Dan Plassche
estion please? The setup outside of the chroot works with the 1.x compat libraries combines with a kernel compiled with the compat options and PID_MAX set to 3000. Thank you, Dan Plassche -- Dan Plassche ___ freebsd-hackers@freebsd.org mailing l

Re: FreeBSD 1.x Binaries Work Except under Chroot

2012-08-10 Thread Dan Plassche
id argument " 1144 basename RET write 17/0x11 1144 basename CALL exit(0x1) The sources are available from the FreeBSD old releases archive now that they are under the "Ancient UNIX" license, but yeah there's no CVS history for change tracking due to the purg

Re: FreeBSD 1.x Binaries Work Except under Chroot

2012-08-13 Thread Dan Plassche
all with > /bin/sh or /bin/ls in chroot. It took me a while to realize that you > specifically shown the trace for basename. Sorry, I was focusing on the loader problem and left out the root binaries because they were traditionally static. Thanks for

Re: FreeBSD 1.x Binaries Work Except under Chroot

2012-08-15 Thread Dan Plassche
warning: type defaults to 'int' in declaration of 'pidhashtbl' *** Error code 1 Line 670 in proc.h is the define PID_MAX line. I have the feeling I may be missing something obvious here, but I haven't been able to sort out the problem. Dan __

Re: FreeBSD 1.x Binaries Work Except under Chroot

2012-08-20 Thread Dan Plassche
On Thu, Aug 16, 2012 at 9:06 AM, Konstantin Belousov wrote: > Since you did not provided exact diff of your change, I cannot comment > on what goes wrong. Anyway, just merge the r239301 locally and use > sysctl kern.pid_max. Thanks, the kern.pid_max tunable works well on 8.2. The diff to /usr/s

Build 32 bit binaries on amd64

2012-08-20 Thread Dan McGregor
hts? If anyone's curious about the compiler_rt port, I have it at github.com/dannomac/compiler-rt on the branch named freebsd. Dan diff --git a/include/Makefile b/include/Makefile index d2f6d7f..8e29a35 100644 --- a/include/Makefile +++ b/include/Makefile @@ -125,6 +125,9 @@ _MARCHS= ${MACHINE_C

Re: Build 32 bit binaries on amd64

2012-08-21 Thread Dan McGregor
ommon area seems like a better idea to me. Dan On 21 August 2012 02:49, Konstantin Belousov wrote: > On Mon, Aug 20, 2012 at 08:32:41PM -0600, Dan McGregor wrote: >> Hi. >> >> I've been working on porting compiler-rt/clang's support for address >> sanitization (a

Re: Build 32 bit binaries on amd64

2012-08-21 Thread Dan McGregor
st 21, 2012 4:49:30 am Konstantin Belousov wrote: >> On Mon, Aug 20, 2012 at 08:32:41PM -0600, Dan McGregor wrote: >> > Hi. >> > >> > I've been working on porting compiler-rt/clang's support for address >> > sanitization (asan) to FreeBSD. So far

Re: Build 32 bit binaries on amd64

2012-08-21 Thread Dan McGregor
s into x86; also available on github. Dan On 21 August 2012 10:34, Nathan Whitehorn wrote: > On 08/21/12 08:44, John Baldwin wrote: >> >> On Tuesday, August 21, 2012 4:49:30 am Konstantin Belousov wrote: >>> >>> On Mon, Aug 20, 2012 at 08:32:41PM -0600, Dan McGreg

Re: Build 32 bit binaries on amd64

2012-08-22 Thread Dan McGregor
On 22 August 2012 14:09, Tijl Coosemans wrote: > On 21-08-2012 17:04, Dan McGregor wrote: >> My solution is certainly fairly hacky, I just took inspiration from >> NetBSD. I wanted to see if it could be done. While I was there I did >> identify several files that should b

Re: Build 32 bit binaries on amd64

2012-08-22 Thread Dan McGregor
, at 4:09 PM, Tijl Coosemans wrote: > >> On 21-08-2012 17:04, Dan McGregor wrote: >>> My solution is certainly fairly hacky, I just took inspiration from >>> NetBSD. I wanted to see if it could be done. While I was there I did >>> identify several files that sh

Re: Threaded 6.4 code compiled under 9.0 uses a lot more memory?..

2012-10-31 Thread Dan Nelson
t; would I be correct in guessing that they are more than likely for most of > these large blocks? Note that libmilter may do a lot of mallocs on its own, especially if you are examining the message body. There are also jemalloc tuning options that may lower total meory usage if you are

Re: lib for working with graphs

2012-11-28 Thread Dan Nelson
ph basics: BFS, > DFS, connected components, topological sort, etc Graphviz would be the most popular package for stuff like this, I think, and it includes a C API. It's licensed under the Eclipse Public License. http://www.graphviz.org/ http://www.graphviz.org/Gallery.php http://ww

Re: Some improvements to rm(1)

2013-04-26 Thread Dan Rue
tion NFS mountpoint.. oops. I only realized it when it was taking longer than I expected so I stopped it to investigate. Had to restore a bunch of data from backups. Thank you for proposing the patch, I hope it gets committed. Dan ___ freebsd-hackers@

Re: /bin/sh => STDIN & functions, var scope messing

2013-05-31 Thread Dan Nelson
uot; according to arbitrary ruling. On the other hand, zsh runs the last component of a pipeline in the parent shell. The usual model is "do work in pipeline, process results in final component", and being able to simply set variables there that can be used in the rest of the script is ver

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

2007-03-02 Thread Dan Nelson
by making sure you have portfast enabled on the Cisco for any non-switch ports, btw. Takes the port setup time down from 30 seconds to under 5. -- Dan Nelson [EMAIL PROTECTED] ___ freebsd-hackers@freebsd.org mailing list http://lists.fre

Re: Problem with test(1)

2007-04-05 Thread Dan Nelson
ents: Exit false (1). 1 argument: Exit true (0) if $1 is not null; otherwise, exit false. ... Unary operators shouldn't get parsed as such unless there are two arguments. > http://www.marcuscom.com/downloads/test.c.diff -- Dan Nelson [EMAIL PROTECTED] __

Re: Discovering list of open files from "kernel level" without using utils like lsof

2007-04-09 Thread Dan Nelson
ow. Take a look at how /usr/bin/fstat does it. There is apparently a "kern.file" sysctl that holds the open file table, but fstat digs through kernel memory. -- Dan Nelson [EMAIL PROTECTED] ___ freebsd-hackers@freebsd.org mailin

Re: More questions about BDB

2007-05-20 Thread Dan Nelson
DB is built into libc and is used for the hashed passwd & termcap databases. -- Dan Nelson [EMAIL PROTECTED] ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, s

Re: PAM exec patch to allow PAM_AUTHTOK to be exported.

2007-05-21 Thread Dan Lukes
help with creating persistent system password database used by this module for real mounting. Or you can reevaluate what you want. If you need "automagic mouting" avaiable during interactive user sessions only then things become simpler. Yup. Moving to hackers. :)

Re: nss_ldap without nscd or cached ?

2007-05-24 Thread Dan Nelson
o grant the anonymous user read access to user/group names and group membership attributes. That way you can do simple things like name->uid lookups without having to bind at all. -- Dan Nelson [EMAIL PROTECTED] ___ freebsd-hackers@f

Re: Using userland library in Kernel

2007-08-08 Thread Dan Nelson
already. It's hidden under the PPP_DEFLATE kernel option (the source is in sys/net/ppp_deflate.c). The functions are all prefixed with z_, but apart from that it works the same as userland zlib. -- Dan Nelson [EMAIL PROTECTED]

Re: [PATCH] newsyslog - archive logs with a timestamp

2007-08-12 Thread Dan Rue
r a long time as well. There's even a patch that's been sitting in purgatory since 2001. http://www.freebsd.org/cgi/query-pr.cgi?pr=30654&cat= Dan ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebs

Re: memory pool, rfc

2007-10-31 Thread Dan Nelson
your method and compare it to the existing gzip and lzjb algorithms. -- Dan Nelson [EMAIL PROTECTED] ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Some FreeBSD performance Issues

2007-11-08 Thread Dan Nelson
ec on my non-idle dual pIII-900 system. Try truss'ing your program as it runs; maybe the program is doing some extra syscalls you aren't aware of? -- Dan Nelson [EMAIL PROTECTED] ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: select

2008-01-03 Thread Dan Nelson
In the last episode (Jan 03), Metin KAYA said: > Hi all, > > How select(2) will behave if I give the "utimeout" parameter as > NULL? >From the man page: If timeout is a null pointer, the select blocks indefinitely. http://www.freebsd.org/cgi/man.cgi?quer

Re: A (perhaps silly) kqueue question

2008-03-14 Thread Dan Nelson
or placing in a program and using truss to print the result), but it has rotted. I'm attaching it in case anyone wants to make it work again. Since you got EOF status for both the read and write halves of the socket, why not just close the fd? From my reading of the manpages, unless you spe

Re: OpenBSD sdiff Question

2008-03-17 Thread Dan Nelson
-v" today? > > I have to agree with this. > > I will submit the port without -v/--version > and worse comes to worse, add it in later if enough people complain. On the other hand, some programs that are contributed sources or are developed outside the FreeBS

Re: bug in /bin/sh?!?

2008-04-06 Thread Dan Grillo
s no splitting at that point. This is one place where bash and ash disagree: ~ redhat-linux-box[2]> /bin/bash bash-3.00$ sh -c 'set -- ${HOME+A B C}; echo "1:$1"; echo "2:$2:"; echo "3:$3:"' 1:A 2:B: 3:C: bash-3.00$ bash --version GNU bash, version 3.00.

Re: binary file within a shell script

2008-05-08 Thread Dan Nelson
file generated by /usr/bin/gzexe; that's one way to do it (basically, determine the number of lines in your shell script, append your binary file to the end of the script, and use tail to extract only the binary file to a tempfile). -- Dan Nelson

Re: Overcommit and calloc()

1999-07-19 Thread Dan Nelson
rk a child to bzero it. If the child dies, unmmap and return NULL. If the child succeeds, use the memory. This memory won't be freeable with malloc(), though. -Dan Nelson dnel...@emsphone.com To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

Re: file(1) Magdir candidate: wintendo

1999-07-26 Thread Dan Nelson
like Quake? How about just calling it "games" ? -- Dan Nelson dnel...@emsphone.com To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

gethostbyaddr() and threads.

1999-08-08 Thread Dan Moschuk
've tested this on both -stable and -current branches. Regards, Dan To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

Re: gethostbyaddr() and threads.

1999-08-09 Thread Dan Moschuk
SAFEs or try full blown routines (gethostbyaddr_r, res_query_r)? Thanks, Dan To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

Re: gethostbyaddr() and threads.

1999-08-09 Thread Dan Moschuk
| Well, I guess we might as well change the API, since everyone else does. Unless | someone comes up with a bettter idea, of course :) | | -Joe The API should not change. There is already enough descrepency between UNIXs to warrant programs like autoconf, we should not introduce another. We sh

Re: gethostbyaddr() and threads.

1999-08-10 Thread Dan Moschuk
| > Yeah, that IS a horrible idea of mine. :) Changing the API should be a last | > resort, though, since we don't want to introduce to many FreeBSDisms into the | > already-fragmented-enough Unix world. | > | > Just a thought, how does Linux's GNU libc handle gethostby* in threaded apps? | |

Re: gethostbyaddr() and threads.

1999-08-10 Thread Dan Moschuk
| } If no one has any objections, I'd like to start on this tomorrow. | | You might want to grab the latest BIND release from ftp.isc.org. One | of the comments in the CHANGES file from a while ago is: | | 384. [feature] there is now a nearly-thread-safe resolver API, with |

Re: bftp(1)

1999-08-17 Thread Dan Nelson
per re-implementing it is at http://renoir.vill.edu/~yhang . It looks like ports/ftp/ncftp3 has all the features of bftp (scheduled background transfers, auto-resume, multiple file xfers) except it doens't email the user then the transfer is done. -- Dan Nelson dnel...@emsphone.com

Re: font edit tools

1999-08-22 Thread Dan Nelson
were a lot of tools floating around. I like one called Font Mania!; the author doesn't seem to have a web presence, but an URL is http://jconroy.dragonfire.net/zzt/utilities/Fm.zip -- Dan Nelson dnel...@emsphone.com To Unsubscribe: send mail to majord...@freebsd.org with &quo

Struct user

1999-08-24 Thread Dan Seguin
Can somebody tell me where to find the defintion for struct user that's contained in struct proc? I've grep'ed to no avail. Thanks. To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

Re: [freebsdcon] radisson reservation

1999-08-25 Thread Dan Seguin
day, and got the group rate by mentioning the FreeBSDCon. Looks like they've been updated. Dan Seguin To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

Re: [freebsdcon] radisson reservation

1999-08-25 Thread Dan Seguin
ooked my room on Monday, the 23rd, at about 11:00 AM EST, mentioning the FreeBSDCon. The clerk knew what I was talking about right away. I guess she was the only one on the ball. Dan To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

Re: X mailers (was Re: ANNOUNCE: Linux ABI/SDK standards for OpenGL/Mesa)

1999-09-09 Thread Dan Nelson
P-provided pop account. (Costs less that way, with my current > ISP.) If your ISP runs sendmail (possibly other MTAs), you can use the user+det...@host.com syntax. All mail is sent to the "user" mailbox, but filters like procmail see the "detail" portion too, and can fi

Re: Bug in dd seeking beyond 2G

1999-09-15 Thread Dan Nelson
ision 1.17 date: 1999/06/19 19:49:32; author: green; state: Exp; lines: +25 -21 Miscellaneous dd(1) changes: mainly fixing variable types (size_t, ssize_t, off_t, int, u_int64_t, etc.). dd(1) should now work properly with REALLY big amounts of data. Should be a -stable candidate by now (3 months o

Efficient way to determine when a child process forks or calls exec

2010-05-17 Thread Dan McNulty
. Is there a more efficient way than tracing every system call entry and exit to determine when a child process forks, calls exec, or creates a new LWP? Thanks a lot for your help! -Dan ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org

Re: Efficient way to determine when a child process forks or calls exec

2010-05-19 Thread Dan McNulty
a SIGTRAP to the traced process on exec, fork, etc. From what I could tell so far, kevent doesn't provide this functionality. Am I missing something? Is there a way to get kevent to stop the process when events occur? Thanks again for your help, -Dan On Tue, May 18, 2010 at 2:40 AM, A

Re: Efficient way to determine when a child process forks or calls exec

2010-05-20 Thread Dan McNulty
On Wed, May 19, 2010 at 4:51 PM, Alfred Perlstein wrote: > * Dan McNulty [100519 07:13] wrote: >> Thanks for all the great suggestions! >> >> It looks like the kevent system call is the closest to what I need. >> However, I didn't mention this, but I would like t

Re: How to get a thread ID?

2010-06-03 Thread Dan Nelson
ave a testcase that shows otherwise? GDB might just enumerate the currently active threads starting from 1. -- Dan Nelson dnel...@allantgroup.com ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freeb

Re: sysctl way too slow

2010-07-14 Thread Dan Nelson
x is not just caching the data? I know of at least > one system where it takes more than 100ms to query the battery state due > to extremely slow hardware, I wouldn't be surprised if you can do worse. I have an old Dell laptop where it takes almost a full second to fetch battery data v

8.1-STABLE amd64 machine check

2010-08-11 Thread Dan Langille
(s) x 4 core(s) cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 cpu2 (AP): APIC ID: 2 cpu3 (AP): APIC ID: 3 Andrew: You posted about this on July 14. Anything new since then? John: Is it time for me to get a new CPU? thanks -- Dan Langille - http://langille.org/ ___

Re: 8.1-STABLE amd64 machine check

2010-08-11 Thread Dan Langille
On Wed, August 11, 2010 7:31 am, Andrew Heybey wrote: > On Aug 11, 2010, at 6:47 AM, Dan Langille wrote: > >> I am encountering a situation similar to one reported by Andrew Heybey >> at >> http://docs.freebsd.org/cgi/mid.cgi?6E83197B-9DD5-4C7E-846D-AD176C25464D >> &

Re: adding sysctls

2008-06-18 Thread Dan Nelson
In the last episode (Jun 18), Zane C.B. said: > Any one know of any recent documentation for adding a sysctl to a > kernel module for FreeBSD 6 and 7? man 9 sysctl -- Dan Nelson [EMAIL PROTECTED] ___ freebsd-hackers@freebsd.org m

Re: Securelevels

2008-06-28 Thread Dan Nelson
ng newfs(8) while the system is multi- > user. # truss kgdb < /dev/null |& grep /dev/mem open("/dev/mem",O_RDONLY,00) = 4 (0x4) # Read-only opens of /dev/mem are allowed. "kgdb -w" should fail, however. -- Dan Nelson

Re: IPFW uid logging...

2008-09-08 Thread Dan Nelson
In the last episode (Sep 08), Dan Mahoney, System Admin said: > I have the following rule set up in ipfw to limit the exposure of bad > php scripts and trojans that try to send mail directly. > > allow tcp from any to any dst-port 25 uid root > deny log tcp from any to any

Re: IPFW uid logging...

2008-09-08 Thread Dan Nelson
In the last episode (Sep 09), Daan Vreeken said: > On Monday 08 September 2008 22:03:29 Dan Mahoney, System Admin wrote: > > On Mon, 8 Sep 2008, Dan Nelson wrote: > > > In the last episode (Sep 08), Dan Mahoney, System Admin said: > > >> I have the following ru

Re: Error: Can't find libjava.so

2008-09-14 Thread Dan Nelson
ystem in folder "/usr/local/Diablo-jre1.6.0/lib/amd64/libjava.so Are you running an amd64 winpower binary? If not, you'll probably need to install an x86 java. You can't mix libraries for different architectures. -- Dan Nelson [EMAIL PROTECTED] __

Re: FreeBSD and ISCSI, Strange Problem

2008-10-17 Thread Dan Nelson
d up with a horribly-corrupted filesystem, since neither one is aware of changes the other makes. You would need a shared-storage cluster filessytem to be able to do that (or mount the volume read-only on both servers). Mount the filesystem on one server only, then access it via NFS from the other.

Re: Pipes, cat buffer size

2008-10-18 Thread Dan Nelson
m can > buffer enough data for it. Why not keep reading until you reach your desired compression block size? Bzip2's default blocksize is 900k, for example. > b) Is there any objection to the following patch to cat: It might be simpler to just use "d

Re: Pipes, cat buffer size

2008-10-18 Thread Dan Nelson
In the last episode (Oct 19), Ivan Voras said: > Dan Nelson wrote: > > In the last episode (Oct 18), Ivan Voras said: > >> I'm working on a program that's intended to be used as a "filter", > >> as in "something | myprogram > file".

  1   2   3   4   5   6   7   8   9   >