Re: Any workarounds for Verisign .com/.net highjacking?

2003-09-16 Thread Seth Kingsley
nsists of comparing the returned address to the record for *.com. If the resolver could cache this value, it would be easy to keep up with VeriSign's current canonical spam host: % host -t a \*.com *.com has address 64.94.110.11 -- || Seth Kingsley || [EMAIL PROTECTED] || || http://www

Re: Make RELEASE broken?

2001-12-01 Thread Seth Kingsley
s It goes into some detail about what all of the steps performed are in a "make release", so maybe that will help you determine the cause of your problems... -- || Seth Kingsley || Meow Meow Fluff Fluff || [EMAIL PROTECTED] || || rndcontrol -s 0

Re: boot -v capture

2001-10-28 Thread Seth Kingsley
bly with the facility of kern.*. -- || Seth Kingsley || Meow Meow Fluff Fluff || [EMAIL PROTECTED] || || rndcontrol -s 0 || PGP signature

Re: Simple x86 assembler question

2001-10-28 Thread Seth Kingsley
and places into %eax > > 0x80839ff : movzwl 0xe90(%ebx,%eax,2),%edx > > Takes %eax + %ebx + 0xe90, obtains the word value in memory at that address, > zero-extends and places in %edx. http://www.baldwin.cx/386htm/toc.htm Specifically: http://www.baldwin.cx/386htm/MOVZX.htm --

Re: mountd will not start at boot. Or function later...

2001-10-28 Thread Seth Kingsley
t; mountd[119]: can't register mount > > > You wouldn't happen to have a portmap_enable="NO" line in your rc.conf, > would you? portmap_enable="NO" is the default on -stable. -- || Seth Kingsley || Meow Meow Fluff Fluff || [EMAIL PROTECTED] || || rndcontrol -s 0 || PGP signature

Re: NO_AWK

2001-10-25 Thread Seth Kingsley
PL'd software from the base system. -- || Seth Kingsley || Meow Meow Fluff Fluff || [EMAIL PROTECTED] || || rndcontrol -s 0 || PGP signature

Re: CFS

2001-10-25 Thread Seth Kingsley
s some benchmarks: ftp://research.att.com/dist/mab/cfs.ps -- || Seth Kingsley || Meow Meow Fluff Fluff || [EMAIL PROTECTED] || || rndcontrol -s 0 || PGP signature

Re: cvs commit: src/lib/libc/net rcmdsh.3 rcmdsh.c Makefile.inc rcmd.c

2001-10-23 Thread Seth Kingsley
On Tue, Oct 23, 2001 at 07:56:26AM -0500, Jacques A. Vidrine wrote: > Yay! Does this mean one can use ssh with dump/restore now? Since when couldn't you just use: ssh dump -b 8 -f - | dd bs=8k > and similar for restore? -- || Seth Kingsley || Meow Meow Fluff Fluff || [EMAI

Re: Duping a hard disk

2001-10-23 Thread Seth Kingsley
speed or size optimizations for this purpose. It also requires that you boot into a very inconvenient operating system. What's wrong with dump(8)/restore(8)? -- || Seth Kingsley || Meow Meow Fluff Fluff || [EMAIL PROTECTED] || || rndcontrol -s 0 || PGP signature

Re: My contributions to the close a PR campaign

2001-10-12 Thread Seth Kingsley
the mixer state? It would only exist to survive a reboot. -- || Seth Kingsley || Meow Meow Fluff Fluff || [EMAIL PROTECTED] || msg29177/pgp0.pgp Description: PGP signature

Re: Access to symbol table(including dynamics) at runtime

2001-06-08 Thread Seth Kingsley
dladdr(3) of course. Not referenced in dlopen(3) either. -- || Seth Kingsley || Platforms Lab Opps || [EMAIL PROTECTED] || To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: How to recompile kernel after minor changes?

2001-06-05 Thread Seth Kingsley
ng over a kernel that isn't something you want to fall back on as kernel.old. You don't want to preseve it using the regular 'make install'. -- || Seth Kingsley || BSDi/Open Source Division || [EMAIL PROTECTED] || To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message