public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] Gentoo
@ 2001-08-05 15:27 Rev. Brendan Murphy
  2001-08-05 15:40 ` Daniel Robbins
                   ` (2 more replies)
  0 siblings, 3 replies; 51+ messages in thread
From: Rev. Brendan Murphy @ 2001-08-05 15:27 UTC (permalink / raw
  To: gentoo-dev

Hi

    Just a few questions :-

        1. Problem with my isp cuts me off at regular intervals, so is
it posible to install gentoo by downloading the pkgs ect. install
scripts and install from a partition.
        2. GCC can compile for the K6 family of processors can portage
add this option not i586.
        3. Why do all linux distros presume we are attatched to a
network via lan my computer is a standalone no network card.

         Thanks to the Gentoo Dev Team


Brendan




^ permalink raw reply	[flat|nested] 51+ messages in thread

* Re: [gentoo-dev] Gentoo
  2001-08-05 15:27 Rev. Brendan Murphy
@ 2001-08-05 15:40 ` Daniel Robbins
  2001-08-05 17:24   ` Ben Lutgens
  2001-08-05 18:47   ` Collins Richey
  2001-08-05 18:15 ` Karl Trygve Kalleberg
  2001-08-05 23:18 ` Dan Armak
  2 siblings, 2 replies; 51+ messages in thread
From: Daniel Robbins @ 2001-08-05 15:40 UTC (permalink / raw
  To: gentoo-dev

On Wed, Aug 01, 2001 at 10:27:44PM +0100, Rev. Brendan Murphy wrote:

>     Just a few questions :-
> 
>         1. Problem with my isp cuts me off at regular intervals, so is
> it posible to install gentoo by downloading the pkgs ect. install
> scripts and install from a partition.

We have a build CD that is only around 40 Megs or so; maybe that would
work?

>         2. GCC can compile for the K6 family of processors can portage
> add this option not i586.

You can add the appropriate options to /etc/make.conf.

>         3. Why do all linux distros presume we are attatched to a
> network via lan my computer is a standalone no network card.

Don't know :)

-- 
Daniel Robbins					<drobbins@gentoo.org>
Chief Architect/President			http://www.gentoo.org 
Gentoo Technologies, Inc.			



^ permalink raw reply	[flat|nested] 51+ messages in thread

* Re: [gentoo-dev] Gentoo
  2001-08-05 15:40 ` Daniel Robbins
@ 2001-08-05 17:24   ` Ben Lutgens
  2001-08-05 18:47   ` Collins Richey
  1 sibling, 0 replies; 51+ messages in thread
From: Ben Lutgens @ 2001-08-05 17:24 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 891 bytes --]

On Sun, Aug 05, 2001 at 03:39:04PM -0600, Daniel Robbins wrote:
>On Wed, Aug 01, 2001 at 10:27:44PM +0100, Rev. Brendan Murphy wrote:
>
>>     Just a few questions :-
>> 
>>         1. Problem with my isp cuts me off at regular intervals, so is
>> it posible to install gentoo by downloading the pkgs ect. install
>> scripts and install from a partition.

Your ISP sucks, get a new one. They are a dime a dozen and that sort of
"service" is very bad. 

You could use prozilla or wget -c to grab the iso over several downloads.

>>         3. Why do all linux distros presume we are attatched to a
>> network via lan my computer is a standalone no network card.

Because linux is an operating system desinged to run on and support
networks. 

-- 
Ben Lutgens		
Sistina Software Inc.	

What's the difference between root and God ?
God doesn't think that he is root. 

[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

^ permalink raw reply	[flat|nested] 51+ messages in thread

* Re: [gentoo-dev] Gentoo
  2001-08-05 15:27 Rev. Brendan Murphy
  2001-08-05 15:40 ` Daniel Robbins
@ 2001-08-05 18:15 ` Karl Trygve Kalleberg
  2001-08-05 23:18 ` Dan Armak
  2 siblings, 0 replies; 51+ messages in thread
From: Karl Trygve Kalleberg @ 2001-08-05 18:15 UTC (permalink / raw
  To: gentoo-dev

On Wed, Aug 01, 2001 at 10:27:44PM +0100, Rev. Brendan Murphy wrote:
> Hi
> 
>     Just a few questions :-
> 
>         1. Problem with my isp cuts me off at regular intervals, so is
> it posible to install gentoo by downloading the pkgs ect. install
> scripts and install from a partition.

In /etc/make.conf, set
FETCHCOMMAND="/usr/bin/wget -T15 -t0 \${x} -P \${DISTDIR}"

This will use wget to fetch all packages, retrying indefinitely until the
package is down.

It's nice for those ultra-cheap ISPs which are totally overbooked but
still cheaper to use than real ISPs if you have a lot of patience.

Also, another trick with these crappy ISPs is to download through the
ISP's proxy. They sometimes give their own machines higher priority than
their clients', and this might include the proxy.

Kind regards,

Karl T

PS. I've worked for _real_ ISP.





^ permalink raw reply	[flat|nested] 51+ messages in thread

* Re: [gentoo-dev] Gentoo
  2001-08-05 15:40 ` Daniel Robbins
  2001-08-05 17:24   ` Ben Lutgens
@ 2001-08-05 18:47   ` Collins Richey
  2001-08-05 23:18     ` Dan Armak
  1 sibling, 1 reply; 51+ messages in thread
From: Collins Richey @ 2001-08-05 18:47 UTC (permalink / raw
  To: gentoo-dev

On Sun, 5 Aug 2001 15:39:04 -0600 Daniel Robbins <drobbins@gentoo.org>
wrote:

> On Wed, Aug 01, 2001 at 10:27:44PM +0100, Rev. Brendan Murphy wrote:
> 
> >     Just a few questions :-
> > 
> >         1. Problem with my isp cuts me off at regular intervals, so is
> > it posible to install gentoo by downloading the pkgs ect. install
> > scripts and install from a partition.
> 
> We have a build CD that is only around 40 Megs or so; maybe that would
> work?
> 
> >         2. GCC can compile for the K6 family of processors can portage
> > add this option not i586.

Someone correct me if I'm wrong.  I presume that you can add anything that
is legitimate for the GCC compiler in /etc/make.conf CHOST=, CFLAGS=,
CXXFLAGS=, and portage will use it.

> 
> You can add the appropriate options to /etc/make.conf.
> 
> >         3. Why do all linux distros presume we are attatched to a
> > network via lan my computer is a standalone no network card.
> 
> Don't know :)
> 

I'll presume to answer your question.  All distros do not presume a
network connection.  Many of the distros are supplied on CDROM, and some
even provide an update service on CDROM.  You can certainly try one of
these.

Gentoo is by design an install-and-upgrade-from-source distro; a network
connection is required.  Gentoo is still very much in start up mode - not
even at version 1.0.  I get good results using my cable connection, but I
might not be as pleased if I had only a 56K dialup connection or, God
forbid, no connection.

I would think that Gentoo as well will offer CDROMs once they have all of
the other distro details nailed down, but that doesn't appear to be in the
cards right now.  There's too much work left to do to worry about
distributing CDROMs.

I'm a committed Gentoo fan, and I don't want to scare you off, but you
might want to try something like VectorLinux.  They offer a workable,
up-to-date distro that uses minimal space, and a CDROM is available.  But
you'll still want to download additional software, and that's going to be
painful, especially if you don't have a reliable ISP.

Or, maybe you have a friend with a high speed connection that could
download and burn CDROMs for you?

---
Collins Richey
Denver Area
Gentoo_rc5 XFCE



^ permalink raw reply	[flat|nested] 51+ messages in thread

* Re: [gentoo-dev] Gentoo
  2001-08-05 18:47   ` Collins Richey
@ 2001-08-05 23:18     ` Dan Armak
  0 siblings, 0 replies; 51+ messages in thread
From: Dan Armak @ 2001-08-05 23:18 UTC (permalink / raw
  To: gentoo-dev

> Gentoo is by design an install-and-upgrade-from-source distro; a network
> connection is required.  Gentoo is still very much in start up mode - not
> even at version 1.0.  I get good results using my cable connection, but I
> might not be as pleased if I had only a 56K dialup connection or, God
> forbid, no connection.

I have a 56k dialup, and it's not an "pay once, unlimited connection" either. 
And I'm not complaining. Much. Anyway I've downloaded all gentoo package 
sources about 2 1/2 times. How the time files by...


-- 

Dan Armak
Gentoo Linux Developer, Desktop Team
Matan, Israel



^ permalink raw reply	[flat|nested] 51+ messages in thread

* Re: [gentoo-dev] Gentoo
  2001-08-05 15:27 Rev. Brendan Murphy
  2001-08-05 15:40 ` Daniel Robbins
  2001-08-05 18:15 ` Karl Trygve Kalleberg
@ 2001-08-05 23:18 ` Dan Armak
  2 siblings, 0 replies; 51+ messages in thread
From: Dan Armak @ 2001-08-05 23:18 UTC (permalink / raw
  To: gentoo-dev

On Thursday 02 August 2001 00:27, you wrote:
> Hi
>
>     Just a few questions :-
>
>         1. Problem with my isp cuts me off at regular intervals, so is
> it posible to install gentoo by downloading the pkgs ect. install
> scripts and install from a partition.
>         2. GCC can compile for the K6 family of processors can portage
> add this option not i586.
There *are* k6 options in make.conf. Make sure you have the latest make.conf 
though. I'm not sure about the original k6 however. For k6-2 and k6-III it 
works.

-- 

Dan Armak
Gentoo Linux Developer, Desktop Team
Matan, Israel



^ permalink raw reply	[flat|nested] 51+ messages in thread

* [gentoo-dev] Gentoo
@ 2002-04-16 17:42 Matt Fuerst
  2002-04-16 17:45 ` John Dee
  0 siblings, 1 reply; 51+ messages in thread
From: Matt Fuerst @ 2002-04-16 17:42 UTC (permalink / raw
  To: gentoo-dev

You guys should make a Sparc distribution! That would rock. Sure it's a tiny
market, but who else covers it? Everyone I know is still running RedHat 6.2
on their Sparc boxes.(The only other mentionable is SuSE...)

You would find them to be a loyal, happy to donate cash bunch I think...

Matt



^ permalink raw reply	[flat|nested] 51+ messages in thread

* Re: [gentoo-dev] Gentoo
  2002-04-16 17:42 Matt Fuerst
@ 2002-04-16 17:45 ` John Dee
  2002-04-16 17:52   ` Bart Lauwers
  0 siblings, 1 reply; 51+ messages in thread
From: John Dee @ 2002-04-16 17:45 UTC (permalink / raw
  To: gentoo-dev

Okay, now you're entering into evil territory..

I'm game :)


Matt Fuerst wrote:
> You guys should make a Sparc distribution! That would rock. Sure it's a tiny
> market, but who else covers it? Everyone I know is still running RedHat 6.2
> on their Sparc boxes.(The only other mentionable is SuSE...)
> 
> You would find them to be a loyal, happy to donate cash bunch I think...
> 
> Matt
> 
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://lists.gentoo.org/mailman/listinfo/gentoo-dev




^ permalink raw reply	[flat|nested] 51+ messages in thread

* Re: [gentoo-dev] Gentoo
  2002-04-16 17:45 ` John Dee
@ 2002-04-16 17:52   ` Bart Lauwers
  2002-04-16 17:55     ` John Dee
  0 siblings, 1 reply; 51+ messages in thread
From: Bart Lauwers @ 2002-04-16 17:52 UTC (permalink / raw
  To: gentoo-dev

Check the mailing list archive someone is already working on it, join the
effort... or come back next week and find a port. (If all goes well.)

PS: The archive is on http://fireserver.ath.cx/gentoo/search/

On Tue, 16 Apr 2002, John Dee wrote:

> Okay, now you're entering into evil territory..
>
> I'm game :)
>
>
> Matt Fuerst wrote:
> > You guys should make a Sparc distribution! That would rock. Sure it's
> > a tiny market, but who else covers it? Everyone I know is still
> > running RedHat 6.2 on their Sparc boxes.(The only other mentionable is
> > SuSE...)
> >
> > You would find them to be a loyal, happy to donate cash bunch I think...
> >
> > Matt




^ permalink raw reply	[flat|nested] 51+ messages in thread

* Re: [gentoo-dev] Gentoo
  2002-04-16 17:52   ` Bart Lauwers
@ 2002-04-16 17:55     ` John Dee
  0 siblings, 0 replies; 51+ messages in thread
From: John Dee @ 2002-04-16 17:55 UTC (permalink / raw
  To: gentoo-dev

awww, you're gonna make me *SEARCH* for stuff?
meanie.


Bart Lauwers wrote:
> Check the mailing list archive someone is already working on it, join the
> effort... or come back next week and find a port. (If all goes well.)
> 
> PS: The archive is on http://fireserver.ath.cx/gentoo/search/
> 
> On Tue, 16 Apr 2002, John Dee wrote:
> 
> 
>>Okay, now you're entering into evil territory..
>>
>>I'm game :)
>>
>>
>>Matt Fuerst wrote:
>>
>>>You guys should make a Sparc distribution! That would rock. Sure it's
>>>a tiny market, but who else covers it? Everyone I know is still
>>>running RedHat 6.2 on their Sparc boxes.(The only other mentionable is
>>>SuSE...)
>>>
>>>You would find them to be a loyal, happy to donate cash bunch I think...
>>>
>>>Matt
>>
> 
> 
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://lists.gentoo.org/mailman/listinfo/gentoo-dev




^ permalink raw reply	[flat|nested] 51+ messages in thread

* [gentoo-dev] Gentoo
@ 2002-07-24  9:31 Jonathan
  0 siblings, 0 replies; 51+ messages in thread
From: Jonathan @ 2002-07-24  9:31 UTC (permalink / raw
  To: gentoo-dev

Hi,

Just checking to make sure that you got our note that we are now
supplying Gentoo 1.2.

Take a look at our site (www.yourlinux.co.uk) and let us know if
we are worthy of a mention.. it would be much appreciated :)

Thanks,

Jonathan

-- 
Linux CDs for £2.50?
http://www.yourlinux.co.uk/




^ permalink raw reply	[flat|nested] 51+ messages in thread

* [gentoo-dev] gentoo
@ 2002-08-12  6:15 Alti Vec
  2002-08-12  7:16 ` Dan Stone
                   ` (4 more replies)
  0 siblings, 5 replies; 51+ messages in thread
From: Alti Vec @ 2002-08-12  6:15 UTC (permalink / raw
  To: gentoo-dev

This loooked like it would've been an interesting linux to install and use

I was proven wrong, its way more convoluted and difficult than slackware and 
debian were on my system.

Does gentoo ever expect their linux to become "popular" or just another 
choice in the pile?


_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com



^ permalink raw reply	[flat|nested] 51+ messages in thread

* Re: [gentoo-dev] gentoo
  2002-08-12  6:15 Alti Vec
@ 2002-08-12  7:16 ` Dan Stone
  2002-08-12  8:05 ` Troy Dack
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 51+ messages in thread
From: Dan Stone @ 2002-08-12  7:16 UTC (permalink / raw
  To: gentoo-dev

On Sunday 11 August 2002 11:15 pm, Alti Vec wrote:
> This loooked like it would've been an interesting linux to install and use
>
> I was proven wrong, its way more convoluted and difficult than slackware
> and debian were on my system.
>
> Does gentoo ever expect their linux to become "popular" or just another
> choice in the pile?

So, help us out by telling us what you didn't like?  What you found convoluted 
and more difficult?  The only way Gentoo can become a better distro is with 
people's input...so let's have it!

~D. A. Stone


^ permalink raw reply	[flat|nested] 51+ messages in thread

* Re: [gentoo-dev] gentoo
  2002-08-12  6:15 Alti Vec
  2002-08-12  7:16 ` Dan Stone
@ 2002-08-12  8:05 ` Troy Dack
  2002-08-12 13:06 ` Jonathan Kelly
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 51+ messages in thread
From: Troy Dack @ 2002-08-12  8:05 UTC (permalink / raw
  To: gentoo-dev

On Mon, 2002-08-12 at 16:15, Alti Vec wrote:
> 
> This loooked like it would've been an interesting linux to install and use
> 
> I was proven wrong, its way more convoluted and difficult than slackware and 
> debian were on my system.

I'd have to say that it is intentionally more difficult to install than
Slackware and Debian, or for that matter Red Hat or Mandrake.

 
> Does gentoo ever expect their linux to become "popular" or just another 
> choice in the pile?

I think Gentoo is very popular at the moment, but it is popular with a
specific set of people -- those that are willing to make the effort to
learn how all the pieces fit together, or those that already know how
they fit but want a bit more control.

I don't think that Gentoo is ever going to become as popular (or stable)
as <insert major distribution here> and it's not really aiming to take
over those "markets".

For those who have suitable hardware, curiosity and patience, Gentoo is
a nice (if somewhat frustrating at times) "distribution" to play with. 
Personally it's taught me a great deal more about how all the bit fit
together to produce a Linux based workstation.

-- 
	Troy Dack
	http://linuxserver.tkdack.com		http://gentoo.tkdack.com




^ permalink raw reply	[flat|nested] 51+ messages in thread

* Re: [gentoo-dev] gentoo
  2002-08-12  6:15 Alti Vec
  2002-08-12  7:16 ` Dan Stone
  2002-08-12  8:05 ` Troy Dack
@ 2002-08-12 13:06 ` Jonathan Kelly
  2002-08-12 13:34   ` Lim, Kim Yong
  2002-08-12 14:23 ` Jeremiah Mahler
  2002-08-12 17:26 ` Wilbert van Bakel
  4 siblings, 1 reply; 51+ messages in thread
From: Jonathan Kelly @ 2002-08-12 13:06 UTC (permalink / raw
  To: gentoo-dev

On Mon, 12 Aug 2002 06:15:42 +0000
"Alti Vec" <altivec2001@hotmail.com> wrote:

> 
> This loooked like it would've been an interesting linux to install and
> use
> 
> I was proven wrong, its way more convoluted and difficult than slackware
> and debian were on my system.
> 
> Does gentoo ever expect their linux to become "popular" or just another 
> choice in the pile?
> 

No, you're right, we're all idiots, wasting our time, and yours, and for
that, we're really sorry. Sorry to have disturbed you, in whatever world
it is you live in.


^ permalink raw reply	[flat|nested] 51+ messages in thread

* Re: [gentoo-dev] gentoo
  2002-08-12 13:06 ` Jonathan Kelly
@ 2002-08-12 13:34   ` Lim, Kim Yong
  0 siblings, 0 replies; 51+ messages in thread
From: Lim, Kim Yong @ 2002-08-12 13:34 UTC (permalink / raw
  To: Jonathan Kelly; +Cc: gentoo-dev

As Daniel Robbins responded in a recent interview. 

Gentoo is for seasoned power users who wants to tweak 
their systems and for newbies who wants to learn the workings of linux.

It may be convoluted to some and it remain the same unless the same users
who complained explain why it is so.

Anyway, gentoo in its current form is way easier than the first alpha when
portage was using perl

KY

> On Mon, 12 Aug 2002 06:15:42 +0000
> "Alti Vec" <altivec2001@hotmail.com> wrote:
> 
> > 
> > This loooked like it would've been an interesting linux to install and
> > use
> > 
> > I was proven wrong, its way more convoluted and difficult than slackware
> > and debian were on my system.
> > 
> > Does gentoo ever expect their linux to become "popular" or just another 
> > choice in the pile?
> > 
> 
> No, you're right, we're all idiots, wasting our time, and yours, and for
> that, we're really sorry. Sorry to have disturbed you, in whatever world
> it is you live in.
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://lists.gentoo.org/mailman/listinfo/gentoo-dev


^ permalink raw reply	[flat|nested] 51+ messages in thread

* Re: [gentoo-dev] gentoo
  2002-08-12  6:15 Alti Vec
                   ` (2 preceding siblings ...)
  2002-08-12 13:06 ` Jonathan Kelly
@ 2002-08-12 14:23 ` Jeremiah Mahler
  2002-08-12 17:17   ` Matthew Kennedy
  2002-08-12 17:26 ` Wilbert van Bakel
  4 siblings, 1 reply; 51+ messages in thread
From: Jeremiah Mahler @ 2002-08-12 14:23 UTC (permalink / raw
  To: gentoo-dev

On Mon, Aug 12, 2002 at 06:15:42AM +0000, Alti Vec wrote:
> 
> This loooked like it would've been an interesting linux to install and use
> 
> I was proven wrong, its way more convoluted and difficult than slackware 
> and debian were on my system.
> 
> Does gentoo ever expect their linux to become "popular" or just another 
> choice in the pile?
> 
> 
> _________________________________________________________________
> Chat with friends online, try MSN Messenger: http://messenger.msn.com
> 

Projects that are trying to be popular:

 Java
 RedHat
 SuSe
 anything Microsoft

Projects that couldn't care less if they were popular:

 Gentoo
 Perl
 Clisp
 Python
 Debian

I don't know why, but I tend to be attracted to projects that are not
trying to be popular.

-- 
Jeremiah Mahler
<jmahler@pacbell.net>


^ permalink raw reply	[flat|nested] 51+ messages in thread

* Re: [gentoo-dev] gentoo
  2002-08-12 14:23 ` Jeremiah Mahler
@ 2002-08-12 17:17   ` Matthew Kennedy
  2002-08-12 17:29     ` Jeremiah Mahler
  0 siblings, 1 reply; 51+ messages in thread
From: Matthew Kennedy @ 2002-08-12 17:17 UTC (permalink / raw
  To: gentoo-dev

Jeremiah Mahler <jmahler@pacbell.net> writes:

> On Mon, Aug 12, 2002 at 06:15:42AM +0000, Alti Vec wrote:
> > 
> > This loooked like it would've been an interesting linux to install and use
> 
> Projects that are trying to be popular:
> 
>  Java
>  RedHat
>  SuSe
>  anything Microsoft

Hmmm... haven't you just given 4 examples of projects which *are*
popular? :)

-- 
Matthew Kennedy
Gentoo Linux Developer
Bugs go to http://bugs.gentoo.org!



^ permalink raw reply	[flat|nested] 51+ messages in thread

* Re: [gentoo-dev] gentoo
  2002-08-12  6:15 Alti Vec
                   ` (3 preceding siblings ...)
  2002-08-12 14:23 ` Jeremiah Mahler
@ 2002-08-12 17:26 ` Wilbert van Bakel
  2002-08-12 17:49   ` Michael Kohl
  4 siblings, 1 reply; 51+ messages in thread
From: Wilbert van Bakel @ 2002-08-12 17:26 UTC (permalink / raw
  To: Alti Vec; +Cc: gentoo-dev

Hey Alti,
Welcome to the club!!!

I love to listen to music for the emotions and the embiance it creates. 
I am aware of which music styles I like and why.
Its also possible to enjoy music for the technical aspects, DVD audio, 
or SACD, electrostatic speakers, or high end head phones.

Anyway, Gentoo is maybe more for people who want to play around with 
bits and think that -funroll-loops is an advantage for them.

One of the advantages of Gentoo, which I think is important for me, is 
that the Gentoo team is committed to offer the latest improvements in 
software.
It is even not hard to keep your system up to date.

We are able to use Gnome-2.2, where Debian is still at a safer Gnome-1.4.
And it is up to you to explore your needs and to find the distribution 
which meets your need.
Besides that, the Gentoo users community is very very friendly and helpful.

So, what are you exactly looking for in a distribution, Alti?

Enjoy!
Wilbert van Bakel

Alti Vec wrote:

>
> This loooked like it would've been an interesting linux to install and 
> use
>
> I was proven wrong, its way more convoluted and difficult than 
> slackware and debian were on my system.
>
> Does gentoo ever expect their linux to become "popular" or just 
> another choice in the pile?
>
>
> _________________________________________________________________
> Chat with friends online, try MSN Messenger: http://messenger.msn.com
>
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://lists.gentoo.org/mailman/listinfo/gentoo-dev
>





^ permalink raw reply	[flat|nested] 51+ messages in thread

* Re: [gentoo-dev] gentoo
  2002-08-12 17:17   ` Matthew Kennedy
@ 2002-08-12 17:29     ` Jeremiah Mahler
  2002-08-12 17:41       ` Dan Stone
  0 siblings, 1 reply; 51+ messages in thread
From: Jeremiah Mahler @ 2002-08-12 17:29 UTC (permalink / raw
  To: gentoo-dev

On Mon, Aug 12, 2002 at 12:17:41PM -0500, Matthew Kennedy wrote:
> Jeremiah Mahler <jmahler@pacbell.net> writes:
> 
> > On Mon, Aug 12, 2002 at 06:15:42AM +0000, Alti Vec wrote:
> > > 
> > > This loooked like it would've been an interesting linux to install and use
> > 
> > Projects that are trying to be popular:
> > 
> >  Java
> >  RedHat
> >  SuSe
> >  anything Microsoft
> 
> Hmmm... haven't you just given 4 examples of projects which *are*
> popular? :)
> 

I wasn't saying that those are not popular. They are popular, and
they are also trying to be popular, unlike the other things I mentioned.
The things I tend to use most are things which are not trying to be
popular but are.

> -- 
> Matthew Kennedy
> Gentoo Linux Developer
> Bugs go to http://bugs.gentoo.org!
> 

-- 
Jeremiah Mahler
<jmahler@pacbell.net>


^ permalink raw reply	[flat|nested] 51+ messages in thread

* Re: [gentoo-dev] gentoo
  2002-08-12 17:29     ` Jeremiah Mahler
@ 2002-08-12 17:41       ` Dan Stone
  0 siblings, 0 replies; 51+ messages in thread
From: Dan Stone @ 2002-08-12 17:41 UTC (permalink / raw
  To: gentoo-dev

On Monday 12 August 2002 10:29 am, Jeremiah Mahler wrote:
> On Mon, Aug 12, 2002 at 12:17:41PM -0500, Matthew Kennedy wrote:
> > Jeremiah Mahler <jmahler@pacbell.net> writes:
> > > On Mon, Aug 12, 2002 at 06:15:42AM +0000, Alti Vec wrote:
> > > > This loooked like it would've been an interesting linux to install
> > > > and use
> > >
> > > Projects that are trying to be popular:
> > >
> > >  Java
> > >  RedHat
> > >  SuSe
> > >  anything Microsoft
> >
> > Hmmm... haven't you just given 4 examples of projects which *are*
> > popular? :)
>
> I wasn't saying that those are not popular. They are popular, and
> they are also trying to be popular, unlike the other things I mentioned.
> The things I tend to use most are things which are not trying to be
> popular but are.
>
> > --
> > Matthew Kennedy
> > Gentoo Linux Developer
> > Bugs go to http://bugs.gentoo.org!

I think it's somewhat similar to the projects I'm attracted to -- projects 
that don't try to be popular, but because they're useful, and mostly 
well-designed, it's inevitable that they become popular / widely used, simply 
because people who are 'in the know' prefer them...whereas Microsoft, et al 
are popular because their marketing tells you that they are ^_~

~D. A. Stone



^ permalink raw reply	[flat|nested] 51+ messages in thread

* Re: [gentoo-dev] gentoo
  2002-08-12 17:26 ` Wilbert van Bakel
@ 2002-08-12 17:49   ` Michael Kohl
  0 siblings, 0 replies; 51+ messages in thread
From: Michael Kohl @ 2002-08-12 17:49 UTC (permalink / raw
  To: gentoo-dev

Am Mon, 2002-08-12 um 19.26 schrieb Wilbert van Bakel:
> So, what are you exactly looking for in a distribution, Alti?

I'm not yet sure if that is exactly the thing I would ask someone who
uses an Apple technology as name and has a Hotmail account ;-)

As far as I'm concernded (being a Debian convert) Gentoo is almost all
I've ever wanted out of a distribution. It gives me all the freedom I
can imagine, and it is a great opportunity to play around with things
you don't even see in other distris.

More difficult? Maybe, but there are enough mailinglist and the forums
to cover all your questions, and the Gentoo community is by far the
nicest I have seen in my two and a half years in the GNU/Linux
community.

Worth the effort? That's the thing you have to decide for yourself.If
you don't like to learn/know what's going on behind the scenes/tweak
around at every possible part of your system just for the sake of it,
maybe not. If you want a distribution that fits exactly your need and
gives you freedom and choice over almost everything, then you've found
it.

Another thing I've discovered using Gentoo is that in a way it makes me
forget which OS I use. It plain and simply works, exactly the way I want
it to. I've achieved more in less time than with any other distribution
I've ever used (have been quite a few, including BSD flavors).

So, hooray to the Gentoo devs, keep up the good work and stay true to
your vision!

Thanks for not creating yet another Linux distro,
Michael




^ permalink raw reply	[flat|nested] 51+ messages in thread

* Re: [gentoo-dev] gentoo
  2002-08-12 18:28 mguertin
@ 2002-08-12 18:20 ` Marius Bernklev
  0 siblings, 0 replies; 51+ messages in thread
From: Marius Bernklev @ 2002-08-12 18:20 UTC (permalink / raw
  To: mguertin; +Cc: gentoo-dev

mguertin@macdiscussion.com writes:

> On 08-12-2002 01:49 pm, you wrote:
>
>> Am Mon, 2002-08-12 um 19.26 schrieb Wilbert van Bakel:
>> > So, what are you exactly looking for in a distribution, Alti?
>> 
>> I\'m not yet sure if that is exactly the thing I would ask someone
> who
>> uses an Apple technology as name and has a Hotmail account ;-)
>
> Actually it\'s Motorola technology, but I won\'t go there ;)

let me guess.  You're using a PHP based webmail thingie? :P


Marius
-- 
A. Top posters.

Q. What is the most annoying thing on mailing lists?


^ permalink raw reply	[flat|nested] 51+ messages in thread

* Re: [gentoo-dev] gentoo
@ 2002-08-12 18:28 mguertin
  2002-08-12 18:20 ` Marius Bernklev
  0 siblings, 1 reply; 51+ messages in thread
From: mguertin @ 2002-08-12 18:28 UTC (permalink / raw
  To: gentoo-dev

On 08-12-2002 01:49 pm, you wrote:

> Am Mon, 2002-08-12 um 19.26 schrieb Wilbert van Bakel:
> > So, what are you exactly looking for in a distribution, Alti?
> 
> I\'m not yet sure if that is exactly the thing I would ask someone
who
> uses an Apple technology as name and has a Hotmail account ;-)

Actually it\'s Motorola technology, but I won\'t go there ;)

As for his initial post, who cares, it\'s flaimbait as I see it, if he
thinks gentoo is not cool enough or too difficult then by all means
please go back to using Debian/Slackware and months old \'new\' pkgs and
stop flaming out lists :P

Gentoo _is_  popular according to everything I\'ve seen/read/heard.

Mark


^ permalink raw reply	[flat|nested] 51+ messages in thread

* [gentoo-dev] gentoo
@ 2002-08-18  5:02 hoochie mamma
  2002-08-18  5:16 ` mike
  0 siblings, 1 reply; 51+ messages in thread
From: hoochie mamma @ 2002-08-18  5:02 UTC (permalink / raw
  To: gentoo-dev

Hello
     I have a REALLY bad laptop that I got for free the specs are (486, 8 
megs of RAM, 550 megs of hardisk space and a generic video card) I was 
wondering if I have any chance running Gentoo on it?

PS: I dont care how slow it will run but I just want it to run.

Thanks

_________________________________________________________________
Join the world’s largest e-mail service with MSN Hotmail. 
http://www.hotmail.com



^ permalink raw reply	[flat|nested] 51+ messages in thread

* Re: [gentoo-dev] gentoo
  2002-08-18  5:02 [gentoo-dev] gentoo hoochie mamma
@ 2002-08-18  5:16 ` mike
  0 siblings, 0 replies; 51+ messages in thread
From: mike @ 2002-08-18  5:16 UTC (permalink / raw
  To: gentoo-dev

yes if you compile the packages on another machine and extract
them on the local machine
basically, look into the 'build package' and 'use package' options.
`emerge --help` and `man 5 ebuild`
problem though ... the --usepkg option in emerge seems to be
completely broken in 2.0.28 :(
-mike

----- Original Message -----
From: "hoochie mamma" <hoochiemamma72@hotmail.com>
To: <gentoo-dev@gentoo.org>
Sent: Sunday, August 18, 2002 01:02
Subject: [gentoo-dev] gentoo


> Hello
>      I have a REALLY bad laptop that I got for free the specs are (486, 8
> megs of RAM, 550 megs of hardisk space and a generic video card) I was
> wondering if I have any chance running Gentoo on it?
>
> PS: I dont care how slow it will run but I just want it to run.
>
> Thanks
>
> _________________________________________________________________
> Join the world's largest e-mail service with MSN Hotmail.
> http://www.hotmail.com
>
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://lists.gentoo.org/mailman/listinfo/gentoo-dev
>



^ permalink raw reply	[flat|nested] 51+ messages in thread

* [gentoo-dev] GeNToo
@ 2005-04-01 10:28 Patrick Lauer
  2005-04-01 11:51 ` Konstantin V. Arkhipov
                   ` (2 more replies)
  0 siblings, 3 replies; 51+ messages in thread
From: Patrick Lauer @ 2005-04-01 10:28 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 236 bytes --]

Hi all,

we are happy to be one step further in our way to market domination.
GeNToo is an experimental branch of Gentoo running on the NT kernel.

Our project website is:
http://gentooexperimental.org/nt/

Enjoy!

Patrick


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 51+ messages in thread

* Re: [gentoo-dev] GeNToo
  2005-04-01 10:28 [gentoo-dev] GeNToo Patrick Lauer
@ 2005-04-01 11:51 ` Konstantin V. Arkhipov
  2005-04-01 13:44 ` Chris Gianelloni
  2005-04-01 17:30 ` Peter Gordon
  2 siblings, 0 replies; 51+ messages in thread
From: Konstantin V. Arkhipov @ 2005-04-01 11:51 UTC (permalink / raw
  To: gentoo-dev

On Friday 01 April 2005 14:28, Patrick Lauer wrote:
> Hi all,
>
> we are happy to be one step further in our way to market domination.
> GeNToo is an experimental branch of Gentoo running on the NT kernel.
>
> Our project website is:
> http://gentooexperimental.org/nt/

any plans to support OpenVMS [1] and/or OS/2 [2] as well?

> Enjoy!

[1] http://www.openvms.org/
[2] http://www.ibm.com/software/os/warp/

> Patrick

ps: awesome work, Patrick ;-)

-- 
voxus
:wq
--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 51+ messages in thread

* Re: [gentoo-dev] GeNToo
  2005-04-01 10:28 [gentoo-dev] GeNToo Patrick Lauer
  2005-04-01 11:51 ` Konstantin V. Arkhipov
@ 2005-04-01 13:44 ` Chris Gianelloni
  2005-04-01 20:08   ` Daniel Armyr
  2005-04-01 17:30 ` Peter Gordon
  2 siblings, 1 reply; 51+ messages in thread
From: Chris Gianelloni @ 2005-04-01 13:44 UTC (permalink / raw
  To: gentoo-dev

On Fri, 2005-04-01 at 12:28 +0200, Patrick Lauer wrote:
> Hi all,
> 
> we are happy to be one step further in our way to market domination.
> GeNToo is an experimental branch of Gentoo running on the NT kernel.
> 
> Our project website is:
> http://gentooexperimental.org/nt/

For those of you screaming "Show me the source!", I've added
winxp-sources to the tree.  Everyone be sure to thank our anonymous
Russian hacker, Crash Override, for this wonderful addition to the
portage tree.

wolf31o2@inertia ~ $ emerge -vp winxp-sources

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild  N    ] sys-kernel/winxp-sources-5.1.2180  0 kB [1]

Expect to see a new GeNToo LiveCD released by the end of the week.  We
even ported it all to sparc, just to spite ciaranm.

-- 
Chris Gianelloni
Release Engineering - Strategic Lead/QA Manager
Games - Developer
Gentoo Linux
--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 51+ messages in thread

* Re: [gentoo-dev] GeNToo
  2005-04-01 10:28 [gentoo-dev] GeNToo Patrick Lauer
  2005-04-01 11:51 ` Konstantin V. Arkhipov
  2005-04-01 13:44 ` Chris Gianelloni
@ 2005-04-01 17:30 ` Peter Gordon
  2005-04-01 17:37   ` Jose Mª Calvillo aka Lechucks
  2 siblings, 1 reply; 51+ messages in thread
From: Peter Gordon @ 2005-04-01 17:30 UTC (permalink / raw
  To: gentoo-dev

O_o
*blink*
*blink*
o_O


This is an April Fool's joke...right?
--
()  The ASCII Ribbon Campaign - against HTML Email,
/\  vCards, and proprietary formats.
---------------------------------------------------
Peter A. Gordon (codergeek42)
E-Mail: admin@ramshacklestudios.com
GPG Public Key ID: 0x109DBECE
GPG Key Fingerprint (SHA1):
  E485 E2F7 11CE F9B2 E3D9 C95D 208F B732 109D BECE
Encrypted and/or Signed correspondence preffered.
Notice: This message not is not GPG-signed, because
  it is sent through a webmail interface.
---------------------------------------------------
--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 51+ messages in thread

* Re: [gentoo-dev] GeNToo
  2005-04-01 17:30 ` Peter Gordon
@ 2005-04-01 17:37   ` Jose Mª Calvillo aka Lechucks
  2005-04-01 17:49     ` Julien Cabillot
  0 siblings, 1 reply; 51+ messages in thread
From: Jose Mª Calvillo aka Lechucks @ 2005-04-01 17:37 UTC (permalink / raw
  To: gentoo-dev

hello, i am from spain (europe) , Today isnt here APryl Fool´s. 

in spain april fool´s is 28 december.

xD

On Apr 1, 2005 7:30 PM, Peter Gordon <admin@ramshacklestudios.com> wrote:
> O_o
> *blink*
> *blink*
> o_O
> 
> This is an April Fool's joke...right?
> --
> ()  The ASCII Ribbon Campaign - against HTML Email,
> /\  vCards, and proprietary formats.
> ---------------------------------------------------
> Peter A. Gordon (codergeek42)
> E-Mail: admin@ramshacklestudios.com
> GPG Public Key ID: 0x109DBECE
> GPG Key Fingerprint (SHA1):
>  E485 E2F7 11CE F9B2 E3D9 C95D 208F B732 109D BECE
> Encrypted and/or Signed correspondence preffered.
> Notice: This message not is not GPG-signed, because
>  it is sent through a webmail interface.
> ---------------------------------------------------
> --
> gentoo-dev@gentoo.org mailing list
> 
> 


-- 
my weblog http://lechucks.bitacoras.com

--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 51+ messages in thread

* Re: [gentoo-dev] GeNToo
  2005-04-01 17:37   ` Jose Mª Calvillo aka Lechucks
@ 2005-04-01 17:49     ` Julien Cabillot
  2005-04-01 17:51       ` Jose Mª Calvillo aka Lechucks
  0 siblings, 1 reply; 51+ messages in thread
From: Julien Cabillot @ 2005-04-01 17:49 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 968 bytes --]

Jose Mª Calvillo aka Lechucks wrote:

>hello, i am from spain (europe) , Today isnt here APryl Fool´s. 
>
>in spain april fool´s is 28 december.
>
>xD
>
>On Apr 1, 2005 7:30 PM, Peter Gordon <admin@ramshacklestudios.com> wrote:
>  
>
>>O_o
>>*blink*
>>*blink*
>>o_O
>>
>>This is an April Fool's joke...right?
>>--
>>()  The ASCII Ribbon Campaign - against HTML Email,
>>/\  vCards, and proprietary formats.
>>---------------------------------------------------
>>Peter A. Gordon (codergeek42)
>>E-Mail: admin@ramshacklestudios.com
>>GPG Public Key ID: 0x109DBECE
>>GPG Key Fingerprint (SHA1):
>> E485 E2F7 11CE F9B2 E3D9 C95D 208F B732 109D BECE
>>Encrypted and/or Signed correspondence preffered.
>>Notice: This message not is not GPG-signed, because
>> it is sent through a webmail interface.
>>---------------------------------------------------
>>--
>>gentoo-dev@gentoo.org mailing list
>>
>>
>>    
>>
>
>
>  
>
It's strange in the rest of the Europe it's today.

[-- Attachment #2: jcabillot.vcf --]
[-- Type: text/x-vcard, Size: 215 bytes --]

begin:vcard
fn:CABILLOT julien
n:julien;CABILLOT
adr:;;21 rue billing;COLMAR;Alsace;68000;FRANCE
email;internet:jcabillot@gmail.com
tel;home:0870682438
tel;cell:0607895220
x-mozilla-html:TRUE
version:2.1
end:vcard


^ permalink raw reply	[flat|nested] 51+ messages in thread

* Re: [gentoo-dev] GeNToo
  2005-04-01 17:49     ` Julien Cabillot
@ 2005-04-01 17:51       ` Jose Mª Calvillo aka Lechucks
  2005-04-01 22:10         ` Octavio Ruiz (Ta^3)
  0 siblings, 1 reply; 51+ messages in thread
From: Jose Mª Calvillo aka Lechucks @ 2005-04-01 17:51 UTC (permalink / raw
  To: gentoo-dev

ok, that´s the aswer "Spain is different" :)

On Apr 1, 2005 7:49 PM, Julien Cabillot <jcabillot@gmail.com> wrote:
> Jose Mª Calvillo aka Lechucks wrote:
> 
> >hello, i am from spain (europe) , Today isnt here APryl Fool´s.
> >
> >in spain april fool´s is 28 december.
> >
> >xD
> >
> >On Apr 1, 2005 7:30 PM, Peter Gordon <admin@ramshacklestudios.com> wrote:
> >
> >
> >>O_o
> >>*blink*
> >>*blink*
> >>o_O
> >>
> >>This is an April Fool's joke...right?
> >>--
> >>()  The ASCII Ribbon Campaign - against HTML Email,
> >>/\  vCards, and proprietary formats.
> >>---------------------------------------------------
> >>Peter A. Gordon (codergeek42)
> >>E-Mail: admin@ramshacklestudios.com
> >>GPG Public Key ID: 0x109DBECE
> >>GPG Key Fingerprint (SHA1):
> >> E485 E2F7 11CE F9B2 E3D9 C95D 208F B732 109D BECE
> >>Encrypted and/or Signed correspondence preffered.
> >>Notice: This message not is not GPG-signed, because
> >> it is sent through a webmail interface.
> >>---------------------------------------------------
> >>--
> >>gentoo-dev@gentoo.org mailing list
> >>
> >>
> >>
> >>
> >
> >
> >
> >
> It's strange in the rest of the Europe it's today.
> 
> 
> 


-- 
my weblog http://lechucks.bitacoras.com

--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 51+ messages in thread

* Re: [gentoo-dev] GeNToo
  2005-04-01 13:44 ` Chris Gianelloni
@ 2005-04-01 20:08   ` Daniel Armyr
  2005-04-01 20:18     ` Rob Cakebread
                       ` (2 more replies)
  0 siblings, 3 replies; 51+ messages in thread
From: Daniel Armyr @ 2005-04-01 20:08 UTC (permalink / raw
  To: gentoo-dev

> For those of you screaming "Show me the source!", I've added
> winxp-sources to the tree.  Everyone be sure to thank our anonymous
> Russian hacker, Crash Override, for this wonderful addition to the
> portage tree.
> 
> wolf31o2@inertia ~ $ emerge -vp winxp-sources
> 
> These are the packages that I would merge, in order:
> 
> Calculating dependencies ...done!
> [ebuild  N    ] sys-kernel/winxp-sources-5.1.2180  0 kB [1]

Looks like my sync server is having a slow day. The winxp-sources haven't made it here yet.

-- 
++++++++++++++++++++++++++++++++++++++++
daniel.armyr@home.se	f00-dar@f.kth.se
Tegnergatan 40 rum 505	+46 8 31 52 17	
113 59 Stockholm	+46 73 038 3097
++++++++++++++++++++++++++++++++++++++++
--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 51+ messages in thread

* Re: [gentoo-dev] GeNToo
  2005-04-01 20:08   ` Daniel Armyr
@ 2005-04-01 20:18     ` Rob Cakebread
  2005-04-02  6:12       ` Daniel Armyr
  2005-04-01 20:18     ` Rob Cakebread
  2005-04-01 20:59     ` Peter Gordon
  2 siblings, 1 reply; 51+ messages in thread
From: Rob Cakebread @ 2005-04-01 20:18 UTC (permalink / raw
  To: gentoo-dev; +Cc: gentoo-dev

Daniel Armyr wrote:
>>For those of you screaming "Show me the source!", I've added
>>winxp-sources to the tree.  Everyone be sure to thank our anonymous
>>Russian hacker, Crash Override, for this wonderful addition to the
>>portage tree.
>>
>>wolf31o2@inertia ~ $ emerge -vp winxp-sources
>>
>>These are the packages that I would merge, in order:
>>
>>Calculating dependencies ...done!
>>[ebuild  N    ] sys-kernel/winxp-sources-5.1.2180  0 kB [1]
> 
> 
> Looks like my sync server is having a slow day. The winxp-sources haven't made it here yet.
> 

Thats because they were hosted on gentooexperimental.org, which just got 
slashdotted:

http://linux.slashdot.org/article.pl?sid=05/04/01/1453253&tid=190&tid=106

-- 
Rob Cakebread
Gentoo Linux Developer
Public Key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x96BA679B
Key fingerprint = 5E1A 57A0 0FA6 939D 3258  8369 81C5 A17B 96BA 679B
--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 51+ messages in thread

* Re: [gentoo-dev] GeNToo
  2005-04-01 20:08   ` Daniel Armyr
  2005-04-01 20:18     ` Rob Cakebread
@ 2005-04-01 20:18     ` Rob Cakebread
  2005-04-01 20:59     ` Peter Gordon
  2 siblings, 0 replies; 51+ messages in thread
From: Rob Cakebread @ 2005-04-01 20:18 UTC (permalink / raw
  To: gentoo-dev

Daniel Armyr wrote:
>>For those of you screaming "Show me the source!", I've added
>>winxp-sources to the tree.  Everyone be sure to thank our anonymous
>>Russian hacker, Crash Override, for this wonderful addition to the
>>portage tree.
>>
>>wolf31o2@inertia ~ $ emerge -vp winxp-sources
>>
>>These are the packages that I would merge, in order:
>>
>>Calculating dependencies ...done!
>>[ebuild  N    ] sys-kernel/winxp-sources-5.1.2180  0 kB [1]
> 
> 
> Looks like my sync server is having a slow day. The winxp-sources haven't made it here yet.
> 

Thats because they were hosted on gentooexperimental.org, which just got 
slashdotted:

http://linux.slashdot.org/article.pl?sid=05/04/01/1453253&tid=190&tid=106

-- 
Rob Cakebread
Gentoo Linux Developer
Public Key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x96BA679B
Key fingerprint = 5E1A 57A0 0FA6 939D 3258  8369 81C5 A17B 96BA 679B
--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 51+ messages in thread

* Re: [gentoo-dev] GeNToo
  2005-04-01 20:08   ` Daniel Armyr
  2005-04-01 20:18     ` Rob Cakebread
  2005-04-01 20:18     ` Rob Cakebread
@ 2005-04-01 20:59     ` Peter Gordon
  2 siblings, 0 replies; 51+ messages in thread
From: Peter Gordon @ 2005-04-01 20:59 UTC (permalink / raw
  To: gentoo-dev

Quoting Daniel Armyr <daniel.armyr@home.se>:
> > wolf31o2@inertia ~ $ emerge -vp winxp-sources
> >
> > These are the packages that I would merge, in order:
> >
> > Calculating dependencies ...done!
> > [ebuild  N    ] sys-kernel/winxp-sources-5.1.2180  0 kB [1]
>
> Looks like my sync server is having a slow day. The winxp-sources haven't
> made it here yet.

Don't forget to add "roflcoptar-haxz0rzed-war3z" to your FEATURES to enable it
;-)
--
()  The ASCII Ribbon Campaign - against HTML Email,
/\  vCards, and proprietary formats.
---------------------------------------------------
Peter A. Gordon (codergeek42)
E-Mail: admin@ramshacklestudios.com
GPG Public Key ID: 0x109DBECE
GPG Key Fingerprint (SHA1):
  E485 E2F7 11CE F9B2 E3D9 C95D 208F B732 109D BECE
Encrypted and/or Signed correspondence preffered.
Notice: This message not is not GPG-signed, because
  it is sent through a webmail interface.
---------------------------------------------------
--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 51+ messages in thread

* Re: [gentoo-dev] GeNToo
  2005-04-01 17:51       ` Jose Mª Calvillo aka Lechucks
@ 2005-04-01 22:10         ` Octavio Ruiz (Ta^3)
  0 siblings, 0 replies; 51+ messages in thread
From: Octavio Ruiz (Ta^3) @ 2005-04-01 22:10 UTC (permalink / raw
  To: gentoo-dev

Jose Mª Calvillo aka Lechucks, who happens to be smarter than you, thinks:
> ok, that´s the aswer "Spain is different" :)

Mexico too, 28 Dec. is " el día de los Santos Inocentes" (the innocent saints'
day). 

x-D

> On Apr 1, 2005 7:49 PM, Julien Cabillot <jcabillot@gmail.com> wrote:
> > Jose Mª Calvillo aka Lechucks wrote:
> > >hello, i am from spain (europe) , Today isnt here APryl Fool´s.
> > >in spain april fool´s is 28 december.

-- 
Sex and drugs and UNIX.

--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 51+ messages in thread

* Re: [gentoo-dev] GeNToo
  2005-04-01 20:18     ` Rob Cakebread
@ 2005-04-02  6:12       ` Daniel Armyr
  0 siblings, 0 replies; 51+ messages in thread
From: Daniel Armyr @ 2005-04-02  6:12 UTC (permalink / raw
  To: gentoo-dev

> > Looks like my sync server is having a slow day. The winxp-sources haven't made it here yet.
> > 
> 
> Thats because they were hosted on gentooexperimental.org, which just got 
> slashdotted:
> 
Very impressive. The fact that the install script isn't /actually/ available anywhere is a setback, but except for that you did a really good job.

--DA

-- 
++++++++++++++++++++++++++++++++++++++++
daniel.armyr@home.se	f00-dar@f.kth.se
Tegnergatan 40 rum 505	+46 8 31 52 17	
113 59 Stockholm	+46 73 038 3097
++++++++++++++++++++++++++++++++++++++++
--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 51+ messages in thread

* Re: [gentoo-dev] Gentoo
  2005-11-23 18:49 [gentoo-dev] ***SPAM*** Gentoo Filip Bartmann
@ 2005-11-23 19:02 ` Ciaran McCreesh
  2005-11-24 21:42   ` lnxg33k
  0 siblings, 1 reply; 51+ messages in thread
From: Ciaran McCreesh @ 2005-11-23 19:02 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 566 bytes --]

On Wed, 23 Nov 2005 19:49:18 +0100 Filip Bartmann <filbar@linpro.cz>
wrote:
| I want have Gentoo in e-shop with Linux distributions. I find, that
| Gentoo is under GNU/GPL. Must I distribute in e-shop sources of
| Gentoo too? Where I can found them(sources)? Where I can found
| graphics, which I can use on CD with Gentoo?

Consult your lawyer. Any legal advice you get on this list will be
bogus.

-- 
Ciaran McCreesh : Gentoo Developer (Look! Shiny things!)
Mail            : ciaranm at gentoo.org
Web             : http://dev.gentoo.org/~ciaranm


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 51+ messages in thread

* Re: [gentoo-dev] Gentoo
  2005-11-23 19:02 ` [gentoo-dev] Gentoo Ciaran McCreesh
@ 2005-11-24 21:42   ` lnxg33k
  2005-11-24 22:42     ` George Prowse
  2005-11-25 12:37     ` Paul de Vrieze
  0 siblings, 2 replies; 51+ messages in thread
From: lnxg33k @ 2005-11-24 21:42 UTC (permalink / raw
  To: gentoo-dev

Ciaran McCreesh wrote:
> On Wed, 23 Nov 2005 19:49:18 +0100 Filip Bartmann <filbar@linpro.cz>
> wrote:
> | I want have Gentoo in e-shop with Linux distributions. I find, that
> | Gentoo is under GNU/GPL. Must I distribute in e-shop sources of
> | Gentoo too? Where I can found them(sources)? Where I can found
> | graphics, which I can use on CD with Gentoo?
> 
> Consult your lawyer. Any legal advice you get on this list will be
> bogus.
> 

Any legal advice given by those not in a position to give said advice (a
licensed attornery) is actually illegal -- just some general info.
-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 51+ messages in thread

* Re: [gentoo-dev] Gentoo
  2005-11-24 21:42   ` lnxg33k
@ 2005-11-24 22:42     ` George Prowse
  2005-11-30 21:58       ` lnxg33k
  2005-11-25 12:37     ` Paul de Vrieze
  1 sibling, 1 reply; 51+ messages in thread
From: George Prowse @ 2005-11-24 22:42 UTC (permalink / raw
  To: gentoo-dev

On 24/11/05, lnxg33k <lnxg33k@gmail.com> wrote:
> Ciaran McCreesh wrote:
> > On Wed, 23 Nov 2005 19:49:18 +0100 Filip Bartmann <filbar@linpro.cz>
> > wrote:
> > | I want have Gentoo in e-shop with Linux distributions. I find, that
> > | Gentoo is under GNU/GPL. Must I distribute in e-shop sources of
> > | Gentoo too? Where I can found them(sources)? Where I can found
> > | graphics, which I can use on CD with Gentoo?
> >
> > Consult your lawyer. Any legal advice you get on this list will be
> > bogus.
> >
>
> Any legal advice given by those not in a position to give said advice (a
> licensed attornery) is actually illegal -- just some general info.
> --
> gentoo-dev@gentoo.org mailing list
>
>
Being consulted on legal matters under the pretense that you are
qualified to do so is fraud but any one can advise on legal matters.

-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 51+ messages in thread

* Re: [gentoo-dev] Gentoo
  2005-11-24 21:42   ` lnxg33k
  2005-11-24 22:42     ` George Prowse
@ 2005-11-25 12:37     ` Paul de Vrieze
  1 sibling, 0 replies; 51+ messages in thread
From: Paul de Vrieze @ 2005-11-25 12:37 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 980 bytes --]

On Thursday 24 November 2005 22:42, lnxg33k wrote:
> Ciaran McCreesh wrote:
> > On Wed, 23 Nov 2005 19:49:18 +0100 Filip Bartmann <filbar@linpro.cz>
> >
> > wrote:
> > | I want have Gentoo in e-shop with Linux distributions. I find, that
> > | Gentoo is under GNU/GPL. Must I distribute in e-shop sources of
> > | Gentoo too? Where I can found them(sources)? Where I can found
> > | graphics, which I can use on CD with Gentoo?
> >
> > Consult your lawyer. Any legal advice you get on this list will be
> > bogus.
>
> Any legal advice given by those not in a position to give said advice
> (a licensed attornery) is actually illegal -- just some general info.

That actually depends on where the person gives the advise from. Of course 
making people believe you are a lawyer while you aren't is illegal in 
most jurisdictions (btw. I'm not a lawyer).

Paul

-- 
Paul de Vrieze
Gentoo Developer
Mail: pauldv@gentoo.org
Homepage: http://www.devrieze.net

[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 51+ messages in thread

* Re: [gentoo-dev] Gentoo
  2005-11-24 22:42     ` George Prowse
@ 2005-11-30 21:58       ` lnxg33k
  0 siblings, 0 replies; 51+ messages in thread
From: lnxg33k @ 2005-11-30 21:58 UTC (permalink / raw
  To: gentoo-dev

George Prowse wrote:
> On 24/11/05, lnxg33k <lnxg33k@gmail.com> wrote:
> 
>>Ciaran McCreesh wrote:
>>
>>>On Wed, 23 Nov 2005 19:49:18 +0100 Filip Bartmann <filbar@linpro.cz>
>>>wrote:
>>>| I want have Gentoo in e-shop with Linux distributions. I find, that
>>>| Gentoo is under GNU/GPL. Must I distribute in e-shop sources of
>>>| Gentoo too? Where I can found them(sources)? Where I can found
>>>| graphics, which I can use on CD with Gentoo?
>>>
>>>Consult your lawyer. Any legal advice you get on this list will be
>>>bogus.
>>>
>>
>>Any legal advice given by those not in a position to give said advice (a
>>licensed attornery) is actually illegal -- just some general info.
>>--
>>gentoo-dev@gentoo.org mailing list
>>
>>
> 
> Being consulted on legal matters under the pretense that you are
> qualified to do so is fraud but any one can advise on legal matters.
> 

Been away letting mail stack up. However, yes, that is indeed true. I failed to
qualify that a bit more.
-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 51+ messages in thread

* [gentoo-dev] Gentoo
@ 2007-07-13 12:16 Rick Sivernell
  2007-07-17 21:26 ` Petteri Räty
                   ` (2 more replies)
  0 siblings, 3 replies; 51+ messages in thread
From: Rick Sivernell @ 2007-07-13 12:16 UTC (permalink / raw
  To: gentoo-dev


 I am trying to contact somebody in charge of gentoo. I have tried for years now to get my email address off your list, but all has failed. If someone knows this person or will send me the email address so that I may contact them, I would appreciate this. Currently this is eating our bandwidth and I am sending all to the trash bin now.

-- 
 Rick Sivernell
 Dallas, Texas  75287
 972 306-2296
 res005ru@verizon.net
 Registered Linux User
-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 51+ messages in thread

* Re: [gentoo-dev] Gentoo
  2007-07-13 12:16 [gentoo-dev] Gentoo Rick Sivernell
@ 2007-07-17 21:26 ` Petteri Räty
  2007-07-17 21:32 ` Chrissy Fullam
  2007-07-17 21:33 ` Michael Sullivan
  2 siblings, 0 replies; 51+ messages in thread
From: Petteri Räty @ 2007-07-17 21:26 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 438 bytes --]

Rick Sivernell kirjoitti:
>  I am trying to contact somebody in charge of gentoo. I have tried for years now to get my email address off your list, but all has failed. If someone knows this person or will send me the email address so that I may contact them, I would appreciate this. Currently this is eating our bandwidth and I am sending all to the trash bin now.
> 

http://www.gentoo.org/main/en/lists.xml

Regards,
Petteri


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 252 bytes --]

^ permalink raw reply	[flat|nested] 51+ messages in thread

* RE: [gentoo-dev] Gentoo
  2007-07-13 12:16 [gentoo-dev] Gentoo Rick Sivernell
  2007-07-17 21:26 ` Petteri Räty
@ 2007-07-17 21:32 ` Chrissy Fullam
  2007-07-17 21:33 ` Michael Sullivan
  2 siblings, 0 replies; 51+ messages in thread
From: Chrissy Fullam @ 2007-07-17 21:32 UTC (permalink / raw
  To: gentoo-dev

Send an email to this address to be removed from the mailing list:
Gentoo-dev+unsubscribe@gentoo.org 

For your reference, and for any additional Gentoo lists you may be on, I
have included the following link for further information:
http://www.gentoo.org/main/en/lists.xml

Kind regards,
Christina Fullam
Gentoo Developer Relations Lead | GWN Author


-----Original Message-----
From: Rick Sivernell [mailto:res005ru@verizon.net] 
Sent: Friday, July 13, 2007 5:17 AM
To: gentoo-dev@lists.gentoo.org
Subject: [gentoo-dev] Gentoo


 I am trying to contact somebody in charge of gentoo. I have tried for years
now to get my email address off your list, but all has failed. If someone
knows this person or will send me the email address so that I may contact
them, I would appreciate this. Currently this is eating our bandwidth and I
am sending all to the trash bin now.

--
 Rick Sivernell
 Dallas, Texas  75287
 972 306-2296
 res005ru@verizon.net
 Registered Linux User
--
gentoo-dev@gentoo.org mailing list

-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 51+ messages in thread

* Re: [gentoo-dev] Gentoo
  2007-07-13 12:16 [gentoo-dev] Gentoo Rick Sivernell
  2007-07-17 21:26 ` Petteri Räty
  2007-07-17 21:32 ` Chrissy Fullam
@ 2007-07-17 21:33 ` Michael Sullivan
  2007-07-17 22:10   ` Mike Frysinger
  2007-07-18  6:47   ` Kent Fredric
  2 siblings, 2 replies; 51+ messages in thread
From: Michael Sullivan @ 2007-07-17 21:33 UTC (permalink / raw
  To: gentoo-dev

On Fri, 2007-07-13 at 07:16 -0500, Rick Sivernell wrote:
>  I am trying to contact somebody in charge of gentoo. I have tried for years now to get my email address off your list, but all has failed. If someone knows this person or will send me the email address so that I may contact them, I would appreciate this. Currently this is eating our bandwidth and I am sending all to the trash bin now.
> 
> -- 
>  Rick Sivernell
>  Dallas, Texas  75287
>  972 306-2296
>  res005ru@verizon.net
>  Registered Linux User

Wow.  You've been trying to get off this list for YEARS?  And the
unsubscribe information has been in the headers of every email this list
sends out.  You must feel pretty foolish about now.  BTW, it's not the
list administrator's job to unsubscribe people.
-Michael Sullivan-

-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 51+ messages in thread

* Re: [gentoo-dev] Gentoo
  2007-07-17 21:33 ` Michael Sullivan
@ 2007-07-17 22:10   ` Mike Frysinger
  2007-07-18  6:47   ` Kent Fredric
  1 sibling, 0 replies; 51+ messages in thread
From: Mike Frysinger @ 2007-07-17 22:10 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 898 bytes --]

On Tuesday 17 July 2007, Michael Sullivan wrote:
> On Fri, 2007-07-13 at 07:16 -0500, Rick Sivernell wrote:
> >  I am trying to contact somebody in charge of gentoo. I have tried for
> > years now to get my email address off your list, but all has failed. If
> > someone knows this person or will send me the email address so that I may
> > contact them, I would appreciate this. Currently this is eating our
> > bandwidth and I am sending all to the trash bin now.
> >
> > --
> >  Rick Sivernell
> >  Dallas, Texas  75287
> >  972 306-2296
> >  res005ru@verizon.net
> >  Registered Linux User
>
> Wow.  You've been trying to get off this list for YEARS?  And the
> unsubscribe information has been in the headers of every email this list
> sends out.  You must feel pretty foolish about now.  BTW, it's not the
> list administrator's job to unsubscribe people.

you should join my SFOH clan
-mike

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 827 bytes --]

^ permalink raw reply	[flat|nested] 51+ messages in thread

* Re: [gentoo-dev] Gentoo
  2007-07-17 21:33 ` Michael Sullivan
  2007-07-17 22:10   ` Mike Frysinger
@ 2007-07-18  6:47   ` Kent Fredric
  1 sibling, 0 replies; 51+ messages in thread
From: Kent Fredric @ 2007-07-18  6:47 UTC (permalink / raw
  To: gentoo-dev

On 7/18/07, Michael Sullivan <michael@espersunited.com> wrote:
> On Fri, 2007-07-13 at 07:16 -0500, Rick Sivernell wrote:
> >  I am trying to contact somebody in charge of gentoo. I have tried for years now to get my email address off your list, but all has failed. If someone knows this person or will send me the email address so that I may contact them, I would appreciate this. Currently this is eating our bandwidth and I am sending all to the trash bin now.
> >
> > --
> >  Rick Sivernell
> >  Dallas, Texas  75287
> >  972 306-2296
> >  res005ru@verizon.net
> >  Registered Linux User
>
> Wow.  You've been trying to get off this list for YEARS?  And the
> unsubscribe information has been in the headers of every email this list
> sends out.  You must feel pretty foolish about now.  BTW, it's not the
> list administrator's job to unsubscribe people.
> -Michael Sullivan-
>
> --
> gentoo-dev@gentoo.org mailing list
>
>

For the sake of ricks ease of seeing:

List-Post: <mailto:gentoo-dev@lists.gentoo.org>
List-Help: <mailto:gentoo-dev+help@gentoo.org>
List-Unsubscribe: <mailto:gentoo-dev+unsubscribe@gentoo.org>
List-Subscribe: <mailto:gentoo-dev+subscribe@gentoo.org>
List-Id: Gentoo Linux mail <gentoo-dev.gentoo.org>


( just in case his email client was dull and didn't show him )

( I myself never knew they were there untill you pointed this fact out. )
-- 
Kent
ruby -e '[1, 2, 4, 7, 0, 9, 5, 8, 3, 10, 11, 6, 12, 13].each{|x|
print "enNOSPicAMreil kdrtf@gma.com"[(2*x)..(2*x+1)]}'
-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 51+ messages in thread

end of thread, other threads:[~2007-07-18  6:51 UTC | newest]

Thread overview: 51+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-13 12:16 [gentoo-dev] Gentoo Rick Sivernell
2007-07-17 21:26 ` Petteri Räty
2007-07-17 21:32 ` Chrissy Fullam
2007-07-17 21:33 ` Michael Sullivan
2007-07-17 22:10   ` Mike Frysinger
2007-07-18  6:47   ` Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2005-11-23 18:49 [gentoo-dev] ***SPAM*** Gentoo Filip Bartmann
2005-11-23 19:02 ` [gentoo-dev] Gentoo Ciaran McCreesh
2005-11-24 21:42   ` lnxg33k
2005-11-24 22:42     ` George Prowse
2005-11-30 21:58       ` lnxg33k
2005-11-25 12:37     ` Paul de Vrieze
2005-04-01 10:28 [gentoo-dev] GeNToo Patrick Lauer
2005-04-01 11:51 ` Konstantin V. Arkhipov
2005-04-01 13:44 ` Chris Gianelloni
2005-04-01 20:08   ` Daniel Armyr
2005-04-01 20:18     ` Rob Cakebread
2005-04-02  6:12       ` Daniel Armyr
2005-04-01 20:18     ` Rob Cakebread
2005-04-01 20:59     ` Peter Gordon
2005-04-01 17:30 ` Peter Gordon
2005-04-01 17:37   ` Jose Mª Calvillo aka Lechucks
2005-04-01 17:49     ` Julien Cabillot
2005-04-01 17:51       ` Jose Mª Calvillo aka Lechucks
2005-04-01 22:10         ` Octavio Ruiz (Ta^3)
2002-08-18  5:02 [gentoo-dev] gentoo hoochie mamma
2002-08-18  5:16 ` mike
2002-08-12 18:28 mguertin
2002-08-12 18:20 ` Marius Bernklev
2002-08-12  6:15 Alti Vec
2002-08-12  7:16 ` Dan Stone
2002-08-12  8:05 ` Troy Dack
2002-08-12 13:06 ` Jonathan Kelly
2002-08-12 13:34   ` Lim, Kim Yong
2002-08-12 14:23 ` Jeremiah Mahler
2002-08-12 17:17   ` Matthew Kennedy
2002-08-12 17:29     ` Jeremiah Mahler
2002-08-12 17:41       ` Dan Stone
2002-08-12 17:26 ` Wilbert van Bakel
2002-08-12 17:49   ` Michael Kohl
2002-07-24  9:31 [gentoo-dev] Gentoo Jonathan
2002-04-16 17:42 Matt Fuerst
2002-04-16 17:45 ` John Dee
2002-04-16 17:52   ` Bart Lauwers
2002-04-16 17:55     ` John Dee
2001-08-05 15:27 Rev. Brendan Murphy
2001-08-05 15:40 ` Daniel Robbins
2001-08-05 17:24   ` Ben Lutgens
2001-08-05 18:47   ` Collins Richey
2001-08-05 23:18     ` Dan Armak
2001-08-05 18:15 ` Karl Trygve Kalleberg
2001-08-05 23:18 ` Dan Armak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox