Re: [gentoo-user] Cannot open root device hde4 or uknown-block(0,0)

2005-11-05 Thread
 
  what do you have in grub.conf?

 That looks like the right idea to me too. root(0,0) is not what should be in
 your boot loader.
 --

i think it is root(4,0)
root=hd(4,3)
--
/**
* Love in Gentoo-Linux  C and Python
* Look at my blog
* http://poorc.wordpress.com
**/

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Using tar to backup my system

2005-11-03 Thread
2005/11/4, Richard Watson [EMAIL PROTECTED]:

 # tar -zcvf /backup/mylaptop.tar /[all directories] except /backup (as I
 don't want to go in circles).

 I'm then going to copy off the resulting tarball to my server in case my
 laptop dies (I'd rather not have to recompile everything). Does this
 sound OK?If I ever had to restore I would copy the file to / and run the
 command.

 # tar -zxvf mylaptop.tar

 tar cjpf /path/to/save/at/stage4.tar.bz2 / --exclude=stage4.tar.bz2
--exclude=/backup
please make sure use the p paramters,it is keep the property of backup files





--
/
* Love in Gentoo-Linux  C and Python   *
* Look at my blog  *
* http://poorc.wordpress.com   *
/

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Is it just me? Or everyone has this openoffice2 problem?

2005-11-03 Thread
2005/11/4, Ryan L [EMAIL PROTECTED]:
 Zhang Weiwu wrote:

are you chinese,if you are chinese ,please give firefly OOo2 a try,
i think it will work well for you.

--
/
* Love in Gentoo-Linux  C and Python   *
* Look at my blog  *
* http://poorc.wordpress.com   *
/

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] GCC error

2005-11-02 Thread
2005/11/3, Hareesh Nagarajan [EMAIL PROTECTED]:
 Last night, I emerged some ATI drivers, emerged a new kernel (didn't
 compile it though) and emerged eselect.

 Today when I compile a C++ program I get the following error:

 /usr/include/asm/errno.h:4:31: asm-generic/errno.h: No such file or directory


look like not install kernel correctly
did you run
make modules_install
to install the headerfile of kernel



--
look at my blog
http://poorc.wordpress.com

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emerge e17

2005-11-02 Thread
thx to all
i emerge it already
BTW,i want to ask another questions
where to find the e17's theme files,i want to change the font of e17
default theme
because the font can not display chinese font correctly
thx

--
look at my blog
http://poorc.wordpress.com

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] about c mail-list

2005-11-02 Thread
2005/11/3, Walter Dnes [EMAIL PROTECTED]:
 On Sun, Oct 30, 2005 at 09:32:20PM +0800,  wrote
  i want to get some good mail-list about c ,who can tell me,
  thx

 Not a mailing list, but a newsgroup, comp.lang.c

thx,i got it

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] emerge e17

2005-11-01 Thread
i want know how to emerge e17
i found some method on gentoo forum,but i can;t emerge it 
some package on cvs can't download
who can tell me how to emerge it
thx


Re: [gentoo-user] emerge e17

2005-11-01 Thread
did you try the HowTo on the Gentoo wiki?It should still be okay to use.
http://gentoo-wiki.com/HOWTO_e17
yes,i try this ,but i can;t emerge  epeg,can;t got it from cvs



Re: [gentoo-user] emerge e17

2005-11-01 Thread

The anonymous cvs server from sourceforge is very busy. Perhaps you are luckierwith the newly set up mirror from 
thinktux.net. Just export ECVS_SERVER beforeemerging:export ECVS_SERVER=thinktux.net:/root
thx,i will try,maybe i will be the lucker 



Re: [gentoo-user] emerge e17

2005-11-01 Thread
* This is a LIVE CVS ebuild.
* That means there are NO promises it will work.
* If it fails to build, FIX THE CODE YOURSELF
* before reporting any issues.
 Unpacking source...
* Fetching CVS module e17/libs/ecore into
/usr/portage/distfiles/cvs-src ... * Running cvs -q -f -z4 -d
:pserver:anonymous:@thinktux.net:/root login
Logging in to :pserver:[EMAIL PROTECTED]:2401/root
cvs [login aborted]: connect to thinktux.net(213.239.215.151):2401 failed: Connection refused

!!! ERROR: x11-libs/ecore- failed.
!!! Function cvs_fetch, Line 332, Exitcode 1
!!! cvs login command failed
!!! If you need support, post the topmost build error, NOT this status messagelook like the server refuse me


[gentoo-user] about c mail-list

2005-10-30 Thread
i want to get some good mail-list about c ,who can tell me,

thx


Re: [gentoo-user] qemu can't connect to internet

2005-10-26 Thread
yes,
I start run|winipcfg and the ip of win98 is 10.0.2.15 and the gateway is 10.0.2.2
but my ip is 192.168.1.102 and gateway is 192.168.1.1
did it right?2005/10/26, Nick Rout [EMAIL PROTECTED]:
In windows did you enable the network functions?check the IP address withstart|run|winipcfg(thats in windows)On Tue, 25 Oct 2005 21:31:50 +0800ÕÔ¹â wrote: i am install qemu and active kqemu
 using ./configure --enable-kqemu to configure and make make install than i use a win98.img to start qemu(using NAT ) qemu -hda win98.img -m 256 -localtime -enable-audio -user-net
 but in win98 can;t connect internet did i qemu need some driver to support this function did i need to recompile my kernel and add some new modules to support this function thx
--Nick Rout [EMAIL PROTECTED]--gentoo-user@gentoo.org mailing list


[gentoo-user] qemu can't connect to internet

2005-10-25 Thread
i am install qemu and active kqemu
using ./configure --enable-kqemu to configure and make make install
than i use a win98.img to start qemu(using NAT )

qemu -hda win98.
img -m 256 -localtime
 -enable-audio -user
-net

but in win98 can;t connect internet
did i qemu need some driver to support this function
did i need to recompile my kernel and add some new modules to support this function
thx



Re: [gentoo-user] CFLAGS setting for Intel(R) Pentium(R) M processor 1.73GHZ stepping 08

2005-10-24 Thread
CFLAGS=-O3 -march=pentium-m -pipe

i prefer this2005/10/23, Willie Wong [EMAIL PROTECTED]:
On Sun, Oct 23, 2005 at 01:31:32AM +1000, Richard Watson wrote: I've just got a new laptop I'm installing Gentoo on and was wondering if anyone could advise on the CFLAG setting I'm using. The CPU is a
 Intel(R) Pentium(R) M processor 1.73GHZ stepping 08. Currently I've set CFLAGS=-02 -mcpu=pentium -pipeFor my laptop with pentium M 1.6g, I setCFLAGS=-O3 -march=pentium-m -pipe
but you might want to keep -O2 I run ~x86 on it as my testing box,so I don't mind a little breakage here and there.W--When I say unbounded, I mean...not bounded.~DeathMech, S. Sondhi. P-town PHY 205
Sortir en Pantoufles: up 19:33--gentoo-user@gentoo.org mailing list