Re: gcc -m32 option on amd64.

2007-07-30 Thread Tom Evans
On Sat, 2007-07-28 at 17:55 +1000, Peter Jeremy wrote: On 2007-Jul-27 17:32:35 +0100, Tom Evans [EMAIL PROTECTED] wrote: gcc on amd64 is capable of generating i386 code, but ld on amd64 is incapable of linking i386 code together without serious amounts of work. Can you elaborate on what you

Re: [patch] enhance powerd(8) to handle max temperature

2007-07-30 Thread Pietro Cerutti
Hajimu UMEMOTO wrote: Hi, On Fri, 27 Jul 2007 16:43:29 +0200 Pietro Cerutti [EMAIL PROTECTED] said: gahr Hi list, gahr here is a patch to allow powerd(8) accept a -t tval option to set a gahr temperature limit above which performance should be decreased. gahr It's a first draft, and I

passwd(1) and PAM

2007-07-30 Thread Jonathan McKeown
This seems to be almost a FAQ judging by the number of open/suspended PRs over several years, and the enquiry on this list back in March 2007 - but I haven't been able to find an answer yet. Looking at /usr/src/usr.bin/passwd/passwd.c, it seems that passwd(1) was rewritten four years ago to

Re: [patch] enhance powerd(8) to handle max temperature

2007-07-30 Thread Kris Kennaway
On Mon, Jul 30, 2007 at 11:28:59AM +0200, Pietro Cerutti wrote: Hajimu UMEMOTO wrote: Hi, On Fri, 27 Jul 2007 16:43:29 +0200 Pietro Cerutti [EMAIL PROTECTED] said: gahr Hi list, gahr here is a patch to allow powerd(8) accept a -t tval option to set a gahr temperature limit above

Re: gcc -m32 option on amd64.

2007-07-30 Thread Giorgos Keramidas
On 2007-07-30 09:24, Tom Evans [EMAIL PROTECTED] wrote: On Sat, 2007-07-28 at 17:55 +1000, Peter Jeremy wrote: On 2007-Jul-27 17:32:35 +0100, Tom Evans [EMAIL PROTECTED] wrote: gcc on amd64 is capable of generating i386 code, but ld on amd64 is incapable of linking i386 code together without

Re: [patch] enhance powerd(8) to handle max temperature

2007-07-30 Thread Pietro Cerutti
Kris Kennaway wrote: On Mon, Jul 30, 2007 at 11:28:59AM +0200, Pietro Cerutti wrote: Hajimu UMEMOTO wrote: Hi, On Fri, 27 Jul 2007 16:43:29 +0200 Pietro Cerutti [EMAIL PROTECTED] said: gahr Hi list, gahr here is a patch to allow powerd(8) accept a -t tval option to set a gahr temperature

[panic]page fault while in kernel mode

2007-07-30 Thread ytriffy
Hello. Trap 12 occured when I rebooted PC. Sending you backtrace. My system: amd64 3200+ Venice, MB ECS nForce4 A939,Samsung 250GB and WD 250 GB, 2 memory banks 512MB each, videocard: Geforce 6600gt 128MB, NIC on realtek chip, sound card cirrus logic cs4281. It's very unstable, crashes happen

Re: network/multithreaded programming on FreeBSD

2007-07-30 Thread Karol Kwiatkowski
Michael S wrote: Good day all, I am not sure this is the correct list for my question, I am still going to ask though. I am a 3rd year computer science student and in the fall I am going to be taking courses in network and system programming (with pthread). As a lot of universities do,

Re: network/multithreaded programming on FreeBSD

2007-07-30 Thread Pietro Cerutti
Karol Kwiatkowski wrote: Michael S wrote: Good day all, I am not sure this is the correct list for my question, I am still going to ask though. I am a 3rd year computer science student and in the fall I am going to be taking courses in network and system programming (with pthread). As a

Re: network/multithreaded programming on FreeBSD

2007-07-30 Thread Mike Meyer
On Tue, 31 Jul 2007 00:25:06 +0200 Karol Kwiatkowski [EMAIL PROTECTED] wrote: Michael S wrote: Good day all, I am not sure this is the correct list for my question, I am still going to ask though. I am a 3rd year computer science student and in the fall I am going to be taking

Re: [patch] enhance powerd(8) to handle max temperature

2007-07-30 Thread Hajimu UMEMOTO
Hi, On Mon, 30 Jul 2007 23:31:33 +0200 Pietro Cerutti [EMAIL PROTECTED] said: gahr I can't test it, since I can't use passive cooling, but how do not these gahr two systems interfere with each other wrt setting the CPU frequency? gahr What if, for example, my CPU temperature rises above _PSV

Re: [patch] enhance powerd(8) to handle max temperature

2007-07-30 Thread Nate Lawson
Hajimu UMEMOTO wrote: On Mon, 30 Jul 2007 23:31:33 +0200 Pietro Cerutti [EMAIL PROTECTED] said: gahr My patch is really just a first draft that I wrote in order to have gahr feedbacks on the general idea to implement a temperature controlling gahr system inside powerd, and doesn't implement

Problems with rpc.statd and PAE

2007-07-30 Thread João Carlos Mendes Luís
Hi, Sent this to -questions, but got no answer. Now I'll try -hackers... I've just configured my first server with 4G RAM. To use it, I had to select PAE in kernel config. I was a little bit troubled by it's advice not to use modules (is it that critical?), but got it running. But