Setting environmental variable for Netbeans

2004-08-09 Thread Peter Ryan
I am treading more unknown ground trying to get NetBeans to run on 4.10. I installed jdk 1.4.2 (thanks to help from here), and have installed this Netbeans via the ports collection. Now when i try to run it, it wants an environmental variable called JDK_HOME to be set. Using tips from

Re: Swappable Hard drives?

2004-08-09 Thread Wojciech Puchar
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Soon I will have two identical 120GB IDE HDs in my FBSD 4.10 system. One is to be basically a backup drive. Can I write a MBR to the second HD and then swap cables when I want to boot/run the system from the backup HD, assuming I've used pax or

Re: burning mp3's

2004-08-09 Thread Wojciech Puchar
ask... Is there a format specific to burn CDs with mp3 that are playable by such devices? or it is a normal and simple ISO with mp3 files together maybe in a single root directory? normal ISO. some players supports only one level of subdirectories, but everything else is standard

A question about /tmp

2004-08-09 Thread roland Mathieu
Hello, I want to install FreeBSD with a small root partition. It's possible to use a different partition for /tmp, but /tmp can also be a symbolic link pointing, for example, /var/tmp. Is it a good idea ? If not what sort of problem will I encounter ? thanks, roland.

Re: A question about /tmp

2004-08-09 Thread cpghost
On Mon, Aug 09, 2004 at 10:32:50AM +0200, roland Mathieu wrote: Hello, I want to install FreeBSD with a small root partition. It's possible to use a different partition for /tmp, but /tmp can also be a symbolic link pointing, for example, /var/tmp. Is it a good idea ? If not what sort of

How to disable UDMA for HDD?

2004-08-09 Thread Stevan Tiefert
Hello, when I try to install FreeBSD 5.2.1 on my computer with HDD on ata0-master and CD-ROM on ata0-slave I got five interessting messages during the boot-process: ... ad0: 4124MB SAMSUNG VA34323A [8938/15/63] at ata0-master UDMA33 ad0: TIMEOUT - READ_DMA retrying (2 retries left) LBA=8446347

Bandwidth shaping for different flows

2004-08-09 Thread Siddhartha Jain
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I want to do bandwidth shaping using dummynet. I want the box to act as a bridge only and no layer-3 filtering. To that effect, I have the following parameters in /etc/sysctl.conf: net.link.ether.bridge_cfg=ed0,rl0 net.link.ether.bridge=1

kernel compilation gives error

2004-08-09 Thread Dino Vliet
Hi there, on my laptop I get the following error when doing make buildkernel KERNCONF=MYKERNEL The last part of the error message is: @ - /usr/src/sys machine - /usr/src/sys/i386/include echo #define INET 1 opt_inet.h perl @/kern/vnode_if.pl -h @/kern/vnode_if.src rm -f .depend mkdep -f .depend

MUSIC SERVER.

2004-08-09 Thread vincent kihumba
Dear Sir/Madam I am a university student and i wanted to know from you that is it possible to store music in a server? To be more precise, Is it possible that you have a server that is only desighned for storage of music only? I hope that my request will be consindered as soon as possible.

RE: MUSIC SERVER.

2004-08-09 Thread JJB
Sure a FreeBSD server can store music files. FreeBSD does not care what is contained in a file, its just another file. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of vincent kihumba Sent: Sunday, August 08, 2004 8:54 AM To: [EMAIL PROTECTED] Subject: MUSIC

Re: Bandwidth shaping for different flows

2004-08-09 Thread Siddhartha Jain
Siddhartha Jain wrote: Hello, I want to do bandwidth shaping using dummynet. I want the box to act as a bridge only and no layer-3 filtering. To that effect, I have the following parameters in /etc/sysctl.conf: net.link.ether.bridge_cfg=ed0,rl0 net.link.ether.bridge=1 net.link.ether.bridge_ipfw=1

Swappable Hard drives?

2004-08-09 Thread Robert Huff
Speaking of swappable: I considering building a machine with one or more hot-swappable SCSI drives. Can I do this under FreeBSD (5.x)? If so, what manufacturers and vendors do people recommend? Robert Huff

Re: MUSIC SERVER.

2004-08-09 Thread Vulpes Velox
On Sun, 08 Aug 2004 07:54:11 -0500 vincent kihumba [EMAIL PROTECTED] wrote: Dear Sir/Madam I am a university student and i wanted to know from you that is it possible to store music in a server? To be more precise, Is it possible that you have a server that is only desighned for storage

Kernel Compile Error

2004-08-09 Thread Ryan
bash-2.05b# make buildkernel KERNCONF=POTL -- Kernel build for POTL started on Mon Aug 9 09:07:24 EST 2004 -- === POTL Skiping To The End cc -c -O -pipe

Re: Swappable Hard drives?

2004-08-09 Thread Jerry McAllister
Soon I will have two identical 120GB IDE HDs in my FBSD 4.10 system. One is to be basically a backup drive. Can I write a MBR to the second HD and then swap cables when I want to boot/run the system from the backup HD, assuming I've used pax or dump to make the file systems identical?

Re: Kernel Compile Error

2004-08-09 Thread Bill Moran
Not 100% sure, but you don't have a keyboard device in your kernel (device atkbdc0). I figure if you're compiling in a console (sc0), that you'll need at least atkbdc0. Ryan [EMAIL PROTECTED] wrote: bash-2.05b# make buildkernel KERNCONF=POTL

usb wireless support?

2004-08-09 Thread Dick Davies
have we got any? I'm drooling over a Travla c134 mini-itx case, but at present the box needs a pci slot for the wireless NIC -- Try not to have a good time ... This is supposed to be educational. -- Charles Schulz Rasputin :: Jack of All Trades - Master of Nuns

Re: Setting environmental variable for Netbeans

2004-08-09 Thread Kevin D. Kinsey, DaleCo, S.P.
Peter Ryan wrote: I am treading more unknown ground trying to get NetBeans to run on 4.10. I installed jdk 1.4.2 (thanks to help from here), and have installed this Netbeans via the ports collection. Now when i try to run it, it wants an environmental variable called JDK_HOME to be set. Using

The FreeBSD Diary: 2004-07-18 - 2004-08-07

2004-08-09 Thread Dan Langille
The FreeBSD Diary contains a large number of practical examples and how-to guides. This message is posted weekly to [EMAIL PROTECTED] with the aim of letting people know what's available on the website. Before you post a question here it might be a good idea to first search the mailing list

Re: How to disable UDMA for HDD?

2004-08-09 Thread Nathan Kinkade
On Mon, Aug 09, 2004 at 11:10:40AM +0200, Stevan Tiefert wrote: Hello, when I try to install FreeBSD 5.2.1 on my computer with HDD on ata0-master and CD-ROM on ata0-slave I got five interessting messages during the boot-process: ... ad0: 4124MB SAMSUNG VA34323A [8938/15/63] at

5.3 stable release tentatively scheduled for Oct 3

2004-08-09 Thread fbsd_user
5.3 stable release tentatively scheduled for Oct 3 The FreeBSD Release Engineering team has published the schedule for the FreeBSD 5.3 stable release. It spans 7 weeks and includes weekly BETA/RC snapshots for testing. The theme for this release is testing testing testing! since it is going to be

Re: MUSIC SERVER.

2004-08-09 Thread Jerry McAllister
Dear Sir/Madam I am a university student and i wanted to know from you that is it possible to store music in a server? To be more precise, Is it possible that you have a server that is only desighned for storage of music only? You can do pretty much anything you want with your own

RE: 4.10-STABLE

2004-08-09 Thread mark rowlands
-Original Message- From: [EMAIL PROTECTED] [mailto:owner-freebsd- [EMAIL PROTECTED] On Behalf Of Ryan Sent: Sunday, August 08, 2004 6:58 PM To: [EMAIL PROTECTED] Subject: 4.10-STABLE Needing some help here, I'm experincing compatibility issues with Perl and trying to reinstall

Re: DHCP help

2004-08-09 Thread Peter Barton
No, I am sure of it because I used my rl0 to connect to the LAN and download all kinds of stuff from the Internet. At that point my FreeBSD was a just box behind a Linksys router connected to the Comcast cable modem and it worked just fine. Then I added IP filtering, rebuilt the kernel, and

CD and DVD sets FreeBSD

2004-08-09 Thread Dirk Bajohr
Dear Sirs, We have a new online shop and sell FreeBSD CD sets to (German) customers. Is it possible to get an entry with a hyperlink at your website (http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ mirrors.html#MIRRORS-CDROM)? I could send you all the shop details (contact

Re: MUSIC SERVER.

2004-08-09 Thread Kevin D. Kinsey, DaleCo, S.P.
vincent kihumba wrote: Dear Sir/Madam I am a university student and i wanted to know from you that is it possible to store music in a server? To be more precise, Is it possible that you have a server that is only desighned for storage of music only? I hope that my request will be consindered as

Re: MUSIC SERVER.

2004-08-09 Thread Miguel Cardenas
I am a university student and i wanted to know from you that is it possible to store music in a server? To be more precise, Is it possible that you have a server that is only desighned for storage of music only? I hope that my request will be consindered as soon as possible. Do you want to

Re: CD and DVD sets FreeBSD

2004-08-09 Thread Marc Fonvieille
On Mon, Aug 09, 2004 at 05:44:38PM +0200, Dirk Bajohr wrote: Dear Sirs, We have a new online shop and sell FreeBSD CD sets to (German) customers. Is it possible to get an entry with a hyperlink at your website (http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/

Re: Wait 15 seconds for SCSI to settle

2004-08-09 Thread Miguel Cardenas
I have installed FreeBSD5.2.1-RELEASE on Vmware. When booting I am seeing the message Wait 15 seconds for SCSI to settle. The problem is I am not using any SCSI device on my virtual machine. I tried sysctl kern.cam.scsi_delay=100 but no improvement. ... I want to squeeze maximum performance

RE: IPFW/NATD Transparent Proxy

2004-08-09 Thread Incoming Mail List
Your ipfw rules are invalid. They seem to work perfectly. My only gripe is that static rule #15100 is required to succeed with redirect_port from 1.2.3.4:80 to 192.168.2.250:80 when 192.168.1.247 requests a web page using the domain name for 1.2.3.4. I'm looking for a solution that doesn't

rsync(1) and the -l(inks) option

2004-08-09 Thread Steve Bertrand
I am confused as to the -l option with rsync. If I am to not use this option, does this mean that any symlinks will be followed, and the entire directory structure of the location pointed to by the link will be copied? eg... # rsync -acr /home/steve [EMAIL PROTECTED]:/home/steve/backup If

Accidentally truncated crontab

2004-08-09 Thread Daniela
Hi all! I just emptied the system crontab, and don't know how I can recover it. I know that the contents are still somewhere on the drive, as I didn't write anything on that partition. The size of the file must be stored somewhere in the inode, or maybe in the directory, so I could just load

Re: Accidentally truncated crontab

2004-08-09 Thread Bill Moran
Daniela [EMAIL PROTECTED] wrote: Hi all! I just emptied the system crontab, and don't know how I can recover it. I know that the contents are still somewhere on the drive, as I didn't write anything on that partition. The size of the file must be stored somewhere in the inode, or maybe in

Re: A question about /tmp

2004-08-09 Thread Gary Mulder
Of course having /tmp - /var/tmp means that you have no valid /tmp in single user mode where /var is not mounted. That is unless you created /var/tmp in single user mode, but that would mean /var would be mounted over the root partition's /var/tmp dir in multi-user mode, which can be

Re: A question about /tmp

2004-08-09 Thread Chuck Swiger
Gary Mulder wrote: Of course having /tmp - /var/tmp means that you have no valid /tmp in single user mode where /var is not mounted. That is unless you created /var/tmp in single user mode, but that would mean /var would be mounted over the root partition's /var/tmp dir in multi-user mode,

Re: A question about /tmp

2004-08-09 Thread Jerry McAllister
Gary Mulder wrote: Of course having /tmp - /var/tmp means that you have no valid /tmp in single user mode where /var is not mounted. That is unless you created /var/tmp in single user mode, but that would mean /var would be mounted over the root partition's /var/tmp dir in multi-user

FreeBSD's problem?

2004-08-09 Thread Vlad Tudorache
Hello! I've been using Linux for 2 years and I know how to configure this system (not using GUI tools!). I'm now trying FreeBSD. My problems are: 1) If I enable ACPI, my floppy disk controller is not seen by the kernel! 2) My USB controller tells me that Error: Restarting port 1/2. 3) If I'm

Re: FreeBSD's problem?

2004-08-09 Thread Skylar Thompson
On Mon, Aug 09, 2004 at 11:37:50PM +0300, Vlad Tudorache wrote: Hello! I've been using Linux for 2 years and I know how to configure this system (not using GUI tools!). I'm now trying FreeBSD. My problems are: 1) If I enable ACPI, my floppy disk controller is not seen by the kernel! What

Re: kernel preemption in 5.2.x

2004-08-09 Thread Kris Kennaway
On Sun, Aug 08, 2004 at 11:58:31PM -0500, Marc Cabanatuan wrote: Hi, Just curious about kernel preemption on a single CPU x86 machine...Wondering if it's usable/worth it and how to enable it at the kernel config level. Is it included in as part of SMP? It's enabled by default, i.e.

Re: file system setup for new system - recommendations?

2004-08-09 Thread Gary Mulder
Just my $0.02NZ on this question: First off partitions - The first thing I do in single user mode in FreeBSD is mount /usr to access basic commands such as more, etc., so what is the point of having / and /usr on separate partitions? Thus I usually allocate 4 to 8GB to / and don't have a

Only WDMA2?

2004-08-09 Thread Mark
Dear Sirs: In my FreeBSD 4.9R server, I use an ARAID99 1000L RAID system. However, it only runs at WDMA2: Aug 9 21:08:36 asarian-host /kernel: ad0: 39205MB ASI ARAID99 1000 Rev 2.5 [79656/16/63] at ata0-master WDMA2 WDMA2 only offers 16 MB/s, whereas ATA133 of course, offers 133 MB/s. The

Re: freebsd-questions Digest, Vol 72, Issue 2

2004-08-09 Thread Ara Avvali
Is this considered to be stable? I mean as stable as 4.10? Message: 13 Date: Mon, 9 Aug 2004 11:27:04 -0400 From: fbsd_user [EMAIL PROTECTED] Subject: 5.3 stable release tentatively scheduled for Oct 3 To: [EMAIL PROTECTED] ORG [EMAIL PROTECTED] Message-ID: [EMAIL PROTECTED] Content-Type:

Re: FreeBSD's problem?

2004-08-09 Thread Kevin D. Kinsey, DaleCo, S.P.
Skylar Thompson wrote: On Mon, Aug 09, 2004 at 11:37:50PM +0300, Vlad Tudorache wrote: Hello! I've been using Linux for 2 years and I know how to configure this system (not using GUI tools!). I'm now trying FreeBSD. My problems are: 1) If I enable ACPI, my floppy disk controller is not seen by

Re: Accidentally truncated crontab

2004-08-09 Thread Daniela
On Monday 09 August 2004 18:38, Bill Moran wrote: Daniela [EMAIL PROTECTED] wrote: Hi all! I just emptied the system crontab, and don't know how I can recover it. I know that the contents are still somewhere on the drive, as I didn't write anything on that partition. The size of the

PHP4 port broken?

2004-08-09 Thread Chris Boyd
So what's going on with the php4 port? It used to present a menu of choices for the compilation options, but does not anymore on the 4.3.8_2 version I have now. I'm trying to get curl and gettext support compiled in, but having no luck, even if I try hacking the makefile CONFIGURE_ARGS= section

Re: PHP4 port broken?

2004-08-09 Thread Paul Schmehl
--On Monday, August 09, 2004 04:50:08 PM -0500 Chris Boyd [EMAIL PROTECTED] wrote: So what's going on with the php4 port? It used to present a menu of choices for the compilation options, but does not anymore on the 4.3.8_2 version I have now. I'm trying to get curl and gettext support compiled

Re: PHP4 port broken?

2004-08-09 Thread Bill Moran
Chris Boyd [EMAIL PROTECTED] wrote: So what's going on with the php4 port? It used to present a menu of choices for the compilation options, but does not anymore on the 4.3.8_2 version I have now. I'm trying to get curl and gettext support compiled in, but having no luck, even if I try

Re: Accidentally truncated crontab

2004-08-09 Thread Bill Moran
Daniela [EMAIL PROTECTED] wrote: On Monday 09 August 2004 18:38, Bill Moran wrote: Daniela [EMAIL PROTECTED] wrote: Hi all! I just emptied the system crontab, and don't know how I can recover it. I know that the contents are still somewhere on the drive, as I didn't write

Re: Swappable Hard drives?

2004-08-09 Thread Jay O'Brien
Wojciech Puchar wrote: with identical drive make copy with dd dd if=/dev/ad0 of=/dev/ad1 bs=64k Jerry McAllister wrote: You should fdisk the second drive and make is bootable and create the identical partitions with disklabel ( you can use /stand/sysinstall to run fdisk and disklabel

D-Link DWL-520 won't initialize

2004-08-09 Thread David Kelly
Copied from dmesg: FreeBSD 5.2.1-RELEASE-p9 wi0: Intersil Prism2.5 mem 0xfc00-0xfc000fff irq 21 at device 0.0 on pci2 wi0: timeout in wi_cmd 0x; event status 0x wi0: wi_cmd: busy bit won't clear. : init failed device_probe_and_attach: wi0 attach returned 6 Brand new DWL-520 fresh off

Re: A question about /tmp

2004-08-09 Thread cpghost
On Mon, Aug 09, 2004 at 03:00:59PM -0400, Gary Mulder wrote: Of course having /tmp - /var/tmp means that you have no valid /tmp in single user mode where /var is not mounted. That is unless you created /var/tmp in single user mode, but that would mean /var would be mounted over the root

vinum does not remember config across boots

2004-08-09 Thread David Kelly
Mentioned in the past week or so that I have two 160G SATA drives with one slice each, each slice has 1G reserved (not currently used) for swap, the remainder s1d is for vinum. The two are striped with vinum stripe -v /dev/ad4s1d /dev/ad6s1d. At boot vinum often does not remember these drives

ACPI and rebooting, not.

2004-08-09 Thread David Kelly
Today I've already mentioned wi0 and vinum problems with this machine, a Dell PowerEdge 400SC. Originally it didn't have this problem (its first week) but after exchanging a disk drive it fails to reboot from FreeBSD. Seems to fail where the kernel hands things back to the BIOS. Last message

Re: Only WDMA2?

2004-08-09 Thread Kris Kennaway
On Mon, Aug 09, 2004 at 09:06:18PM +, Mark wrote: Dear Sirs: In my FreeBSD 4.9R server, I use an ARAID99 1000L RAID system. However, it only runs at WDMA2: Aug 9 21:08:36 asarian-host /kernel: ad0: 39205MB ASI ARAID99 1000 Rev 2.5 [79656/16/63] at ata0-master WDMA2 WDMA2 only

Re: Only WDMA2?

2004-08-09 Thread Mark
In my FreeBSD 4.9R server, I use an ARAID99 1000L RAID system. However, it only runs at WDMA2: Aug 9 21:08:36 asarian-host /kernel: ad0: 39205MB ASI ARAID99 1000 Rev 2.5 [79656/16/63] at ata0-master WDMA2 WDMA2 only offers 16 MB/s, whereas ATA133 of course, offers 133 MB/s. The

Outbound SMTP filtering

2004-08-09 Thread Nick Rogness
I am looking for an Outbound SMTP filtering solution to prevent SPAM and Virii from being sent through our SMTP relay machine (FreeBSD running sendmail). A plugin module for sendmail or maybe some external appliance? Just outbound SMTP traffic only. Any suggestions? Nick Rogness [EMAIL

Authentication Problem/Login problem

2004-08-09 Thread Mattias Björk
Hi, I have setup qmail with vpopmail+courier-imap and are using a virtual domain. Its named mail.birch.se. Im running it on FreeBSD 5.2.1. I have used this guide to accomplish this: http://www.stevenfettig.com/mythoughts/archives/cat_qmail.php; (Qmail HOWTO 1 thru chapter 3.) I have also read

Re: A question about /tmp

2004-08-09 Thread cpghost
On Mon, Aug 09, 2004 at 03:51:15PM -0400, Jerry McAllister wrote: Well, that is debateable. The safest is for /tmp to be its own partition/filesystem. If you have it in root, and some runaway process fills it up, it can bring the system to a grinding halt. So, unless I The problem here

BuildWorld Compile Error

2004-08-09 Thread Ryan
=== gnu/usr.bin/binutils === gnu/usr.bin/binutils/libiberty cc -O -pipe -march=pentiumpro -D_GNU_SOURCE -I. -I/usr/src/gnu/usr.bin/binutils/libiberty -I/usr/src/gnu/usr.bin/binutils/libiberty/../libbfd/i386 -I/usr/src/gnu/usr.bin/binutils/libiberty/../../../../contrib/binutils/include

MIDI? (Was: 5.3 stable release tentatively scheduled for Oct 3)

2004-08-09 Thread cpghost
On Mon, Aug 09, 2004 at 11:27:04AM -0400, fbsd_user wrote: 5.3 stable release tentatively scheduled for Oct 3 [snip] See http://www.freebsd.org/releases/5.3R/schedule.html What's the status of MIDI? Any chance to get it back in 5.3R? -cpghost. -- Cordula's Web. http://www.cordula.ws/

USB HD support in 4.9?

2004-08-09 Thread Michael Sharp
I've considered purchasing a external harddrive, preferably USB, and installing freebsd on it and use it as a rsync backup server for my production system. I'm using 4.9-RELEASE, anyone out there using a external USB HD successfully and which manufacturer? Michael

Re: D-Link DWL-520 won't initialize

2004-08-09 Thread David Kelly
On Aug 9, 2004, at 5:40 PM, David Kelly wrote: wi0: Intersil Prism2.5 mem 0xfc00-0xfc000fff irq 21 at device 0.0 on pci2 wi0: timeout in wi_cmd 0x; event status 0x wi0: wi_cmd: busy bit won't clear. : init failed device_probe_and_attach: wi0 attach returned 6 Update: exact same card

Fw: Only WDMA2?

2004-08-09 Thread Mark
Mark wrote: In my FreeBSD 4.9R server, I use an ARAID99 1000L RAID system. However, it only runs at WDMA2: Aug 9 21:08:36 asarian-host /kernel: ad0: 39205MB ASI ARAID99 1000 Rev 2.5 [79656/16/63] at ata0-master WDMA2 WDMA2 only offers 16 MB/s, whereas ATA133 of course, offers 133 MB/s.

freebsd 4.10 ATA problem

2004-08-09 Thread Roger 'Rocky' Vetterberg
Hi list. I recently installed FreeBSD 4.9 on a Dell Poweredge 1500SC with dual PIII 1.3GHz, a SCSI drive for the OS and some IDE's for storage. I experienced crashes that seemed to be related to the IDE controller so I cvsuped to latest 4.10, but the problem is still there. Here are the last

Re: PHP4 port broken?

2004-08-09 Thread Chris Boyd
On Aug 9, 2004, at 5:00 PM, Bill Moran wrote: The PHP port has been divvied up into a number of ports, so other ports can specify only what parts of PHP they need. For example, after you install php4, you can then install lang/php4-gettext to add gettext support to it. OK, thanks to Bill, Paul,

USB KVM Keyboard Drop Work-Around (almost, need help!!)

2004-08-09 Thread Dean E. Weimer
Bear with on this one, it is a little long, but I wanted to describe problem with as much detail as possible. I recently purchased a USB KVM to switch between my Windows XP Box and FreeBSD (5.2.1-RELEASE) file/web development server. I was able to use the USB keyboard after a boot, but as soon

advertising on your site....

2004-08-09 Thread Teeceo
Here is what I would like to offerI will pay the site own of FreeBSD.org $2,000 a month in exchange for making 10 sub domain names of FreeBSD.org with the words that i need and also, linking to these url's from your site (site wide). If you have any interest at all please give me a call or

Re: advertising on your site....

2004-08-09 Thread Ryan
This is FreeBsd OS Questions mailing list mate. - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, August 09, 2004 10:51 PM Subject: advertising on your site Here is what I would like to offerI will pay the site own of FreeBSD.org $2,000 a month

Re: advertising on your site....

2004-08-09 Thread Ryan
I'd try one of the email addresses listed at http://www.freebsd.org/doc/en_US.ISO8859-1/articles/contributors/staff-who.html - Original Message - From: [EMAIL PROTECTED] To: Ryan [EMAIL PROTECTED] Sent: Monday, August 09, 2004 11:00 PM Subject: Re: advertising on your site Thank

Re: PHP4 port broken?

2004-08-09 Thread Peter Ulrich Kruppa
On Mon, 9 Aug 2004, Chris Boyd wrote: On Aug 9, 2004, at 5:00 PM, Bill Moran wrote: The PHP port has been divvied up into a number of ports, so other ports can specify only what parts of PHP they need. For example, after you install php4, you can then install lang/php4-gettext to add gettext

RE: Outbound SMTP filtering

2004-08-09 Thread Brad Tarver
MIMEDefang -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nick Rogness Sent: Monday, August 09, 2004 06:49 PM To: [EMAIL PROTECTED] Subject: Outbound SMTP filtering I am looking for an Outbound SMTP filtering solution to prevent SPAM and Virii from

does a working driver exist for the nForce2 MCP nic?

2004-08-09 Thread stheg olloydson
Hello, Out of general principle, I would like to get the onboard NIC working on an MSI K7N2 Delta-L mobo. I have checked the archives and googled this issue. I found A LOT of discussion. To sum up, Bill Paul was trying to get nVidia to cooperate, but they were having none of it. According to

log reader

2004-08-09 Thread Ara Avvali
Hi does anybody know a good looking log reader for firewall and access? I mean something which gets the log and formats in tables like excel file, organized and easy to read. I have to read a lot and makes me tired, so I was wondering if there is anyway to make it look better and easy on eye

Replacing Bind8x with Bind9

2004-08-09 Thread Joshua Lewis
How to I totaly replace Bind8x on my 5.2.1 system? Is there a command to run to replace bind8 durring install? Do I need to make changes to my startup files? ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions