Re: [gentoo-user] Self created initramfs cannot work

2009-06-26 Thread Dirk Heinrichs
Am Samstag 27 Juni 2009 03:32:50 schrieb David Shen: > I build by gentoo kernel without genkernel, and I want to create the > initramfs by hand. Following is the steps I did: I also did this for some years, I could send you my setup script if you want. Nowadays I've switched to putting the stuff

Re: [gentoo-user] mesa build failure

2009-06-26 Thread Mark Knecht
On Fri, Jun 26, 2009 at 12:30 PM, Alan McKinnon wrote: > On Friday 26 June 2009 21:05:01 Mark Knecht wrote: >> So the weirdness continues. mesa built but then xorg-server failed >> with the same failure: >> >> >>  * >>> SetUID: [chmod go-r] /usr/bin/Xorg ... >>                        [ ok ] >> >> S

[gentoo-user] Self created initramfs cannot work

2009-06-26 Thread David Shen
Hi, I build by gentoo kernel without genkernel, and I want to create the initramfs by hand. Following is the steps I did: Build the kernel with initramfs support; mkdir -p /usr/src/initramfs{dev,bin,sbin,etc,root,proc,sys} cp -aL /bin/bb /usr/src/initramfs/bin # copy the busybox cp -a /sbin/lvm /

Re: [gentoo-user] Seek advice: converting Sabayon to Gentoo ?

2009-06-26 Thread Alan E. Davis
Thank you for the useful advice. One more question will help: does the new kernel support ath5k out of the box on an install? Perhaps I can just edit the existing /etc/fstab, using device names. The device numbering is inconsistent between GNU/Linux distros under the (what I presume to be) new

Re: [gentoo-user] fluxbox without xorg-server? How do you start X?

2009-06-26 Thread Mark Knecht
On Fri, Jun 26, 2009 at 12:06 PM, Jacob Todd wrote: > You need to emerge xorg-server. > I'm about half way through now. Thanks, Mark

Re: [gentoo-user] fluxbox without xorg-server? How do you start X?

2009-06-26 Thread Jacob Todd
You need to emerge xorg-server. On Fri, Jun 26, 2009 at 03:33:54PM -0700, Mark Knecht wrote: > Just curious. The fluxbox ebuild doesn't emerge xorg-server which > means I now have a machine with fluxbox emerged but I don't know how > to start it as there is no xstart on the machine. > > What woul

Re: [gentoo-user] Seek advice: converting Sabayon to Gentoo ?

2009-06-26 Thread Neil Bothwick
On Sat, 27 Jun 2009 08:50:15 +1000, Alan E. Davis wrote: > I didn't say anything about my hardware. The main hiccough, installing > gentoo, has been the ath5k module, which was at one time, I think, > ath_pci. Newer kernels may support this out of the box, in a gentoo > install. Beside that, dua

Re: [gentoo-user] Seek advice: converting Sabayon to Gentoo ?

2009-06-26 Thread Volker Armin Hemmann
On Freitag 26 Juni 2009, Alan E. Davis wrote: > Hope not to bother, but ask advice about converting a nominally successful > Sabayon install to Gentoo. > > I've been away from Gentoo for a while, found Ubuntu a joy if for no other > reason than to have time to do what I want to use my system for.

Re: [gentoo-user] Seek advice: converting Sabayon to Gentoo ?

2009-06-26 Thread Alan E. Davis
I didn't say anything about my hardware. The main hiccough, installing gentoo, has been the ath5k module, which was at one time, I think, ath_pci. Newer kernels may support this out of the box, in a gentoo install. Beside that, dual monitors are working with the nvidia drivers. Another problem,

[gentoo-user] fluxbox without xorg-server? How do you start X?

2009-06-26 Thread Mark Knecht
Just curious. The fluxbox ebuild doesn't emerge xorg-server which means I now have a machine with fluxbox emerged but I don't know how to start it as there is no xstart on the machine. What would be the lightest way to get X running right now? man startfluxbox suggests fluxbox can be started from

RE: [gentoo-user] Stuck on enabling drm for xorg-server.

2009-06-26 Thread James Homuth
-Original Message- From: Gene Hannan [mailto:gjhan...@yahoo.com] Sent: June 26, 2009 4:16 PM To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Stuck on enabling drm for xorg-server. James Homuth wrote: > I'm running Gentoo on a 5-year-old Presario 2200 series with onboard >

Re: [gentoo-user] Stuck on enabling drm for xorg-server.

2009-06-26 Thread Gene Hannan
James Homuth wrote: > I'm running Gentoo on a 5-year-old Presario 2200 series with onboard > intel graphics card. I've managed to get everything working on it so > far, with the exception of xorg+dri. I *think* I've compiled everything > into the kernel that needs to be for intel's GMA graphics car

Re: [gentoo-user] mesa build failure

2009-06-26 Thread Mark Knecht
On Fri, Jun 26, 2009 at 12:30 PM, Alan McKinnon wrote: > On Friday 26 June 2009 21:05:01 Mark Knecht wrote: >> So the weirdness continues. mesa built but then xorg-server failed >> with the same failure: >> >> >>  * >>> SetUID: [chmod go-r] /usr/bin/Xorg ... >>                        [ ok ] >> >> S

Re: [gentoo-user] Seek advice: converting Sabayon to Gentoo ?

2009-06-26 Thread pk
Alan E. Davis wrote: > I try to keep up to date, but I am not a computer scientist, so I often will > tolerate some sloppiness in the system, and may overlook maintainance. You can certainly overlook maintenance with Gentoo, and mainly do security updates only. The problem is that Gentoo is in a

Re: [gentoo-user] mesa build failure

2009-06-26 Thread Alan McKinnon
On Friday 26 June 2009 21:05:01 Mark Knecht wrote: > So the weirdness continues. mesa built but then xorg-server failed > with the same failure: > > > * >>> SetUID: [chmod go-r] /usr/bin/Xorg ... >[ ok ] > > Switching to xorg-x11 OpenGL interface...ln: creating symbolic lin

Re: [gentoo-user] LVM HDD problem

2009-06-26 Thread Hung Dang
Mike Kazantsev wrote: > On Thu, 25 Jun 2009 18:01:04 -0600 > Hung Dang wrote: > > >> Hi all, >> We have some hard drives on our server and one of them seem to have >> problem. I wonder how can I check and fix the error from a specific hard >> drive? >> > > Try using smartctl (sys-apps/smar

Re: [gentoo-user] mesa build failure

2009-06-26 Thread Mark Knecht
On Fri, Jun 26, 2009 at 11:31 AM, Mark Knecht wrote: > On Fri, Jun 26, 2009 at 11:23 AM, Mark Knecht wrote: >> On Fri, Jun 26, 2009 at 10:57 AM, Alan McKinnon >> wrote: >>> On Friday 26 June 2009 18:43:37 Mark Knecht wrote: Yep. did all those earlier and saw this OpenGL problem with eselect.

Re: [gentoo-user] mesa build failure

2009-06-26 Thread Alan McKinnon
On Friday 26 June 2009 20:23:31 Mark Knecht wrote: > On Fri, Jun 26, 2009 at 10:57 AM, Alan McKinnon wrote: > > On Friday 26 June 2009 18:43:37 Mark Knecht wrote: > >> Yep. did all those earlier and saw this OpenGL problem with eselect. > >> Sort of disregarded it at the time and figured it would

Re: [gentoo-user] mesa build failure

2009-06-26 Thread Mark Knecht
On Fri, Jun 26, 2009 at 11:23 AM, Mark Knecht wrote: > On Fri, Jun 26, 2009 at 10:57 AM, Alan McKinnon > wrote: >> On Friday 26 June 2009 18:43:37 Mark Knecht wrote: >>> Yep. did all those earlier and saw this OpenGL problem with eselect. >>> Sort of disregarded it at the time and figured it would

Re: [gentoo-user] mesa build failure

2009-06-26 Thread Mark Knecht
On Fri, Jun 26, 2009 at 10:57 AM, Alan McKinnon wrote: > On Friday 26 June 2009 18:43:37 Mark Knecht wrote: >> Yep. did all those earlier and saw this OpenGL problem with eselect. >> Sort of disregarded it at the time and figured it would get worked out >> later but now it's in the way. > > So what

Re: [gentoo-user] mesa build failure

2009-06-26 Thread Alan McKinnon
On Friday 26 June 2009 18:43:37 Mark Knecht wrote: > Yep. did all those earlier and saw this OpenGL problem with eselect. > Sort of disregarded it at the time and figured it would get worked out > later but now it's in the way. So what exactly did eselect say at the time? Therein likely lies the

Re: [gentoo-user] mesa build failure

2009-06-26 Thread Paul Hartman
On Fri, Jun 26, 2009 at 11:04 AM, Mark Knecht wrote: > so is this a mistake in the ebuild? Why isn't it picking it up automatically? > > I seemed to already have the package installed: What is your eselect opengl set to? Maybe try setting it to xorg-x11 if it's not already, then emerge mesa, then

Re: [gentoo-user] mesa build failure

2009-06-26 Thread Mark Knecht
On Fri, Jun 26, 2009 at 9:17 AM, Alan McKinnon wrote: > On Friday 26 June 2009 18:04:07 Mark Knecht wrote: >> On Fri, Jun 26, 2009 at 8:24 AM, Alan McKinnon > wrote: >> > On Friday 26 June 2009 17:16:26 Mark Knecht wrote: >> >> Hi, >> >>    As part of emerge @world mesa isn't building. It complains

Re: [gentoo-user] mesa build failure

2009-06-26 Thread Alan McKinnon
On Friday 26 June 2009 18:04:07 Mark Knecht wrote: > On Fri, Jun 26, 2009 at 8:24 AM, Alan McKinnon wrote: > > On Friday 26 June 2009 17:16:26 Mark Knecht wrote: > >> Hi, > >>As part of emerge @world mesa isn't building. It complains (I > >> think) about a missing GL/glxproto.h file. > >> > >>

Re: [gentoo-user] mesa build failure

2009-06-26 Thread Mark Knecht
On Fri, Jun 26, 2009 at 8:24 AM, Alan McKinnon wrote: > On Friday 26 June 2009 17:16:26 Mark Knecht wrote: >> Hi, >>    As part of emerge @world mesa isn't building. It complains (I >> think) about a missing GL/glxproto.h file. >> >>    Anyone know where this  file is supposed to come from? > > x11

Re: [gentoo-user] mesa build failure

2009-06-26 Thread Alan McKinnon
On Friday 26 June 2009 17:16:26 Mark Knecht wrote: > Hi, >As part of emerge @world mesa isn't building. It complains (I > think) about a missing GL/glxproto.h file. > >Anyone know where this file is supposed to come from? x11-proto/glproto a...@nazgul ~/.ssh $ locate glxproto.h /usr/lib6

Re: [gentoo-user] mesa build failure

2009-06-26 Thread Paul Hartman
On Fri, Jun 26, 2009 at 10:16 AM, Mark Knecht wrote: > As part of emerge @world mesa isn't building. It complains (I > think) about a missing GL/glxproto.h file. > > Anyone know where this file is supposed to come from? x11-proto/glproto perhaps

Re: [gentoo-user] Seek advice: converting Sabayon to Gentoo ?

2009-06-26 Thread Alan E. Davis
Sensible? What's that? I think if my use has been beyond sensible, it's mainly in one or two areas: I keep alot of software installed; and I keep up to date on a number of programs (this is an area where I may need to redefine "sensible" from my own perspective). I keep this box set up for a wid

[gentoo-user] mesa build failure

2009-06-26 Thread Mark Knecht
Hi, As part of emerge @world mesa isn't building. It complains (I think) about a missing GL/glxproto.h file. Anyone know where this file is supposed to come from? Thanks, Mark checking expat.h presence... yes checking for expat.h... yes checking for XML_ParserCreate in -lexpat... yes co

Re: [gentoo-user] Seek advice: converting Sabayon to Gentoo ?

2009-06-26 Thread Philip Webb
090626 Alan E. Davis sought: > advice about converting a nominally successful Sabayon install to Gentoo. -- details snipped -- so what's your hardware & what do you use your machine for ? Gentoo is not for everyone, but it's not difficult to install or maintain: your experiences don't sound typic

[gentoo-user] Seek advice: converting Sabayon to Gentoo ?

2009-06-26 Thread Alan E. Davis
Hope not to bother, but ask advice about converting a nominally successful Sabayon install to Gentoo. I've been away from Gentoo for a while, found Ubuntu a joy if for no other reason than to have time to do what I want to use my system for. I had found Gentoo required an inordinant amount of tim

Re: [gentoo-user] Stuck on enabling drm for xorg-server.

2009-06-26 Thread Volker Armin Hemmann
On Donnerstag 25 Juni 2009, James Homuth wrote: > I'm running Gentoo on a 5-year-old Presario 2200 series with onboard intel > graphics card. I've managed to get everything working on it so far, with > the exception of xorg+dri. I *think* I've compiled everything into the > kernel that needs to be

RE: [gentoo-user] Stuck on enabling drm for xorg-server.

2009-06-26 Thread James Homuth
-Original Message- From: Florian Philipp [mailto:li...@f_philipp.fastmail.net] Sent: June 25, 2009 11:33 AM To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Stuck on enabling drm for xorg-server. Is your user in the video group? It is, yes. And, just for kicks, I also ran g