Re: Problems with SCSI

2006-03-04 Thread Derek Ragona
If the SCSI is enabled you should get a boot message and be able to go into the SCSI configuration. All SCSI controllers will list the devices found on boot, so if you aren't seeing any devices you don't have it working right. Check the BIOS again and check your cabling, and termination.

Re: Problems with SCSI

2006-03-04 Thread Derek Ragona
On many newer motherboards you can enable or disable the SCSI in the BIOS. You should make sure the SCSI is enabled. If the SCSI is enabled you should get a message from the SCSI BIOS to hit some keys to enter the SCSI configuration. This is all using the Motherboards firmware and independen

Re: Fileserver with FBSD?

2006-03-03 Thread Derek Ragona
Sure there is no reason you cannot. Check the compatible hardware list before you buy to make sure you have proper hardware to run FreeBSD. -Derek At 03:00 PM 3/3/2006, Huy Ton That wrote: I am curious if I setup a fileserver with freebsd, and let's say, I setup 4 HDDs within the uni

Re: PCI Express 1x NIC

2006-03-02 Thread Derek Ragona
PCI Express is NOT PCI-X PCI-X is larger slot usually running faster at 66MHz vs. standard PCI at 33MHz. PCI-X is found mostly on server motherboards. PCI Express is a small connector found on primarily desktop motherboards. -Derek At 10:12 AM 3/2/2006, Andrea Venturoli wrote: Hel

Re: Where to place refuse file for CVSUP?

2006-03-02 Thread Derek Ragona
Mine is located at: /usr/sup/refuse for FreeBSD 6.X -Derek At 09:10 PM 3/1/2006, Jose Borquez wrote: In my ports-supfile my base=/var/db and prefix=/usr. Does that mean I should place my refuse file in /var/db/sup/ ? I am a little confused, so if anyone can help me out it would be g

Re: FreeBSD with KVM switch

2006-03-01 Thread Derek Ragona
Some BIOS are set for autodetection of keyboards, check and make sure it is set to installed. Also check your screensaver setting, and turn off any screensaver in FreeBSD. -Derek At 05:55 PM 3/1/2006, jeffrey shi wrote: Hi, I have installed FreeBSD version 6 on a new PC and instal

Re: Recommended Web Mail software

2006-03-01 Thread Derek Ragona
http://www.openwebmail.org/ It is in the ports as well. -Derek At 02:20 PM 3/1/2006, [EMAIL PROTECTED] wrote: Hi All... I'm looking to install a web-email package on our FreeBSD 6.0 system. Sendmail, Dovecot IMAP, and Apache 2.0 are already installed. I'll be installing from port

Re: Choosing cpu type when building kernel (stupid one i know)

2006-03-01 Thread Derek Ragona
The kernel config file details what support is built into the kernel. However, what instruction set and how the instructions are built are dependent on the compiler options which are set in /etc/make.conf I have: CPUTYPE=pentium4 In one server that has a Pentium 4's /etc/make.conf so gcc buil

Re: System Burn In

2006-02-28 Thread Derek Ragona
The motherboard manufacturer's usually have stress tests in their diagnostics. These usually run outside any OS, meaning you boot the diagnostics. Run them for a couple days continuously to show any issues that may occur. -Derek At 02:27 PM 2/28/2006, Don O'Neil wrote: What is the

Re: I could not run this script in /etc/crontab

2006-02-28 Thread Derek Ragona
Check your script for and use full pathnames for commands, cron doesn't guarantee you will have a path or any environment variables you don't set in your script. -Derek At 02:15 PM 2/28/2006, Halid Faith wrote: Hello I have a script. I can run it without a problem as root manually.

Re: Does FreeBSD have problems with SCSI CD-drives ??

2006-02-28 Thread Derek Ragona
I believe it is more incompatibilities with older BIOS and SCSI BIOS, etc. I have an older MB that won't boot the SCSI CD. This is really problematic as the system will boot the floppies, but cannot after booting, find the boot device. I have to mount the cd and update from the mounted cd.

Re: shared irqs and freebsd

2006-02-28 Thread Derek Ragona
Shared irq's are a hardware and motherboard issue, not a operating system issue. You have to be able to setup your hardware NOT to use shared IRQ's if you can. This has been a problem on PC's since the first IBM PC rolled out, and still continues today. That is why special multiport cards we

Re: Help Sun Blade 1000

2006-02-28 Thread Derek Ragona
Sparcs are a bit different. A sparc will boot from tape, CD-ROM, net, floppy, hard drive, pretty much and device. However, you have to boot from the right record or slice, etc on the media. Setting the boot device in the prom won't guarantee a boot from that device, only that it will try tha

Re: Freebsd with multiple nic's

2006-02-28 Thread Derek Ragona
oblem is that I can only use Intel pro 10/100 cards. Is any motherboard that come with flexible BIOS so that I can play around irqs? Thanks --- Derek Ragona <[EMAIL PROTECTED]> wrote: > If the nics are all PCI you may have trouble with > the shared > interrupts. You may need to us

Re: Freebsd with multiple nic's

2006-02-27 Thread Derek Ragona
If the nics are all PCI you may have trouble with the shared interrupts. You may need to use a multiple port adapter to get the results you want. -Derek At 07:25 PM 2/27/2006, gahn wrote: Thanks Chuck: Yes they are on different lan subnets. I am trying to build a freebsd based rout

Re: Desperate - FreeBSD 6.0 Freezing

2006-02-26 Thread Derek Ragona
ounted ipfw2 (+ipv6) initialized, divert loadable, rule-based forwarding disabled, default to deny, logging disabled ukbd0: at uhub0 port 1 (addr 2) disconnected ukbd0: detached ukbd0: Dell DRAC4, rev 1.10/0.00, addr 2, iclass 3/1 - Original Message - From: Derek Ragona To: Grant Peel ; fre

Re: changing Sendmail server's IP address, nightmare!

2006-02-26 Thread Derek Ragona
As far as I know, sendmail uses DNS and the server's name resolution it is running on for the IP's. There is nowhere I know in sendmail where an IP is hard coded. If you are having any difficulty it is due to changes to your DNS, and the time it takes for DNS changes to propagate across the ne

Re: Tracing Program

2006-02-24 Thread Derek Ragona
Up the logging by sendmail, you will see alot more then. -Derek At 04:13 PM 2/24/2006, Gerard Seibert wrote: Chris wrote: > Greetings, > Are you using Sendmail? If so, check your /var/log/maillog. That should > at least point you in the right direction. > > Best wishes, > Chris > Ther

Re: Desperate

2006-02-24 Thread Derek Ragona
It is likely a hardware issue, so please detail the hardware you are using. You may also want to remove any unneeded hardware in the server. -Derek At 03:00 PM 2/24/2006, Grant Peel wrote: Hi all, I am getting server 'freeze ups". 4 in the past 3 days, on a very new server with no

Re: FreeBSD on Sun Fire V20Z

2006-02-23 Thread Derek Ragona
I am not familiar with this Sun unit, but on other sun sparcs their boot devices were set in the prom. As I recall the cd boot is not the same slice/dev as the FreeBSD one. You may try to drop to the prom and try other cd devices to boot from. -Derek At 12:27 PM 2/23/2006, Paul Sch

Re: sendmail hangs with errors after setting hostname

2006-02-22 Thread Derek Ragona
I would suggest setting the hostname as a different address from localhost. There are multiple instances of sendmail that run, as your rc.conf file has them enabled. You can use a private non-routable IP for the hostname. Hope this helps. -Derek At 04:10 PM 2/22/2006, Rob wrote: H

Re: Qpopper v4.0.8

2006-02-22 Thread Derek Ragona
As you said you have just upgraded, did you use the port to upgrade? If you did it will use the configuration setting to build qpopper. Otherwise, if you downloaded qpopper's source and built it yourself, you need to check the configuration settings. You should verify qpopper is built and ex

Re: qpopper load heavily the machine ?

2006-02-21 Thread Derek Ragona
My mistake, sorry. I was referring to standalone mode. -Derek At 02:29 PM 2/21/2006, Glenn Dawson wrote: At 12:20 PM 2/21/2006, Derek Ragona wrote: There are two options to running qpopper, on demand from inet, or running all the time in "server mode". What you'

Re: qpopper load heavily the machine ?

2006-02-21 Thread Derek Ragona
There are two options to running qpopper, on demand from inet, or running all the time in "server mode". Running it from inet can cause a load as inet will exec qpopper on demand. I run qpopper in server mode with out seeing much load on 5.X servers. Hope this helps. -Derek At 09:0

Re: Mounting data DVDs?

2006-02-16 Thread Derek Ragona
It is possible your DVD is not cd9660 standard format. The cd9660 pre-dates DVD's and is for CD-ROMS. Can you mount a standard CD-ROM? You may also need to add the -r flag to mount to specify it is a read-only filesystem. Hope this helps. -Derek At 04:20 PM 2/16/2006, Ronald F

Re: Blocking an individual email address....again

2006-02-16 Thread Derek Ragona
To debug this you need to kick up the logging on sendmail, add the loglevel option to your sendmail options in rc.conf: -O LogLevel=80 You will need a loglevel value fairly high, like 80. You can then watch or just look at the sendmail log file: /var/log/maillog And see what is actually happ

Re: Blocking an individual email address

2006-02-15 Thread Derek Ragona
If you installed MailScanner from the ports, look to change: /usr/local/etc/MailScanner/rules/spam.blacklist.rules You can specify To, and From rules, there, maybe more. I am no expert. Hope this helps, -Derek At 09:52 AM 2/15/2006, James Csoka wrote: I am running a FreeBSD 5.4p10 mac

Re: Additional Hard Drive Prblems

2006-02-11 Thread Derek Ragona
It sounds like your computer is trying to boot from the sata drive. Check the boot order in your BIOS and make sure it is set to boot the ide drive first. Hope this helps. -Derek At 02:28 PM 2/11/2006, Devin Miller wrote: Hello Everyone, Thanks in advanced for helping me. I am do

Re: SATA Raid

2006-02-11 Thread Derek Ragona
Be wary of any of the cheaper SATA RAID using si chips, there have been many problems noted you will find searching this list and the list for current. I had a lot of problems with an adaptec card that used one of those chips. Most of the cheaper cards just employ software raid, which is usuall

Re: need some advice on our cisco routers..

2006-02-09 Thread Derek Ragona
The best practice I follow for securing routers, is to disable any remote access unless remote access is really necessary. If remote access is required, I always limit the access to a small number, usually 1-3 remote IP's. It is also a good idea to enable remote logging to keep a record of eve

Re: Program for restarting stopped/crashed daemons

2006-01-31 Thread Derek Ragona
You can try bigsister for some of this: http://bigsister.graeff.com./ But coding to check apache is trivial. I have rolled my own apache monitor as the daemon doesn't die but will stop responding at times. -Derek At 04:02 PM 1/31/2006, db wrote: Hi all I've been looking for a prog

Re: GEOM - how do we replace a failing HDD?

2006-01-29 Thread Derek Ragona
This depends on your RAID card. Most RAID cards report the failure of a drive and will do the rebuilding of a failed drive within the RAID firmware, outside any OS. So if a drive fails and you replace the drive, on the next system boot you would have the RAID firmware duplicate the existing d

Re: RAM check - Followup question

2006-01-27 Thread Derek Ragona
This system is listed with the RAM manufacturer's and according to Kingston's notes: Systems shipped with 800MHz FSB processors require DDR400 (KTD8300/xxx) parts. Systems shipped with 533MHz FSB processors require DDR333 (KTD4550/xxx) part

Re: C/C++ call to detect cpu?

2006-01-22 Thread Derek Ragona
Nicolas, I have commented assembler code for the intel family of CPU's. This code goes back to the i386 and also takes into account the CPU string, and will calculate the clock speed. I do call this as a library function from c/c++ programs. Unfortunately this is written for Microsoft's MA

Re: cannot ping anything

2006-01-20 Thread Derek Ragona
idn't knock a cable loose. -Derek At 12:50 PM 1/20/2006, Alvaro J. Gurdián wrote: thanks, but the defaultrouter line was already present in my /etc/rc.conf. On Jan 20, 2006, at 1:32 PM, Derek Ragona wrote: Check your /etc/rc.conf for this line: defaultrouter="192.168.1.1"

Re: cannot ping anything

2006-01-20 Thread Derek Ragona
Check your /etc/rc.conf for this line: defaultrouter="192.168.1.1" add it and reboot if it is missing -Derek At 12:26 PM 1/20/2006, Alvaro J. Gurdián wrote: Yesterday I placed an HD with Freebsd 5.3 release in a Dell Dimension L800CXE. It booted properly. ( since it's running a gener

Re: startup script not working

2006-01-03 Thread Derek Ragona
Make sure your script is named with the extension .sh Also, don't assume your script has a proper environment. You will do best to use full path names to any commands. -Derek At 01:14 AM 1/3/2006, Mike Esquardez wrote: Hello. I have been reading the docs but i can see what i'm doin

RE: DNS refresh

2005-12-12 Thread Derek Ragona
At 02:32 PM 12/12/2005, Jean-Paul Natola wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chuck Swiger Sent: Monday, December 12, 2005 3:06 PM To: Jean-Paul Natola Cc: freebsd-questions@freebsd.org Subject: Re: DNS refresh Jean-Paul Natola wrote:

Re: bacula: install problem

2005-11-18 Thread Derek Ragona
Did you try removing the user and group bacula? Then running make install again. -Derek At 05:03 PM 11/18/2005, vittorio wrote: Context: pentium 4, Freebsd 6.0, latest ports with portsnap Compiling bacula from the ports /usr/ports/sysutils/bacula-server issuing a "make install" the

Re: upgrade to 6

2005-11-17 Thread Derek Ragona
I have done a binary upgrade using the ISO CD and a source upgrade using cvsup on a second system. With the exception of needing to NOT load the 5.4 nvidia driver until it was rebuilt under 6.0, I had no problems. Check what drivers you load in loader.conf before you try the upgrade.

help re-writing boot record

2005-11-16 Thread Derek Ragona
I have read the handbook and man pages but found some inconsistencies, so that has prompted my question to the list. Also, I am being careful in needing to re-write the boot record because this is an older system that won't boot FreeBSD correctly from CD-ROM or from floppy (it will boot from f

Re: is this due to my hardware or freebsd 6.0?

2005-11-14 Thread Derek Ragona
I had the same problem, it tuned out to be the 5.4 nvidia driver loading on boot. Check what drivers you have loading on boot, you may need to disable one (or more) drivers, and rebuild the driver under 6.0. -Derek At 06:37 PM 11/14/2005, T.F. Cheng wrote: hi, i upgraded from 5.4 t

Re: 6.0 panics on boot

2005-11-06 Thread Derek Ragona
At 07:54 PM 11/6/2005, Hans Nieser wrote: Derek Ragona wrote: At 07:19 PM 11/6/2005, Hans Nieser wrote: Derek Ragona wrote: I have a computer that has been running FreeBSD 4.X and 5.X without problems. It runs 5.4 with no problems at all. This system has an Intel 845 Motherboard and

Re: 6.0 panics on boot

2005-11-06 Thread Derek Ragona
At 07:54 PM 11/6/2005, Hans Nieser wrote: Derek Ragona wrote: At 07:19 PM 11/6/2005, Hans Nieser wrote: Derek Ragona wrote: I have a computer that has been running FreeBSD 4.X and 5.X without problems. It runs 5.4 with no problems at all. This system has an Intel 845 Motherboard and

Re: 6.0 panics on boot

2005-11-06 Thread Derek Ragona
At 07:19 PM 11/6/2005, Hans Nieser wrote: Derek Ragona wrote: I have a computer that has been running FreeBSD 4.X and 5.X without problems. It runs 5.4 with no problems at all. This system has an Intel 845 Motherboard and chipset, Intel Pentium 4 1.6 GHz CPU, 1 GB RAM, NVidea GEForce MX/MX

6.0 panics on boot

2005-11-06 Thread Derek Ragona
I have a computer that has been running FreeBSD 4.X and 5.X without problems. It runs 5.4 with no problems at all. This system has an Intel 845 Motherboard and chipset, Intel Pentium 4 1.6 GHz CPU, 1 GB RAM, NVidea GEForce MX/MX 400 video card, atapi CD-RW, IDE hard drive, standard floppy.

5.1 install panics

2003-09-01 Thread Derek Ragona
i am doing a new system install but the 5.1 release panics on install. After probing devices the kernel panics: /: no space on device The system has a new unpartitioned 120GB SATA hard drive connected to an Adaptec Serial ATA RAID 1210SA. The system has 1 GB of RAM, a regular IDE CD-ROM, and st

<    4   5   6   7   8   9