2nd copy of named is dying

2003-10-09 Thread Rich Morin
I run two copies of named(8), out of /etc/rc.network: ${named_program:-named} ${named_flags} /etc/namedb/named.conf ${named_program:-named} ${named_flags} /etc/namedb/lan/named.conf This seems to work fine, except that the second instance of named occasionally (like, once a month) disappears.

Re: crontab same time execution order

2003-07-05 Thread Rich Morin
At 10:43 PM -0700 7/4/03, Dave McCammon wrote: Perhaps this predictable behavior is in FreeBSD only. (I don't have access to other platforms). Or perhaps my simple test was too simple. It just seemed to be too predictable to not at least try to get some feed back. I'm not a big fan of programming

format of /etc/crontab?

2003-07-03 Thread Rich Morin
The cron(8) man page (on my FreeBSD 4.7 system) says: Cron searches /var/cron/tabs for crontab files which are named after accounts in /etc/passwd; crontabs found are loaded into memory. Cron also searches for /etc/crontab which is in a different format (see crontab(5)). The

Re: format of /etc/crontab?

2003-07-03 Thread Rich Morin
At 5:23 PM -0400 7/3/03, Paul Chvostek wrote: The /etc/crontab is largely self-documenting. It is similar to the format of the other crontab files, and includes a comment line: #minute hourmdaymonth wdaywho command What further information do you need? None, in the file itself,

Re: format of /etc/crontab?

2003-07-03 Thread Rich Morin
At 8:31 PM -0500 7/3/03, Dan Nelson wrote: It already does, a couple paragraphs above the stuff you quoted: The format of a cron command is very much the V7 standard, with a number of upward-compatible extensions. Each line has five time and date fields, followed by a user name

Re: Boot problem: ata0: resetting devices

2003-05-31 Thread Rich Morin
At 7:29 AM -0700 5/30/03, Kent Stewart wrote: I use the Promise TX2 and Maxtor pci cards in several systems. I just dropped them in and they worked. You would have to boot scsi. So, you're saying that I can't boot from an ATA

Re: Boot problem: ata0: resetting devices

2003-05-31 Thread Rich Morin
At 10:04 AM -0700 5/30/03, Kent Stewart wrote: No, you didn't understand. The ATA cards appear like a scsi to the bios. To boot from an add in ATA card, you have to choose scsi boot. I'll look into this. However, I haven't seen any way to request this in the SETUP screens. Anything I should look

Re: Boot problem: ata0: resetting devices

2003-05-31 Thread Rich Morin
At 10:52 AM -0700 5/30/03, Kent Stewart wrote: My definition of speed is a concept based on how long it takes for the prompt to return after I press the enter key. A fast HD helps. ... The 300 MHz PII I've been running has been totally satisfactory, in terms of speed, except that I have a

Re: Boot problem: ata0: resetting devices

2003-05-30 Thread Rich Morin
I have tried a couple of PCI-based IDE cards. I see messages that indicate that the motherboard is seeing the card and that the card is seeing the disk. Unfortunately, the system is not willing to boot off the disk (sigh). I have tried changing several settings, including: * Setting

Re: About reading and writing to files

2003-05-30 Thread Rich Morin
At 3:04 AM -0500 5/30/03, Bingrui Foo wrote: I'm wondering in freeBSD, if I have a directory with 10,000 files, or maybe even 100,000 files, each about 5 kb long. Wondering will reading and writing to any one of these files in C be affected by the sheer number of these files? Will the access time

Re: Boot problem: ata0: resetting devices

2003-05-30 Thread Rich Morin
At 2:05 AM -0700 5/30/03, Kent Stewart wrote: Did you try doing it in /boot/loader.conf. The man page indicates that I can set assorted variables in this file, so perhaps I could put in a line such as: hw.ata.ata_dma=0 If so, the sysctl.conf(5) man page should be amended to indicate the fact.

Boot problem: ata0: resetting devices

2003-05-29 Thread Rich Morin
I recently purchased a new motherboard (ECS EliteGroup Mainboard P4S5A/DX+; AMI BIOS) and a matching CPU (Celeron, 478 pin, 2.1 GHz) from outpost.com. I stuffed these into an old chassis, adding a 500 W power supply and a pair of 512 MB DDR DIMMs. After walking through the configuration (accepting

Re: Boot problem: ata0: resetting devices

2003-05-29 Thread Rich Morin
Here's a bit more information on the configuration: OS: FreeBSD 4.5 Disk: Seagate Barracuda ATA II (ST320420A; 20 GB) Chips: 478 pin Celeron; 2.1 GHz 512 MB DDR DIMM (2 ea.) SiS645DX Northbridge _or_ SiS962(L) Southbridge The manual indicates that the

Does FreeBSD work on Walmart's $199 Microtel box?

2002-12-05 Thread Rich Morin
A quick web search didn't bring up any answer to this. Does anyone here have the definitive word? -r -- email: [EMAIL PROTECTED]; phone: +1 650-873-7841 http://www.cfcl.com/rdm- my home page, resume, etc. http://www.cfcl.com/Meta - The FreeBSD Browser, Meta Project, etc.

SIZE of rpc.statd?

2002-11-18 Thread Rich Morin
In looking for a possible memory leak, I tries running top -S -osize. I was curious about the size listed for rpc.statd: PID USERNAMEPRI NICE SIZERES STATETIME WCPUCPU COMMAND 124 root 2 0 257M 0K select 0:00 0.00% 0.00% rpc.statd

100Base-T problem?

2002-11-14 Thread Rich Morin
I am trying to get my FreeBSD system to work with 100Base-T. It works fine with 10Base-T, but when I put in any of several 100Base-T cards, it fails to work. Interestingly, the lights on the card and on the hub both indicate that the 100Base-T card is connecting. I am running a fairly vanilla

Re: 100Base-T problem? (solved)

2002-11-14 Thread Rich Morin
It turns out that my /etc/rc.conf file was asking for de0, so it wasn't starting up the dc0 interface. Blush. -r -- email: [EMAIL PROTECTED]; phone: +1 650-873-7841 http://www.cfcl.com/rdm- my home page, resume, etc. http://www.cfcl.com/Meta - The FreeBSD Browser, Meta Project, etc.