Re: [gentoo-user] emerge inject doesn't seem to inject

2003-07-13 Thread Ian Truelsen
On Sun, 13 Jul 2003 12:55:30 +0100 Dhruba Bandopadhyay <[EMAIL PROTECTED]> wrote: > If you inject a stub for qmail there is no reason why ssmtp should be > blocked too. Stubs are only good for the package which you specified > and no others. > However, my understanding is that ssmtp would not

[gentoo-user] emerge both heimdal and mit-krb5?

2003-07-13 Thread Ian Delahorne
For some reason, running emerge -p world returns the following: [ebuildU ] app-crypt/heimdal-0.6 [0.5.1] [ebuild N ] app-crypt/mit-krb5-1.2.7 Upgrading Heimdal I can understand, but mit-krb5? Is there any way to not emerge mit-krb5 while still doing "emerge world"? How do I check what br

Re: [gentoo-user] patch command

2003-07-13 Thread Spider
begin quote On Sun, 13 Jul 2003 02:33:25 -0500 Ian Truelsen <[EMAIL PROTECTED]> wrote: > Okay, this is where I get to look all sheepish, but I have never been > able to figure out the patch command. The man page itself does not > clear anything up and I haven't been able to find anything via goog

Re: [gentoo-user] cdrw not detected (SOLVED)

2003-07-13 Thread Jorge Almeida
On Sun, 13 Jul 2003, Jorge Almeida wrote: > I'm trying to setup cd burning, but it seems that the CDRW drive is not > even being detected. I searched the forums, but found nothing relevant for > this stage. Any suggestion on what to do at this point? > TIA > > The relevant (I think) data: > >

[gentoo-user] Re: emerge and bootscript.sh

2003-07-13 Thread Thorsten Kampe
* Harlan (2003-07-13 05:00 +0200) > Thanks to Ian and Thorsten, I was able to get an existing client computer to > rsync from an internal server. This works great!!! Did you "emerge sync" or "emerge -fUD world"? > Now, to get this working with a new system rebuild. I am installing gentoo > li

Re: [gentoo-user] emerge entire directory - how?

2003-07-13 Thread Dhruba Bandopadhyay
Klaus D. Neumann wrote: Hi, Is there a way to emerge an entire directory with a single command, e.g., something like: emerge gnome-base/* ? This is nothing short of utterly insane. The whole point of calculating dependencies with Gentoo is so you only get what you need. With other distros su

Re: [gentoo-user] emerge entire directory - how?

2003-07-13 Thread Dhruba Bandopadhyay
Jason Stubbs wrote: On Friday 11 July 2003 12:12, Klaus D. Neumann wrote: Hi, Is there a way to emerge an entire directory with a single command, e.g., something like: emerge gnome-base/* ? That's fairly easy. How about the following? for i in `ls /usr/portage/gnome-base`; do emerge $i; done Of

Re: [gentoo-user] emerge inject doesn't seem to inject

2003-07-13 Thread Dhruba Bandopadhyay
Ian Truelsen wrote: On Sun, 13 Jul 2003 11:53:37 +0100 Dhruba Bandopadhyay <[EMAIL PROTECTED]> wrote: Yes. To my utter surprise not one person has caught onto the proper way to deal with this request. Simply inject a stub to make portage think apache2 is installed. emerge -i net-www/apache-2.0.4

[gentoo-user] emerge inject doesn't seem to inject

2003-07-13 Thread Ian Truelsen
On Sun, 13 Jul 2003 11:53:37 +0100 Dhruba Bandopadhyay <[EMAIL PROTECTED]> wrote: > Yes. To my utter surprise not one person has caught onto the proper > way to deal with this request. Simply inject a stub to make portage > think apache2 is installed. > > emerge -i net-www/apache-2.0.47 > Inte

[gentoo-user] Program to uninstall Gnome or KDE (was: Perl question)

2003-07-13 Thread Andrew Gaffney
Andrew Gaffney wrote: I'm writing a Perl program to uninstall a whole package tree, such as KDE or Gnome. Here's my code so far: #! /usr/bin/perl my @pkgs1, @pkgs2, $line, $line2, $pkg; open QUERY, "emerge --nospinner -ep gnome |"; foreach $line () { if($line !~ /^\[.+\]/) { next; } $l

Re: [gentoo-user] Gentoo-on-slow-computers mini-howto [was: gentooin a p100[?]]

2003-07-13 Thread Florian Huber
On Sat, 12 Jul 2003 20:49:10 -0700 (PDT) "GXzim" Hoxha <[EMAIL PROTECTED]> wrote: > Hi, > I've got a p100 machine with 16mb ram, I was thinking > of installing either gentoo or debian [and "try" to > use it only as a web server]. The reason I kind of > wanna install debian in it is that it won't h

Re: [gentoo-user] Silly question: Skipping stuff that emerge suggests

2003-07-13 Thread Tom Wesley
On Sunday 13 July 2003 11:53, Dhruba Bandopadhyay wrote: > Jonathan Nichols wrote: > > Greets, all..this is probably a *really* easy question, but I'm drawing > > blanks even after reading manpages & searching forums > > > > mail jnichols% > > These are the packages that I would merge, in order

Re: [gentoo-user] portage dependency issues

2003-07-13 Thread Dhruba Bandopadhyay
gabriel wrote: and now i have a working k3b with dvd ripping/encoding support. yay! but then today i tried the usual: # emerge --update --deep world and instead of getting the usual "you have these packages to update", i got this: These are the packages that I would merge, in order:

Re: [gentoo-user] Silly question: Skipping stuff that emerge suggests

2003-07-13 Thread Dhruba Bandopadhyay
Jonathan Nichols wrote: Greets, all..this is probably a *really* easy question, but I'm drawing blanks even after reading manpages & searching forums mail jnichols% These are the packages that I would merge, in order: Wow, Apache 2.x is now unmasked. Cool! But, I don't want it yet. I'm quite

Re: [gentoo-user] finding dependent packages

2003-07-13 Thread keanu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op zondag 13 juli 2003 11:10, schreef Ian Truelsen: > Since, when I update to mysql 4 I am going to have to update all the > packages that are built against it, how can I find out which packages > are built against mysql? you can just run revdep-rebuil

Re: [gentoo-user] regenerating info index

2003-07-13 Thread Dhruba Bandopadhyay
Kurt V. Hindenburg wrote: I get this message a lot at the end of an emerge (--verbose) * Regenerating GNU info directory index... install-info: menu item `gpgsm' already exists, for file `gnupg' * Processed 64 info files; 1 errors. Isn't there a better way to handle this? Is this really an erro

Re: [gentoo-user] finding dependent packages

2003-07-13 Thread Dhruba Bandopadhyay
Ian Truelsen wrote: Since, when I update to mysql 4 I am going to have to update all the packages that are built against it, how can I find out which packages are built against mysql? There are two things you need to do. (1) emerge gentoolkit; revdep-rebuild (2) etcat -d mysql (then re-emerge tho

Re: [gentoo-user] Perl question

2003-07-13 Thread Andrew Gaffney
Andrew Gaffney wrote: I'm writing a Perl program to uninstall a whole package tree, such as KDE or Gnome. Here's my code so far: #! /usr/bin/perl my @pkgs, $line; open QUERY, "emerge --nospinner -ep gnome |"; foreach $line () { $line =~ s/\[.+\] (.+) /$1/; chomp $line; print "${line}\n";

Re: [gentoo-user] Silly question: Skipping stuff that emerge suggests

2003-07-13 Thread Tom Wesley
On Sunday 13 July 2003 10:07, Jonathan Nichols wrote: > Tom Wesley wrote: > > On Sunday 13 July 2003 09:56, Jonathan Nichols wrote: > >>>i think what you're looking for is "/etc/make.profile/packages" read > >>> the comments in there and i *think* that's what you'll want to modify > >>> to get apa

Re: [gentoo-user] finding dependent packages

2003-07-13 Thread Andrew Gaffney
Ian Truelsen wrote: Since, when I update to mysql 4 I am going to have to update all the packages that are built against it, how can I find out which packages are built against mysql? qpkg -q mysql -- Andrew Gaffney -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] Perl question

2003-07-13 Thread Pat Kerwan
On Sun, Jul 13, 2003 at 03:16:20AM -0500, Andrew Gaffney wrote: > I'm writing a Perl program to uninstall a whole package tree, such as > KDE or Gnome. Here's my code so far: > > > #! /usr/bin/perl > > > my @pkgs, $line; > > > open QUERY, "emerge --nospinner -ep gnome |"; > foreach $line (

[gentoo-user] finding dependent packages

2003-07-13 Thread Ian Truelsen
Since, when I update to mysql 4 I am going to have to update all the packages that are built against it, how can I find out which packages are built against mysql? -- Ian Truelsen Email: [EMAIL PROTECTED] AIM: ihtruelsen Homepage: http://www.ihtruelsen.dyndns.org -- [EMAIL PROTECTED] mailing lis

Re: [gentoo-user] Silly question: Skipping stuff that emerge suggests

2003-07-13 Thread Jonathan Nichols
Tom Wesley wrote: On Sunday 13 July 2003 09:56, Jonathan Nichols wrote: i think what you're looking for is "/etc/make.profile/packages" read the comments in there and i *think* that's what you'll want to modify to get apache not to upgrade. Yeah, I took a look there.. it's not in there. =/ If

Re: [gentoo-user] Silly question: Skipping stuff that emerge suggests

2003-07-13 Thread Tom Wesley
On Sunday 13 July 2003 09:56, Jonathan Nichols wrote: > > i think what you're looking for is "/etc/make.profile/packages" read the > > comments in there and i *think* that's what you'll want to modify to get > > apache not to upgrade. > > Yeah, I took a look there.. it's not in there. =/ If you c

Re: [gentoo-user] Silly question: Skipping stuff that emerge suggests

2003-07-13 Thread Jonathan Nichols
i think what you're looking for is "/etc/make.profile/packages" read the comments in there and i *think* that's what you'll want to modify to get apache not to upgrade. Yeah, I took a look there.. it's not in there. =/ if it works, remember to post what you did to the list eh? Will do :D

[gentoo-user] Re: your mail

2003-07-13 Thread Jorge Almeida
On Sun, 13 Jul 2003, Marius Mauch wrote: > > On 07/13/03 Jorge Almeida wrote: > > > The relevant (I think) data: > > > > hda: HD > > hdb: DVDROM > > hdc:HD > > hdd: - > > hde:CDRW (LG ATAPI) > > hdf: - > > hdg: 250 Iomega zip > > hdg: - > > Check if the host controller for hde-hdh is detected

[gentoo-user] regenerating info index

2003-07-13 Thread Kurt V. Hindenburg
I get this message a lot at the end of an emerge (--verbose) * Regenerating GNU info directory index... install-info: menu item `gpgsm' already exists, for file `gnupg' * Processed 64 info files; 1 errors. Isn't there a better way to handle this? Is this really an error? -- ^^^ Kurt There i

[gentoo-user] Perl question

2003-07-13 Thread Andrew Gaffney
I'm writing a Perl program to uninstall a whole package tree, such as KDE or Gnome. Here's my code so far: #! /usr/bin/perl my @pkgs, $line; open QUERY, "emerge --nospinner -ep gnome |"; foreach $line () { $line =~ s/\[.+\] (.+) /$1/; chomp $line; print "${line}\n"; # $line =~ /(.+)\/(.

Re: [gentoo-user] Re: uninstalling gnome

2003-07-13 Thread Andrew Gaffney
[EMAIL PROTECTED] wrote: On Sun, Jul 13, 2003 at 02:28:34AM, Andrew Gaffney wrote: emerge unmerge gnome && emerge -p depclean I figured I'd try to throw my modest Perl programming skills at this problem. First my script will parse the output of 'emerge -ep gnome'. It will then run 'qpkg -q packa

Re: [gentoo-user] Silly question: Skipping stuff that emerge suggests

2003-07-13 Thread gabriel
On July 13, 2003 01:15 am, Jonathan Nichols wrote: > Is there an easy way to just skip Apache 2.x and emerge everything else? i think what you're looking for is "/etc/make.profile/packages" read the comments in there and i *think* that's what you'll want to modify to get apache not to upgrade.

Re: [gentoo-user] gentoo is slow

2003-07-13 Thread Bob Burrough
I've noticed common thread regarding several issues about multithreaded kernel architecture, yet it seems to me most people don't have a real understanding of how it all works. When discussing preemptive, non-preemptive, single processor and multi processor configurations, you must understand thes

[gentoo-user] Re: uninstalling gnome

2003-07-13 Thread tobias . edler
On Sun, Jul 13, 2003 at 02:28:34AM, Andrew Gaffney wrote: > >emerge unmerge gnome && emerge -p depclean > > I figured I'd try to throw my modest Perl programming skills at this > problem. First my script will parse the output of 'emerge -ep gnome'. It > will then run 'qpkg -q package' on every p

[gentoo-user] patch command

2003-07-13 Thread Ian Truelsen
On Sun, 13 Jul 2003 04:35:13 +0200 Marius Mauch <[EMAIL PROTECTED]> wrote: > Ok, I've gathered my remaining C knowledge (doing too much java and > scripting these days) and submitted patches for agetty and the manpage > on bug 22275. The patch is based on the hostname utility from > net-tools. >

Re: [gentoo-user] Re: uninstalling gnome

2003-07-13 Thread Andrew Gaffney
[EMAIL PROTECTED] wrote: On Sun, Jul 13, 2003 at 12:44:20AM, Andrew Gaffney wrote: Date: Sun, 13 Jul 2003 00:44:20 -0500 From: Andrew Gaffney <[EMAIL PROTECTED]> User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030708 To: Gentoo User <[EMAIL PROTECTED]> Subject: [gentoo-user] un

Re: [gentoo-user] Silly question: Skipping stuff that emergesuggests

2003-07-13 Thread Ian Truelsen
On Sat, 12 Jul 2003 22:15:38 -0700 Jonathan Nichols <[EMAIL PROTECTED]> wrote: > > Is there an easy way to just skip Apache 2.x and emerge everything > else? > > Thanks! :) > I think that you can do a big long line of emerge, something like: emerge package1 package2 package3 . . . packageN Th

Re: [gentoo-user] gentoo in a p100[?]

2003-07-13 Thread Ian Truelsen
On Sat, 12 Jul 2003 20:49:10 -0700 (PDT) "Gëzim" Hoxha <[EMAIL PROTECTED]> wrote: > Hi, > I've got a p100 machine with 16mb ram, I was thinking > of installing either gentoo or debian [and "try" to > use it only as a web server]. The reason I kind of > wanna install debian in it is that it won't h

Re: [gentoo-user] emerge and bootscript.sh

2003-07-13 Thread Ian Truelsen
On Sat, 12 Jul 2003 22:00:53 -0500 Harlan <[EMAIL PROTECTED]> wrote: > FETCHCOMMAND='rsync -vcrtz --partial --progress --timeout=600 > rsync://192.168.1.50/gentoo-packages/${FILE} ${DISTDIR}' > SYNC="rsync://192.168.1.50/gentoo-portage" > GENTOO_MIRRORS="rsync://192.168.1.50/gentoo-packages" > O

[gentoo-user] Re: uninstalling gnome

2003-07-13 Thread tobias . edler
On Sun, Jul 13, 2003 at 12:44:20AM, Andrew Gaffney wrote: > Date: Sun, 13 Jul 2003 00:44:20 -0500 > From: Andrew Gaffney <[EMAIL PROTECTED]> > User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030708 > To: Gentoo User <[EMAIL PROTECTED]> > Subject: [gentoo-user] uninstalling gnome

Re: [gentoo-user] uninstalling gnome

2003-07-13 Thread Andrew Gaffney
Andrew Farmer wrote: At 13 July, 2003 Andrew Gaffney wrote: I've recently switched to fluxbox from Gnome. I now want to uninstall Gnome. I want to unmerge all of Gnome's dependencies that are not depended on by another package. Is there an easy way to go about this? Well, you could: # cd /usr

<    1   2