Re: Resolving or blocking eg. doubleclick.net?

2003-02-12 Thread Dax Eckenberg
> On Wednesday 12 February 2003 10:43, Frank Tegtmeyer wrote: > > > > 3) Since I'm only aiming for a dns-cache I'm right in assuming I should > > > keep my hands away from all the zone-stuff? > > Much better: follow the instructions in > > http://cr.yp.to/djbdns/install.html and > > http://cr.yp.to

Re: TECO for FreeBSD?

2003-02-10 Thread Dax Eckenberg
> I have a question: Is there a native TECO port for FreeBSD? I really want this > editor and I can't find it anywhere. All I find is a lot of versions for > Micro$oft Windoze, but I can't do anything with these. > Have you tried downloading v4.69 and compiling? --daxbert To Unsubscribe: sen

Re: monochrome monitor

2003-02-07 Thread Dax Eckenberg
> Dax Eckenberg wrote: > >>Daxbert wrote: > >> > >>>>I have a monochrome monitor I'd like to plug > >>>>in to a pentium-based FBSD router. > >>> > >>>Does your system's bios support older video? Video selection

Re: monochrome monitor

2003-02-07 Thread Dax Eckenberg
> Daxbert wrote: > >>I have a monochrome monitor I'd like to plug > >>in to a pentium-based FBSD router. > > > > Does your system's bios support older video? Video selection is normally found on >the "first" bios setup page. > > Thanks. I put back the VGA monitor card and > checked. On the BIOS

Re: iostat - define Kilobits per transfer

2003-01-22 Thread Dax Eckenberg
> > > I currently have an IDE drive that has the capacity to do 128KB/t and > > > a SCSI drive 64KB/t. Are these stats in fact showing me that there > > > is a limitation with the SCSI drive? Are my file transfering > > > capaibilities less with the SCSI drive? I suppose what do I need to > > >

Re: KVM (keyboard-video-mouse) Switch

2003-01-22 Thread Dax Eckenberg
> I have an electronic KVM that I want to use to switch between my crappy > system, and my FreeBSD system. The keyboard and mouse work fine on my > crappy system, but, on the FreeBSD system, they work fine on startup, but > after switching back and forth only once, the mouse (LED mouse) starts > f

Re: RSA SecurID

2003-01-17 Thread Dax Eckenberg
> Yes. Starting with just login authentication, then eventually, if I can > figure out how, for web page authentication. I saw that RSA has an > addon for Apache, but you have to buy their $5000 server to support it. > But logins are the first priority. > > Thanks, > --Brian > > > are you look

Re: problem with top?

2003-01-16 Thread Dax Eckenberg
> On Thu, Jan 16, 2003 at 11:01:32PM -0500, Jason Morgan wrote: > > What does this mean? > > > > $ top > > kvm_open: proc size mismatch (41340 total, 1056 chunks) > > top: Out of memory. > > > > $ ps aux | more > > ps: proc size mismatch (41340 total, 1056 chunks) > > > > > > This came up right aft

Re: mail

2003-01-14 Thread Dax Eckenberg
> Changed to MAILSERVER=-YES-" > > % /System/Library/StartupItems/Sendmail/Sendmail start > Starting mail services > 451 4.0.0 /etc/mail/sendmail.cf: line 93: fileclass: cannot open > '/etc/mail/local-host-names': Group writable directory > > Above is the message before and after reboot > line

Re: mail

2003-01-14 Thread Dax Eckenberg
- Original Message - From: "Kenneth Tucker" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 14, 2003 6:03 PM Subject: Re: mail > interesting but... > > % mail -v [EMAIL PROTECTED] > Subject: sweet > Yes! > . > EOT > [EMAIL PROTECTED] Connecting to localhost via relay...

Re: SiS Ethernet with RTL8201L on FreeBSD 4.7

2003-01-14 Thread Dax Eckenberg
Have you tried adding devicemiibus0 to the GENERIC kernel config? # cd /usr/src/sys/i386/conf # cp GENERIC MIITEST # echo device miibus0 >> MIITEST # config ./MIITEST # cd ../../compile/MIITEST # make depend && make if all goes well... make install - Original Message - Fro

Re: Multiple network cards with IP addresses in the same network

2003-01-13 Thread Dax Eckenberg
> I have addresses 192.168.0.1 and 192.168.0.2. I want to run different > services on the 2 different IP addresses. In a linux system, I do: > > ifconfig eth0 192.168.0.1 netmask 255.255.255.0 > ifconfig eth0:0 192.168.0.2 netmask 255.255.255.0 > > So that I have 2 different addresses bound to the

CPU process affinity

2003-01-07 Thread Dax Eckenberg
What is the current state of CPU process affinity for SMP FreeBSD? Are there any tools in user space akin to Solaris' pbind? Thanks, Dax To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message