* [gentoo-user] Ethernetkarte, Geschwindigkeit verstellen
@ 2006-05-29 19:59 Bertram Scharpf
2006-05-29 20:09 ` Richard Fish
` (2 more replies)
0 siblings, 3 replies; 33+ messages in thread
From: Bertram Scharpf @ 2006-05-29 19:59 UTC (permalink / raw
To: gentoo-user
Hallo,
um die Funktionstüchtigkeit eines (selbstgecrimpten)
Netzwerkkabels zu untersuchen, möchte ich die
Geschwingigkeit der Ethernetkarten herunterstellen. Leider
stellt die sich sofort wieder zurück:
# ethtool eth1 | grep Speed
Speed: 100Mb/s
# ethtool -s eth1 speed 10 ; ethtool eth1 | grep Speed
Speed: 10Mb/s
# ethtool eth1 | grep Speed
Speed: 100Mb/s
Was muß ich noch abstellen?
Danke vorab,
Bertram
--
Bertram Scharpf
Stuttgart, Deutschland/Germany
http://www.bertram-scharpf.de
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [gentoo-user] Ethernetkarte, Geschwindigkeit verstellen
2006-05-29 19:59 [gentoo-user] Ethernetkarte, Geschwindigkeit verstellen Bertram Scharpf
@ 2006-05-29 20:09 ` Richard Fish
2006-05-29 20:09 ` Richard Fish
2006-05-29 20:33 ` Roger
2006-05-29 20:14 ` Uwe Thiem
2006-05-29 21:31 ` [gentoo-user] Sorry! Bertram Scharpf
2 siblings, 2 replies; 33+ messages in thread
From: Richard Fish @ 2006-05-29 20:09 UTC (permalink / raw
To: gentoo-user, gentoo-user
On 5/29/06, Bertram Scharpf <lists@bertram-scharpf.de> wrote:
> # ethtool eth1 | grep Speed
> Speed: 100Mb/s
> # ethtool -s eth1 speed 10 ; ethtool eth1 | grep Speed
> Speed: 10Mb/s
> # ethtool eth1 | grep Speed
> Speed: 100Mb/s
I have no idea what the rest of your message says, but I am guessing you want:
ethtool -s eth1 speed 10 autoneg off
-Richard
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [gentoo-user] Ethernetkarte, Geschwindigkeit verstellen
2006-05-29 20:09 ` Richard Fish
@ 2006-05-29 20:09 ` Richard Fish
2006-05-29 20:33 ` Roger
1 sibling, 0 replies; 33+ messages in thread
From: Richard Fish @ 2006-05-29 20:09 UTC (permalink / raw
To: gentoo-user, gentoo-user
On 5/29/06, Bertram Scharpf <lists@bertram-scharpf.de> wrote:
> # ethtool eth1 | grep Speed
> Speed: 100Mb/s
> # ethtool -s eth1 speed 10 ; ethtool eth1 | grep Speed
> Speed: 10Mb/s
> # ethtool eth1 | grep Speed
> Speed: 100Mb/s
I have no idea what the rest of your message says, but I am guessing you want:
ethtool -s eth1 speed 10 autoneg off
-Richard
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [gentoo-user] Ethernetkarte, Geschwindigkeit verstellen
2006-05-29 19:59 [gentoo-user] Ethernetkarte, Geschwindigkeit verstellen Bertram Scharpf
2006-05-29 20:09 ` Richard Fish
@ 2006-05-29 20:14 ` Uwe Thiem
2006-05-29 21:31 ` [gentoo-user] Sorry! Bertram Scharpf
2 siblings, 0 replies; 33+ messages in thread
From: Uwe Thiem @ 2006-05-29 20:14 UTC (permalink / raw
To: gentoo-user
On 29 May 2006 20:59, Bertram Scharpf wrote:
> Hallo,
>
> um die Funktionstüchtigkeit eines (selbstgecrimpten)
> Netzwerkkabels zu untersuchen, möchte ich die
> Geschwingigkeit der Ethernetkarten herunterstellen. Leider
> stellt die sich sofort wieder zurück:
This is an English speaking lst.
>
> # ethtool eth1 | grep Speed
> Speed: 100Mb/s
> # ethtool -s eth1 speed 10 ; ethtool eth1 | grep Speed
> Speed: 10Mb/s
> # ethtool eth1 | grep Speed
> Speed: 100Mb/s
>
> Was muß ich noch abstellen?
Auto-negotiation.
Uwe
--
Mark Twain: I rather decline two drinks than a German adjective.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [gentoo-user] Ethernetkarte, Geschwindigkeit verstellen
2006-05-29 20:09 ` Richard Fish
2006-05-29 20:09 ` Richard Fish
@ 2006-05-29 20:33 ` Roger
1 sibling, 0 replies; 33+ messages in thread
From: Roger @ 2006-05-29 20:33 UTC (permalink / raw
To: gentoo-user
Richard Fish wrote:
> On 5/29/06, Bertram Scharpf <lists@bertram-scharpf.de> wrote:
>
>> # ethtool eth1 | grep Speed
>> Speed: 100Mb/s
>> # ethtool -s eth1 speed 10 ; ethtool eth1 | grep Speed
>> Speed: 10Mb/s
>> # ethtool eth1 | grep Speed
>> Speed: 100Mb/s
>
>
> I have no idea what the rest of your message says, but I am guessing
> you want:
>
> ethtool -s eth1 speed 10 autoneg off
>
> -Richard
>
He wants to stress test a home made cable. Now how do we crank up the speed.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 33+ messages in thread
* [gentoo-user] Sorry!
2006-05-29 19:59 [gentoo-user] Ethernetkarte, Geschwindigkeit verstellen Bertram Scharpf
2006-05-29 20:09 ` Richard Fish
2006-05-29 20:14 ` Uwe Thiem
@ 2006-05-29 21:31 ` Bertram Scharpf
2006-05-29 21:50 ` Teresa and Dale
2006-05-30 17:44 ` Bertram Scharpf
2 siblings, 2 replies; 33+ messages in thread
From: Bertram Scharpf @ 2006-05-29 21:31 UTC (permalink / raw
To: gentoo-user
Hi,
Am Montag, 29. Mai 2006, 21:59:31 +0200 schrieb Bertram Scharpf:
> Hallo,
Sorry, wrong list.
This happens now to me the second time in two weeks. There
seems to be a deeper kind of problem ...
Anyway, I apologize another time.
Bertram
--
Bertram Scharpf
Stuttgart, Deutschland/Germany
http://www.bertram-scharpf.de
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [gentoo-user] Sorry!
2006-05-29 21:31 ` [gentoo-user] Sorry! Bertram Scharpf
@ 2006-05-29 21:50 ` Teresa and Dale
2006-05-29 22:00 ` John Laremore
2006-05-30 17:44 ` Bertram Scharpf
1 sibling, 1 reply; 33+ messages in thread
From: Teresa and Dale @ 2006-05-29 21:50 UTC (permalink / raw
To: gentoo-user
Bertram Scharpf wrote:
>Hi,
>
>Am Montag, 29. Mai 2006, 21:59:31 +0200 schrieb Bertram Scharpf:
>
>
>>Hallo,
>>
>>
>
>Sorry, wrong list.
>
>This happens now to me the second time in two weeks. There
>seems to be a deeper kind of problem ...
>
>Anyway, I apologize another time.
>
>Bertram
>
>
>
>
It's allright. Show me someone who doesn't make a mistake and I'll show
you someone who doesn't do anything. O_O
Dale
:-) :-)
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [gentoo-user] Sorry!
2006-05-29 21:50 ` Teresa and Dale
@ 2006-05-29 22:00 ` John Laremore
2006-05-29 22:11 ` Boris Fersing
` (3 more replies)
0 siblings, 4 replies; 33+ messages in thread
From: John Laremore @ 2006-05-29 22:00 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/html, Size: 2930 bytes --]
^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [gentoo-user] Sorry!
2006-05-29 22:00 ` John Laremore
@ 2006-05-29 22:11 ` Boris Fersing
2006-05-29 22:13 ` Jamie Dobbs
` (2 subsequent siblings)
3 siblings, 0 replies; 33+ messages in thread
From: Boris Fersing @ 2006-05-29 22:11 UTC (permalink / raw
To: gentoo-user
2006/5/30, John Laremore <onlyonemaxdog@hotmail.com>:
>
>
>
> You people need to remove me from you mailing lists all together. Iam so
> pissed off with getting 80 email of a bunch of other peoples bullshit, that
> iam ready to start getting nasty. fucking remove me from your emailing list.
>
>
Send a mail to gentoo-user+unsubscribe@gentoo.org !
Boris.
>
> ________________________________
>
> From: Teresa and Dale <teendale@vista-express.com>
> Reply-To: gentoo-user@lists.gentoo.org
> To: gentoo-user@lists.gentoo.org
> Subject: Re: [gentoo-user] Sorry!
> Date: Mon, 29 May 2006 16:50:56 -0500
> MIME-Version: 1.0
> Received: from bay0-mc4-f18.bay0.hotmail.com ([65.54.244.122]) by
> bay0-imc1-s22.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.1830); Mon,
> 29 May 2006 14:54:40 -0700
> Received: from robin.gentoo.org ([140.105.134.102]) by
> bay0-mc4-f18.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.1830); Mon, 29
> May 2006 14:54:39 -0700
> Received: from robin.gentoo.org (localhost [127.0.0.1])by robin.gentoo.org
> (8.13.6/8.13.6) with SMTP id k4TLrNk7021447;Mon, 29 May 2006 21:53:23 GMT
> Received: from mxo5.broadbandsupport.net (mxo5.broadbandsupport.net
> [209.55.3.85])by robin.gentoo.org (8.13.6/8.13.6) with ESMTP id
> k4TLowT9015500for <gentoo-user@lists.gentoo.org>; Mon, 29 May 2006 21:50:58
> GMT
> Received: from [192.168.100.1] (unknown [207.68.230.60])by
> mxo5.broadbandsupport.net (Postfix) with ESMTP id A224713BF4for
> <gentoo-user@lists.gentoo.org>; Mon, 29 May 2006 17:50:56 -0400 (EDT)
>
> >Bertram Scharpf wrote:
> >
> > >Hi,
> > >
> > >Am Montag, 29. Mai 2006, 21:59:31 +0200 schrieb Bertram Scharpf:
> > >
> > >
> > >>Hallo,
> > >>
> > >>
> > >
> > >Sorry, wrong list.
> > >
> > >This happens now to me the second time in two weeks. There
> > >seems to be a deeper kind of problem ...
> > >
> > >Anyway, I apologize another time.
> > >
> > >Bertram
> > >
> > >
> > >
> > >
> >
> >It's allright. Show me someone who doesn't make a mistake and I'll show
> >you someone who doesn't do anything. O_O
> >
> >Dale
> >:-) :-)
> >--
> >gentoo-user@gentoo.org mailing list
> >
>
>
> ________________________________
> Get MSN Messenger with FREE Video Conversation - the next best thing to
> being there! -- gentoo-user@gentoo.org mailing list
--
Quiconque me parle de Dieu en veut à ma bourse ou à ma liberté.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [gentoo-user] Sorry!
2006-05-29 22:00 ` John Laremore
2006-05-29 22:11 ` Boris Fersing
@ 2006-05-29 22:13 ` Jamie Dobbs
2006-05-29 22:40 ` Hemmann, Volker Armin
2006-05-29 23:11 ` Rafael Fernández López
2006-05-29 23:47 ` John Laremore
3 siblings, 1 reply; 33+ messages in thread
From: Jamie Dobbs @ 2006-05-29 22:13 UTC (permalink / raw
To: gentoo-user
>
> You people need to remove me from you mailing lists all together. Iam so
> pissed off with getting 80 email of a bunch of other peoples bullshit,
> that iam ready to start getting nasty. fucking remove me from your
> emailing list.
Only you are capable of removing yourself from the list - no-one else can
do it for you.
Send an email from the address that is getting the unwanted email to
gentoo-user+unsubscribe@gentoo.org then reply to the confirmation email
you will be sent and you will be unsubscribed.
One question remains though... how on earth did you get subscribed to the
list without your knowledge as all subscription requests require
confirmation.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [gentoo-user] Sorry!
2006-05-29 22:13 ` Jamie Dobbs
@ 2006-05-29 22:40 ` Hemmann, Volker Armin
2006-05-30 0:32 ` Ryan Tandy
2006-05-30 3:33 ` Michael Sullivan
0 siblings, 2 replies; 33+ messages in thread
From: Hemmann, Volker Armin @ 2006-05-29 22:40 UTC (permalink / raw
To: gentoo-user
On Tuesday 30 May 2006 00:13, Jamie Dobbs wrote:
> > You people need to remove me from you mailing lists all together. Iam so
> > pissed off with getting 80 email of a bunch of other peoples bullshit,
> > that iam ready to start getting nasty. fucking remove me from your
> > emailing list.
>
> Only you are capable of removing yourself from the list - no-one else can
> do it for you.
> Send an email from the address that is getting the unwanted email to
> gentoo-user+unsubscribe@gentoo.org then reply to the confirmation email
> you will be sent and you will be unsubscribed.
> One question remains though... how on earth did you get subscribed to the
> list without your knowledge as all subscription requests require
> confirmation.
maybe he was drunk. If you look at his adress, he seems to be a teen - and who
was not constantly drunk and did silly things as a teen?
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [gentoo-user] Sorry!
2006-05-29 22:00 ` John Laremore
2006-05-29 22:11 ` Boris Fersing
2006-05-29 22:13 ` Jamie Dobbs
@ 2006-05-29 23:11 ` Rafael Fernández López
2006-05-29 23:47 ` John Laremore
3 siblings, 0 replies; 33+ messages in thread
From: Rafael Fernández López @ 2006-05-29 23:11 UTC (permalink / raw
To: gentoo-user
You are so funny !! keep stressed !!
Bye !!
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [gentoo-user] Sorry!
2006-05-29 22:00 ` John Laremore
` (2 preceding siblings ...)
2006-05-29 23:11 ` Rafael Fernández López
@ 2006-05-29 23:47 ` John Laremore
2006-05-30 1:13 ` Hemmann, Volker Armin
2006-05-30 8:38 ` Neil Bothwick
3 siblings, 2 replies; 33+ messages in thread
From: John Laremore @ 2006-05-29 23:47 UTC (permalink / raw
To: gentoo-user
and you just sent me 6-8 more emails.
>From: "John Laremore" <onlyonemaxdog@hotmail.com>
>Reply-To: gentoo-user@lists.gentoo.org
>To: gentoo-user@lists.gentoo.org
>Subject: Re: [gentoo-user] Sorry!
>Date: Mon, 29 May 2006 22:00:20 +0000
>MIME-Version: 1.0
>X-Originating-IP: [67.168.96.72]
>X-Originating-Email: [onlyonemaxdog@hotmail.com]
>X-Sender: onlyonemaxdog@hotmail.com
>Received: from bay0-mc6-f3.bay0.hotmail.com ([65.54.244.171]) by
>bay0-imc1-s2.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.1830); Mon,
>29 May 2006 15:06:34 -0700
>Received: from robin.gentoo.org ([140.105.134.102]) by
>bay0-mc6-f3.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.1830); Mon, 29
>May 2006 15:06:28 -0700
>Received: from robin.gentoo.org (localhost [127.0.0.1])by robin.gentoo.org
>(8.13.6/8.13.6) with SMTP id k4TM4emh012043;Mon, 29 May 2006 22:04:40 GMT
>Received: from hotmail.com (bay116-f32.bay116.hotmail.com [64.4.38.42])by
>robin.gentoo.org (8.13.6/8.13.6) with ESMTP id k4TM0MuQ008071for
><gentoo-user@lists.gentoo.org>; Mon, 29 May 2006 22:00:23 GMT
>Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC;
>Mon, 29 May 2006 15:00:21 -0700
>Received: from 64.4.38.200 by by116fd.bay116.hotmail.msn.com with HTTP;Mon,
>29 May 2006 22:00:20 GMT
>X-Message-Info: LsUYwwHHNt3660MmjhEvYg2f34OAemlK+3Wz9fWrJ/U=
>Delivered-To: <gentoo-user@lists.gentoo.org>
>Precedence: bulk
>List-Post: <mailto:gentoo-user@lists.gentoo.org>
>List-Help: <mailto:gentoo-user+help@gentoo.org>
>List-Unsubscribe: <mailto:gentoo-user+unsubscribe@gentoo.org>
>List-Subscribe: <mailto:gentoo-user+subscribe@gentoo.org>
>List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
>X-BeenThere: gentoo-user@gentoo.org
>X-OriginalArrivalTime: 29 May 2006 22:00:21.0848 (UTC)
>FILETIME=[47F2ED80:01C6836B]
>Return-Path: gentoo-user+bounces-42529-onlyonemaxdog=hotmail.com@gentoo.org
>
>
>
>You people need to remove me from you mailing lists all together. Iam so
>pissed off with getting 80 email of a bunch of other peoples bullshit, that
>iam ready to start getting nasty. fucking remove me from your emailing
>list.
>
>
>
>
>
>
>From: Teresa and Dale <teendale@vista-express.com>
>Reply-To: gentoo-user@lists.gentoo.org
>To: gentoo-user@lists.gentoo.org
>Subject: Re: [gentoo-user] Sorry!
>Date: Mon, 29 May 2006 16:50:56 -0500
>MIME-Version: 1.0
>Received: from bay0-mc4-f18.bay0.hotmail.com ([65.54.244.122]) by
>bay0-imc1-s22.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.1830); Mon,
>29 May 2006 14:54:40 -0700
>Received: from robin.gentoo.org ([140.105.134.102]) by
>bay0-mc4-f18.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.1830); Mon,
>29 May 2006 14:54:39 -0700
>Received: from robin.gentoo.org (localhost [127.0.0.1])by robin.gentoo.org
>(8.13.6/8.13.6) with SMTP id k4TLrNk7021447;Mon, 29 May 2006 21:53:23
>GMT
>Received: from mxo5.broadbandsupport.net (mxo5.broadbandsupport.net
>[209.55.3.85])by robin.gentoo.org (8.13.6/8.13.6) with ESMTP id
>k4TLowT9015500for <gentoo-user@lists.gentoo.org>; Mon, 29 May 2006 21:50:58
>GMT
>Received: from [192.168.100.1] (unknown [207.68.230.60])by
>mxo5.broadbandsupport.net (Postfix) with ESMTP id A224713BF4for
><gentoo-user@lists.gentoo.org>; Mon, 29 May 2006 17:50:56 -0400 (EDT)
> >Bertram Scharpf wrote:
> >
> > >Hi,
> > >
> > >Am Montag, 29. Mai 2006, 21:59:31 +0200 schrieb Bertram Scharpf:
> > >
> > >
> > >>Hallo,
> > >>
> > >>
> > >
> > >Sorry, wrong list.
> > >
> > >This happens now to me the second time in two weeks. There
> > >seems to be a deeper kind of problem ...
> > >
> >
> >Anyway, I apologize another time.
> > >
> > >Bertram
> > >
> > >
> > >
> > >
> >
> >It's allright. Show me someone who doesn't make a mistake and I'll show
> >you someone who doesn't do anything. O_O
> >
> >Dale
> >:-) :-)
> >--
> >gentoo-user@gentoo.org mailing list
> >
>
> Get MSN Messenger with FREE Video Conversation - the next best thing to
>being there!
>
>--
>gentoo-user@gentoo.org mailing list
>
_________________________________________________________________
On the road to retirement? Check out MSN Life Events for advice on how to
get there! http://lifeevents.msn.com/category.aspx?cid=Retirement
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [gentoo-user] Sorry!
2006-05-29 22:40 ` Hemmann, Volker Armin
@ 2006-05-30 0:32 ` Ryan Tandy
2006-05-30 1:27 ` AJ Spagnoletti
2006-05-30 3:35 ` Michael Sullivan
2006-05-30 3:33 ` Michael Sullivan
1 sibling, 2 replies; 33+ messages in thread
From: Ryan Tandy @ 2006-05-30 0:32 UTC (permalink / raw
To: gentoo-user
Hemmann, Volker Armin wrote:
> maybe he was drunk. If you look at his adress, he seems to be a teen - and who
> was not constantly drunk and did silly things as a teen?
I'm 18 and I've never been drunk. Ever. Seriously.
Thanks for your time. ;)
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [gentoo-user] Sorry!
2006-05-29 23:47 ` John Laremore
@ 2006-05-30 1:13 ` Hemmann, Volker Armin
2006-05-30 8:38 ` Neil Bothwick
1 sibling, 0 replies; 33+ messages in thread
From: Hemmann, Volker Armin @ 2006-05-30 1:13 UTC (permalink / raw
To: gentoo-user
On Tuesday 30 May 2006 01:47, John Laremore wrote:
> and you just sent me 6-8 more emails.
which won't end until you unsubscribe.
This is a mailing list!
What about a mailing list don't you understand?
I'll try to explain.
A mailing list is something most windows users know as a 'newsletter', but
usually with more active writers sending mails.
Every mail send to a mailing list by a participant, is sent to all its
participants.
If you subscribe to a mailing list, you will get all mails sent to it.
gentoo-users@lists.gentoo.org is such a mailing list.
To become a participant, you have to subscribe - send an subscription mail AND
and a confirmation mail. from the account you intend to use.
To unsubscribe, you have to send an unsubscribe mail AND a confirmation mail.
So far everything clear?
WE CAN NOT STOP SENDING YOU MAILS!
IF YOU DON'T WANT TO GET MAILS FROM GENTOO-USER YOU HAVE TO UNSUBCRIBE!
AND YOU HAVE TO DO IT YOURSELF!
This has been told to you several times now.
What is your problem? Are you 10? Drunk? High? Or maybe a slightly bit
retarded?
If you did not subscribe, somebody else with access to YOUR ACCOUNT did it. So
think about it. Maybe your pw is really bad? (is it 'mom'? Or your name? Your
dog's name?)
AND AGAIN: WE CAN NOT STOP SENDING YOU MAILS: YOU HAVE STOP TO BE SUBSCRIBED
TO THIS LIST!
Do you understand?
Or do I need to use bigger fonts?
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [gentoo-user] Sorry!
2006-05-30 0:32 ` Ryan Tandy
@ 2006-05-30 1:27 ` AJ Spagnoletti
2006-05-30 1:40 ` Hemmann, Volker Armin
2006-05-30 3:35 ` Michael Sullivan
1 sibling, 1 reply; 33+ messages in thread
From: AJ Spagnoletti @ 2006-05-30 1:27 UTC (permalink / raw
To: gentoo-user
On 5/29/06, Ryan Tandy <tarpman@gmail.com> wrote:
> Hemmann, Volker Armin wrote:
> > maybe he was drunk. If you look at his adress, he seems to be a teen - and who
> > was not constantly drunk and did silly things as a teen?
>
> I'm 18 and I've never been drunk. Ever. Seriously.
>
> Thanks for your time. ;)
Id just like to second this comment, I also think that that is a very
bad stereotype these days because me as well as a lot of my friends
dont drink. Sorry if this is off topic it just needed to be said.
AJ
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [gentoo-user] Sorry!
2006-05-30 1:27 ` AJ Spagnoletti
@ 2006-05-30 1:40 ` Hemmann, Volker Armin
2006-05-30 2:28 ` Ryan Tandy
0 siblings, 1 reply; 33+ messages in thread
From: Hemmann, Volker Armin @ 2006-05-30 1:40 UTC (permalink / raw
To: gentoo-user
On Tuesday 30 May 2006 03:27, AJ Spagnoletti wrote:
> On 5/29/06, Ryan Tandy <tarpman@gmail.com> wrote:
> > Hemmann, Volker Armin wrote:
> > > maybe he was drunk. If you look at his adress, he seems to be a teen -
> > > and who was not constantly drunk and did silly things as a teen?
> >
> > I'm 18 and I've never been drunk. Ever. Seriously.
> >
> > Thanks for your time. ;)
>
> Id just like to second this comment, I also think that that is a very
> bad stereotype these days because me as well as a lot of my friends
> dont drink. Sorry if this is off topic it just needed to be said.
bah, that only shows how lame teens are today!
;)
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [gentoo-user] Sorry!
2006-05-30 1:40 ` Hemmann, Volker Armin
@ 2006-05-30 2:28 ` Ryan Tandy
2006-05-30 3:31 ` Hemmann, Volker Armin
0 siblings, 1 reply; 33+ messages in thread
From: Ryan Tandy @ 2006-05-30 2:28 UTC (permalink / raw
To: gentoo-user
Hemmann, Volker Armin wrote:
> On Tuesday 30 May 2006 03:27, AJ Spagnoletti wrote:
>> On 5/29/06, Ryan Tandy <tarpman@gmail.com> wrote:
>>> Hemmann, Volker Armin wrote:
>>>> maybe he was drunk. If you look at his adress, he seems to be a teen -
>>>> and who was not constantly drunk and did silly things as a teen?
>>> I'm 18 and I've never been drunk. Ever. Seriously.
>>>
>>> Thanks for your time. ;)
>> Id just like to second this comment, I also think that that is a very
>> bad stereotype these days because me as well as a lot of my friends
>> dont drink. Sorry if this is off topic it just needed to be said.
>
> bah, that only shows how lame teens are today!
>
> ;)
Well, if I wasn't busy with Gentoo, maybe I'd have time to go drinking a
bit! :P
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [gentoo-user] Sorry!
2006-05-30 2:28 ` Ryan Tandy
@ 2006-05-30 3:31 ` Hemmann, Volker Armin
2006-05-30 4:25 ` kashani
0 siblings, 1 reply; 33+ messages in thread
From: Hemmann, Volker Armin @ 2006-05-30 3:31 UTC (permalink / raw
To: gentoo-user
On Tuesday 30 May 2006 04:28, Ryan Tandy wrote:
> Hemmann, Volker Armin wrote:
> > On Tuesday 30 May 2006 03:27, AJ Spagnoletti wrote:
> >> On 5/29/06, Ryan Tandy <tarpman@gmail.com> wrote:
> >>> Hemmann, Volker Armin wrote:
> >>>> maybe he was drunk. If you look at his adress, he seems to be a teen -
> >>>> and who was not constantly drunk and did silly things as a teen?
> >>>
> >>> I'm 18 and I've never been drunk. Ever. Seriously.
> >>>
> >>> Thanks for your time. ;)
> >>
> >> Id just like to second this comment, I also think that that is a very
> >> bad stereotype these days because me as well as a lot of my friends
> >> dont drink. Sorry if this is off topic it just needed to be said.
> >
> > bah, that only shows how lame teens are today!
> >
> > ;)
>
> Well, if I wasn't busy with Gentoo, maybe I'd have time to go drinking a
> bit! :P
that is the point, where friends are important: sometimes you need someone who
calls you and suggests an evening of Axis&Allies (the board game), beer,
pizza and cigarillos (because puffing one while throwing the dice boosts your
luck. Hours, days spent with this game have confirmed it!), or invites
everybody to a drunken sauna&pool party....
*sigh* be 17 again.. or 18... or even 20 (not a teen.. but still a fun phase
of life).
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [gentoo-user] Sorry!
2006-05-29 22:40 ` Hemmann, Volker Armin
2006-05-30 0:32 ` Ryan Tandy
@ 2006-05-30 3:33 ` Michael Sullivan
1 sibling, 0 replies; 33+ messages in thread
From: Michael Sullivan @ 2006-05-30 3:33 UTC (permalink / raw
To: gentoo-user
On Tue, 2006-05-30 at 00:40 +0200, Hemmann, Volker Armin wrote:
> On Tuesday 30 May 2006 00:13, Jamie Dobbs wrote:
> > > You people need to remove me from you mailing lists all together. Iam so
> > > pissed off with getting 80 email of a bunch of other peoples bullshit,
> > > that iam ready to start getting nasty. fucking remove me from your
> > > emailing list.
> >
> > Only you are capable of removing yourself from the list - no-one else can
> > do it for you.
> > Send an email from the address that is getting the unwanted email to
> > gentoo-user+unsubscribe@gentoo.org then reply to the confirmation email
> > you will be sent and you will be unsubscribed.
> > One question remains though... how on earth did you get subscribed to the
> > list without your knowledge as all subscription requests require
> > confirmation.
>
> maybe he was drunk. If you look at his adress, he seems to be a teen - and who
> was not constantly drunk and did silly things as a teen?
I wasn't.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [gentoo-user] Sorry!
2006-05-30 0:32 ` Ryan Tandy
2006-05-30 1:27 ` AJ Spagnoletti
@ 2006-05-30 3:35 ` Michael Sullivan
2006-05-30 3:42 ` Teresa and Dale
2006-05-30 4:04 ` Bo Ørsted Andresen
1 sibling, 2 replies; 33+ messages in thread
From: Michael Sullivan @ 2006-05-30 3:35 UTC (permalink / raw
To: gentoo-user
On Mon, 2006-05-29 at 17:32 -0700, Ryan Tandy wrote:
> Hemmann, Volker Armin wrote:
> > maybe he was drunk. If you look at his adress, he seems to be a teen - and who
> > was not constantly drunk and did silly things as a teen?
>
> I'm 18 and I've never been drunk. Ever. Seriously.
>
> Thanks for your time. ;)
I'm 26 and never been drunk, although if I smell alcohol I can simulate
the effect, and actually feel the effect through vicarious experience.
All part of my conditioning.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [gentoo-user] Sorry!
2006-05-30 3:35 ` Michael Sullivan
@ 2006-05-30 3:42 ` Teresa and Dale
2006-05-30 4:01 ` Iain Buchanan
2006-05-30 4:04 ` Bo Ørsted Andresen
1 sibling, 1 reply; 33+ messages in thread
From: Teresa and Dale @ 2006-05-30 3:42 UTC (permalink / raw
To: gentoo-user
Michael Sullivan wrote:
>On Mon, 2006-05-29 at 17:32 -0700, Ryan Tandy wrote:
>
>
>>Hemmann, Volker Armin wrote:
>>
>>
>>>maybe he was drunk. If you look at his adress, he seems to be a teen - and who
>>>was not constantly drunk and did silly things as a teen?
>>>
>>>
>>I'm 18 and I've never been drunk. Ever. Seriously.
>>
>>Thanks for your time. ;)
>>
>>
>
>I'm 26 and never been drunk, although if I smell alcohol I can simulate
>the effect, and actually feel the effect through vicarious experience.
>All part of my conditioning.
>
>
>
I'm 38, pushing on 39 pretty hard, and I have never been drunk. I can't
stand the smell of alcohol though. It even took me a sec to remember
how to spell it.
Dale
:-) :-)
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [gentoo-user] Sorry!
2006-05-30 3:42 ` Teresa and Dale
@ 2006-05-30 4:01 ` Iain Buchanan
2006-05-30 4:22 ` Teresa and Dale
0 siblings, 1 reply; 33+ messages in thread
From: Iain Buchanan @ 2006-05-30 4:01 UTC (permalink / raw
To: gentoo-user
On Mon, 2006-05-29 at 22:42 -0500, Teresa and Dale wrote:
> I'm 38, pushing on 39 pretty hard, and I have never been drunk. I can't
> stand the smell of alcohol though. It even took me a sec to remember
> how to spell it.
Just think of the simpsons to help you spell it:
Moe: Phone call for Al, Al Coholic, is there an Al Coholic here?
heh heh.
--
Iain Buchanan <iaindb at netspace dot net dot au>
What kind of love is that? Not to be loved; never to have shown love.
-- Commissioner Nancy Hedford, "Metamorphosis",
stardate 3219.8
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [gentoo-user] Sorry!
2006-05-30 3:35 ` Michael Sullivan
2006-05-30 3:42 ` Teresa and Dale
@ 2006-05-30 4:04 ` Bo Ørsted Andresen
1 sibling, 0 replies; 33+ messages in thread
From: Bo Ørsted Andresen @ 2006-05-30 4:04 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 267 bytes --]
Tuesday 30 May 2006 05:35 skrev Michael Sullivan:
> I'm 26 and never been drunk,
and
> although if I smell alcohol I can simulate
> the effect, and actually feel the effect through vicarious experience.
Ehh.. how would you know?? ;)
--
Bo Andresen
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [gentoo-user] Sorry!
2006-05-30 4:01 ` Iain Buchanan
@ 2006-05-30 4:22 ` Teresa and Dale
0 siblings, 0 replies; 33+ messages in thread
From: Teresa and Dale @ 2006-05-30 4:22 UTC (permalink / raw
To: gentoo-user
Iain Buchanan wrote:
>On Mon, 2006-05-29 at 22:42 -0500, Teresa and Dale wrote:
>
>
>
>>I'm 38, pushing on 39 pretty hard, and I have never been drunk. I can't
>>stand the smell of alcohol though. It even took me a sec to remember
>>how to spell it.
>>
>>
>
>Just think of the simpsons to help you spell it:
>Moe: Phone call for Al, Al Coholic, is there an Al Coholic here?
>
>heh heh.
>
>
LOL
Dale
:-) :-)
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [gentoo-user] Sorry!
2006-05-30 3:31 ` Hemmann, Volker Armin
@ 2006-05-30 4:25 ` kashani
2006-05-30 15:06 ` Hemmann, Volker Armin
0 siblings, 1 reply; 33+ messages in thread
From: kashani @ 2006-05-30 4:25 UTC (permalink / raw
To: gentoo-user
Hemmann, Volker Armin wrote:
> that is the point, where friends are important: sometimes you need
someone who
> calls you and suggests an evening of Axis&Allies (the board game), beer,
> pizza and cigarillos (because puffing one while throwing the dice boosts your
> luck. Hours, days spent with this game have confirmed it!), or invites
> everybody to a drunken sauna&pool party....
>
> *sigh* be 17 again.. or 18... or even 20 (not a teen.. but still a fun phase
> of life).
I'd have to say I'm enjoying my early thirties much more than I ever
did my late teens... being able to afford liquor that comes in glass
bottles rather than plastic might have something to do with it. :-)
kashani
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [gentoo-user] Sorry!
2006-05-29 23:47 ` John Laremore
2006-05-30 1:13 ` Hemmann, Volker Armin
@ 2006-05-30 8:38 ` Neil Bothwick
2006-05-30 9:21 ` Bo Ørsted Andresen
1 sibling, 1 reply; 33+ messages in thread
From: Neil Bothwick @ 2006-05-30 8:38 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 555 bytes --]
On Mon, 29 May 2006 23:47:17 +0000, John Laremore wrote:
> and you just sent me 6-8 more emails.
Yes, we did, because you asked to be sent them. If you took the trouble
to read even one of them, say the one you just quoted, you'd know where
they came from, why, and how to stop them.
If you need a simpler solution to this and all your other
computer-related problems, I suggest removing your computer's power
cable, as this is the root cause of all your troubles.
--
Neil Bothwick
Windows - From the people who brought you EDLIN!
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [gentoo-user] Sorry!
2006-05-30 8:38 ` Neil Bothwick
@ 2006-05-30 9:21 ` Bo Ørsted Andresen
2006-05-30 9:32 ` Norman Rieß
0 siblings, 1 reply; 33+ messages in thread
From: Bo Ørsted Andresen @ 2006-05-30 9:21 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 528 bytes --]
Tuesday 30 May 2006 10:38 skrev Neil Bothwick:
> If you took the trouble
> to read even one of them, say the one you just quoted, you'd know where
> they came from, why, and how to stop them.
Earlier today I sent a mail to gentoo-user+unsubscribe@gentoo.org and put his
mail address in the from field. I believe that should give him a mail with
the subject:
"Confirm unsubscribe from gentoo-user@gentoo.org"
Now the big question that remains is if he will be able to reply to that
mail...
--
Bo Andresen
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [gentoo-user] Sorry!
2006-05-30 9:21 ` Bo Ørsted Andresen
@ 2006-05-30 9:32 ` Norman Rieß
2006-05-30 14:19 ` Teresa and Dale
0 siblings, 1 reply; 33+ messages in thread
From: Norman Rieß @ 2006-05-30 9:32 UTC (permalink / raw
To: gentoo-user
> Tuesday 30 May 2006 10:38 skrev Neil Bothwick:
>> If you took the trouble
>> to read even one of them, say the one you just quoted, you'd know where
>> they came from, why, and how to stop them.
>
> Earlier today I sent a mail to gentoo-user+unsubscribe@gentoo.org and put
> his
> mail address in the from field. I believe that should give him a mail with
> the subject:
>
> "Confirm unsubscribe from gentoo-user@gentoo.org"
>
> Now the big question that remains is if he will be able to reply to that
> mail...
>
> --
> Bo Andresen
>
Because of his non-existing presence ;-), i think he did it in the end.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [gentoo-user] Sorry!
2006-05-30 9:32 ` Norman Rieß
@ 2006-05-30 14:19 ` Teresa and Dale
0 siblings, 0 replies; 33+ messages in thread
From: Teresa and Dale @ 2006-05-30 14:19 UTC (permalink / raw
To: gentoo-user
Norman Rieß wrote:
>>Tuesday 30 May 2006 10:38 skrev Neil Bothwick:
>>
>>
>>>If you took the trouble
>>>to read even one of them, say the one you just quoted, you'd know where
>>>they came from, why, and how to stop them.
>>>
>>>
>>Earlier today I sent a mail to gentoo-user+unsubscribe@gentoo.org and put
>>his
>>mail address in the from field. I believe that should give him a mail with
>>the subject:
>>
>>"Confirm unsubscribe from gentoo-user@gentoo.org"
>>
>>Now the big question that remains is if he will be able to reply to that
>>mail...
>>
>>--
>>Bo Andresen
>>
>>
>>
>
>Because of his non-existing presence ;-), i think he did it in the end.
>
>
>
>
Thank goodness for the few brain cells he had left. ;-)
Da;e
:-)
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [gentoo-user] Sorry!
2006-05-30 4:25 ` kashani
@ 2006-05-30 15:06 ` Hemmann, Volker Armin
0 siblings, 0 replies; 33+ messages in thread
From: Hemmann, Volker Armin @ 2006-05-30 15:06 UTC (permalink / raw
To: gentoo-user
On Tuesday 30 May 2006 06:25, kashani wrote:
> Hemmann, Volker Armin wrote:
> > that is the point, where friends are important: sometimes you need
>
> someone who
>
> > calls you and suggests an evening of Axis&Allies (the board game), beer,
> > pizza and cigarillos (because puffing one while throwing the dice boosts
> > your luck. Hours, days spent with this game have confirmed it!), or
> > invites everybody to a drunken sauna&pool party....
> >
> > *sigh* be 17 again.. or 18... or even 20 (not a teen.. but still a fun
> > phase of life).
>
> I'd have to say I'm enjoying my early thirties much more than I ever
> did my late teens... being able to afford liquor that comes in glass
> bottles rather than plastic might have something to do with it. :-)
>
the problem is: I can't tolerate alcohol as good as a teen anymore ... and
pleaaase .. I never drank alcohol out of plastic - cans, yes, but plastic?
ieech...
;)
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [gentoo-user] Sorry!
2006-05-29 21:31 ` [gentoo-user] Sorry! Bertram Scharpf
2006-05-29 21:50 ` Teresa and Dale
@ 2006-05-30 17:44 ` Bertram Scharpf
2006-05-30 17:44 ` Bertram Scharpf
1 sibling, 1 reply; 33+ messages in thread
From: Bertram Scharpf @ 2006-05-30 17:44 UTC (permalink / raw
To: gentoo-user, gentoo-user
Hi,
Am Montag, 29. Mai 2006, 23:31:46 +0200 schrieb Bertram Scharpf:
> Hi,
>
> Am Montag, 29. Mai 2006, 21:59:31 +0200 schrieb Bertram Scharpf:
> > Hallo,
>
> Sorry, wrong list.
>
> This happens now to me the second time in two weeks. There
> seems to be a deeper kind of problem ...
Misconfigured Mutt. Without the "$" appended to the second
regex the first To: header is overwritten:
folder-hook linux/gentoo-user-de 'my_hdr To: gentoo-user-de@gentoo.org'
folder-hook linux/gentoo-user$ 'my_hdr To: gentoo-user@gentoo.org'
So, this shouldn't happen another time.
Bertram
--
Bertram Scharpf
Stuttgart, Deutschland/Germany
http://www.bertram-scharpf.de
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [gentoo-user] Sorry!
2006-05-30 17:44 ` Bertram Scharpf
@ 2006-05-30 17:44 ` Bertram Scharpf
0 siblings, 0 replies; 33+ messages in thread
From: Bertram Scharpf @ 2006-05-30 17:44 UTC (permalink / raw
To: gentoo-user, gentoo-user
Hi,
Am Montag, 29. Mai 2006, 23:31:46 +0200 schrieb Bertram Scharpf:
> Hi,
>
> Am Montag, 29. Mai 2006, 21:59:31 +0200 schrieb Bertram Scharpf:
> > Hallo,
>
> Sorry, wrong list.
>
> This happens now to me the second time in two weeks. There
> seems to be a deeper kind of problem ...
Misconfigured Mutt. Without the "$" appended to the second
regex the first To: header is overwritten:
folder-hook linux/gentoo-user-de 'my_hdr To: gentoo-user-de@gentoo.org'
folder-hook linux/gentoo-user$ 'my_hdr To: gentoo-user@gentoo.org'
So, this shouldn't happen another time.
Bertram
--
Bertram Scharpf
Stuttgart, Deutschland/Germany
http://www.bertram-scharpf.de
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 33+ messages in thread
end of thread, other threads:[~2006-05-30 17:59 UTC | newest]
Thread overview: 33+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-29 19:59 [gentoo-user] Ethernetkarte, Geschwindigkeit verstellen Bertram Scharpf
2006-05-29 20:09 ` Richard Fish
2006-05-29 20:09 ` Richard Fish
2006-05-29 20:33 ` Roger
2006-05-29 20:14 ` Uwe Thiem
2006-05-29 21:31 ` [gentoo-user] Sorry! Bertram Scharpf
2006-05-29 21:50 ` Teresa and Dale
2006-05-29 22:00 ` John Laremore
2006-05-29 22:11 ` Boris Fersing
2006-05-29 22:13 ` Jamie Dobbs
2006-05-29 22:40 ` Hemmann, Volker Armin
2006-05-30 0:32 ` Ryan Tandy
2006-05-30 1:27 ` AJ Spagnoletti
2006-05-30 1:40 ` Hemmann, Volker Armin
2006-05-30 2:28 ` Ryan Tandy
2006-05-30 3:31 ` Hemmann, Volker Armin
2006-05-30 4:25 ` kashani
2006-05-30 15:06 ` Hemmann, Volker Armin
2006-05-30 3:35 ` Michael Sullivan
2006-05-30 3:42 ` Teresa and Dale
2006-05-30 4:01 ` Iain Buchanan
2006-05-30 4:22 ` Teresa and Dale
2006-05-30 4:04 ` Bo Ørsted Andresen
2006-05-30 3:33 ` Michael Sullivan
2006-05-29 23:11 ` Rafael Fernández López
2006-05-29 23:47 ` John Laremore
2006-05-30 1:13 ` Hemmann, Volker Armin
2006-05-30 8:38 ` Neil Bothwick
2006-05-30 9:21 ` Bo Ørsted Andresen
2006-05-30 9:32 ` Norman Rieß
2006-05-30 14:19 ` Teresa and Dale
2006-05-30 17:44 ` Bertram Scharpf
2006-05-30 17:44 ` Bertram Scharpf
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox