RE: FreeBSD 5.3 Questions

2004-12-03 Thread Tom Connolly
4) I installed portupgrade from the port, and built the database using 'pkgdb -f', but whenever I run portupgrade or portversion, it displays a message Generating INDEX.tmp - please wait.. and hangs there forever. How do I fix this? - Jerry Jerry, It takes my machine about 1 hour

Re: FreeBSD 5.3 Questions

2004-12-03 Thread Greg Donald
On Fri, 3 Dec 2004 10:07:06 -0700, Tom Connolly [EMAIL PROTECTED] wrote: It takes my machine about 1 hour to generate the index. Be patient and it will complete. Previously I had FreeBSD 4.10 on my P133 and portupgrade -anrR took 3-4 minutes. Last week I upgraded to FreeBSd 5.3 and now

Re: FreeBSD 5.3 Questions

2004-12-03 Thread Panagiotis Christias
On Fri, 3 Dec 2004 11:45:18 -0600, Greg Donald [EMAIL PROTECTED] wrote: On Fri, 3 Dec 2004 10:07:06 -0700, Tom Connolly [EMAIL PROTECTED] wrote: It takes my machine about 1 hour to generate the index. Be patient and it will complete. Previously I had FreeBSD 4.10 on my P133 and

Re: FreeBSD 5.3 Questions

2004-12-03 Thread Joshua Lokken
On Thu, 2 Dec 2004 20:49:48 -0500, epilogue [EMAIL PROTECTED] wrote: On Thu, 2 Dec 2004 16:13:19 -0800 Jerry Gardner [EMAIL PROTECTED] wrote: I just loaded FreeBSD 5.3 a few days ago, and generally things are running well, with a few exceptions: hello jerry, 1) How do I stop the

Re: FreeBSD 5.3 Questions

2004-12-03 Thread Kris Kennaway
On Fri, Dec 03, 2004 at 02:00:33PM -0600, Joshua Lokken wrote: 4) I installed portupgrade from the port, and built the database using 'pkgdb -f', but whenever I run portupgrade or portversion, it displays a message Generating INDEX.tmp - please wait.. and hangs there

Re: FreeBSD 5.3 Questions

2004-12-03 Thread Joshua Lokken
On Fri, 3 Dec 2004 15:46:59 -0800, Kris Kennaway [EMAIL PROTECTED] wrote: On Fri, Dec 03, 2004 at 02:00:33PM -0600, Joshua Lokken wrote: 4) I installed portupgrade from the port, and built the database using 'pkgdb -f', but whenever I run portupgrade or portversion, it

Re: FreeBSD 5.3 Questions

2004-12-03 Thread Kris Kennaway
On Fri, Dec 03, 2004 at 05:54:17PM -0600, Joshua Lokken wrote: On Fri, 3 Dec 2004 15:46:59 -0800, Kris Kennaway [EMAIL PROTECTED] wrote: On Fri, Dec 03, 2004 at 02:00:33PM -0600, Joshua Lokken wrote: 4) I installed portupgrade from the port, and built the database using

FreeBSD 5.3 Questions

2004-12-02 Thread Jerry Gardner
I just loaded FreeBSD 5.3 a few days ago, and generally things are running well, with a few exceptions: 1) How do I stop the Sendmail daemons from starting at boot? I have sendmail_enable=NO set in /etc/rc.conf, but two sendmail processes are running after boot. 2) How do I set GCC flags

Re: FreeBSD 5.3 Questions

2004-12-02 Thread epilogue
On Thu, 2 Dec 2004 16:13:19 -0800 Jerry Gardner [EMAIL PROTECTED] wrote: I just loaded FreeBSD 5.3 a few days ago, and generally things are running well, with a few exceptions: hello jerry, 1) How do I stop the Sendmail daemons from starting at boot? I have sendmail_enable=NO set in

Re: FreeBSD 5.3 Questions

2004-12-02 Thread Eric Kjeldergaard
2) How do I set GCC flags when compiling a port. I added CFLAGS=-O2 -march=pentium3 -pipe to /etc/make.conf, but get an error when building a port. The error is get is env: -pipe No such file or directory /usr/share/examples/etc/make.conf may help you here. Just one quick