pentium II cpu cache prevents boot

2004-08-30 Thread fbsd
Hello All, I've been trying to install FreeBSD-4.10 stable on a PcPartner BXA828D mainboard. This mainboard features the Intel 82440BX chipset, and I fitted it with a Pentium-II 450mhz with 512kb cache. Furthermore, I've added one vga adapter and two nic's (RTL8139). Storage is in the form of

tomcat + apache + java

2005-11-26 Thread fbsd
Can anyone point me to a surefire how-to to get tomcat java apache running on a FreeBSD 5.3R box. Here are the current setup. OS : FreeBSD 5.3R Apache 2.0.50 Tomcat 5.0.28 mod_jk - seems to be 1.2.5 java - jdk1.4.2 Thanks, Ed

RE: problem with ipfilter(ipnat)

2006-04-12 Thread fbsd
There is nothing wrong with FreeBSD 6.0 It's the way you activated ipf that is wrong. Ipfilter's ipnat function is not an independent function. You have to code this in rc.conf ipfilter_enable = YES ipnat_enable = YES and make sure there is no default ipf.rules file Then ipf will use its default

RE: stop/start services

2006-04-12 Thread fbsd
/usr/local/share/mysql/mysql.server start /usr/local/share/mysql/mysql.server stop -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of eoghan Sent: Wednesday, April 12, 2006 3:02 PM To: freebsd-questions@freebsd.org Subject: stop/start services Hi I asked a

RE: Re: stop/start services

2006-04-12 Thread fbsd
etc/rc.d is for software that is part of the operating system and stuff in here gets launched by control statments in rc.conf /usr/local/etc/rc.d is where software installed from the ports normally put their start up scripts. At boot time the directory is read and all scripts ending in .sh get

RE: ipfw

2006-04-14 Thread fbsd
read the handbook firewall section http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/firewalls. html -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of nirvana - Cityshells.NET Sent: Saturday, April 15, 2006 8:47 AM To: freebsd-questions@freebsd.org

RE: ipfw

2006-04-14 Thread fbsd
you are wrong in giving this guy incorrect info. ipfw can be run just by adding correct statement to rc.conf it does not have to be compiled into kernel maybe you should read the firewall section first before giving advice -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: freeBSD user

2006-04-15 Thread fbsd
try reading the install guide at www.a1poweruser.com it walks you through configurating a LAN -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of astalus razvan Sent: Saturday, April 15, 2006 6:09 AM To: freebsd-questions@freebsd.org Subject: freeBSD user

RE: switching sio0 and sio1

2006-04-15 Thread fbsd
You should be able to config that in your system bios. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of FreeBSD MailingLists Sent: Saturday, April 15, 2006 4:22 PM To: questions Subject: switching sio0 and sio1 Is there anyway to switch what gets recognized

RE: Problems Installing FreeBSD 5.4 6.0

2006-04-16 Thread fbsd
try trying turn plug-n-play and power management in the pc bios. post the boot probe log here -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Mohamad Babaei Sent: Sunday, April 16, 2006 8:24 AM To: freebsd-questions@freebsd.org Subject: Problems Installing

RE: clustering question.......

2006-04-18 Thread fbsd
Have a look at HUT (High Uptime Project) : http://www.bsdshell.net and http://www.aims.com.au/chris/cluster/ and http://sporner.dyndns.org/freebsdcluster/ (sometimes down ;)) http://www.leidinger.net/cgi-bin/search.pl?q=clusternum=10 http://nrez.net/~rmger/fbsdcluster/cluster-doc.html

RE: pf problem with table

2006-04-19 Thread fbsd
Error msg means there is something wrong with the content of /etc/pfdata/blocklist-p2p check that there are no blank lines in that file. make file with only ten entries and test. Then add more content until you break it. maybe 1.7 MB file size is to large for max table size -Original

Re: KDE + GNOME?

2006-04-20 Thread fbsd
Duane Whitty wrote: Duane Whitty wrote: [snip] ... I want to be able to switch back-and-forth whenever I want. Has anyone else tried this? Thanks for your responses. Sincerely, Duane Whitty Thanks again for the responses. I am now busily building GNOME 2.12 from ports. Sincerely,

RE: bsdcertification.org vs bsdcertification.com (which is which??)

2006-04-20 Thread fbsd
Never heard of either place you posted. NJIT is the only place that has a real certification program. NJIT offers open source unix certification (and it's recognized/endorsed by the FreeBSD Foundation) http://cpe.njit.edu/noncredit/#opensourceunix available both online and in classroom.

RE: how to eliminate an unused interface?

2006-04-20 Thread fbsd
Disabling it in the pc bios will cause FreeBSD not to find it. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jonathan Horne Sent: Thursday, April 20, 2006 11:24 AM To: [EMAIL PROTECTED] Subject: how to eliminate an unused interface? my box has a

RE: how to forbid to process IP, which are fragmentation?

2006-04-22 Thread fbsd
use ipfilter firewall read the manual firewall section. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/firewalls- ipf.html -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Andrew Wingorodov Sent: Saturday, April 22, 2006 5:11 AM To:

Apache port included dso modules

2006-04-22 Thread fbsd
In the hpptd.conf file their are a bunch of DSO modules being included. Are these required by Apache to run? The only one I know for sure I am using is the PHP4 one. Can I comment the rest out to disable them as I considerer anything I am not really using as possible security leaks? Is there

RE: Quick Question

2006-04-23 Thread fbsd
It would help if you would ask a question. Nobody has ESP to read your mind. You have to provide background information with your question so people on this list can grasp what you are talking about. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Joey

RE: No Buffer Space Available

2006-04-25 Thread fbsd
Your trying to run too many memory hungry applications at same time. Tweaking the kernel is not going to help you. Adding more ram will. Better to only run single network monitoring application at a time. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of

RE: Security Run Output

2006-04-26 Thread fbsd
The daily security email to root all ways lists a count of blocked packets if you have one of the three firewall activated. So what you are seeing is informational and nothing to be concerned about unless you did not active the ipfilter firewall. -Original Message- From: [EMAIL

RE: Problem installing FreeBSD 6.0

2006-04-26 Thread fbsd
I had this problem when I was using an older model motherboard with only 64k memory. I moved HD to an newer pc to install FreeBSD to HD them returned HD to first box and all was ok. Then configured FreeBSD OS on older box with out any problems after that. Read 6.0 notes about dropped support for

RE: FreeBSD 5.4 Cannot detect my Hard Disk

2006-04-26 Thread fbsd
In your bios disable the following power management plug-n-play For OS type select UNIX or other. IE: not windows If your bios don't have these options then disregard this post. If HD is a replacement, insure you have correct ribbon type for HD type and HD jumpers are correct for ribbon

How do I swap tape drives (sa0) without rebooting?

2006-04-26 Thread fbsd
Hello list. I have a freebsd 6.1-RC1 machine that I am using to test bacula and various tape drives. If the machine boots up while the tape drive is attached and powered up, the tape drive is recognized. If I turn off the tape drive and attach a different drive, I cannot seem to convince the OS

RE: Simple firewall question: Blocking a handful of IPs

2006-04-26 Thread fbsd
block in quick on rl0 from x.x.x.x to any -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of H. Wade Minter Sent: Wednesday, April 26, 2006 8:47 PM To: [EMAIL PROTECTED] Subject: Simple firewall question: Blocking a handful of IPs I'm not extremely

RE: Getting DHCP to use resolv.conf?

2006-04-27 Thread fbsd
Does anyone have a script that does this, that they can share? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Bill Moran Sent: Wednesday, April 26, 2006 5:06 PM To: Telting Cc: freebsd-questions@freebsd.org Subject: Re: Getting DHCP to use resolv.conf?

RE: Getting DHCP to use resolv.conf?

2006-04-27 Thread fbsd
I read the man dhclient.conf(5) and paid special attention to the part about prepend domain-name-servers. It does not say anything about passing the dns info dhcp client puts into resolv.conf onto the dhcpd.conf option domain-name-servers statement. I don't think you understood the original

RE: security warning -- POSSIBLE BREAKIN ATTEMPT!

2006-04-28 Thread fbsd
This is just ssh doing it's job. It's normal. This subject has been covered many times. Please review the list archives for details. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Rodrigo Mufalani Sent: Friday, April 28, 2006 3:08 PM To:

RE: apache not starting: FreeBSd 5.4

2006-04-30 Thread fbsd
[EMAIL PROTECTED] is a email address not a web server name. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of dharam paul Sent: Sunday, April 30, 2006 11:50 AM To: freebsd Subject: apache not starting: FreeBSd 5.4 This is a n00b here, #apachectl configtest

RE: Getting DHCP to use resolv.conf?

2006-04-30 Thread fbsd
I got this from the ISC-dhcp questions list. Note: This might not work, Not tested, No guarantees. Use this as starter code and after testing post what you get working for the list archives. In dhcpd.conf comment out the line option domain-name-servers and add following line include

force lease renewal from dhcpd

2006-05-01 Thread fbsd
Is there some way to force all leases under dhcpd to perform lease renewal routine? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

RE: apache not starting: FreeBSd 5.4

2006-05-01 Thread fbsd
yes you are wrong. Read this Assigning a Host name to your FBSD system. Your FBSD operating system has internal software applications (like sendmail for one) that needs to know the fully qualified domain name of the PC it's running on. You do this by adding the option statement hostname

dhclient-exit-hooks

2006-05-02 Thread fbsd
When this script runs the logger statements do not create any message in the targeted log files. IF I execute the same logger statements from the command line they work as expected. This is the boot time messages. dc0: link state changed to DOWN dc0: no link dc0: link state changed to UP got

RE: dhclient-exit-hooks

2006-05-03 Thread fbsd
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Norbert Papke Sent: Tuesday, May 02, 2006 9:47 PM To: [EMAIL PROTECTED] Cc: freebsd-questions@freebsd.org Subject: Re: dhclient-exit-hooks On Tuesday 02 May 2006 06:12, fbsd wrote: IF I execute the cat command to issue the notification email

RE: dhclient-exit-hooks

2006-05-03 Thread fbsd
Subject: Re: dhclient-exit-hooks On Wed, May 03, 2006 at 08:07:39AM -0400, fbsd wrote: I changed #! /bin/sh to #!/bin/sh it had no effect. Logger command still not producing output. using sendmail to construct the email made no difference. Still get this message /libexec/ld-elf.so.1

RE: dhclient-exit-hooks

2006-05-03 Thread fbsd
PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Daniel Bye Sent: Wednesday, May 03, 2006 12:22 PM To: Daniel Bye; freebsd-questions@freebsd.org Subject: Re: dhclient-exit-hooks On Wed, May 03, 2006 at 12:17:00PM -0400, fbsd wrote: What goes in your_script_service? Is it suppose to be script name

RE: dhclient-exit-hooks

2006-05-03 Thread fbsd
-hooks On 5/3/06, fbsd [EMAIL PROTECTED] wrote: I changed #! /bin/sh to #!/bin/sh it had no effect. Logger command still not producing output. using sendmail to construct the email made no difference. Still get this message /libexec/ld-elf.so.1: Shared object libpcre.so.0 not found

RE: dhclient-exit-hooks

2006-05-03 Thread fbsd
-questions@freebsd.org Subject: Re: dhclient-exit-hooks On Wed, May 03, 2006 at 02:25:08PM -0400, fbsd wrote: There is nothing to rebuild. I am using the built in dhclient that comes with the system. But it's not dhclient that's emitting the error, is it? It's your MTA. (check in /etc/mail/mailer.conf

RE: dhclient-exit-hooks

2006-05-03 Thread fbsd
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Daniel Bye Sent: Wednesday, May 03, 2006 4:42 PM To: Daniel Bye; freebsd-questions@freebsd.org Subject: Re: dhclient-exit-hooks On Wed, May 03, 2006 at 03:35:13PM -0400, fbsd wrote: I do not see why postfix would have any thing to do

RE: dhclient-exit-hooks

2006-05-03 Thread fbsd
[mailto:[EMAIL PROTECTED] Sent: Wednesday, May 03, 2006 6:50 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] ORG Subject: Re: dhclient-exit-hooks fbsd wrote: When this script runs the logger statements do not create any message in the targeted log files. IF I execute the same logger statements from

RE: Getting DHCP to use resolv.conf? AN ANSWER

2006-05-03 Thread fbsd
for renewal. #EOF fi rm -f /etc/dhcpd.name-servers.tmp ### End of refresh dhcpd dns ip script ### The script I sent are operational on FBSD 4.11 with the enter/exit-hooks scripts that are part of the base install. NB Dont forget I run the ipf firewall rewrite rules script

RE: Getting DHCP to use resolv.conf? AN ANSWER

2006-05-03 Thread fbsd
The script I sent are operational on FBSD 4.11 with the enter/exit-hooks scripts that are part of the base install. NB Dont forget I run the ipf firewall rewrite rules script manually as root when my IP number changes, but the DHCP - resolv.conf is automatic via exit-hooks The scripts

RE: dhclient-exit-hooks

2006-05-04 Thread fbsd
Today I installed the isc-dhcp-client package. It installs a completlly different dhclient-script. One that looks like it matchhes what your begin/exit scripts are designed to work with. # base version /etc/dhclient-exit-hooks /etc/dhclient-exit-hooks.sav /etc/dhclient.conf /sbin/dhclient

Help with isc-dhcp dhclient from port collection

2006-05-04 Thread fbsd
I installed the isc-dhcp-client port. I have this in my rc.conf dhcp_program=/usr/local/sbin/dhclient dhcp_flags=-q ifconfig_dc0=DHCP I get these error messages over and over. Have to reboot in single user mode to edit rc.conf to fix. Can't bind to dhcp address: Address already in use Please

RE: System Intrustion Detection

2006-05-09 Thread fbsd
check the list archives. this subject has been beat to death many times already -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of M. Goodell Sent: Tuesday, May 09, 2006 10:54 AM To: FreeBSD Questions Subject: System Intrustion Detection More and more each

RE: New freebsd logo on freebsd.org

2006-05-10 Thread fbsd
As a long time reader of this list I did not see any announcement of it here. Only after selection of the new logo was made was it talked about on this list People were very up set with it them and the ground swell over this has only gotten bigger. Loyal long time users are feeling insulted

RE: New FreeBSD Logo

2006-05-10 Thread fbsd
As a long time reader of this list I did not see any announcement of it here. Only after selection of the new logo was made was it talked about on this list. People were very up set with it them and the ground swell over this has only gotten bigger. Loyal long time users are feeling insulted

RE: New FreeBSD Logo

2006-05-10 Thread fbsd
The point being it was not announced on the questions list. The point being the logo affects all the users just not the core committers. Quite trying to make a non-subject out of something that effects us all. The official logo represents all of us users to the world as a whole. Cant you get

RE: New freeBSD logo on freebsd.org

2006-05-10 Thread fbsd
on freebsd.org On Wed, 10 May 2006 08:13:24 -0400 fbsd [EMAIL PROTECTED] wrote: As a long time reader of this list I did not see any announcement of it here. That's because this is the freebsd-questions list. It was announced on the freebsd-announce list. Y'know, the one where announcements are made

FreeBSD 6.1 is now available for download

2006-05-10 Thread fbsd
This is just a short note to inform all the list readers that 6.1 is available. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

vote for keeping beastie as official logo

2006-05-10 Thread fbsd
If you are as dissatisfied with the new official logo as I am, then forward this email to the FreeBSD federation board of directors at [EMAIL PROTECTED] Dear FreeBSD federation board of directors: I am upset with the manner in which it was decided that a new logo was needed. Only posting a

RE: securing beyond the handbook

2006-05-10 Thread fbsd
There is no difference between a dynamic and static ip address from the point of the firewall. If you felt secure before, then getting a static ip address will have no effect on that. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jim Stapleton Sent:

RE: FreeBSD from Scratch

2006-08-04 Thread fbsd
The install guide at www.a1poweruser.com may be what you are looking for. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Rich Mayo Sent: Friday, August 04, 2006 9:24 AM To: FreeBSD Questions Subject: FreeBSD from Scratch Is anyone on the list familiar

RE: Best POP daemon to use with Postfix

2006-08-08 Thread fbsd
I use qpopper with windows office outlook outlook express without any problems. My guess is you don't have outlook configured correctly. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Philip Radford Sent: Tuesday, August 08, 2006 8:52 AM To:

RE: Any idea how to stress test our bandwidth?

2006-08-11 Thread fbsd
Your client has major flaw in their test plan. Just because they have large bandwidth to you does not mean the public websites that want to test with also have that size bandwidth. So any time they test loading up targeting some public website they will be limited to some portion of the targeted

RE: problems with acer aspire

2006-08-22 Thread fbsd
bois will also die if battery on motherboard because dislodged or went dead. open the pc case and look for battery and replace it. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Derek Ragona Sent: Tuesday, August 22, 2006 9:28 AM To: [EMAIL PROTECTED];

RE: A webhosting script?

2006-08-25 Thread fbsd
Check the questions archives for subject Scripts to Manage Virtual Hosts and subject Apache 2 hosts and apache www/data directory and directory structuer for a web server and Apache vhost directive problem and Virtual Host. Bottom line here is search the archives for answers. -Original

RE: PHP5 and MySQL

2006-08-27 Thread fbsd
I just installed PHP5 Mysql5 from the ports collection without any problems. And yes this is correct place to ask question about installing PHP5 Mysql5 on Freebsd 6.1 system. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Muhammad Omer Iqbal Sent:

RE: PHP5 and MySQL

2006-08-27 Thread fbsd
and issue queries to it from a command line. -Original Message- From: fbsd [mailto:[EMAIL PROTECTED] Sent: Sunday, August 27, 2006 7:31 AM To: Muhammad Omer Iqbal; freebsd-questions@freebsd.org Subject: RE: PHP5 and MySQL I just installed PHP5 Mysql5 from the ports collection without any

RE: PHP5 and MySQL

2006-08-27 Thread fbsd
Review the questions archives for details on how to correct this problem. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Muhammad Omer Iqbal Sent: Sunday, August 27, 2006 12:48 PM To: 'Matthew Seaman' Cc: freebsd-questions@freebsd.org Subject: RE: PHP5 and

problem with phpMyAdmin port

2006-08-30 Thread fbsd
Just downloaded phpMyAdmin port make files on 6.1 system and ran make install clear. Already had php5 and mysql5 previously installed and working. The phpMyAdmin port installed fine. Problem is the phpMyAdmin directory was installed as /www/phpMyAdmin and it should have been

RE: problem with phpMyAdmin port

2006-08-30 Thread fbsd
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Bill Moran Sent: Wednesday, August 30, 2006 1:14 PM To: Daniel Gerzo Cc: fbsd; [EMAIL PROTECTED] ORG Subject: Re: problem with phpMyAdmin port In response to Daniel Gerzo [EMAIL PROTECTED]: When I try

php5/mysql5

2006-08-30 Thread fbsd
Production server is running apache13/php4/mysql4. Have fresh 6.1 install on workbench PC. Workbench PC is being used to build apache13/php5/mysql51 environment for working php web application writing and reading mysql database. Installed mysql51-server then php5 and made sure make config had

RE: php5/mysql5

2006-08-30 Thread fbsd
: Philip Hallstrom [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 30, 2006 5:54 PM To: fbsd Cc: [EMAIL PROTECTED] ORG Subject: Re: php5/mysql5 That was the correct solution. Thanks ___ freebsd-questions@freebsd.org mailing list http

IBM T60 laptop?

2007-02-14 Thread fbsd
Hi All, I am looking for a good laptop to put FreeBSD (PCBSD) on. The general consensus seems to be that IBM make good units and that the T60 is a good choice. But when I look at the three components that seem to cause most trouble in laptops 1. Graphics cards, 2. high definition audio and

accessing mysql server remotely

2007-07-10 Thread fbsd
Just a general question about mysql remote access. Is it possible to login to my remote mysql server and create a new db table using a file on the local system which contains the definition statements? Thanks ___ freebsd-questions@freebsd.org

Module for Realtek RTL8111B ethernet NIC

2007-04-19 Thread fbsd
Hi All, I have just installed PC-BSD on an Asus A8JS laptop. The Realtek RTL8111B ethernet NIC does not work so I'm looking for a bit of help. As far as I can tell the driver for this NIC is the rl driver (the module is called if_rl.ko), but I also found a place where the driver was listed

Re: about Geforce Go 7700

2007-05-16 Thread fbsd
Federico Lorenzi wrote: On 5/15/07, Roland Smith [EMAIL PROTECTED] wrote: On Tue, May 15, 2007 at 08:47:25AM +0200, Runner on the Road wrote: Hi i have an asus a8js with a 7700 Go gefroce in it i ve tryed seveal times to confi my xorg.conf but still not working Try the nv(4) driver in

Re: Intel Pro/Wireless 3945ABG - if_ipw not working

2007-05-18 Thread fbsd
Vince wrote: Justin Muir wrote: Hello, I load the module and I'm not getting the ipw0 device. If I'm reading the instructions (damien.bergamini.free.fr/ipw/ipw-freebsd.html) correctly, I should be able to: 1. load the driver 2. see the ipw0 device 3. load the firmware into the device with

RE: apache runs with 8 processes.

2006-05-13 Thread fbsd
Those tasks are started by the statements you have in httpd-conf. It's normal. If you have light apache server usage you can limit the number of default tasks by making changes in httpd-conf -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of justin Sent:

Has the port collection become to large to handle.

2006-05-13 Thread fbsd
To all question list readers; Now with 14576 ports in the collection where do you draw the line that its too large to be downloading the whole collection when you just use 10 or 20 of them? The port collection is growing at a ever increasing rate per month. The mass majority of the ports are so

RE: Has the port collection become to large to handle.

2006-05-13 Thread fbsd
As a port maintainer, it's quite enough work to keep things in sync with one ports tree without having to also worry about a second convenience tree that will only benefit a few users. This post says nothing about a second convenience tree. Talking about a (to use your term) convenience category

RE: Has the port collection become to large to handle.

2006-05-14 Thread fbsd
Comments have been posted about how to determine in a fair way which ports would be included in the most commonly used category? The solution to that concern is pretty easy to do. Modify the master make code to post a count to a special purpose FreeBSD website by passing it a cookie. Now every

RE: Has the port collection become to large to handle.

2006-05-14 Thread fbsd
fbsd wrote: The fact is the maintainer is all ready being trusted to manage the port so I see no reason NOT to trust him to create the matching package. Because they don't. The port maintainer is trusted to maintain the port ... and then a bunch of people are trusted to audit the ports before

RE: PHP not working

2006-05-14 Thread fbsd
New in 6.1 the port group decided to change the default which activates the include of php4/5 for apache. I agrees this was a very stupid thing to do as it now is causing all the apache/php users to change the way they have installed php5 in the past. It's my understanding that php4 php5 packages

RE: Has the port collection become to large to handle.

2006-05-14 Thread fbsd
fbsd wrote: fbsd wrote: * so working with in that same procedure the maintainer passes the packages to the audit people and they pass it on. No problem with this at all. Thus removing any kind of streamlining to speed up releases of new versions? *** again you are missing

RE: Has the port collection become to large to handle.

2006-05-14 Thread fbsd
Spadge Your comments are becoming more and more meaningless. You are no longer contributing to the brainstorming of this thread. Your attempt to engage a argument have failed. All posts from you will go unanswered as you are now on my troll kill list. fbsd wrote: *** again you are missing

RE: Has the port collection become to large to handle.

2006-05-15 Thread fbsd
Keep the ports tree how it is, as others have said the size is small on modern hard drives and bandwidth trivial, once the initial ports tree is in place keeping it up to date needs very little bandwidth and its only distfiles that tend to be large, but you only download distfiles for ports you

RE: Newbie File system

2006-05-15 Thread fbsd
Look in /usr/home -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Maan Jee Sent: Monday, May 15, 2006 11:21 AM To: freebsd-questions@freebsd.org Subject: Newbie File system Hi Can someone explane that at which filesystem is my /home directory located?

RE: Has the port collection become to large to handle.

2006-05-15 Thread fbsd
The best indicator that the ports collection has become to large is that it took me 2 hours to download the complete port-all collection using A DSL internet connection. To compile the ports I use took another 11 hours. This is the reason I went to using packages in the first place. Downloading

php5 port error

2006-05-15 Thread fbsd
After a complete port-all download on fresh 6.1 system the distro size and md5 specified in the php5 make config files does not match any of the download sites the port looks at. Is this a error in the php5 port??? ___

Help to find cause of recurring crash

2006-05-16 Thread fbsd
Hello All, I'm running a home email server and twice in the last week it has rebooted itself and been unable to restart due to corruption of the filesystem. I found the following in /var/log/messages May 16 17:46:07 hpvectra syslogd: kernel boot file is /boot/kernel/kernel May 16 17:46:07

Re: Help to find cause of recurring crash

2006-05-16 Thread fbsd
Pietro Cerutti wrote: On 5/16/06, fbsd [EMAIL PROTECTED] wrote: Hello All, I'm running a home email server and twice in the last week it has rebooted itself and been unable to restart due to corruption of the filesystem. I found the following in /var/log/messages May 16 17:46:07 hpvectra

imagecreate command PHP5

2006-05-16 Thread fbsd
How do I add imagecreate command support to PHP5?? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

RE: Loading php5 and apache 1.3

2006-05-16 Thread fbsd
I am fighting that same battle my self on a 6.1 system. I use the packages to do this. apache, php5, mysql5 Have no problem with the mysql5 part. I reported the default had changed for php5 port not to include the apache module on last Thursday. Today it looks like the port default has been

RE: php5 port error

2006-05-16 Thread fbsd
Yes I just went through this this morning. The md5 size count is not correct in the php5 port. See /usr/ports/lang/php5/distro I renamed the distro to distro.org and did make install clean and it found source to download. Warning. You have to download a new copy of the php5 port config files

RE: imagecreate command PHP5

2006-05-16 Thread fbsd
Thank you. That was the info I needed. Got it working now. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Daniel A. Sent: Tuesday, May 16, 2006 10:01 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] ORG Subject: Re: imagecreate command PHP5 fbsd wrote

Re: Help to find cause of recurring crash

2006-05-16 Thread fbsd
Bill Moran wrote: On Tue, 16 May 2006 21:09:20 +1000 fbsd [EMAIL PROTECTED] wrote: Hello All, I'm running a home email server and twice in the last week it has rebooted itself and been unable to restart due to corruption of the filesystem. I found the following in /var/log/messages

Re: Help to find cause of recurring crash

2006-05-16 Thread fbsd
an idiot. Ted -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of fbsd Sent: Tuesday, May 16, 2006 4:09 AM To: freebsd-questions@freebsd.org Subject: Help to find cause of recurring crash Hello All, I'm running a home email server and twice in the last week

RE: php5 port broken???

2006-05-17 Thread fbsd
The php5 port is broken. The port's distro file contains incorrect size hash's. Delete the ports distro file and do make config to get options screen. Only option that should be on is the create apache module option. Then do make install clean Since this problem was reported to the ports group

RE: phpMyAdmin Question from user

2006-05-17 Thread fbsd
The phpMyAdmin package is broken in Freebsd 6.1 because the pdflib dependent in the port is broken. You have to run the port version of phpMyAdmin. First do a port make config and disable all the options. You will see pdflib as one of those. Then do make install clean and it will build just

6.1 new sysinstall country panel?

2006-05-17 Thread fbsd
While installing fresh virgin 6.1 from cdrom, the first thing I get is a new panel asking for me to select the country I am from. What is the purpose of this new country selection screen? Why was it added to sysinstall in 6.1? How can I bypass selecting a country?

RE: Is there a method to not probe certain devices at startup?

2006-05-17 Thread fbsd
Check that the pc bios has USB disabled. Also check that rc.conf does not have statement to enable USB. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Danny MacMillan Sent: Wednesday, May 17, 2006 1:16 PM To: freebsd-questions@freebsd.org Subject: Is

RE: Cluster solution

2006-05-17 Thread fbsd
Take a look at port net/freevrrpd. http://redundancy.redundancy.org/fbsd_lb.html http://www.freebsd.org.hk/html/sgcluster/ http://pf4freebsd.love2party.net/carp.html http://blizzard.rwic.und.edu/~nordlie/miniwulf/ It uses MPICH and LAM/MPI Have a look at HUT (High Uptime Project) :

RE: Kids from Indonesia (sorry, the 1st was wrong!)

2006-05-17 Thread fbsd
Your modem is an winmodem. It's specially manufactured for windows operating systems. It does not work on FreeBSD. There is a port which works for some winmodems on FreeBSD called ltmdm. ltmdm may or may not work for your modem. Giving it a try is the only way to find out. -Original

RE: PCI card not recognised

2006-05-19 Thread fbsd
Try the card in different expansion slots on the motherboard. Check bios for PCI slots are not assign irq numbers but use auto setting. Turn off plug_n_play option in bios. If PCI card has lights do they blink? Is red or green lights on all the time? -Original Message- From: [EMAIL

RE: 6.1 CD is Hanging on Install

2006-05-20 Thread fbsd
Trouble shooting 101. 1. If you burned the install cd from the iso file, did you first check that what you downloaded is correct by running md5 and comparing the hash number against the checksum value? 2. Check the motherboard bio settings. Turn off all power management options.

RE: installing MySQL with FreeBSD pkg_add

2006-05-20 Thread fbsd
The pkg_add -r msql41-server auto installs mysql41-client as a dependaent so when you ran pkg_add -r mysql41-client it found it was all ready there just like it should. This is not an error. Next you have to do rehash command or reboot box so system can find those new modules. Then run

RE: setting host name during install?

2006-05-21 Thread fbsd
name to point to their static ip address. And in this case that registered domain name would go in the hostname= of rc.conf. This is not your case. So you should follow this Assigning a Host name to your FBSD system Your FBSD operating system has internal software applications (like sendmail

RE: Best Practices - interrupt storm

2006-05-23 Thread fbsd
Stray irq 7 messages The FBSD FAQ entry says 5.24. What does ``stray IRQ'' mean? Stray IRQs are indications of hardware IRQ glitches, mostly from hardware that removes its interrupt request in the middle of the interrupt request acknowledge cycle. One has three options for dealing with this: 1

RE: Firewall with 3 NIC (1 wireless) problem

2006-05-24 Thread fbsd
This may be a wild shot in the dark. Netgear WPN311 WG311T are both CLIENT RangeMax Wireless PCI Adapter cards. Looks to me like you are missing hardware needed to make your wanted wireless network to work. On your wired LAN you cable a Nic card in your gateway box to a hub/router/switch through

  1   2   >