Re: How much does it cost?

2005-05-18 Thread Bjoern Koenig
Kristin Marchbank wrote: I'm doing a project for school on web servers and I was just wondering, how much it would cost to purchse your product? You can't purchase it, because it's a free community project of developers and users. Björn ___ freebsd-ques

Re: thumb drive not detected

2005-05-22 Thread Bjoern Koenig
Hello Show the output of 'usbdevs -v'. Björn ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Error installing FreeBSd 5.3 AMD 64 bit-Highpoint 1820A

2005-05-23 Thread Bjoern Koenig
Hello, I think it's a question for the highpoint support. It's their product and their driver. Here are some instant hints: - read the PDF carefully and follow the instructions strictly - use the BIOS in the tarball; nothing else!! Regards Björn

Re: HighPoint RocketRAID 1640 support

2005-05-23 Thread Bjoern Koenig
Cezar Fistik wrote: I saw on the manufacturer's site that this board is supported under FreeBSD, but the hptmv man page says that only 182x boards are supported. The hptmv driver works only with RR182x and i386. Can anyone confirm a successful instalation of 1640 on FreeBSD? I do. You can

Re: FreeBSD 3.3

2005-05-24 Thread Bjoern Koenig
Hello, you will find old releases and some ISO images at ftp://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/ Björn ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe,

Re: Statically linked bash

2005-05-25 Thread Bjoern Koenig
Hello, copy the attached patch to /usr/ports/shells/bash and apply it with patch -i Makefile-static.patch It adds some knobs in the style of the port 'shells/bash2'. Build the shell with make -DWANT_STATIC_BASH -DWITHOUT_NLS install clean The dependence to libintl and libiconv is the re

Re: Gnome fonts looks bolder in FreeBSD than in FC3

2005-05-25 Thread Bjoern Koenig
Hello, please show one or more screenshots if it's possible. Regards Björn ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: logo_FreeBSD?

2005-05-25 Thread Bjoern Koenig
Hello, See http://logo-contest.freebsd.org/ for information about the contest and the contact address. Regards Björn ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any m

Re: Mysql vs /var partition...

2005-05-26 Thread Bjoern Koenig
Matt Virus wrote: I tried moving the mysql dir and symlinking it to /var/db/mysql which didn't work. I also tried mount_null from the /usr partition to the /var/db/mysql folder...in both instances, the mysql server will not start. It should work. I've done this already. If you are still not

Re: about sysctl ip.portrange.x options?

2005-05-26 Thread Bjoern Koenig
perikillo wrote: A) What is the meaning of fastforwarding, went is the best situation to use this option? B) Iam not running any services, them lowfirst and lowlast i think they never go in action, them i can live with there default values? C) Now the other values, wich values are the recomend

Re: Can I mount an ISO image directly with mount?

2005-05-30 Thread Bjoern Koenig
Steven Friedrich wrote: I believe I read a posting over a year ago, that stated that you could mount an ISO file directly with mount. Indirectly. # mdconfig -a -f filename.iso md3 # mount_cd9660 /dev/md3 /cdrom Regards Björn ___ freebsd-questions@

Re: Can I mount an ISO image directly with mount?

2005-05-30 Thread Bjoern Koenig
If you use 4.x then see http://www.freebsddiary.org/iso-mount.php Björn ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: finding an old md5 from an old ports tree...

2005-05-31 Thread Bjoern Koenig
Joe Schmoe wrote: Since I have no 4.5/4.6 systems up and running, and since I cannot find old ftp trees with them on it, my question is: how can I find the distinfo file that came with the ports tree of a specific port from 4.5-release ? You will find your file at this site: http://www.freeb

Re: installing boot0 via dd

2005-05-31 Thread Bjoern Koenig
FreeBSD MailingLists wrote: Here is what I am thinking... 1) go to a different freebsd box with boot0 already installed. 2) use dd to grab a image file of the MBR 3) boot into knoppix on the machine (i already have it installed on the HDD) 4) use dd to load the image file to the MBR can someone

Re: General PHP Port Question

2005-05-31 Thread Bjoern Koenig
Bill Schmitt (SW) wrote: I think I'm missing something pretty basic. There appear to be two ways to install php4; using the port under lang/php4 and using the port under www/mod_php4. There are further ways. You missed 'www/php4-cgi' and 'lang/php4-extensions'. The "Long Description" under

Re: Nanobsd on a CD-ROM

2008-06-13 Thread Bjoern Koenig
J. Porter Clark wrote: > I don't have a way to make such an image without using mkisofs. > Figuring out how to pack the nanobsd image in such a way that > mkisofs can make an "El Torito" bootable CD from it sounds > difficult, offhand. Anybody know how to do this sort of thing? > Is it even possi