[gentoo-user] A bit of scripting...

2003-09-21 Thread bob bob
Any of you guys any good as scripting?
I'm trying to do a smarter version of this :
ls -lR /lib/modules/*/kernel/  /etc/modules.autoload.d/kernel-2.4

That works ok.. except that after I have to go through and remove all the .o 
from the ends of all the modules and also remove all the listed dir 
structure before each module..
below is an example of the output:

/lib/modules/2.4.20-gentoo-r6/kernel/:
total 3
drwxr-xr-x3 root root   72 Sep  8 06:57 arch
drwxr-xr-x   20 root root  488 Sep  8 06:57 drivers
drwxr-xr-x   30 root root  720 Sep  8 06:57 fs
drwxr-xr-x3 root root   80 Sep  8 06:57 lib
drwxr-xr-x9 root root  224 Sep  8 06:57 net
/lib/modules/2.4.20-gentoo-r6/kernel/arch:
total 1
drwxr-xr-x3 root root   72 Sep  8 06:57 i386
/lib/modules/2.4.20-gentoo-r6/kernel/arch/i386:
total 1
drwxr-xr-x2 root root  120 Sep  8 06:57 kernel
/lib/modules/2.4.20-gentoo-r6/kernel/arch/i386/kernel:
total 28
-rw-r--r--1 root root19016 Sep  8 06:57 apm.o
-rw-r--r--1 root root 3044 Sep  8 06:57 cpuid.o
-rw-r--r--1 root root 3848 Sep  8 06:57 msr.o
Now out of that all I want is :
apm
cpuid
msr
I'm pretty sure it can be done.. what do you guys think?

Imagine a school with children that can read and write, but with teachers 
who cannot, and you have a metaphor of the Information Age in which we 
live.   - Peter Cochrane

_
Help STOP SPAM with the new MSN 8 and get 2 months FREE*  
http://join.msn.com/?page=features/junkmail

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] A bit of scripting...

2003-09-21 Thread bob bob
Thanks guys.. this:
find /lib/modules/*/kernel/* -type f -printf %f\n |sed 's/.o//g'  
/etc/modules.autoload.d/kernel-2.4

seems to work a treat..
although I have NFI what
%f\n |sed 's/.o//g'
is or does.. it all seems to work :-)

_
Add photos to your messages with MSN 8. Get 2 months FREE*. 
http://join.msn.com/?page=features/featuredemail

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] A bit of scripting...

2003-09-21 Thread bob bob
cool thanks..



Imagine a school with children that can read and write, but with teachers 
who cannot, and you have a metaphor of the Information Age in which we 
live.   - Peter Cochrane


From: Doug Weimer [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [gentoo-user] A bit of scripting...
Date: Sun, 21 Sep 2003 02:14:24 -0700
MIME-Version: 1.0
Received: from gentoo.org ([204.126.2.42]) by mc8-f37.hotmail.com with 
Microsoft SMTPSVC(5.0.2195.5600); Sun, 21 Sep 2003 02:10:57 -0700
Received: (qmail 32462 invoked by uid 1002); 21 Sep 2003 09:10:45 -
Received: (qmail 30841 invoked from network); 21 Sep 2003 09:10:45 -
X-Message-Info: JGTYoYF78jE21yttmMXE7Ngv+v70Kl8T
Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
Precedence: bulk
List-Post: mailto:[EMAIL PROTECTED]
List-Help: mailto:[EMAIL PROTECTED]
List-Unsubscribe: mailto:[EMAIL PROTECTED]
List-Subscribe: mailto:[EMAIL PROTECTED]
List-Id: Gentoo Linux mail gentoo-user.gentoo.org
X-BeenThere: [EMAIL PROTECTED]
Delivered-To: mailing list [EMAIL PROTECTED]
In-Reply-To: [EMAIL PROTECTED]
References: [EMAIL PROTECTED] 
[EMAIL PROTECTED]
Message-Id: [EMAIL PROTECTED]
X-Mailer: Ximian Evolution 1.4.4 Return-Path: 
[EMAIL PROTECTED]
X-OriginalArrivalTime: 21 Sep 2003 09:10:57.0491 (UTC) 
FILETIME=[449C5230:01C38020]

On Sun, 2003-09-21 at 01:22, Doug Weimer wrote:

 If you only wan the files you can use find with a -type of f:

 find /lib/modules/*/kernel/* -type f -printf %f\n |sed 's/.o//g'
I need to correct a small mistake here actually, s/.o//g isn't quite
right. Use s/\.o//g instead. With only .o it will return improper
results.
Sorry about that,

Doug
 signature.asc 
_
Tired of spam? Get advanced junk mail protection with MSN 8. 
http://join.msn.com/?page=features/junkmail

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] rar file decompressor?

2003-09-21 Thread bob bob
emerge -s rar

you should find unrar in there.. ( I emerged it a day ago..)
Its command line.. but should take you long to figure it out..


Imagine a school with children that can read and write, but with teachers 
who cannot, and you have a metaphor of the Information Age in which we 
live.   - Peter Cochrane





From: Mark Knecht [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: Gentoo-User [EMAIL PROTECTED]
Subject: [gentoo-user] rar file decompressor?
Date: 21 Sep 2003 11:00:00 -0700
MIME-Version: 1.0
Received: from gentoo.org ([204.126.2.42]) by mc11-f9.hotmail.com with 
Microsoft SMTPSVC(5.0.2195.5600); Sun, 21 Sep 2003 16:45:31 -0700
Received: (qmail 30764 invoked by uid 1002); 21 Sep 2003 18:00:02 -
Received: (qmail 3483 invoked from network); 21 Sep 2003 18:00:02 -
X-Message-Info: JGTYoYF78jHId753Tuj0sp8WLCOQf83B
Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
Precedence: bulk
List-Post: mailto:[EMAIL PROTECTED]
List-Help: mailto:[EMAIL PROTECTED]
List-Unsubscribe: mailto:[EMAIL PROTECTED]
List-Subscribe: mailto:[EMAIL PROTECTED]
List-Id: Gentoo Linux mail gentoo-user.gentoo.org
X-BeenThere: [EMAIL PROTECTED]
Delivered-To: mailing list [EMAIL PROTECTED]
Message-Id: [EMAIL PROTECTED]
X-Mailer: Ximian Evolution 1.4.3 Return-Path: 
[EMAIL PROTECTED]
X-OriginalArrivalTime: 21 Sep 2003 23:45:32.0038 (UTC) 
FILETIME=[71E0C260:01C3809A]

Hi,
   What tools can I use to decompress a rar file under Gentoo?
Thanks,
Mark
--
[EMAIL PROTECTED] mailing list
_
Add photos to your e-mail with MSN 8. Get 2 months FREE*. 
http://join.msn.com/?page=features/featuredemail

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Idiots guide to NAT and DHCP

2003-09-21 Thread bob bob
Occums Razor?

Imagine a school with children that can read and write, but with teachers 
who cannot, and you have a metaphor of the Information Age in which we 
live.   - Peter Cochrane

_
Add photos to your messages with MSN 8. Get 2 months FREE*. 
http://join.msn.com/?page=features/featuredemail

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Idiots guide to NAT and DHCP

2003-09-21 Thread bob bob
weee.. I like being right ;-D

So, on the hardware side.. do you have a cross over cable? if not can you 
buy a switch/hub?
Then you can try the software side of it.. :-P



Imagine a school with children that can read and write, but with teachers 
who cannot, and you have a metaphor of the Information Age in which we 
live.   - Peter Cochrane





From: Adam Mercer [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [gentoo-user] Idiots guide to NAT and DHCP
Date: Mon, 22 Sep 2003 05:24:21 +0100
MIME-Version: 1.0
Received: from gentoo.org ([204.126.2.42]) by mc2-f15.hotmail.com with 
Microsoft SMTPSVC(5.0.2195.5600); Sun, 21 Sep 2003 21:24:39 -0700
Received: (qmail 26460 invoked by uid 1002); 22 Sep 2003 04:24:22 -
Received: (qmail 9386 invoked from network); 22 Sep 2003 04:24:22 -
X-Message-Info: JGTYoYF78jHUXVe97x61Y2RSzoWkJhye
Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
Precedence: bulk
List-Post: mailto:[EMAIL PROTECTED]
List-Help: mailto:[EMAIL PROTECTED]
List-Unsubscribe: mailto:[EMAIL PROTECTED]
List-Subscribe: mailto:[EMAIL PROTECTED]
List-Id: Gentoo Linux mail gentoo-user.gentoo.org
X-BeenThere: [EMAIL PROTECTED]
Delivered-To: mailing list [EMAIL PROTECTED]
Message-ID: [EMAIL PROTECTED]
Mail-Followup-To: [EMAIL PROTECTED]
References: [EMAIL PROTECTED] 
[EMAIL PROTECTED]
In-Reply-To: [EMAIL PROTECTED]
User-Agent: Mutt/1.5.4i
X-OriginalArrivalTime: 22 Sep 2003 04:24:21.0708 (UTC) 
FILETIME=[6589D0C0:01C380C1]
Return-Path: [EMAIL PROTECTED]

On Mon, Sep 22, 2003 at 10:34:43AM +0900, Jason Stubbs wrote:
 On Monday 22 September 2003 09:44, bob bob wrote:
  It appears that he's running two nic's, in which case he'll need a 
cross
  over cable or to go and buy a hub/switch..

thats the case

Cheers

Adam

--
[EMAIL PROTECTED] mailing list
_
MSN 8 with e-mail virus protection service: 2 months FREE* 
http://join.msn.com/?page=features/virus

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Barry MacMahon/Chiltern is out of the office.

2003-09-17 Thread bob bob
heh.. here's a disturbing thought.. maybe HE is the moderator..



Imagine a school with children that can read and write, but with teachers 
who cannot, and you have a metaphor of the Information Age in which we 
live.   - Peter Cochrane





From: [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: [gentoo-user] Barry MacMahon/Chiltern is out of the office.
Date: Thu, 18 Sep 2003 04:26:22 +0100
MIME-Version: 1.0
Received: from gentoo.org ([204.126.2.42]) by mc12-f42.hotmail.com with 
Microsoft SMTPSVC(5.0.2195.5600); Wed, 17 Sep 2003 20:29:57 -0700
Received: (qmail 15900 invoked by uid 1002); 18 Sep 2003 03:29:45 -
Received: (qmail 15104 invoked from network); 18 Sep 2003 03:29:45 -
X-Message-Info: JGTYoYF78jG3Gwnbq4WTeOsD3ZzwiDUA
Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
Precedence: bulk
List-Post: mailto:[EMAIL PROTECTED]
List-Help: mailto:[EMAIL PROTECTED]
List-Unsubscribe: mailto:[EMAIL PROTECTED]
List-Subscribe: mailto:[EMAIL PROTECTED]
List-Id: Gentoo Linux mail gentoo-user.gentoo.org
X-BeenThere: [EMAIL PROTECTED]
Delivered-To: mailing list [EMAIL PROTECTED]
Message-ID: 
[EMAIL PROTECTED]
X-MIMETrack: Serialize by Router on cil01/Chiltern(Release 5.0.9a |January 
7, 2002) at 18/09/2003 04:26:24
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 18 Sep 2003 03:29:58.0444 (UTC) 
FILETIME=[22D43EC0:01C37D95]

I will be out of the office starting  18-09-2003 and will not return until
22-09-2003.
I will respond to your message when I return on Tuesday 18th

--
[EMAIL PROTECTED] mailing list
_
Add photos to your e-mail with MSN 8. Get 2 months FREE*. 
http://join.msn.com/?page=features/featuredemail

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Barry MacMahon/Chiltern is out of the office.

2003-09-17 Thread bob bob
Thats strange.. I'm sure I noticed the change not that long ago..
I haven't been on the list that long..


Imagine a school with children that can read and write, but with teachers 
who cannot, and you have a metaphor of the Information Age in which we 
live.   - Peter Cochrane





From: Andrew Gaffney [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [gentoo-user] Barry MacMahon/Chiltern is out of the office.
Date: Wed, 17 Sep 2003 22:40:56 -0500
MIME-Version: 1.0
Received: from gentoo.org ([204.126.2.42]) by mc9-f17.hotmail.com with 
Microsoft SMTPSVC(5.0.2195.5600); Wed, 17 Sep 2003 20:40:31 -0700
Received: (qmail 1724 invoked by uid 1002); 18 Sep 2003 03:39:04 -
Received: (qmail 8792 invoked from network); 18 Sep 2003 03:39:04 -
X-Message-Info: JGTYoYF78jHotWzTii8irqvu748mtr5/
Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
Precedence: bulk
List-Post: mailto:[EMAIL PROTECTED]
List-Help: mailto:[EMAIL PROTECTED]
List-Unsubscribe: mailto:[EMAIL PROTECTED]
List-Subscribe: mailto:[EMAIL PROTECTED]
List-Id: Gentoo Linux mail gentoo-user.gentoo.org
X-BeenThere: [EMAIL PROTECTED]
Delivered-To: mailing list [EMAIL PROTECTED]
Message-ID: [EMAIL PROTECTED]
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030820
X-Accept-Language: en-us, en
References: [EMAIL PROTECTED]
In-Reply-To: [EMAIL PROTECTED]
X-Enigmail-Version: 0.76.4.0
X-Enigmail-Supports: pgp-inline, pgp-mime
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 18 Sep 2003 03:40:33.0375 (UTC) 
FILETIME=[9D4706F0:01C37D96]

bob bob wrote:
I notcied that changed about two weeks ago.. I didn't think anything of 
it..
Hmmm... I seem to remember that to. Just checking now, hitting reply for 
a
gentoo-user mail will address it to gentoo-user; hitting reply for a
gentoo-dev mail will address it to the original sender. I believe 
gentoo-user
was like this originally as it forced me to find the reply to mailing 
list
function in kmail. Wonder why it was changed...

Of course that wouldn't eliminate the out of office replies but it would 
keep
them off the list.
It changed sometime between 3/19 and 3/21 of this year. I have many saved 
messages from this list. 3/19 and before don't have it. 3/21 and after have 
the Reply-to header set.

--
Andrew Gaffney
--
[EMAIL PROTECTED] mailing list
_
Protect your PC - get McAfee.com VirusScan Online 
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] SCO gets personal!

2003-09-17 Thread bob bob
DDOS proves nothing other than that the OSS community has some seriously 
untrustworthy elements still hanging around..
Not something we want to be reminded about.



Imagine a school with children that can read and write, but with teachers 
who cannot, and you have a metaphor of the Information Age in which we 
live.   - Peter Cochrane





From: Troy Dack [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED] [EMAIL PROTECTED]
Subject: Re: [gentoo-user] SCO gets personal!
Date: Thu, 18 Sep 2003 15:45:32 +1000
MIME-Version: 1.0
Received: from gentoo.org ([204.126.2.42]) by mc10-f11.hotmail.com with 
Microsoft SMTPSVC(5.0.2195.5600); Wed, 17 Sep 2003 22:44:29 -0700
Received: (qmail 11263 invoked by uid 1002); 18 Sep 2003 05:44:20 -
Received: (qmail 10945 invoked from network); 18 Sep 2003 05:44:20 -
X-Message-Info: JGTYoYF78jEB5JX5vK69RB1Z049D+Sy0
Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
Precedence: bulk
List-Post: mailto:[EMAIL PROTECTED]
List-Help: mailto:[EMAIL PROTECTED]
List-Unsubscribe: mailto:[EMAIL PROTECTED]
List-Subscribe: mailto:[EMAIL PROTECTED]
List-Id: Gentoo Linux mail gentoo-user.gentoo.org
X-BeenThere: [EMAIL PROTECTED]
Delivered-To: mailing list [EMAIL PROTECTED]
In-Reply-To: 
[EMAIL PROTECTED]
References:  
[EMAIL PROTECTED]
Message-Id: [EMAIL PROTECTED]
X-Mailer: Ximian Evolution 1.4.4 Return-Path: 
[EMAIL PROTECTED]
X-OriginalArrivalTime: 18 Sep 2003 05:44:29.0602 (UTC) 
FILETIME=[ED9D3820:01C37DA7]

On Sat, 2003-09-13 at 00:14, [EMAIL PROTECTED] wrote:
 Apologies if ye think this is off-topic but have you seen this?
 http://www.theregister.co.uk/content/4/32798.html

 I wonder if all this hype is still inflating their stock price? I think 
we
 should all pretend they don't exist and ignore their noise.

 This makes me feel like learning how to set up DDOS attacks myself!


Next time you want to practice your DDOS techniques please don't do it
on public mailing lists with an auto responder!
--
Troy Dack   Gentoo moves pretty fast; if you don't stop and
[EMAIL PROTECTED]   look around once in awhile, you could miss out.
Public Key: http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0x4D90BE3C
Key fingerprint = 1F3D 6C15 16AA 09D5 0C96  92E5 FD89 16F9 4D90 BE3C
 signature.asc 
_
Protect your PC - get McAfee.com VirusScan Online 
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963

--
[EMAIL PROTECTED] mailing list


[gentoo-user] post emerge config changes

2003-09-15 Thread bob bob
Last night I did an emerge sync last night followed by a emerge -uD world
when it had finished i had 24 ._cfg_. type files that needed changing..
This was a VERY laborious task to complete.. and made even more annoying by 
the fact that some of the cfg file it wanted me to change were no different 
from the other other ones apart from the date at the top of the file!!

Surely there is a better way to update shit.. possibly some sort of script 
that compares the two files and only shows what is different between the 
two.. that way we can make faster easier changes/decisions..

Anyone else have input into this?



Imagine a school with children that can read and write, but with teachers 
who cannot, and you have a metaphor of the Information Age in which we 
live.   - Peter Cochrane

_
The new MSN 8: advanced junk mail protection and 2 months FREE* 
http://join.msn.com/?page=features/junkmail

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] post emerge config changes

2003-09-15 Thread bob bob
Thanks for the replys guys.. clearly I need to track down and read the 
doco.. I wasn't aware of this feature :-P

RTFM time for me :-)



Imagine a school with children that can read and write, but with teachers 
who cannot, and you have a metaphor of the Information Age in which we 
live.   - Peter Cochrane


From: SavageMindz [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [gentoo-user] post emerge config changes
Date: Mon, 15 Sep 2003 12:57:17 +0100
MIME-Version: 1.0
Received: from gentoo.org ([204.126.2.42]) by mc5-f3.hotmail.com with 
Microsoft SMTPSVC(5.0.2195.5600); Mon, 15 Sep 2003 04:57:28 -0700
Received: (qmail 18760 invoked by uid 1002); 15 Sep 2003 11:57:20 -
Received: (qmail 20040 invoked from network); 15 Sep 2003 11:57:20 -
X-Message-Info: JGTYoYF78jEXVyhGttkXo8JGTlhvGiWA
Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
Precedence: bulk
List-Post: mailto:[EMAIL PROTECTED]
List-Help: mailto:[EMAIL PROTECTED]
List-Unsubscribe: mailto:[EMAIL PROTECTED]
List-Subscribe: mailto:[EMAIL PROTECTED]
List-Id: Gentoo Linux mail gentoo-user.gentoo.org
X-BeenThere: [EMAIL PROTECTED]
Delivered-To: mailing list [EMAIL PROTECTED]
In-Reply-To: [EMAIL PROTECTED]
References: [EMAIL PROTECTED]
Message-Id: [EMAIL PROTECTED]
X-Mailer: Ximian Evolution 1.4.4 Return-Path: 
[EMAIL PROTECTED]
X-OriginalArrivalTime: 15 Sep 2003 11:57:28.0881 (UTC) 
FILETIME=[8976F210:01C37B80]

 Surely there is a better way to update shit.. possibly some sort of 
script
 that compares the two files and only shows what is different between the
 two.. that way we can make faster easier changes/decisions..

Thats how it works currently. the etc-update script just diffs the two
files and shows you the changes. you can use a -5 to automerge all the
new files. I normally look for files I have made changes to
(/etc/make.conf etc) and when I have them out the way I just automerge
the rest. Bit quicker but not much.

iain

--
[EMAIL PROTECTED] mailing list
_
The new MSN 8: advanced junk mail protection and 2 months FREE* 
http://join.msn.com/?page=features/junkmail

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] KVM Problems

2003-09-11 Thread bob bob
In my experiance with KVM units..
The good ones have a built in function that you can choose that restarts 
all ports..
The older, cheaper crappy ones (especially the ones with a dial on the 
front) you need to turn the dial really slowly.. you can't just flick 
throught the choices on the cheap models.. otherwise they don't transfer the 
charge properly..

Try it.. change from one to another really really slowly.. so slow you can't 
hear a click as it swaps over..
kinda sucks.. but thats what you get for buying cheap shit ;-)



Imagine a school with children that can read and write, but with teachers 
who cannot, and you have a metaphor of the Information Age in which we 
live.   - Peter Cochrane





From: Steven Elling [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [gentoo-user] KVM Problems
Date: Thu, 11 Sep 2003 23:22:56 -0500
MIME-Version: 1.0
Received: from gentoo.org ([204.126.2.42]) by mc10-f24.hotmail.com with 
Microsoft SMTPSVC(5.0.2195.5600); Thu, 11 Sep 2003 21:23:15 -0700
Received: (qmail 29391 invoked by uid 1002); 12 Sep 2003 04:23:03 -
Received: (qmail 13521 invoked from network); 12 Sep 2003 04:23:02 -
X-Message-Info: JGTYoYF78jEgmliC9Nkf9tPPfH5uX99X
Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
Precedence: bulk
List-Post: mailto:[EMAIL PROTECTED]
List-Help: mailto:[EMAIL PROTECTED]
List-Unsubscribe: mailto:[EMAIL PROTECTED]
List-Subscribe: mailto:[EMAIL PROTECTED]
List-Id: Gentoo Linux mail gentoo-user.gentoo.org
X-BeenThere: [EMAIL PROTECTED]
Delivered-To: mailing list [EMAIL PROTECTED]
User-Agent: KMail/1.5.2
References: [EMAIL PROTECTED] 
[EMAIL PROTECTED] 
[EMAIL PROTECTED]
In-Reply-To: [EMAIL PROTECTED]
Message-Id: [EMAIL PROTECTED]
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 12 Sep 2003 04:23:15.0147 (UTC) 
FILETIME=[95BBE9B0:01C378E5]

On Thursday 11 September 2003 14:04, Ernie Schroder wrote:
snip
I'm running 4 boxes on a KVM here. 3 Linux )2 Gentoo and a Win98 box
 that runs my CAD programs. I have no problem with the Linux boxes but
 from time to time I loose the mouse on the Win98 box. That requires a
 reboot to get mouse control back. On the very rare occasion that I
 loose the mouse on one of the Linux boxes, I can get control back by
 switching to a virtual console and back. (ctrl+ alt+ F2 then ctrl+
 alt+F7) and the mouse comes back I'm running a Logitech 3 button
 scrolling Trackman Marble+ that uses the IMP/s protocol.
I haven't been that lucky.  Of course, I'm using a crappy 2 Port OmniView.

--
[EMAIL PROTECTED] mailing list
_
Add photos to your messages with MSN 8. Get 2 months FREE*. 
http://join.msn.com/?page=features/featuredemail

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] The Gentoo Way see'ing linux with new eyes!!

2003-09-07 Thread bob bob
I'll answer only what I'm pretty sure of.. the rest I'd like to know more 
about as well :-)



Imagine a school with children that can read and write, but with teachers 
who cannot, and you have a metaphor of the Information Age in which we 
live.   - Peter Cochrane



[1]
# env-update  source /etc/profile (have no clue what this is doing but 
did it anyways)(I would
like to know though):D When do I know when to invoke this command?
The  command is a way to tell the system to kick in another command as 
soon as the last one has finished..
the other way to do that is like this:
# env-update
# source /etc/profile




[2]
# rc-update add xfs default (not sure what this is doing but I'm assuming 
that this is needed
before I can install KDE or GNOME or any other windowing/gui stuff..)(maybe 
this is telling the
kernel to add xfee at bootup..again not sure exactly)
here you are telling it to make xfs as the default choice.. to reverse it 
you would rc-update del xfs

[3]
# /etc/init.d/xfs start (not sure...)
Starting xfs 

# startx (This is obvious)(Started Xfree server)3 ugly ass windows...see 
ya..ctrlbackspace
Mostly used in Gentoo for just testing to see if your vid card is setup  
ok..

Then...the mouse...this is fine upto
[Quote:]
Don't forget to add the modules that your mouse uses to 
modules.autoload.d/kernel-2.4.
Code listing 2.10: Adding entries to modules.autoload.d/kernel-2.4
[4]
# nano -w /etc/modules.autoload.d/kernel-2.4 (not sure what this file is 
used for and what I'm
doing here..looks as though I'm telling the kernel to load hardware 
settings about my mouse and or
other hardware that I have)
# We will add the following lines to the file.
mousedev
hid
usbcore
input
[Unquote:]

I didn't add anything to this file because I didn't understand what they 
wanted me to add and why.
I have a IMPS/2 mouse and made the appropriate changes to the 
/etc/X11/XF86Config file. But my
mouse buttons and scroll wheel work fine even after reboot.

Next.
[Quote:]
Make sure that qt and kde are in your USE variables in make.conf.
Make sure that (optional) -gnome and -gtk are in your USE variables in 
make.conf.
[Unquote:]
[5]
Now this is an area that really confused me even after reading the USE 
doc.. They give examples of
what you put in thier and lead me to beleive that for every peace of 
software that I install that
I should add the name here...Not to sure...even after reading the USE 
doc...I think some better
examples would help maybe.

[6]
Now the strange thing is that I didn't do anything as far as a video card 
and sound card
configuration and these just seem to work. I don't know how so I just leave 
it alone for now. But
eventually I would like to have Gentoo optimizing any features that these 
devices have.
SoundBlaster Live adition Soundcard
Sblive support in kernel is pretty good.. and supports hardware mixing.. 
there is little else to know..

64M AGP ATI RADEON vid card.



I eventually got Xfree and KDE installed using the Gentoo desktop doc. 
Again the guide was great
because I didn't really understand allot of what I was doing but it seemed 
to work..COOL

WhHo...some light at the end of the tunnel:D
Configured net access with Kppp dialup utility and started to follow the 
Portage users doc to get
my Gentoo upto date.


Now this is where I think that I might of done something wrong.
[Quote]
Updating Portage 
Before using our Portage tree, it's important that you update Portage by 
doing the following:
Code listing 1.3: Updating Portage
This will show you what packages are going to be updated
# emerge -up system
This will update the necessary packages
# emerge -u system
[Unquote:]

#emerge sync
[7]
But the next part right after this command is where I need to get a better 
understanding:
CutPaste:
* NOTICE: PLEASE *REPLACE* your make.globals. All user changes to variables
 * in make.globals should be placed in make.conf. DO NOT MODIFY 
make.globals.

 * Feature additions are noted in help and make.conf descriptions. Update
 * them using 'etc-update' please. Maintaining current configs for portage
 * and other system packages is fairly important for the continued health
 * of your system.
  Regenerating /etc/ld.so.cache...
 Auto-cleaning packages ...
 No outdated packages were found on your system.

 * GNU info directory index is up-to-date.
 * IMPORTANT: 3 config files in /etc need updating.
 * Type emerge --help config to learn how to update config files.
bash-2.05b# etc-update
Scanning Configuration files...
The following is the list of files which need updating, each
configuration file is followed by a list of possible replacement files.
1) /etc/dispatch-conf.conf
/etc/._cfg_dispatch-conf.conf
2) /etc/make.conf
/etc/._cfg_make.conf
3) /etc/make.globals
/etc/._cfg_make.globals
Please select a file to edit by entering the corresponding number.
  (-1 to exit) (-3 to auto merge all remaining files)
   

[gentoo-user] Re: Please confirm your message to me

2003-09-07 Thread bob bob
LOL
This has virtually eliminated SPAM from my inbox, and I thank you
in advance for helping to keep SPAM from my inbox.
Oh I bet it has.. I bet that its elimiated many MANY non spam e-mails as 
well..

*rolls eyes*

Imagine a school with children that can read and write, but with teachers 
who cannot, and you have a metaphor of the Information Age in which we 
live.   - Peter Cochrane





From: qconfirm 
[EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Please confirm your message to me
Date: 8 Sep 2003 03:58:22 -
Received: from sccrmhc11.comcast.net ([204.127.202.55]) by mc5-f27 with 
Microsoft SMTPSVC(5.0.2195.5600); Sun, 7 Sep 2003 20:59:55 -0700
Received: from baxter.homelinux.com ([68.83.245.204])  by 
comcast.net (sccrmhc11) with SMTP  id 2003090803595401100ksu8ve; 
Mon, 8 Sep 2003 03:59:54 +
Received: (qmail 6220 invoked by uid 500); 8 Sep 2003 03:58:22 -
X-Message-Info: JGTYoYF78jF8X58JtF3VliqBwANNRsqo
Message-ID: [EMAIL PROTECTED]
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 08 Sep 2003 03:59:55.0948 (UTC) 
FILETIME=[AA1816C0:01C375BD]

Hi,

I (lab=Lincoln A Baxter) am now using the the qconfirm mail-handling
program, to quarentine mail from all senders whose email addresses
are unknown to me, or whose email addresses I have not explicitly
enabled.
One or more messages from you are being held in my pending queue
because your address was not recognized.  To release your pending 
message(s)
for delivery, please reply to this request. Your reply will not be read,
so an empty message is fine.

If you do not reply to this request, your message(s) will eventually be
returned to you, and will never be delivered to me.
Your confirmation verifies to me (and qconfirm) that your message(s)
is legitimate and not junk-email, and you should never have to do this
again as long as you use the same reply to email address.
If you sent a message to me by doing a reply all to a message I sent
to an email list we have both subscribed to, rest assured that I
have read your message from the list.  If you wish(ed) to communicate
with me personally (off list) please reply to this message as indicated
above, and your message will be delivered.
This has virtually eliminated SPAM from my inbox, and I thank you
in advance for helping to keep SPAM from my inbox.
The reason this works is as follows:

SPAMMERS tend not to use real reply to addresses.  If they did, we
would be able to find them and sue them for illegally trespassing on
our equipment.
Even if they did use real reply to addresses, they would have to
construct autoresponders (like this program) which would intelligently
do the right thing to get their message through.
SPAM works because it is cheap for the sender, this breaks that
business model.
Eventually qconfirm bounces the unconfirmed messages, and I never have
to look at them.
More information about the qconfirm program can be found at
http://smarden.org/qconfirm/ Note: this URL is just a website not
an information gathering click through so RELAX!
Lincoln

--- Below this line is the top of the message from you.

Received: (qmail 6214 invoked from network); 8 Sep 2003 03:58:22 -
Received: from unknown (HELO localhost) (127.0.0.1)
  by localhost with SMTP; 8 Sep 2003 03:58:22 -
Received: from mail.comcast.net
	by localhost with POP3 (fetchmail-6.2.3)
	for [EMAIL PROTECTED] (multi-drop); Sun, 07 Sep 2003 23:58:22 -0400 (EDT)
Received: from sccrgxc02.comcast.net ([204.127.202.62])
  by sccrmxc13.comcast.net (sccrmxc13) with ESMTP
  id 20030908035802s1300ai2pee; Mon, 8 Sep 2003 03:58:02 +
Received: from gentoo.org (mail.gentoo.org[204.126.2.42](misconfigured 
sender))
  by comcast.net (sccrgxc02) with SMTP
  id 20030908035800e0200hdfgse; Mon, 8 Sep 2003 03:58:00 +
Received: (qmail 26141 invoked by uid 1002); 8 Sep 2003 03:57:35 -
Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
Precedence: bulk
List-Post: mailto:[EMAIL PROTECTED]
List-Help: mailto:[EMAIL PROTECTED]
List-Unsubscribe: mailto:[EMAIL PROTECTED]
List-Subscribe: mailto:[EMAIL PROTECTED]
List-Id: Gentoo Linux mail gentoo-user.gentoo.org
Reply-To: [EMAIL PROTECTED]
X-BeenThere: [EMAIL PROTECTED]
Delivered-To: mailing list [EMAIL PROTECTED]
Received: (qmail 4434 invoked from network); 8 Sep 2003 03:57:35 -
X-Originating-IP: [203.52.232.1]
X-Originating-Email: [EMAIL PROTECTED]
From: bob bob [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Bcc:
Date: Mon, 08 Sep 2003 08:57:34 +0500
Mime-Version: 1.0
Content-Type: text/plain; format=flowed
Message-ID: [EMAIL PROTECTED]
X-OriginalArrivalTime: 08 Sep 2003 03:57:34.0641 (UTC) 
FILETIME=[55DE5A10:01C375BD]
Subject: Re: [gentoo-user] The Gentoo Way see'ing linux with new eyes!!
X-Fetchmail-Warning: recipient address [EMAIL PROTECTED] didn't match 
any local name

I'll answer only what I'm pretty sure of.. the rest I'd like to know more
about as well :-)


Imagine a school with children that can read and write

Re: [gentoo-user] The Gentoo Way see'ing linux with new eyes!!

2003-09-07 Thread bob bob




Imagine a school with children that can read and write, but with teachers 
who cannot, and you have a metaphor of the Information Age in which we 
live.   - Peter Cochrane



 The  command is a way to tell the system to kick in another command as
 soon as the last one has finished..
This is not quite right. The  tells bash to execute the second command if
the first one succeeds (has an exit status of 0). To execute the second
command regardless of the outcome of the first a semicolon (;) would be 
used.
Ahh yeah sorry.. forgot about that.. :-P


 Shorewall has detected the following iptables/netfilter capabilities:
 NAT: Not available
 Packet Mangling: Not available
 Multi-port Match: Not available
 Connection Tracking Match: Not available
 modprobe: Can't locate module ip_tables
 iptables v1.2.8: can't initialize iptables table `filter': iptables 
who?
 (do you
   need to insmod?)
 Perhaps iptables or your kernel needs to be upgraded.
 Processing /etc/shorewall/stop ...
 
 (I've obviously missed something here)

 You need to have these things either compiled into the kernel or 
compiled
 as modules (and added to your modules.autoload.d :
 NAT
 Packet Mangling
 Multi-port Match
 Connection Tracking Match
 ip_tables


 NOTE!
 Unless your using this machine as a gateway/router then I'm not sure why
 you would add them..
 and if you are then why have a soundcard etc in it..?

Shorewall is a firewall. It is used to secure up the box a little from 
remote
intrusions. Useful as a gateway/router or a desktop, no?
I wasn't really focused on shorewall.. just the fact that he had NAT on a 
desktop???


Actually, I'm using natting just to use squid as a transparent proxy - and
it's only a desktop. I figure may as well share an internet cache and
couldn't be bothered setting it up for each user, especially if I need to
turn squid off for any reason.
hmm.. ok.. hadn't thought of that..
You learn sommink new every day.. :-D
Jason

--
[EMAIL PROTECTED] mailing list
_
Help STOP SPAM with the new MSN 8 and get 2 months FREE*  
http://join.msn.com/?page=features/junkmail

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] The Gentoo Way see'ing linux with new eyes!!

2003-09-07 Thread bob bob
LOL
My names Marcus.. I put bob bob into my e-mail cause I don't trust MS as far 
as I could throw the buggers..
aside from that.. anytime dude :-)

Imagine a school with children that can read and write, but with teachers 
who cannot, and you have a metaphor of the Information Age in which we 
live.   - Peter Cochrane



Thanks Bob, Jason and Ciaran.

Time to start doing more research.

Thanks for all of your time.
_
Help STOP SPAM with the new MSN 8 and get 2 months FREE*  
http://join.msn.com/?page=features/junkmail

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Triple boot sys

2003-09-04 Thread bob bob
Other than Thou must install WinXP first not that I know of.. :-P

Imagine a school with children that can read and write, but with teachers 
who cannot, and you have a metaphor of the Information Age in which we 
live.   - Peter Cochrane





From: Chris [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: gentoo-user [EMAIL PROTECTED]
Subject: [gentoo-user] Triple boot sys
Date: Thu, 4 Sep 2003 02:35:58 -0500
MIME-Version: 1.0
Received: from gentoo.org ([204.126.2.42]) by mc9-f31.bay6.hotmail.com with 
Microsoft SMTPSVC(5.0.2195.5600); Thu, 4 Sep 2003 00:36:13 -0700
Received: (qmail 1579 invoked by uid 1002); 4 Sep 2003 07:36:02 -
Received: (qmail 32286 invoked from network); 4 Sep 2003 07:36:02 -
X-Message-Info: JGTYoYF78jGfByMYiHWI+r+EZWweHa4r
Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
Precedence: bulk
List-Post: mailto:[EMAIL PROTECTED]
List-Help: mailto:[EMAIL PROTECTED]
List-Unsubscribe: mailto:[EMAIL PROTECTED]
List-Subscribe: mailto:[EMAIL PROTECTED]
List-Id: Gentoo Linux mail gentoo-user.gentoo.org
X-BeenThere: [EMAIL PROTECTED]
Delivered-To: mailing list [EMAIL PROTECTED]
Message-ID: [EMAIL PROTECTED]
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1158
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 04 Sep 2003 07:36:14.0248 (UTC) 
FILETIME=[381C8280:01C372B7]

Is there anything you think I should know about puting together a Triple 
Boot Sys Using Win XP, Gentoo and FreeBSD befor I get started?

1-20Gig HD WinXP   1-80Gig HD Gentoo/FBSD

Chris

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.515 / Virus Database: 313 - Release Date: 9/1/2003
_
Protect your PC - get McAfee.com VirusScan Online 
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963

--
[EMAIL PROTECTED] mailing list


[gentoo-user] protest?

2003-08-29 Thread bob bob
How long is this protest going to go on for? its really irritating for those 
of us not in europe that want to find information on the web...



Imagine a school with children that can read and write, but with teachers 
who cannot, and you have a metaphor of the Information Age in which we 
live.   - Peter Cochrane

_
STOP MORE SPAM with the new MSN 8 and get 2 months FREE* 
http://join.msn.com/?page=features/junkmail

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] protest?

2003-08-29 Thread bob bob
ohh I know all about that.. our gov (australian) will bend over backwards 
for those tricks as well :-(



Imagine a school with children that can read and write, but with teachers 
who cannot, and you have a metaphor of the Information Age in which we 
live.   - Peter Cochrane


From: Azhdeen [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [gentoo-user] protest?
Date: Fri, 29 Aug 2003 07:25:52 +0200
MIME-Version: 1.0
Received: from gentoo.org ([204.126.2.42]) by mc5-f1.law1.hotmail.com with 
Microsoft SMTPSVC(5.0.2195.5600); Thu, 28 Aug 2003 22:32:49 -0700
Received: (qmail 22336 invoked by uid 1002); 29 Aug 2003 05:26:06 -
Received: (qmail 903 invoked from network); 29 Aug 2003 05:26:05 -
X-Message-Info: JGTYoYF78jHtmIdxwfZdyR/ZLDWuwJix
Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
Precedence: bulk
List-Post: mailto:[EMAIL PROTECTED]
List-Help: mailto:[EMAIL PROTECTED]
List-Unsubscribe: mailto:[EMAIL PROTECTED]
List-Subscribe: mailto:[EMAIL PROTECTED]
List-Id: Gentoo Linux mail gentoo-user.gentoo.org
X-BeenThere: [EMAIL PROTECTED]
Delivered-To: mailing list [EMAIL PROTECTED]
User-Agent: KMail/1.5.2
References: [EMAIL PROTECTED]
In-Reply-To: [EMAIL PROTECTED]
Message-Id: [EMAIL PROTECTED]
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 29 Aug 2003 05:32:49.0715 (UTC) 
FILETIME=[FC2FF030:01C36DEE]

On Friday 29 August 2003 05:13, bob bob wrote:
 How long is this protest going to go on for? its really irritating for
 those of us not in europe that want to find information on the web...

Imagine what it is for us europeans, who all year long get bothered with US
niceties such as DRM, Patriot Act, licences, and so on.
Azhdeen

--
[EMAIL PROTECTED] mailing list
_
Add photos to your e-mail with MSN 8. Get 2 months FREE*. 
http://join.msn.com/?page=features/featuredemail

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] protest?

2003-08-29 Thread bob bob
Heh.. sorry.. I aussumed you'd know.. almost everyone else does..

try this link:
http://dev.gentoo.org/~spider/


Imagine a school with children that can read and write, but with teachers 
who cannot, and you have a metaphor of the Information Age in which we 
live.   - Peter Cochrane


From: Jorge Almeida [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [gentoo-user] protest?
Date: Fri, 29 Aug 2003 10:12:36 +0100 (WEST)
MIME-Version: 1.0
Received: from gentoo.org ([204.126.2.42]) by mc5-f13.law1.hotmail.com with 
Microsoft SMTPSVC(5.0.2195.5600); Fri, 29 Aug 2003 02:12:48 -0700
Received: (qmail 22970 invoked by uid 1002); 29 Aug 2003 09:12:38 -
Received: (qmail 31029 invoked from network); 29 Aug 2003 09:12:38 -
X-Message-Info: JGTYoYF78jHafVH/hFUFqMqo+RqecICL
Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
Precedence: bulk
List-Post: mailto:[EMAIL PROTECTED]
List-Help: mailto:[EMAIL PROTECTED]
List-Unsubscribe: mailto:[EMAIL PROTECTED]
List-Subscribe: mailto:[EMAIL PROTECTED]
List-Id: Gentoo Linux mail gentoo-user.gentoo.org
X-BeenThere: [EMAIL PROTECTED]
Delivered-To: mailing list [EMAIL PROTECTED]
X-Authentication-Warning: fulla.math.ist.utl.pt: jalmeida owned process 
doing -bs
In-Reply-To: [EMAIL PROTECTED]
Message-ID: 
[EMAIL PROTECTED]
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 29 Aug 2003 09:12:49.0352 (UTC) 
FILETIME=[B7C8B480:01C36E0D]

 On Fri, 29 Aug 2003, bob bob wrote:

 How long is this protest going to go on for? its really irritating for 
those
 of us not in europe that want to find information on the web...



 Imagine a school with children that can read and write, but with 
teachers
 who cannot, and you have a metaphor of the Information Age in which we
 live.   - Peter Cochrane

 _
 STOP MORE SPAM with the new MSN 8 and get 2 months FREE*
 http://join.msn.com/?page=features/junkmail


 --
 [EMAIL PROTECTED] mailing list

How is one supposed to know what you're talking about? Telepathy?
--
Jorge Almeida

--
[EMAIL PROTECTED] mailing list
_
Protect your PC - get McAfee.com VirusScan Online 
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] which kernel (for nvidia)?

2003-08-28 Thread bob bob
I have the same MB as you...
I had random harld lockups under gentoo sources.. so I swapped to the gaming 
sources and that seemed to fix it.
You should note that the sound card support sucks donkey bits under linux 
for that board, and I heartily recommend the installation of a soundblaster 
live to replace it.

Imagine a school with children that can read and write, but with teachers 
who cannot, and you have a metaphor of the Information Age in which we 
live.   - Peter Cochrane


From: Ernie Schroder [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [gentoo-user] which kernel (for nvidia)?
Date: Wed, 27 Aug 2003 22:25:18 -0400
MIME-Version: 1.0
Received: from gentoo.org ([204.126.2.42]) by mc6-f14.law1.hotmail.com with 
Microsoft SMTPSVC(5.0.2195.5600); Wed, 27 Aug 2003 19:25:31 -0700
Received: (qmail 27731 invoked by uid 1002); 28 Aug 2003 02:25:20 -
Received: (qmail 23965 invoked from network); 28 Aug 2003 02:25:20 -
X-Message-Info: JGTYoYF78jGMg3kXRzyfV+3C9dxYWpi4
Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
Precedence: bulk
List-Post: mailto:[EMAIL PROTECTED]
List-Help: mailto:[EMAIL PROTECTED]
List-Unsubscribe: mailto:[EMAIL PROTECTED]
List-Subscribe: mailto:[EMAIL PROTECTED]
List-Id: Gentoo Linux mail gentoo-user.gentoo.org
X-BeenThere: [EMAIL PROTECTED]
Delivered-To: mailing list [EMAIL PROTECTED]
User-Agent: KMail/1.5.2
References: [EMAIL PROTECTED]
In-Reply-To: [EMAIL PROTECTED]
Message-Id: [EMAIL PROTECTED]
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 28 Aug 2003 02:25:31.0275 (UTC) 
FILETIME=[A72455B0:01C36D0B]

On Wednesday 27 August 2003 01:13 pm, Pupeno wrote:
 Hello people... I posted about having freezes in my computer...
 I have an Asus A7N8X-Deluxe motherboard (nForce2 based) and an Asus
 Geforce FX 5200 Video card. What kernel do you recomend (you used
 with same or similar hardware) to get the best results ? vanilla ?
 ac- ?
 I'm currently using nvidia's drivers for the A7N8X-Deluxe and nforce
 drivers for audio and net (this is really really needed) as well as I
 patched my kernel for nVidia's AGP (the patch is distributed with the
 nforce driver, for agpgart, I think the patch is 2.4.20 only).
 Thank you.
 --
 Pupeno: [EMAIL PROTECTED]
 http://www.kde.org
 ---
 Help the hungry children of Argentina,
 please go to (and make it your homepage):
 http://www.porloschicos.com/servlet/PorLosChicos?comando=donar
I have a similar setup. The nforce2 based board is a Leadtek but ob
sound and nic like yours. I'm also running an nvidia (gforce4 TI4200)
I'm still running gentoo sources 2.4.20r2 (I haven't seen the need to
update the kernel) I get no freezes as a rule though it did lock solid
a couple of weeks ago just before the vid card quit. (keep an eye on
the fan on the vid card)
--
Regards, Ernie
100% Microsoft and Intel free
--
[EMAIL PROTECTED] mailing list
_
STOP MORE SPAM with the new MSN 8 and get 2 months FREE* 
http://join.msn.com/?page=features/junkmail

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Re: Gentoo Poll #6

2003-08-28 Thread bob bob
Kinda uneven way to take the poll.. Those that don't use the mail list but 
do use IRC and the forum heavily won't get their say ;-)



Imagine a school with children that can read and write, but with teachers 
who cannot, and you have a metaphor of the Information Age in which we 
live.   - Peter Cochrane

_
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. 
http://join.msn.com/?page=features/virus

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] WOT:According to SUSE CEO we're not here?

2003-08-23 Thread bob bob
I'd be really interested in reading about this.. is the Dev ML archived 
somewhere I can get to it without having to sign up for the DEV ML ??





Imagine a school with children that can read and write, but with teachers 
who cannot, and you have a metaphor of the Information Age in which we 
live.   - Peter Cochrane



Actually, the devs are working on at least two systems to make Gentoo more
attractive to the enterprise. I subscribed to the gentoo-dev ML a couple of
days ago and already have read about a system to help admins with security
issues as well as a talk of releases. Once that's done, Gentoo will 
become
viable for the enterprise and outsourcableness (is that a word?) will soon
follow.

Regards,
Jason
--
[EMAIL PROTECTED] mailing list
_
Protect your PC - get McAfee.com VirusScan Online 
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Fwd: ezmlm warning

2003-08-17 Thread bob bob
I like the hotmail setup because whatever machine I am at I can get instant 
mail notification when I recieve it.. Thats pretty much the entire reason I 
use it.

But add to that the very nice spam filter ability.. and this is one of my 
most usefull and productive e-mail accounts I have..

I will consider swapping to one of my spare real e-mail accounts.. but in 
reality, this account is perfect for mail list/forum reply type usage..

Imagine a school with children that can read and write, but with teachers 
who cannot, and you have a metaphor of the Information Age in which we 
live.   - Peter Cochrane


From: Brian Richardson [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [gentoo-user] Fwd: ezmlm warning
Date: Sun, 17 Aug 2003 23:18:40 -0600
MIME-Version: 1.0
Received: from gentoo.org ([204.126.2.42]) by mc10-f33.bay6.hotmail.com 
with Microsoft SMTPSVC(5.0.2195.5600); Sun, 17 Aug 2003 22:18:55 -0700
Received: (qmail 31709 invoked by uid 1002); 18 Aug 2003 05:18:43 -
Received: (qmail 24955 invoked from network); 18 Aug 2003 05:18:42 -
X-Message-Info: JGTYoYF78jEHjJx36Oi8+YDSEg8qKPPD
Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
Precedence: bulk
List-Post: mailto:[EMAIL PROTECTED]
List-Help: mailto:[EMAIL PROTECTED]
List-Unsubscribe: mailto:[EMAIL PROTECTED]
List-Subscribe: mailto:[EMAIL PROTECTED]
List-Id: Gentoo Linux mail gentoo-user.gentoo.org
X-BeenThere: [EMAIL PROTECTED]
Delivered-To: mailing list [EMAIL PROTECTED]
User-Agent: KMail/1.5.3
References: [EMAIL PROTECTED]
In-Reply-To: [EMAIL PROTECTED]
Message-Id: [EMAIL PROTECTED]
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 18 Aug 2003 05:18:55.0726 (UTC) 
FILETIME=[388C10E0:01C36548]

On August 17, 2003 06:50 pm, bob bob wrote:
 Hmm.. Anyone else getting this warning.. or is it reserved for lamer
 hotmail users like me? :-P
The earlier reply from Brian Downey is something to consider. But this mail
transcript does in fact not like @hotmail.com addresses. It's bad 
netiquette,
but a lot of smaller mail servers do it because _they_ don't get mail from
HotMail. Sorry. Maybe try a less objectionable address. shrugs

Regards,
Brian
--
If you don't go to other men's funerals they won't go to yours.
-- Clarence Day
[Public key available at http://www.cubik.ca/~brian/]
 attach3 
_
Help STOP SPAM with the new MSN 8 and get 2 months FREE*  
http://join.msn.com/?page=features/junkmail

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Gentoo poll #4

2003-08-14 Thread bob bob
What is your favorite way of installing gentoo?
   a) From stage1 == From Stage1
   b) From stage2
   c) From stage3
  Do you use binary (GRP) packages? (Y/N)  Y



Imagine a school with children that can read and write, but with teachers 
who cannot, and you have a metaphor of the Information Age in which we 
live.   - Peter Cochrane

_
The new MSN 8: smart spam protection and 2 months FREE*  
http://join.msn.com/?page=features/junkmail

--
[EMAIL PROTECTED] mailing list


[gentoo-user] can some one help with this problem?

2003-08-14 Thread bob bob
http://forums.gentoo.org/viewtopic.php?p=450309#450309

I know I've forgotten to do something simple.. like a ln or similiar..



Imagine a school with children that can read and write, but with teachers 
who cannot, and you have a metaphor of the Information Age in which we 
live.   - Peter Cochrane

_
Help STOP SPAM with the new MSN 8 and get 2 months FREE*  
http://join.msn.com/?page=features/junkmail

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Live CD is very buggy

2003-08-01 Thread bob bob
Two things..

1) I think your issue's are unique.. I've never seen any issue's like that 
before..

2) If your short on time and patience.. then you may not want to play with 
Gentoo, it doesn't install like any of the other linux distro's..

That being said..
It will install MUCH cleaner, and much better optermized for your machine, 
because it will download what it needs and nothing more, and it will compile 
it to the specifications of your machine as it installs..





Imagine a school with children that can read and write, but with teachers 
who cannot, and you have a metaphor of the Information Age in which we 
live.   - Peter Cochrane


From: [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: [gentoo-user] Live CD is very buggy
Date: Fri, 1 Aug 2003 2:00:11 -0400
MIME-Version: 1.0
Received: from gentoo.org ([204.126.2.42]) by mc7-f20.law1.hotmail.com with 
Microsoft SMTPSVC(5.0.2195.5600); Thu, 31 Jul 2003 23:01:11 -0700
Received: (qmail 28696 invoked by uid 1002); 1 Aug 2003 06:00:58 -
Received: (qmail 15731 invoked from network); 1 Aug 2003 06:00:57 -
X-Message-Info: JGTYoYF78jEHjJx36Oi8+Q1OJDRSDidP
Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
Precedence: bulk
List-Post: mailto:[EMAIL PROTECTED]
List-Help: mailto:[EMAIL PROTECTED]
List-Unsubscribe: mailto:[EMAIL PROTECTED]
List-Subscribe: mailto:[EMAIL PROTECTED]
List-Id: Gentoo Linux mail gentoo-user.gentoo.org
X-BeenThere: [EMAIL PROTECTED]
Delivered-To: mailing list [EMAIL PROTECTED]
X-Mailer: Openwave WebEngine, version 2.8.10 (webedge20-101-191-20030113)
X-Authentication-Info: Submitted using SMTP AUTH LOGIN at 
fep04-mail.bloor.is.net.cable.rogers.com from [127.0.0.1] using ID 
[EMAIL PROTECTED] at Fri, 1 Aug 2003 02:00:11 -0400
Message-Id: 
[EMAIL PROTECTED]
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 01 Aug 2003 06:01:11.0827 (UTC) 
FILETIME=[4F289E30:01C357F2]

The shell prompt for the live cd is messed up. the rotating wheel is always 
there, the terminal is not set up properly and the cursor(the rotating 
wheel) keeps scrolling on each line. I can't even find any older possibly 
more stable releases of gentoo on the web site. I was told that Gentoo is a 
very clean compile, but I can't even get past unpacking without errors. I 
hope with a fix for the display the installation will not be such an 
annoyance. Hopefully someone can give me a quick fix for this otherwise 
frankly there are too many other distributions with easier, quicker and 
more reliable installations for me to tinker with this anymore than I have.

1

--
[EMAIL PROTECTED] mailing list
_
MSN 8 with e-mail virus protection service: 2 months FREE* 
http://join.msn.com/?page=features/virus

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] vi arrow keys

2003-07-31 Thread bob bob
Isn't that a feature of vim (a close relative of VI) ??

From: Anders Eriksson [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: [gentoo-user] vi  arrow keys
Date: Thu, 31 Jul 2003 11:46:00 +0200
MIME-Version: 1.0
Received: from gentoo.org ([204.126.2.42]) by mc1-f8.law16.hotmail.com with 
Microsoft SMTPSVC(5.0.2195.5600); Thu, 31 Jul 2003 02:44:35 -0700
Received: (qmail 26653 invoked by uid 1002); 31 Jul 2003 09:44:24 -
Received: (qmail 23698 invoked from network); 31 Jul 2003 09:44:24 -
X-Message-Info: JGTYoYF78jEHjJx36Oi8+YDSEg8qKPPD
Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
Precedence: bulk
List-Post: mailto:[EMAIL PROTECTED]
List-Help: mailto:[EMAIL PROTECTED]
List-Unsubscribe: mailto:[EMAIL PROTECTED]
List-Subscribe: mailto:[EMAIL PROTECTED]
List-Id: Gentoo Linux mail gentoo-user.gentoo.org
X-BeenThere: [EMAIL PROTECTED]
Delivered-To: mailing list [EMAIL PROTECTED]
Message-Id: [EMAIL PROTECTED]
X-Mailer: exmh version 2.6.3_20030406 04/06/2003 with nmh-1.0.4
X-image-url: http://free.hostdepartment.com/aer/zorro.gif
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 31 Jul 2003 09:44:35.0658 (UTC) 
FILETIME=[5A0D2AA0:01C35748]

Hi,

Anyone knows how to get the arrow keys to work in vi?
If I'm in 'insert-mode' and I press '-' I get a
screen refresh and I get back to command mode so I
have to press 'i' to get back to insert mode. The
arrow keys do the right thing in command mode, though.
My old RH box allows the arrows keys to be used in
insert mode, so iknow it can be done
/A

--
[EMAIL PROTECTED] mailing list
_
The new MSN 8: advanced junk mail protection and 2 months FREE* 
http://join.msn.com/?page=features/junkmail

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] wierd KDE stuff..

2003-07-28 Thread bob bob
Actually I think I spotted it..
When you install Enemy Territory It asks if you want the shortcut placed 
into the kde menu.. I said yes.. I noticed yesterday that when I edited the 
menu, saved and exited, it wiped my saved changes.. so I created another 
shortcut and put what I wanted into that.. hey presto it now works...

Strange..



Imagine a school with children that can read and write, but with teachers 
who cannot, and you have a metaphor of the Information Age in which we 
live.   - Peter Cochrane


From: Chris van der Pennen [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: gentoo-user [EMAIL PROTECTED]
Subject: Re: [gentoo-user] wierd KDE stuff..
Date: 29 Jul 2003 10:59:57 +0930
MIME-Version: 1.0
Received: from gentoo.org ([204.126.2.42]) by mc8-f22.law1.hotmail.com with 
Microsoft SMTPSVC(5.0.2195.5600); Mon, 28 Jul 2003 18:30:13 -0700
Received: (qmail 9729 invoked by uid 1002); 29 Jul 2003 01:30:03 -
Received: (qmail 30026 invoked from network); 29 Jul 2003 01:30:02 -
X-Message-Info: JGTYoYF78jEHjJx36Oi8+Q1OJDRSDidP
Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
Precedence: bulk
List-Post: mailto:[EMAIL PROTECTED]
List-Help: mailto:[EMAIL PROTECTED]
List-Unsubscribe: mailto:[EMAIL PROTECTED]
List-Subscribe: mailto:[EMAIL PROTECTED]
List-Id: Gentoo Linux mail gentoo-user.gentoo.org
X-BeenThere: [EMAIL PROTECTED]
Delivered-To: mailing list [EMAIL PROTECTED]
In-Reply-To: [EMAIL PROTECTED]
References: [EMAIL PROTECTED]
Message-Id: [EMAIL PROTECTED]
X-Mailer: Ximian Evolution 1.4.3 Return-Path: 
[EMAIL PROTECTED]
X-OriginalArrivalTime: 29 Jul 2003 01:30:13.0541 (UTC) 
FILETIME=[F539CD50:01C35570]

Quake 3 engine's mmap is weird.  Sometimes it works, sometimes it
doesn't.  Mine works until you start a map, at which point it freezes.
Chris

On Mon, 2003-07-28 at 14:25, bob bob wrote:

 I've recently gotten Enemy Territory to work on my gentoo box (runs
 swet)..

 But for some reason I can only run it with sound from the command line.. 
(
 with this : artsdsp -m et )

 If I place this  artsdsp -m et into a KDE menu shortcut, the game 
starts
 without sound (same thing that happens if I this = et from the 
command
 line )..

 any idea why this is happening?



 Imagine a school with children that can read and write, but with 
teachers
 who cannot, and you have a metaphor of the Information Age in which we
 live.   - Peter Cochrane

 _
 Tired of spam? Get advanced junk mail protection with MSN 8.
 http://join.msn.com/?page=features/junkmail


 --
 [EMAIL PROTECTED] mailing list

 signature.asc 
_
Tired of spam? Get advanced junk mail protection with MSN 8. 
http://join.msn.com/?page=features/junkmail

--
[EMAIL PROTECTED] mailing list


[gentoo-user] wierd KDE stuff..

2003-07-27 Thread bob bob
I've recently gotten Enemy Territory to work on my gentoo box (runs 
swet)..

But for some reason I can only run it with sound from the command line.. ( 
with this : artsdsp -m et )

If I place this  artsdsp -m et into a KDE menu shortcut, the game starts 
without sound (same thing that happens if I this = et from the command 
line )..

any idea why this is happening?



Imagine a school with children that can read and write, but with teachers 
who cannot, and you have a metaphor of the Information Age in which we 
live.   - Peter Cochrane

_
Tired of spam? Get advanced junk mail protection with MSN 8. 
http://join.msn.com/?page=features/junkmail

--
[EMAIL PROTECTED] mailing list