FreeBSD IPSec adventures

2012-05-14 Thread David George
Hello All. I have been working on a project where the goal has been to convert the FreeBSD IPSec stack to a userspace application. The project is pretty far along, so I thought I would dump my observations/experiences with regards the IPSec stack here. (Hopefully this is the correct forum) 1) SAD

Re: gnome start error?help me.

2012-05-14 Thread Wojciech Puchar
I installed FreeBSD9.0 to IBM R51.Gnome startup black screen, only to restart.My graphics card is "82852/855GM Integrated Graphics Device".Is there any solution?Can you give me a detailed step? ? Thank you! same thing here. it is not video card dependent IMHO chao zhong li 2.12/5/13 _

Re: csh builtin command problems

2012-05-14 Thread Ian Lepore
On Wed, 2012-05-09 at 21:34 -0400, Robert Simmons wrote: > I'm trying to use sysv style echo in /bin/csh and I've hit a wall as > to how to get it to work. > > The following does not have the outcome that I'm looking for: > > # echo_style=sysv > # echo test\ttest > test > # cat test > testttest >

Re: csh builtin command problems

2012-05-14 Thread Robert Simmons
On Mon, May 14, 2012 at 1:45 PM, Ian Lepore wrote: > On Wed, 2012-05-09 at 21:34 -0400, Robert Simmons wrote: >> I'm trying to use sysv style echo in /bin/csh and I've hit a wall as >> to how to get it to work. >> >> The following does not have the outcome that I'm looking for: >> >> # echo_style=

Re: GSoC Project: EFI on amd64/i386

2012-05-14 Thread Eric McCorkle
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/10/12 07:45, Marcel Moolenaar wrote: > > On May 8, 2012, at 1:35 PM, Eric McCorkle wrote: > >> Here are some specific points to be decided: >> >> * An EFI boot service could potentially function similarly to >> [zfs]loader. Alternatively, it

diagonising a overheating problem

2012-05-14 Thread Aryeh Friedman
I have a HP Pavilion g7-1365dx laptop that is constantly freezing up (doesn't respond to any key/mouse actions except the power switch) at random times the most reasonable explination I can think of is overheating and thus I have gotten one of those laptop mats that has a fan in it but to no avail

Re: diagonising a overheating problem

2012-05-14 Thread Bartosz Fabianowski
Try sysctl dev.cpu.0.temperature. I have a notoriously overheating Dell laptop and for me, this sysctl always reports the temperature. - Bartosz ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To u

Re: diagonising a overheating problem

2012-05-14 Thread Aryeh Friedman
On Mon, May 14, 2012 at 6:37 PM, Bartosz Fabianowski wrote: > Try sysctl dev.cpu.0.temperature. I have a notoriously overheating Dell > laptop and for me, this sysctl always reports the temperature. > > - Bartosz ~/Desktop aryeh@localhost% sysctl dev.cpu.0.temperature sysctl: unknown oid 'dev.cpu

Re: diagonising a overheating problem

2012-05-14 Thread Anton Shterenlikht
On Mon, May 14, 2012 at 06:56:47PM -0400, Aryeh Friedman wrote: > On Mon, May 14, 2012 at 6:37 PM, Bartosz Fabianowski > wrote: > > Try sysctl dev.cpu.0.temperature. I have a notoriously overheating Dell > > laptop and for me, this sysctl always reports the temperature. > > > > - Bartosz > > ~/D

Re: diagonising a overheating problem

2012-05-14 Thread Aryeh Friedman
On Mon, May 14, 2012 at 7:02 PM, Anton Shterenlikht wrote: > On Mon, May 14, 2012 at 06:56:47PM -0400, Aryeh Friedman wrote: >> On Mon, May 14, 2012 at 6:37 PM, Bartosz Fabianowski >> wrote: >> > Try sysctl dev.cpu.0.temperature. I have a notoriously overheating Dell >> > laptop and for me, this

Re: diagonising a overheating problem

2012-05-14 Thread Ian Lepore
On Mon, 2012-05-14 at 18:56 -0400, Aryeh Friedman wrote: > On Mon, May 14, 2012 at 6:37 PM, Bartosz Fabianowski > wrote: > > Try sysctl dev.cpu.0.temperature. I have a notoriously overheating Dell > > laptop and for me, this sysctl always reports the temperature. > > > > - Bartosz > > ~/Desktop

Re: diagonising a overheating problem

2012-05-14 Thread Aryeh Friedman
> > dev.cpu.0.temperature is provided by the coretemp(4) driver, maybe you > need to kldload it? > > -- Ian > > Added coretemp and still no sysctl of that name ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: diagonising a overheating problem

2012-05-14 Thread Matthew D. Fuller
On Mon, May 14, 2012 at 05:19:26PM -0600 I heard the voice of Ian Lepore, and lo! it spake thus: > > dev.cpu.0.temperature is provided by the coretemp(4) driver, maybe > you need to kldload it? A quick Google suggests that model (g7-1365dx) is an AMD Llano proc, so I doubt "coretemp — device driv