Re: [gentoo-user] emerge OpenOffice.org fails

2003-12-02 Thread Stefan Hildebrandt
On Die, 2003-12-02 at 12:38, s wrote:
> Hi all.
> 
> emerge openoffice.org fails with the following message:
> 
> ERROR: Error 65280 occurred while making /var/tmp/portage/
> openoffice-1.1.0-r2/work/oo_1.1_src/basctl/source/basicide
> 
> !!! ERROR: app-office/openoffice-1.1.0-r2 failed.
> !!! Function src_compile, Line 471, Exitcode 1
> !!! Build failed!
> 

Have you enough tmp space? you need more then 2.5 or 3 gb free in /var/tmp




signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] Is some script automatical run nano? [was Gentoo SLOW with Seti@home]

2003-11-17 Thread Stefan Hildebrandt
On Mon, 2003-11-17 at 10:14, Alan wrote:
> > When I ran TOP, I found a root session was running nano - at 50% CPU -
> > continuously. This session would have survived at least 3 reboots. 
> > 
> > This system is behind my firewall and I have no reason to think it has
> > been hacked.and why would nano be using 50% of the CPU anyway?  
> 
Seems to be no Setiathome problem.
I've see the vim too. Have you try too kill nano. What uid is running
nano?

Look for your EDITOR export at rc.conf. Is there something wrong?

stefan

> I've seen vim do this as well occassionaly.  Every once and a while an
> app will just start spinning and kill off your CPU with it.  However,
> I highly doubt that it survived 3 reboots without being restarted
> somehow.  After a reboot, running apps die, so if it was running again
> it was started somehow I'd think.

> Do I have a clue how?  Nope, not one.  Does it show up in a ps after a
> reboot?  Or if you check periodically?
> 
> alan


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] Going from P3 to Athlon XP

2003-08-20 Thread Stefan Hildebrandt
On Mit, 2003-08-20 at 15:32, MAL wrote:
> daniel wrote:
> > On Wed, 2003-08-20 at 08:56, stephen wrote:
> > 
> >>I'm replacing my P3 850/Asus CUV4X with an Athlon 2700+/Asus A7N8X-X, but 
> >>would like to keep my gentoo intact as much as I can.
> >>
> >>Currently I use CFLAGS="-march=pentium3 -O3 -pipe -fomit-frame-pointer"
> >> and have things like mmx and sse in my USE flags (should I take those
> >> out and use 3dnow instead?). I also use LVM with vgroups for usr,
> >> usr/local, var and tmp.
> >>
> >>I wonder if this will even boot now. Can anyone give me some hints about the 
> >>best way to make the transition? Any help appreciated.
> > 
> > 
> > 
> > as i understand it, pretty much all of your binaries shouldn't work on
> > your new machine since you chose to use -march=pentium3.  my best
> > suggestion would be to do the following (yes, it will take a very long
> > time):
> > 
> >   1. edit make.conf to have the following:
> >CFLAGS="-mcpu=i686 -O3 -pipe"
> >
> 
> The Athlon XP supports MMX.
> 

And SSE, too. Only add 3dnow (after install the athlon)
(Normaly the athlon xp should work with all the p3 binarys)

Set CFLAGS="-mcpu=i686 -O3 -pipe"
install the drive on your P3.

emerge -eD system (base system and compiler need to be on a "save"
level)

Change to Athlon.
CFLAGS="-mcpu=athlon-xp -O3 -pipe"
and add 3dnow to USE-Flags

emerge -eD world

mfg

Stefan Hildebrandt


--
[EMAIL PROTECTED] mailing list