Re: [OT] Apache SSL certificate authentication

2008-09-30 Thread Fraser Tweedale
On Mon, Sep 29, 2008 at 12:00:09PM -0500, CyberLeo Kitsana wrote: Fraser Tweedale wrote: - Create my CA key and a CSR, and have CACert sign it. Are you sure it's signed as an intermediary CA? cacert.org's website suggests they will only sign leaf certificates.

problems installing package gnucash dependecies

2008-09-30 Thread Dino Vliet
Hi all, I try to install this gnucash package on my amd64 system running freebsd 6.3 and get the following output:  pkg_add -r gnucash Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-6.3-release/Latest/gnucash.tbz... Done. Fetching

postfix-pipe complains: no such file or directory

2008-09-30 Thread Jordi Moles Blanco
Hi everyone, i was wondering if someone has experienced this problem i've been having for 2 weeks now. I'm running Freebsd 7.0 and postfix-2.5.1. The thing is that i've set up a filter written in C using postfix's pipe feature. The filter works great most of the times but every 2-3

Re: SATA READ_DMA timeouts - SOLVED?

2008-09-30 Thread Wojciech Puchar
The Wikipedia article you refer to documents a very well-known topic: the SATA150-limiting jumpers on hard disks. Drive vendors have this jumper enabled (capped) by default due to incompatibilities with certain in friday i bought 2 new 750GB disks, connected it and got SATA-300, one was

Re: stop in usr/ports/www/firefox3

2008-09-30 Thread Anton Shterenlikht
On Mon, Sep 29, 2008 at 05:54:20AM -0700, Dino Vliet wrote: Hi Laci,   I did portsnap fetch update so I guess that should do the trick.   Or not? also see [Bug 449373] firefox3 FreeBSD Alpha build fails on bugzilla.mozilla.org I gave up on firefox3 on FBSD Alpha, use kazehakase instead.

Re: Dual (zaphod) head on Intel i810 does not work for FreeBSD V7.0 Release

2008-09-30 Thread Ray Newman
I've now spent a month trying to make this work. Sure it sort of works until we try to do consistent graphics work with wish under kde; then we CANNOT get consistent results with and without the second screen. IS THERE ANY WAY TO START THIS MESS LOOKING LIKE ONE SCREEN. IT JUST DOESN'T WORK.

Optimal File System config for 2.5TB RAID5

2008-09-30 Thread Danny Do
Hello, I am building a 6x500GB SATA HARDWARE RAID5 storage server to - Store large files, 10BM~1GB/file - Handling 500+ concurrent connections - Transfer rate around 100~200Mbit/s I am thinking of using the patch from Wojciech Puchar to reduce hard drive data seek in order to handle large number

Command to rechown

2008-09-30 Thread Mike Price
I had to ( chown -R /etc/ ) I to edit the ( pf.conf ), how do I rechowm or restore ( /etc ) ? Can you please send me the command. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe,

SPP qmail

2008-09-30 Thread Mohsen Pahlevanzadeh
Dear all, I installed freebsd 7.0 install qmail from /usr/ports/mail/qmail instal courier vpopmail. Now i wanna use spp i don't know to how to patch it. Please help me. Yours, Mohsen ___ freebsd-questions@freebsd.org mailing list

Re: can't add interfaces to bridge

2008-09-30 Thread Nikos Vassiliadis
On Monday 29 September 2008 19:40:56 Steve Franks wrote: Just trying to string some old printers the like off my rl0 and get them onto the local wifi net via ath0. ath0 is connected to an AP. Well, currently, you can't bridge rl0 and ath0. If I understood correctly, you want to make the

Re: SPP qmail

2008-09-30 Thread Mohsen Pahlevanzadeh
Of course, i need to know which patch is build in to qmail now. On Tue, 2008-09-30 at 14:02 +0330, Mohsen Pahlevanzadeh wrote: Dear all, I installed freebsd 7.0 install qmail from /usr/ports/mail/qmail instal courier vpopmail. Now i wanna use spp i don't know to how to patch it. Please

error installing smb4k with cups

2008-09-30 Thread Siju George
Hi, Below is the error message. How do I trouble shoot it? Thanks Siju === Patching for cups-base-1.3.5_2 === Applying FreeBSD patches for cups-base-1.3.5_2 Ignoring previously applied (or reversed) patch. 10 out of 10 hunks ignored--saving rejects to cups/ipp.c.rej = Patch

Re: Optimal File System config for 2.5TB RAID5

2008-09-30 Thread Josh Paetzel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Danny Do wrote: Hello, I am building a 6x500GB SATA HARDWARE RAID5 storage server to - Store large files, 10BM~1GB/file - Handling 500+ concurrent connections - Transfer rate around 100~200Mbit/s I am thinking of using the patch from

Re: Command to rechown

2008-09-30 Thread Kevin Kinsey
Mike Price wrote: I had to ( chown -R /etc/ ) I to edit the ( pf.conf ), how do I rechowm or restore ( /etc ) ? Can you please send me the command. Hmm, why did you have to chown an entire directory to edit one file? su(1), and, perhaps even better, sudo(8) are meant for such things AFAIK.

Re: Optimal File System config for 2.5TB RAID5

2008-09-30 Thread Diego F. Arias R.
On Tue, Sep 30, 2008 at 7:32 AM, Josh Paetzel [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Danny Do wrote: Hello, I am building a 6x500GB SATA HARDWARE RAID5 storage server to - Store large files, 10BM~1GB/file - Handling 500+ concurrent connections - Transfer

RE: Optimal File System config for 2.5TB RAID5

2008-09-30 Thread Danny Do
Why do you think slower drives using an interface that has known problems handling concurrent connections will be faster than faster drives using an interface designed for concurrency? My current 6x300GB SCSI system using the FreeBSD default max raw I/O transfer size (64KB). Assume that all reads

RE: Optimal File System config for 2.5TB RAID5

2008-09-30 Thread Wojciech Puchar
SATA using 1MB IO transfer size, I don't know! I think the SATA system will SATA drives aren't much slower than SCSI. simply make this 1MB IO transfer size. as you still want hardware RAID5 it looks you simply read maybe every second word from my mails we exchanged privately.

Re: Recompile kernel or module for ipfw+nat?

2008-09-30 Thread n j
however, there is a kernel module called ipdivert.ko Is it still necessary to recompile the kernel in order to use nat with ipfw? Or, to put it another way, is there a possibility to use nat and keep the generic kernel? You can choose to use the modules or make it static by recompile the

RE: Optimal File System config for 2.5TB RAID5

2008-09-30 Thread Danny Do
Hi Wojciech Puchar, The reason I want to use hardware RAID is because I got so much problem with software RAID5 4 years ago on FreeBSD 5.4. I still remember those nightmares. Furthermore, hardware RAID5 doesn't require much knowledge and management. But you could be right, the CPU speed is

built-in samba mount

2008-09-30 Thread EforeZZ
Hello all, Is it possible to mount the samba share //pc/share/folder? It is possible to do this in Windows and it works. I have troubles in FreeBSD: I'm able to mount only //pc/share (not //pc/share/folder) and I do not have read access to read contents of //pc/share and FreeBSD does not let me

Re: SATA READ_DMA timeouts - SOLVED?

2008-09-30 Thread Reid Linnemann
Jeremy Chadwick wrote: (I'm not subscribed to freebsd-questions, so please CC me on replies. I'm also not sure how I ended up getting this mail in the first place; it looks like someone BCC'd my [EMAIL PROTECTED] address). Yes, I BCC'd you since you are maintaining a page on the wiki

Re: SATA READ_DMA timeouts - SOLVED?

2008-09-30 Thread Mel
On Tuesday 30 September 2008 18:54:12 Reid Linnemann wrote: Jeremy Chadwick wrote: (I'm not subscribed to freebsd-questions, so please CC me on replies. I'm also not sure how I ended up getting this mail in the first place; it looks like someone BCC'd my [EMAIL PROTECTED] address). Yes, I

Re: built-in samba mount

2008-09-30 Thread Roland Smith
On Tue, Sep 30, 2008 at 07:18:32PM +0300, EforeZZ wrote: Hello all, Is it possible to mount the samba share //pc/share/folder? It should be. I have troubles in FreeBSD: I'm able to mount only //pc/share (not //pc/share/folder) and I do not have read access to read contents of //pc/share

RE: Optimal File System config for 2.5TB RAID5

2008-09-30 Thread Wojciech Puchar
The reason I want to use hardware RAID is because I got so much problem with software RAID5 4 years ago on FreeBSD 5.4. I still remember those nightmares. Furthermore, hardware RAID5 doesn't require much knowledge and management. But you could be right, the CPU speed is triple now, software

chrooting in a 32-bit world from a 64-bit kernel+world

2008-09-30 Thread Olivier Smedts
Hello hackers, I'm trying to cross-compile an i386 FreeBSD system (kernel+world+ports) under my amd64 host : % uname -srm FreeBSD 8.0-CURRENT amd64 I updated my CURRENT sources yesterday. So far I've got a working FreeBSD (kernel+world) in a 512MB image I can dump on a CompactFlash card : # cd

Re: chrooting in a 32-bit world from a 64-bit kernel+world

2008-09-30 Thread Mel
On Tuesday 30 September 2008 20:44:02 Olivier Smedts wrote: So far I've got a working FreeBSD (kernel+world) in a 512MB image I can dump on a CompactFlash card : # cd /usr/src # make buildworld TARGET=i386 # make buildkernel TARGET=i386 # mount /dev/md0a /mnt (md0 is a 512MB file backed

Re: chrooting in a 32-bit world from a 64-bit kernel+world

2008-09-30 Thread Wojciech Puchar
chroot /mnt /etc/rc.d/ldconfig start If that don't work: /sbin/ldconfig -32 -s -f /mnt/var/run/ld-elf.so.hints /mnt/lib \ /mnt/usr/lib Does that work / change the error or no change at all? -- lost of 32-bit programs won't work, like those assuming some kernel data is some format,

Server setup

2008-09-30 Thread Curtis Vaughan
I am setting up a new server and have a question. This server has three 8GB SCSIs, and one 160 GB IDE. I was interested in striping the SCSIs, which I have done. After installing FreeBSD 7 on the IDE, I set up the stripe and moved /var over to it. So, my first question would be whether I

Re: Writing hald .fdi files

2008-09-30 Thread Zahemszky Gábor
Mon, 29 Sep 2008 22:13:09 +0200 -n Mel [EMAIL PROTECTED] írta: On Monday 29 September 2008 21:27:36 Zahemszky Gábor wrote: So my question: how can I make an .fdi file, which tells to these automounters: if this is device X from vendor Y, mount it with mount option XY! Add a noauto

Re: chrooting in a 32-bit world from a 64-bit kernel+world

2008-09-30 Thread Olivier Smedts
On Tue, Sep 30, 2008 at 09:28:39PM +0200, Mel wrote: On Tuesday 30 September 2008 20:44:02 Olivier Smedts wrote: So far I've got a working FreeBSD (kernel+world) in a 512MB image I can dump on a CompactFlash card : # cd /usr/src # make buildworld TARGET=i386 # make buildkernel

Re: Writing hald .fdi files

2008-09-30 Thread Mel
On Tuesday 30 September 2008 21:43:20 Zahemszky Gábor wrote: Mon, 29 Sep 2008 22:13:09 +0200 -n Mel [EMAIL PROTECTED] írta: On Monday 29 September 2008 21:27:36 Zahemszky Gábor wrote: So my question: how can I make an .fdi file, which tells to these automounters: if this is device

Re: chrooting in a 32-bit world from a 64-bit kernel+world

2008-09-30 Thread Mel
On Tuesday 30 September 2008 21:57:22 Olivier Smedts wrote: On Tue, Sep 30, 2008 at 09:28:39PM +0200, Mel wrote: On Tuesday 30 September 2008 20:44:02 Olivier Smedts wrote: So far I've got a working FreeBSD (kernel+world) in a 512MB image I can dump on a CompactFlash card : # cd

Re: SATA READ_DMA timeouts - SOLVED?

2008-09-30 Thread Jeremy Chadwick
On Tue, Sep 30, 2008 at 07:29:26PM +0200, Mel wrote: On Tuesday 30 September 2008 18:54:12 Reid Linnemann wrote: Jeremy Chadwick wrote: (I'm not subscribed to freebsd-questions, so please CC me on replies. I'm also not sure how I ended up getting this mail in the first place; it looks

Re: chrooting in a 32-bit world from a 64-bit kernel+world

2008-09-30 Thread Olivier Smedts
On Tue, Sep 30, 2008 at 10:38:10PM +0200, Mel wrote: On Tuesday 30 September 2008 21:57:22 Olivier Smedts wrote: On Tue, Sep 30, 2008 at 09:28:39PM +0200, Mel wrote: On Tuesday 30 September 2008 20:44:02 Olivier Smedts wrote: So far I've got a working FreeBSD (kernel+world) in a 512MB

Re: SATA READ_DMA timeouts - SOLVED?

2008-09-30 Thread Wojciech Puchar
Some people have reported that when UDMA33 is shown with SATA disks, that it's purely cosmetical -- that is to say, the actual transfer speed can exceed 33MByte/sec. A series of dd tests reading/writing to the yes it can, but it's much slower than native SATA, at least on system where i

RE: Optimal File System config for 2.5TB RAID5

2008-09-30 Thread Danny Do
Hi Wojciech Puchar, I got Perc 4E-DI Embedded Raid Adapter (256MB) from DELL for my current SCSI system. They said it's the enterprise class. I don't know much about the performance between software RAID and hardware RAID. Could you please tell me if this type of hardware RAID controller could

Best way to back up mysql database

2008-09-30 Thread John Almberg
First, I wanted to say how great this list is. I'm a newbie FreeBSD admin and, besides the Handbook and Absolute FreeBSD (which never seems to leave my desk), this list is the best resource I have. I just had a huge scare today... One of the websites on my server uses a large Mysql

Re: Best way to back up mysql database

2008-09-30 Thread Bill Campbell
On Tue, Sep 30, 2008, John Almberg wrote: First, I wanted to say how great this list is. I'm a newbie FreeBSD admin and, besides the Handbook and Absolute FreeBSD (which never seems to leave my desk), this list is the best resource I have. I just had a huge scare today... One of the

Re: Best way to back up mysql database

2008-09-30 Thread Gavin Spomer
John Almberg [EMAIL PROTECTED] 09/30/08 3:18 PM First, I wanted to say how great this list is. I'm a newbie FreeBSD admin and, besides the Handbook and Absolute FreeBSD (which never seems to leave my desk), this list is the best resource I have. I just had a huge scare today... One of the

Re: Best way to back up mysql database

2008-09-30 Thread Jeremy Chadwick
On Tue, Sep 30, 2008 at 06:18:35PM -0400, John Almberg wrote: I just had a huge scare today... One of the websites on my server uses a large Mysql database. Somehow, one of the tables got corrupted today. Do you know if the table corruption was a result of 1) a MySQL bug (and there are many),

Re: Optimal File System config for 2.5TB RAID5

2008-09-30 Thread Jeremy Chadwick
On Wed, Oct 01, 2008 at 04:49:27AM +0700, Danny Do wrote: I got Perc 4E-DI Embedded Raid Adapter (256MB) from DELL for my current SCSI system. They said it's the enterprise class. I don't know much about the performance between software RAID and hardware RAID. I'm not familiar with PERC (LSI)

Re: Optimal File System config for 2.5TB RAID5

2008-09-30 Thread Peter Giessel
On Tuesday, September 30, 2008, at 02:44PM, Jeremy Chadwick [EMAIL PROTECTED] wrote: The only hardware RAID controller I've seen praise for, under FreeBSD, are Areca controllers. 3ware has provided very good FreeBSD support as well. ___

Re: Best way to back up mysql database

2008-09-30 Thread Chris Pratt
I am just about to dive into Google in search of a solution, but thought I would fire off a quick request, in case there is an obvious solution that everyone uses. If there is, a name or URL will do. I'll figure out the rest. Any hints much appreciated. Not going home until this is

Re: Best way to back up mysql database

2008-09-30 Thread John Almberg
On Tue, Sep 30, 2008 at 06:18:35PM -0400, John Almberg wrote: I just had a huge scare today... One of the websites on my server uses a large Mysql database. Somehow, one of the tables got corrupted today. Do you know if the table corruption was a result of 1) a MySQL bug (and there are

Re: Best way to back up mysql database

2008-09-30 Thread John Almberg
DATE=`date +%a` # echo $DATE # echo Backup Mysql database mysqldump -h localhost -u YOURSQLUSERID -pYOURPASSWORD YOURDATABASE /usr/somedirectory/somefile_$DATE.backup gzip -f /usr/somedirectory/somefile_$DATE.backup /usr/bin/at -f /usr/somedirectory/mysqlbackup.sh midnight Ah, a much

Re: Best way to back up mysql database

2008-09-30 Thread Fred Condo
I run a script from root's crontab (not /etc/crontab) and keep the login credentials in /root/.my.cnf so they don't have to be embedded in the script. Not that $gzip is defined as /bin/cat because I move copies offsite via rsync and disk space is abundant. This script keeps 30 daily

Re: Best way to back up mysql database

2008-09-30 Thread Paul Schmehl
--On September 30, 2008 6:18:35 PM -0400 John Almberg [EMAIL PROTECTED] wrote: First, I wanted to say how great this list is. I'm a newbie FreeBSD admin and, besides the Handbook and Absolute FreeBSD (which never seems to leave my desk), this list is the best resource I have. I just had a

Definition of off64_t

2008-09-30 Thread hibablu
Hi, I am trying to port an application written on Linux to FreeBSD. During compile, I am getting an error saying that off64_t is not defined. Which header file do I need to include to get the definition for off64_t ? Thanks in advance, Chandan ___

Need to ( re-chown /etc )

2008-09-30 Thread Mike Price
I needed to edit the /etc/pf.conf so I accidentally typed: chown -r /etc Can someone please help me with a command to change /etc back to the way it was? ___ freebsd-questions@freebsd.org mailing list

Re: Need to ( re-chown /etc )

2008-09-30 Thread Jeremy Chadwick
On Tue, Sep 30, 2008 at 06:57:20PM -0700, Mike Price wrote: I needed to edit the /etc/pf.conf so I accidentally typed: chown -r /etc Can someone please help me with a command to change /etc back to the way it was? Please stop asking this question over and over. You've posted it to the

Re: Need to ( re-chown /etc )

2008-09-30 Thread Paul Schmehl
--On September 30, 2008 6:57:20 PM -0700 Mike Price [EMAIL PROTECTED] wrote: I needed to edit the /etc/pf.conf so I accidentally typed: chown -r /etc Can someone please help me with a command to change /etc back to the way it was? If that is literally the command you typed, you should have

Re: Need to ( re-chown /etc )

2008-09-30 Thread Jon Radel
Mike Price wrote: I needed to edit the /etc/pf.conf so I accidentally typed: chown -r /etc Can someone please help me with a command to change /etc back to the way it was? Did Kevin Kinsey's suggestion not work? It would be helpful if you gave some hint as to why you're asking this again.

RE: Optimal File System config for 2.5TB RAID5

2008-09-30 Thread Danny Do
Thanks for the concrete example of the pitfall of hardware RAID Jeremy. I never had any problem with hardware driver, that's why I never thought of it. But you are quite right! I should be avoiding hardware RAID whenever possible. I get much more support and quicker response here than from

Re: Realtek 8111C?

2008-09-30 Thread Andrew Falanga
On Mon, Sep 22, 2008 at 8:58 PM, Sebastian [EMAIL PROTECTED] wrote: Andrew Falanga wrote: On Saturday 20 September 2008 12:14:57 Sebastian wrote: Da Rock wrote: I have used the compiled driver on 6.3 with success- but then I've used the driver linked in a post to drivers list. 7.0 is a

Re: Definition of off64_t

2008-09-30 Thread Dan Nelson
In the last episode (Sep 30), hibablu said: I am trying to port an application written on Linux to FreeBSD. During compile, I am getting an error saying that off64_t is not defined. Which header file do I need to include to get the definition for off64_t ? There is no need for an off64_t on

Setting up gmirror

2008-09-30 Thread Andrew Falanga
Hi, I've just finished setting up a new web server, and if I get my DNS stuff correct hopefully an e-mail server too, for my church. Originally, the intention was to use RAID1 on the MOBO. However, the RAID controller on the MOBO consistently tried to make the SATA DVD drive part of the RAID

mysql rc script failure

2008-09-30 Thread Da Rock
Has anyone else had trouble with starting mysql server with the rc script? I've only just installed from ports (as a dependency, mind) and technically it should just start when you run the rc script - it sets up the db dirs and stuff so it can just run. But I can't get it to do the setup stuff