public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Machine freezes during gcc compile
@ 2007-07-30 16:20 Dan Cowsill
  2007-07-30 16:42 ` Daniel da Veiga
  2007-07-30 18:02 ` Don Jerman
  0 siblings, 2 replies; 6+ messages in thread
From: Dan Cowsill @ 2007-07-30 16:20 UTC (permalink / raw
  To: gentoo-user

I just got myself a new laptop and wanted to install Gentoo on it.
After getting a working base system installed, I tried to install
Xorg-x11, but the machine froze while trying to compile gcc.  Keep in
mind, there were no error messages, logs or anything of that nature.
Just a straight up lack of any sort of control over the system.

Now, just a little while ago I decided I'd try a different approach.
I thought perhaps the problem lies in how I compiled the kernel.  I
tried to emerge gcc in the livecd environment with my gentoo install
chrooted and sure enough, same deal.

Does anyone know what could cause this?  Or perhaps, what I should
look for to solve this problem?

Thanks.

-- 
-·=»Ðŧħ«=·-

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Machine freezes during gcc compile
  2007-07-30 16:20 [gentoo-user] Machine freezes during gcc compile Dan Cowsill
@ 2007-07-30 16:42 ` Daniel da Veiga
  2007-07-30 18:07   ` Dan Cowsill
  2007-07-30 18:02 ` Don Jerman
  1 sibling, 1 reply; 6+ messages in thread
From: Daniel da Veiga @ 2007-07-30 16:42 UTC (permalink / raw
  To: gentoo-user

On 7/30/07, Dan Cowsill <danthehat@gmail.com> wrote:
> I just got myself a new laptop and wanted to install Gentoo on it.
> After getting a working base system installed, I tried to install
> Xorg-x11, but the machine froze while trying to compile gcc.  Keep in
> mind, there were no error messages, logs or anything of that nature.
> Just a straight up lack of any sort of control over the system.
>
> Now, just a little while ago I decided I'd try a different approach.
> I thought perhaps the problem lies in how I compiled the kernel.  I
> tried to emerge gcc in the livecd environment with my gentoo install
> chrooted and sure enough, same deal.
>
> Does anyone know what could cause this?  Or perhaps, what I should
> look for to solve this problem?
>

Probably your laptop overheated... It happened to me once.

Make sure that all fans are not obstructed in any way, and think about
setting up CPU frequency scaling according to the CPU temperature, was
the only way to get my laptop to compile stuff like GCC and
OpenOffice, to set it down to 2.0 GHz when it reaches 70 degrees,
instead of its full 2.6GHz.

-- 
Daniel da Veiga
Computer Operator - RS - Brazil
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCM/IT/P/O d-? s:- a? C++$ UBLA++ P+ L++ E--- W+++$ N o+ K- w O M- V-
PS PE Y PGP- t+ 5 X+++ R+* tv b+ DI+++ D+ G+ e h+ r+ y++
------END GEEK CODE BLOCK------
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Machine freezes during gcc compile
  2007-07-30 16:20 [gentoo-user] Machine freezes during gcc compile Dan Cowsill
  2007-07-30 16:42 ` Daniel da Veiga
@ 2007-07-30 18:02 ` Don Jerman
  1 sibling, 0 replies; 6+ messages in thread
From: Don Jerman @ 2007-07-30 18:02 UTC (permalink / raw
  To: gentoo-user

If it's brand-new, have you ever installed Linux on this particular
processor/motherboard combination?  I had a problem with freezeups
with my TurionX2 laptop until I used -noapic on the kernel line.
Nothing much to do with load, except that more work = more chance of
encountering the problem.

I also had heat-related issues until I got the thermal sensors coupled
with the speed governor.  But then the machine would just turn off
abruptly. I was able to get it to run long enough to recompile by
putting a pencil up under the corner where the vents are, for more
clearance and airflow.

More details about the system might help you get better answers.

On 7/30/07, Dan Cowsill <danthehat@gmail.com> wrote:
> I just got myself a new laptop and wanted to install Gentoo on it.
> After getting a working base system installed, I tried to install
> Xorg-x11, but the machine froze while trying to compile gcc.  Keep in
> mind, there were no error messages, logs or anything of that nature.
> Just a straight up lack of any sort of control over the system.
>
> Now, just a little while ago I decided I'd try a different approach.
> I thought perhaps the problem lies in how I compiled the kernel.  I
> tried to emerge gcc in the livecd environment with my gentoo install
> chrooted and sure enough, same deal.
>
> Does anyone know what could cause this?  Or perhaps, what I should
> look for to solve this problem?
>
> Thanks.
>
> --
> -·=»Ðŧħ«=·-
>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Machine freezes during gcc compile
  2007-07-30 16:42 ` Daniel da Veiga
@ 2007-07-30 18:07   ` Dan Cowsill
  2007-07-30 19:30     ` Dan Cowsill
  0 siblings, 1 reply; 6+ messages in thread
From: Dan Cowsill @ 2007-07-30 18:07 UTC (permalink / raw
  To: gentoo-user

Yes, I've done some reading and indeed it probably is overheating.
I'll probably prop it up on some jewel cases and blow a fan at it
until I can get a working system.  Then I'll investigate cpu frequency
scaling.

Thanks for your advice.

On 7/30/07, Daniel da Veiga <danieldaveiga@gmail.com> wrote:
> On 7/30/07, Dan Cowsill <danthehat@gmail.com> wrote:
> > I just got myself a new laptop and wanted to install Gentoo on it.
> > After getting a working base system installed, I tried to install
> > Xorg-x11, but the machine froze while trying to compile gcc.  Keep in
> > mind, there were no error messages, logs or anything of that nature.
> > Just a straight up lack of any sort of control over the system.
> >
> > Now, just a little while ago I decided I'd try a different approach.
> > I thought perhaps the problem lies in how I compiled the kernel.  I
> > tried to emerge gcc in the livecd environment with my gentoo install
> > chrooted and sure enough, same deal.
> >
> > Does anyone know what could cause this?  Or perhaps, what I should
> > look for to solve this problem?
> >
>
> Probably your laptop overheated... It happened to me once.
>
> Make sure that all fans are not obstructed in any way, and think about
> setting up CPU frequency scaling according to the CPU temperature, was
> the only way to get my laptop to compile stuff like GCC and
> OpenOffice, to set it down to 2.0 GHz when it reaches 70 degrees,
> instead of its full 2.6GHz.
>
> --
> Daniel da Veiga
> Computer Operator - RS - Brazil
> -----BEGIN GEEK CODE BLOCK-----
> Version: 3.1
> GCM/IT/P/O d-? s:- a? C++$ UBLA++ P+ L++ E--- W+++$ N o+ K- w O M- V-
> PS PE Y PGP- t+ 5 X+++ R+* tv b+ DI+++ D+ G+ e h+ r+ y++
> ------END GEEK CODE BLOCK------
> --
> gentoo-user@gentoo.org mailing list
>
>


-- 
-·=»Ðŧħ«=·-

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Machine freezes during gcc compile
  2007-07-30 18:07   ` Dan Cowsill
@ 2007-07-30 19:30     ` Dan Cowsill
  2007-07-30 20:30       ` Don Jerman
  0 siblings, 1 reply; 6+ messages in thread
From: Dan Cowsill @ 2007-07-30 19:30 UTC (permalink / raw
  To: gentoo-user

Yes, it's a new Acer, with a Amd64 Turion mobile mk-38.  I had thought
initially that the cpu was to blame for the freezups as indeed I have
never installed on this particular processor.

So far, so good with the freezing, though.  I propped the machine up,
and all seems to be going smoothly...

Does anyone know of any special considerations I should take with the processor?

Thanks.


On 7/30/07, Dan Cowsill <danthehat@gmail.com> wrote:
> Yes, I've done some reading and indeed it probably is overheating.
> I'll probably prop it up on some jewel cases and blow a fan at it
> until I can get a working system.  Then I'll investigate cpu frequency
> scaling.
>
> Thanks for your advice.
>
> On 7/30/07, Daniel da Veiga <danieldaveiga@gmail.com> wrote:
> > On 7/30/07, Dan Cowsill <danthehat@gmail.com> wrote:
> > > I just got myself a new laptop and wanted to install Gentoo on it.
> > > After getting a working base system installed, I tried to install
> > > Xorg-x11, but the machine froze while trying to compile gcc.  Keep in
> > > mind, there were no error messages, logs or anything of that nature.
> > > Just a straight up lack of any sort of control over the system.
> > >
> > > Now, just a little while ago I decided I'd try a different approach.
> > > I thought perhaps the problem lies in how I compiled the kernel.  I
> > > tried to emerge gcc in the livecd environment with my gentoo install
> > > chrooted and sure enough, same deal.
> > >
> > > Does anyone know what could cause this?  Or perhaps, what I should
> > > look for to solve this problem?
> > >
> >
> > Probably your laptop overheated... It happened to me once.
> >
> > Make sure that all fans are not obstructed in any way, and think about
> > setting up CPU frequency scaling according to the CPU temperature, was
> > the only way to get my laptop to compile stuff like GCC and
> > OpenOffice, to set it down to 2.0 GHz when it reaches 70 degrees,
> > instead of its full 2.6GHz.
> >
> > --
> > Daniel da Veiga
> > Computer Operator - RS - Brazil
> > -----BEGIN GEEK CODE BLOCK-----
> > Version: 3.1
> > GCM/IT/P/O d-? s:- a? C++$ UBLA++ P+ L++ E--- W+++$ N o+ K- w O M- V-
> > PS PE Y PGP- t+ 5 X+++ R+* tv b+ DI+++ D+ G+ e h+ r+ y++
> > ------END GEEK CODE BLOCK------
> > --
> > gentoo-user@gentoo.org mailing list
> >
> >
>
>
> --
> -·=»Ðŧħ«=·-
>


-- 
-·=»Ðŧħ«=·-

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Machine freezes during gcc compile
  2007-07-30 19:30     ` Dan Cowsill
@ 2007-07-30 20:30       ` Don Jerman
  0 siblings, 0 replies; 6+ messages in thread
From: Don Jerman @ 2007-07-30 20:30 UTC (permalink / raw
  To: gentoo-user

It appears there are still apic issues under x86_64 SMP, so look at
noapic if you continue to have hangups (you may have this AND heat
problems).

Also look at the AMD_64 architecture forums at gentoo.org.  I'm not
familiar with the Acer peripherals but that forum helped me with my
HP9000z.

On 7/30/07, Dan Cowsill <danthehat@gmail.com> wrote:
> Yes, it's a new Acer, with a Amd64 Turion mobile mk-38.  I had thought
> initially that the cpu was to blame for the freezups as indeed I have
> never installed on this particular processor.
>
> So far, so good with the freezing, though.  I propped the machine up,
> and all seems to be going smoothly...
>
> Does anyone know of any special considerations I should take with the processor?
>
> Thanks.
>
>
> On 7/30/07, Dan Cowsill <danthehat@gmail.com> wrote:
> > Yes, I've done some reading and indeed it probably is overheating.
> > I'll probably prop it up on some jewel cases and blow a fan at it
> > until I can get a working system.  Then I'll investigate cpu frequency
> > scaling.
> >
> > Thanks for your advice.
> >
> > On 7/30/07, Daniel da Veiga <danieldaveiga@gmail.com> wrote:
> > > On 7/30/07, Dan Cowsill <danthehat@gmail.com> wrote:
> > > > I just got myself a new laptop and wanted to install Gentoo on it.
> > > > After getting a working base system installed, I tried to install
> > > > Xorg-x11, but the machine froze while trying to compile gcc.  Keep in
> > > > mind, there were no error messages, logs or anything of that nature.
> > > > Just a straight up lack of any sort of control over the system.
> > > >
> > > > Now, just a little while ago I decided I'd try a different approach.
> > > > I thought perhaps the problem lies in how I compiled the kernel.  I
> > > > tried to emerge gcc in the livecd environment with my gentoo install
> > > > chrooted and sure enough, same deal.
> > > >
> > > > Does anyone know what could cause this?  Or perhaps, what I should
> > > > look for to solve this problem?
> > > >
> > >
> > > Probably your laptop overheated... It happened to me once.
> > >
> > > Make sure that all fans are not obstructed in any way, and think about
> > > setting up CPU frequency scaling according to the CPU temperature, was
> > > the only way to get my laptop to compile stuff like GCC and
> > > OpenOffice, to set it down to 2.0 GHz when it reaches 70 degrees,
> > > instead of its full 2.6GHz.
> > >
> > > --
> > > Daniel da Veiga
> > > Computer Operator - RS - Brazil
> > > -----BEGIN GEEK CODE BLOCK-----
> > > Version: 3.1
> > > GCM/IT/P/O d-? s:- a? C++$ UBLA++ P+ L++ E--- W+++$ N o+ K- w O M- V-
> > > PS PE Y PGP- t+ 5 X+++ R+* tv b+ DI+++ D+ G+ e h+ r+ y++
> > > ------END GEEK CODE BLOCK------
> > > --
> > > gentoo-user@gentoo.org mailing list
> > >
> > >
> >
> >
> > --
> > -·=»Ðŧħ«=·-
> >
>
>
> --
> -·=»Ðŧħ«=·-
>

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-07-30 20:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-30 16:20 [gentoo-user] Machine freezes during gcc compile Dan Cowsill
2007-07-30 16:42 ` Daniel da Veiga
2007-07-30 18:07   ` Dan Cowsill
2007-07-30 19:30     ` Dan Cowsill
2007-07-30 20:30       ` Don Jerman
2007-07-30 18:02 ` Don Jerman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox