Re: kernel choices?

adam morley <[email protected]> Thu, 17 Jul 2003 21:43:14 -0700
Newsgroups gmane.linux.gentoo.sysadmin
Message-ID <[email protected]>
On Thu, Jul 17, 2003 at 09:09:08PM -0700, Joby Walker wrote:
> adam morley wrote:
> >On Thu, Jul 17, 2003 at 04:38:49PM -0700, Joby Walker wrote:
> >>Oh and I had to copy a library (libstdc++-libc6.2-2.so.3) from a Redhat 
> >>system to get TSM to work.  Would like to know how to make this library 
> >>on Gentoo... Works though.
> >
> >
> >$ ls /usr/lib/libstd*
> >/usr/lib/libstdc++-libc6.1-1.so.2  /usr/lib/libstdc++.so.2.7.2    
> >/usr/lib/libstdc++.so.2.8
> >/usr/lib/libstdc++-libc6.2-2.so.3  /usr/lib/libstdc++.so.2.7.2.8  
> >/usr/lib/libstdc++.so.2.8.0
> >
> >I don't know how I got that on gentoo.  How do I list what ebuild a file 
> >belongs to?
> >
> >I don't remember copying it from another system, but I do specifically 
> >remember running:
> >
> >ldd /opt/tivoli/tsm/client/ba/bin/dsmc
> >
> >Its not a symlink or a hardlink, I *thought* it came with my gcc install, 
> >but I just compiled libstd++ manually, and I didn't get it.  The file 
> >sizes are all different for the above listed files.  I'm kind of puzzled 
> >where it came from now.
> >
> 
> If you have emerged the gentoolkit you can try:
> 
> etcat -b /usr/lib/libstdc++-libc6.2-2.so.3
> 
> or:
> 
> grep libstdc++-libc6.2-2.so.3 /var/db/pkg/*/*/CONTENTS
> 
> What are your USE options?

Probably not needed now that you've found it.  Sorry the response wasn't quicker --- Was reading about filesystems:

$ grep libstdc++-libc6.2.2.so.3 /var/db/pkg/*/*/CONTENTS
/var/db/pkg/sys-libs/lib-compat-1.1/CONTENTS:obj /usr/lib/libstdc++-libc6.2-2.so.3 ead51e7fb684f2764690e452257f79b3 1044213129

I was looking around for CONTENTS, but I'm used to it being one big file instead of multiple small files (coming from solaris and all).  I like multiple small files better anyways, grep'ing through one huge CONTENTS file was a pita.

thanks!

> 
> >Tangentially related question: does gentoo currently allow headless 
> >(serial only) installs, or do I still need a video card?
> >
> 
> AFAIK, not currently.  The live cd just doesn't seem to be setup for this.

I know it requires starting a getty on the ttyS<whatever> --- even knoppix doesn't support it now.  I'm guessing no one has thought up a good way to detect no monitor, fail to serial port kind of thing.  Oh well, I'll plug in a monitor and remaster knoppix to boot the serial port, for the "oops" episodes.

-- 
adam

--
[email protected] mailing list