FreeBSD 6.0-6.1 binary upgrade script

2006-07-09 Thread Colin Percival
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dear FreeBSD 6.0 users, Those of you who read my blog (http://www.daemonology.net/blog/) will have seen this already; but for those of you who don't: I have written an automatic script for performing binary FreeBSD 6.0 - FreeBSD 6.1 upgrades. This

Re: FreeBSD 6.0-6.1 binary upgrade script

2006-07-09 Thread Peter Jeremy
On Sun, 2006-Jul-09 00:42:31 -0700, Colin Percival wrote: I have written an automatic script for performing binary FreeBSD 6.0 - FreeBSD 6.1 upgrades. That sounds useful. Are you intending to provide this for future FreeBSD minor-revision releases? Naturally, the cryptographic hashes of all

Re: FreeBSD 6.0-6.1 binary upgrade script

2006-07-09 Thread Colin Percival
Peter Jeremy wrote: On Sun, 2006-Jul-09 00:42:31 -0700, Colin Percival wrote: I have written an automatic script for performing binary FreeBSD 6.0 - FreeBSD 6.1 upgrades. That sounds useful. Are you intending to provide this for future FreeBSD minor-revision releases? Yes. This is made

Re: gmake: virtual memory exhausted

2006-07-09 Thread Kim Culhan
On 7/8/06, Dan Nelson [EMAIL PROTECTED] wrote: In the last episode (Jul 08), Kim Culhan said: Greetings- Compiling Asterisk on 6.1-STABLE: gmake -C db1-ast libdb1.a gmake[1]: Entering directory `/usr/local/src/asterisk/asterisk/db1-ast' gmake[1]: *** virtual memory exhausted. Stop. Any

MySQL and default memory limits (mysqld: Out of memory)

2006-07-09 Thread Mike Jakubik
I just setup a new system with MySQL 5.0.22, and to my surprise i get this error in MySQL's log. /usr/local/libexec/mysqld: Out of memory (Needed 237527040 bytes) /usr/local/libexec/mysqld: Out of memory (Needed 178145280 bytes) The system has 1GB of ram, which is plenty for MySQLs

Re: MySQL and default memory limits (mysqld: Out of memory)

2006-07-09 Thread Mathieu Arnold
+-Le 09/07/2006 16:49 -0400, Mike Jakubik a dit : | I just setup a new system with MySQL 5.0.22, and to my surprise i get | this error in MySQL's log. | | /usr/local/libexec/mysqld: Out of memory (Needed 237527040 bytes) | /usr/local/libexec/mysqld: Out of memory (Needed 178145280 bytes) | | The

Re: MySQL and default memory limits (mysqld: Out of memory)

2006-07-09 Thread Darren Pilgrim
Mathieu Arnold wrote: +-Le 09/07/2006 16:49 -0400, Mike Jakubik a dit : | I read somewhere that FreeBSD by default | limits process size to 512MB, however the variables used to tune it do | not seems to exist in FreeBSD-6.1 any more. How can i let MySQL use more | memory? If you're using a

Re: MySQL and default memory limits (mysqld: Out of memory)

2006-07-09 Thread Mathieu Arnold
+-Le 09/07/2006 14:14 -0700, Darren Pilgrim a dit : | Mathieu Arnold wrote: | +-Le 09/07/2006 16:49 -0400, Mike Jakubik a dit : | | I read somewhere that FreeBSD by default | | limits process size to 512MB, however the variables used to tune it do | | not seems to exist in FreeBSD-6.1 any more.

Re: MySQL and default memory limits (mysqld: Out of memory)

2006-07-09 Thread Darren Pilgrim
Mathieu Arnold wrote: [kern.maxdsiz is not] a sysctl, it's a tunable thing, which don't appear in sysctl. Gotta love namespace collisions. -- Darren Pilgrim ___ freebsd-stable@freebsd.org mailing list

Re: MySQL and default memory limits (mysqld: Out of memory)

2006-07-09 Thread Mathieu Arnold
+-Le 09/07/2006 14:25 -0700, Darren Pilgrim a dit : | Mathieu Arnold wrote: | [kern.maxdsiz is not] a sysctl, it's a tunable thing, which don't | appear in sysctl. | | Gotta love namespace collisions. Well, in fact, most of the tunables do have a read only sysctl so that people don't have to

Re: MySQL and default memory limits (mysqld: Out of memory)

2006-07-09 Thread Mike Jakubik
Mathieu Arnold wrote: +-Le 09/07/2006 16:49 -0400, Mike Jakubik a dit : | I just setup a new system with MySQL 5.0.22, and to my surprise i get | this error in MySQL's log. | | /usr/local/libexec/mysqld: Out of memory (Needed 237527040 bytes) | /usr/local/libexec/mysqld: Out of memory (Needed

Re: MySQL and default memory limits (mysqld: Out of memory)

2006-07-09 Thread Mike Jakubik
Mathieu Arnold wrote: +-Le 09/07/2006 14:25 -0700, Darren Pilgrim a dit : | Mathieu Arnold wrote: | [kern.maxdsiz is not] a sysctl, it's a tunable thing, which don't | appear in sysctl. | | Gotta love namespace collisions. Well, in fact, most of the tunables do have a read only sysctl so that

Re: MySQL and default memory limits (mysqld: Out of memory)

2006-07-09 Thread Mathieu Arnold
+-Le 09/07/2006 17:36 -0400, Mike Jakubik a dit : | Mathieu Arnold wrote: | +-Le 09/07/2006 14:25 -0700, Darren Pilgrim a dit : | | Mathieu Arnold wrote: | | [kern.maxdsiz is not] a sysctl, it's a tunable thing, which don't | | appear in sysctl. | | | | Gotta love namespace collisions. | | Well,

Re: MySQL and default memory limits (mysqld: Out of memory)

2006-07-09 Thread Mathieu Arnold
+-Le 09/07/2006 17:36 -0400, Mike Jakubik a dit : | Mathieu Arnold wrote: | +-Le 09/07/2006 16:49 -0400, Mike Jakubik a dit : | | I just setup a new system with MySQL 5.0.22, and to my surprise i get | | this error in MySQL's log. | | | | /usr/local/libexec/mysqld: Out of memory (Needed

Re: MySQL and default memory limits (mysqld: Out of memory)

2006-07-09 Thread Mike Jakubik
Mathieu Arnold wrote: | Exactly, its nice being able to see the current values. How else can i | see what the values are set to? As I previously said, it's 512M on i386, and 1G on 64 bit platforms. Right, this explains why my amd64 system works just fine. Shouldn't this be a dynamic

Re: MySQL and default memory limits (mysqld: Out of memory)

2006-07-09 Thread Stephen Montgomery-Smith
Mike Jakubik wrote: Mathieu Arnold wrote: +-Le 09/07/2006 14:25 -0700, Darren Pilgrim a dit : | Mathieu Arnold wrote: | [kern.maxdsiz is not] a sysctl, it's a tunable thing, which don't | appear in sysctl. | | Gotta love namespace collisions. Well, in fact, most of the tunables do have a read

Re: em device hangs on ifconfig alias ...

2006-07-09 Thread Pyun YongHyeon
On Sat, Jul 08, 2006 at 08:20:01PM +0300, Ruslan Ermilov wrote: On Sat, Jul 08, 2006 at 12:32:55PM +0900, Pyun YongHyeon wrote: On Fri, Jul 07, 2006 at 10:38:01PM +0100, Robert Watson wrote: On Fri, 7 Jul 2006, User Freebsd wrote: I think that I have patched, built and

Re: em device hangs on ifconfig alias ...

2006-07-09 Thread Mike Tancsa
At 01:20 PM 08/07/2006, Ruslan Ermilov wrote: Ah, I see. Thanks for the insight. How about the attached patch? I've been working on this problem for Mike Tancsa about a year ago, and my fix was naive. I ended up not committing it because I found that it broke something else, but I don't

Re: em device hangs on ifconfig alias ...

2006-07-09 Thread User Freebsd
On Mon, 10 Jul 2006, Mike Tancsa wrote: At 01:20 PM 08/07/2006, Ruslan Ermilov wrote: Ah, I see. Thanks for the insight. How about the attached patch? I've been working on this problem for Mike Tancsa about a year ago, and my fix was naive. I ended up not committing it because I found

Re: em device hangs on ifconfig alias ...

2006-07-09 Thread Mike Tancsa
At 12:06 AM 10/07/2006, User Freebsd wrote: Not sure what STP is Spanning Tree Protocol. Having the link go up and down would cause the switch port to block traffic for a period of time. ---Mike ___ freebsd-stable@freebsd.org mailing

Re: 6.1 quota issues

2006-07-09 Thread Charles Sprickman
On Sat, 8 Jul 2006, Matthew D. Fuller wrote: On Fri, Jul 07, 2006 at 10:56:47PM -0400 I heard the voice of Charles Sprickman, and lo! it spake thus: Trying again, it reported the same inconsistencies then sat there for more than an hour taking up all the available CPU on the box until I

interrupt oddity

2006-07-09 Thread Z.C.B.
I just installed 6.1 on a dual core amd machine. That went fine and it was using the generic SMP kernel. I created a custom kernel using my previous config but forgot to add the SMP line. It worked well except for one odd thing. The nvidia card would start using up a nice chunk of processor time

Re: 6.1 quota issues

2006-07-09 Thread Kostik Belousov
On Mon, Jul 10, 2006 at 12:41:07AM -0400, Charles Sprickman wrote: On Sat, 8 Jul 2006, Matthew D. Fuller wrote: On Fri, Jul 07, 2006 at 10:56:47PM -0400 I heard the voice of Charles Sprickman, and lo! it spake thus: Trying again, it reported the same inconsistencies then sat there for

Re: 6.1 quota issues

2006-07-09 Thread Charles Sprickman
On Mon, 10 Jul 2006, Kostik Belousov wrote: On Mon, Jul 10, 2006 at 12:41:07AM -0400, Charles Sprickman wrote: On Sat, 8 Jul 2006, Matthew D. Fuller wrote: On Fri, Jul 07, 2006 at 10:56:47PM -0400 I heard the voice of Charles Sprickman, and lo! it spake thus: Trying again, it reported the