Re: [gentoo-user] emerge confused about gnome-icon-theme version?

2006-12-31 Thread Mark M

On 12/31/06, Daniel D Jones [EMAIL PROTECTED] wrote:


On Friday 29 December 2006 09:25, Daniel D Jones wrote:
 [EMAIL PROTECTED]:/ # emerge -s gnome-icon-theme
 Searching...
 [ Results for search key : gnome-icon-theme ]
 [ Applications found : 1 ]

 *  x11-themes/gnome-icon-theme
   Latest version available: 2.16.1
   Latest version installed: 2.16.1
...
[EMAIL PROTECTED]:/ # emerge gnome-applets
 Emerging (1 of 1) gnome-base/gnome-applets-2.16.2 to
...
 checking for GIT... configure: error: Package requirements
 (gnome-icon-theme = 2.15.91) were not met:
 Requested 'gnome-icon-theme = 2.15.91' but version of gnome-icon-theme
is
 2.10.1

 Something is confused somewhere about the version of gnome-icon-theme
 installed.  I've resynced and reemerged gnome-icon-theme with no
success.
 Any suggestions?

It appears no one has any suggestions.  Can someone perhaps tell me how
portage goes about determining the installed version to give me a
direction
to start trying to figure this out.

--
gentoo-user@gentoo.org mailing list

Hi there,

All installed packages are recorded in /var/db/pkg
so in your case you can check /var/db/pkg/x11-themes/
for gnome-icon-theme packages installed.

Maybe stating the obvious here, but have you tried to remove and then
install gnome-icon-theme again?

Happy new year all !!!


Re: [gentoo-user] How can I check broken dependencies?

2006-12-31 Thread Mark M

On 12/31/06, Chuanwen Wu [EMAIL PROTECTED] wrote:


2006/12/31, Леонид Моргун [EMAIL PROTECTED]:
 emerge -C something1, smth2, ...
 I want to know if there are any packages which doesn't work after that.
#revdep-rebuild -p
#revdep-rebuild
 --
 gentoo-user@gentoo.org mailing list




--
wcw

--
gentoo-user@gentoo.org mailing list



You can use equery d something to check if there any direct dependencies
or equery d -D something
to check for indirect too, this will tell you what packages are depended on
this one.

Happy New Year all !!!


Re: [gentoo-user] I want my xmms

2006-12-29 Thread Mark M

On 12/29/06, maxim wexler [EMAIL PROTECTED] wrote:


Hi group,

mplayer has some problems that xmms doesn't.

Whenever a lot of hard-drive activity takes place on
my PC, mplayer faulters and sputters. I have to run
xmms if I want uninterrupted music. And this is a
fairly up-to-date unit with a Gig o' RAM.

If I want shuffle mode I must first open xmms, shuffle
the playlist and save it before using it in mplayer
cause shuffle mode in mplayer only plays a few tunes
over and over.

With xmms it's easy to cue up as many tunes as I like.
Haven't been able to do that in (g)mplayer.

xmms has a neat feature that lets you arrange the
playlist in the order the dir was filled allowing you
to hear your tunes in the order they were acquired.
Cause, naturally, I prefer to hear the newer tunes
more that the older ones. How do I do that with
mplayer?

mplayer *can* play wmas, so that's a plus.

Maxim

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
--
gentoo-user@gentoo.org mailing list

Hi,

how about media-sound/audacious ?
its a nice and lightweight player.


Re: [gentoo-user] Re: I want my xmms

2006-12-29 Thread Mark M

On 12/29/06, Grant Edwards [EMAIL PROTECTED] wrote:


On 2006-12-29, Mark M [EMAIL PROTECTED] wrote:

 how about media-sound/audacious ?
 its a nice and lightweight player.

Lightweight??

It's the biggest virtual memory user on my system with a
virtial set size of 58M and resident set size of 14M.  The only
thing with a slightly larger resident size is the X server.

Audacious takes three times as much memory as Apache.

--
Grant Edwards   grante Yow!  Do you have
exactly
  at   what I want in a plaid
   visi.compoindexter bar bat??

--
gentoo-user@gentoo.org mailing list

My bet, sorry.

Still nice one ;)


Re: [gentoo-user] emerge --sync connecting to 1.0.0.0 [OT, maybe]

2006-12-16 Thread Mark M

On 12/16/06, marco restelli [EMAIL PROTECTED] wrote:


On 12/16/06, Boyd Stephen Smith Jr. [EMAIL PROTECTED] wrote:
 On Saturday 16 December 2006 08:38, marco restelli 
[EMAIL PROTECTED]
 wrote about 'Re: [gentoo-user] emerge --sync connecting to 1.0.0.0 [OT,
 maybe]':
  On 12/16/06, Boyd Stephen Smith Jr. [EMAIL PROTECTED] wrote:
   Probably some bad DNS server...
  
   Could you post the contents of /etc/resolv.conf when your laptop is
   connected to the Netgear?
 
  Here it is:
 
  cat /etc/resolv.conf
  # Generated by dhcpcd for interface wlan0
  nameserver 192.168.1.1
 
  Actually, 192.168.1.1 is the router, which is connected to the
  internet with a Netgear modem, IP 192.168.0.1

 Alright.  This means that (most likely) your laptop is asking your
router
 to resolve rsync.gentoo.org and that router is giving back bad
 response(s), at least at first.  You should check the configuration of
the
 DNS server on the router.

Ok, this is already a useful information

 If you need further assistance, I'll need to know more about your
router,
 specifically it's firm- and software.  Also, if the router isn't running
 Gentoo, we may need to take this off-list of (at least) mark further
 messages as off-topic.

It is Netgear WGR614 v6, and it is not running Gentoo.

 If you want to confirm the problem is with the router, break out your
 generic DNS clients (dig/nslookup) and network monitoring tools (tcpdump
 et al.).  Of course, your router my simply be giving bad responses
because
 it's getting bad responses from further upstream.

Thanks for all the advices.

Marco
--
gentoo-user@gentoo.org mailing list

I've seen that exact problem with many simple routers like the one you

have and various Linux distros, almost always
some of the programs do work with dns server being the router itself and
some don't. Namely:

Web browsers and IM apps mostly work,
rsync,svn git and some telnet and ftp apps mostly don't.
In MS Windows almost always all work just fine.
The solution for me was to find out in the router itself what are the dns
servers that it uses and configure them in the system, either in
resolv.confor in
conf.d/net .
Hope it helps.


Re: [gentoo-user] Install Gentoo on one machine, then move the drive to another

2006-11-16 Thread Mark M

On 11/16/06, Alan McKinnon [EMAIL PROTECTED] wrote:


On Thursday 16 November 2006 01:00, Mark M wrote:
 Hi all,
 Pentium D is actually an emt64 dual core cpu,
 so while CFLAGS -march=pentium4 will work, it will be x86-32 instead
 of x86-64 and of course the compiled apps won't know nothing about
 the dual core (read almost dual CPU),
 still it will run, and it will run fast, you may want to recompile
 the kernel on the data center with vSMP option set, so at least the
 kernel will know how to manage multithreads between two cores.

In that case he should be cross-compiling with a CHOST set for the
PentiumD, not so?

alan
--
gentoo-user@gentoo.org mailing list



Yes, he can do so, but he won't be able to test run his apps.
And judging from my experience there isn't much difference between apps
compiled for x86-32 or x86-64, however compiling the kernel for right cpu
speed up things, especially multithreaded.


Re: [gentoo-user] Install Gentoo on one machine, then move the drive to another

2006-11-16 Thread Mark M



Hi Mark,

I actually wasn't planning on using 64bit anyway

I'm wondering if I should set my CFLAGS to -march=x86-32 or leave it as
-march=pentium4?  Are they essentially the same?  I already took your
previous suggestion and enabled vSMP support, though I haven't moved the
drive to it's new home as of yet.
--
gentoo-user@gentoo.org mailing list



x86-32 will be the lowest common settings for all 32bit cpus.
so pentium4 is the setting I believe you should use.
I can tell you from my experience, since I use PentiumD cpu, that
recompiling with -march=prescott gave me better performance then
-marh=x86-32, especially in disk intensive and multimedia applications, such
as video encoding and large database access.


Re: [gentoo-user] Install Gentoo on one machine, then move the drive to another

2006-11-16 Thread Mark M

On 11/16/06, Jon M [EMAIL PROTECTED] wrote:


Mark M wrote:

 Hi Mark,

 I actually wasn't planning on using 64bit anyway

 I'm wondering if I should set my CFLAGS to -march=x86-32 or leave it
as
 -march=pentium4?  Are they essentially the same?  I already took
your
 previous suggestion and enabled vSMP support, though I haven't moved
the
 drive to it's new home as of yet.
 --
 gentoo-user@gentoo.org mailto:gentoo-user@gentoo.org mailing list


 x86-32 will be the lowest common settings for all 32bit cpus.
 so pentium4 is the setting I believe you should use.
 I can tell you from my experience, since I use PentiumD cpu, that
 recompiling with -march=prescott gave me better performance then
 -marh=x86-32, especially in disk intensive and multimedia applications,
 such as video encoding and large database access.




Hi Mark,

Thanks for the tip!  I'll be sure to switch my CFLAGS to that.  I might
as well make the system run as fast as it possibly can.

What did you set your MAKEOPTS to?  I was thinking -j3 because of the
two cores plus one.  Did you do the same?
--
gentoo-user@gentoo.org mailing list



yes my MAKEOPTS are -j3 indeed :)


Re: [gentoo-user] Install Gentoo on one machine, then move the drive to another

2006-11-15 Thread Mark M

Hi all,
Pentium D is actually an emt64 dual core cpu,
so while CFLAGS -march=pentium4 will work, it will be x86-32 instead of
x86-64 and of course the compiled apps won't know nothing about the dual
core (read almost dual CPU),
still it will run, and it will run fast, you may want to recompile the
kernel on the data center with vSMP option set, so at least the kernel will
know how to manage multithreads between two cores.


On 11/15/06, Alan McKinnon [EMAIL PROTECTED] wrote:


On Wednesday 15 November 2006 18:15, Jon M wrote:
 Hey again everyone,

 Here is my situation:

 I have CentOS running on a system in a datacenter, but want to switch
 to Gentoo.  Basically what I've started to do is installed Gentoo on
 a P4 3.0Ghz machine at home, and plan on moving it to a Pentium D
 2.66Ghz. Now if I configure/compile/install all my software on the
 P4, and the kernel is configured for all the hardware in the other
 machine, will it magically work, or will it freak out?  My other
 concern is that maybe the applications won't be optimized for the
 other machine.  If this is the case, once it's down there, could I
 simply emerge all of my programs one at a time?

 My reason for doing this is to minimize downtime.  I didn't want to
 take the server offline for a week while I take my time configuring a
 new setup.  This way it should only be down for maybe 5 minutes while
 I do a hard drive swap.

 Thanks in advance for anyones thoughts on this.

The one thing you *have* to do is configure the kernel on the compiling
machine for the correct hardware that the date center machine has.
There's no magic involved, when you boot into the new machine the
driver for it's hardware is either there or it isn't.

You probably also want to set your CFLAGS to the lowest common
denominator cpu - I don't recall off-hand what a Pentium D is, but I
imagine the setting will be -march=pentium4. This will avoid the
problem of code being compiled with cpu settings that are not present
on the target system.

And don't worry too much about optimization. We have a word for that -
it's called ricing and it's not a good thing. Compile the apps with
sane settings and stuff works. Trying to eke out those last 4 cpu
cycles just ain't worth the effort... If you need better performance,
buy more RAM or faster disks

alan
--
gentoo-user@gentoo.org mailing list




RE: [gentoo-ppc-user] Messed up fstab and /dev

2006-05-10 Thread Mark M. Hart


Thanks! That's what I needed!
 
Mark M. Hart

-Original Message-
From: Javier [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, May 10, 2006 10:54 AM
To: gentoo-ppc-user@lists.gentoo.org
Subject: Re: [gentoo-ppc-user] Messed up fstab and /dev

Have you tried using /dev/hdc (or similar)?

Best regards,
Javi

On 5/10/06, Mark M. Hart [EMAIL PROTECTED] wrote:



 I don't know what I did, but I messed up fstab and /dev/cdrom.  Fstab used
 to have an entry /dev/cdrom /mnt/cdrom auto noauto,user 0 0.  It now reads
 /dev/cdroms/cdrom0 /mnt/cdrom auto noauto,user 0 0.  I can't mount a cdrom
 with it because there is no /dev/cdroms directory in /dev.  I can't go
back
 to mounting /dev/cdrom /mnt/cdrom because I get the error:  mount:
 /mnt/cdrom is not a block device.



 All help greatly appreciated!



 Mark M. Hart


 --
  Internal Virus Database is out-of-date.
  Checked by AVG Free Edition.
  Version: 7.1.385 / Virus Database: 268.5.1/328 - Release Date: 5/1/2006


-- 
gentoo-ppc-user@gentoo.org mailing list

-- 
Internal Virus Database is out-of-date.
Checked by AVG Free Edition.
Version: 7.1.385 / Virus Database: 268.5.1/328 - Release Date: 5/1/2006
 

-- 
Internal Virus Database is out-of-date.
Checked by AVG Free Edition.
Version: 7.1.385 / Virus Database: 268.5.1/328 - Release Date: 5/1/2006
 

-- 
gentoo-ppc-user@gentoo.org mailing list



RE: [gentoo-ppc-user] Mac on Linux?

2006-05-09 Thread Mark M. Hart
I did the kernel rebuild (took HOURS on my slow old mac) and tried again.
Here's what I got (got fullscreen penguin hugging apple, then happy mac and
9.0 splash, then screen closed):

mac2 ~ # startmol
Mac-on-Linux 0.9.71-pre8 [May 7 2006 13:35]
Copyright (C) 1997-2004 Samuel Rydh
Starting MOL session 0
Loading Mac-on-Linux kernel module:
   /usr/lib/mol/0.9.71/modules/2.6.15-gentoo-r1/mol.ko
Loading SheepNet kernel module:
   /usr/lib/mol/0.9.71/modules/2.6.15-gentoo-r1/sheep.ko
Running in PowerPC 750 mode, 96 MB RAM
Timebase: 16.70 MHz, Bus: 66.82 MHz, Clock: 233 MHz
Using USB mouse on /dev/input/mice
OHCI USB controller registered
Xlib: connection to :0.0 refused by server
Xlib: No protocol specified

Could not connect to X server :0.0
Fullscreen video on VT 9.
Could not open '/var/lib/mol/console.kbd'
Cache enabled for console-video
Video driver(s): [console_video]

 640* 480, depth 8,15,32   { 59.9, 72.1, 74.9, 89.9, 99.7 } Hz
 640* 480, depth 8   { 116.6 } Hz
 800* 600, depth 8,15,32   { 56.2, 60.3, 70.0, 72.1, 89.9 } Hz
 800* 600, depth 8   { 94.8 } Hz
 800* 600, depth 8,15,32   { 99.9 } Hz
1024* 768, depth 8,15,32   { 60.0, 70.0 } Hz
1024* 768, depth 8   { 74.8 } Hz
1024* 768, depth 8,15,32   { 75.0 } Hz
1152* 768, depth 8,15,32   { 54.7 } Hz
1280* 854, depth 8,15,32   { 60.0 } Hz
1152* 864, depth 8,15,32   { 59.9 } Hz
1280*1024, depth 8,15,32   { 0.0, 60.0, 60.0 } Hz

Autoswitching to console
Ethernet Interface (port 1) 'sheep-eth0' @ FE:FD:DE:AD:BE:EF  [nodhcp]

DHCP nameserver exported: 66.214.48.27
Ethernet Interface (port 2) 'tun-tun0' @ 00:00:0D:EA:DB:EE

ip/mask: 192.168.40.2/255.255.255.0  gw: 192.168.40.1
broadcast: 192.168.40.255  nameserver: 192.168.40.1

ALSA lib confmisc.c:672:(snd_func_card_driver) cannot find card '0'
ALSA lib conf.c:3493:(_snd_config_evaluate) function snd_func_card_driver
returned error: No such device
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:3493:(_snd_config_evaluate) function snd_func_concat
returned error: No such device
ALSA lib confmisc.c:1072:(snd_func_refer) error evaluating name
ALSA lib conf.c:3493:(_snd_config_evaluate) function snd_func_refer returned
error: No such device
ALSA lib conf.c:3962:(snd_config_expand) Evaluate error: No such device
ALSA lib pcm.c:2099:(snd_pcm_open_noupdate) Unknown PCM default

CD/dev/cdrom   CD/DVD read-only   --
-- /dev/hda6 is linux-mounted with write privileges.
HFS+  /dev/hda6os 9.0 system  read-only  1024 MB

SCSI devices:

SCSI  /dev/cdrom   [CDROM/DVD driver]


 =
 Mac-on-Linux OpenFirmware 0.9.70

 --- No bootable disk was found! -
 If this is an oldworld machine, try booting from the MacOS
 install CD and install MacOS from within MOL.
 -
cleaning up...
Terminating threads...
DONE
mac2 ~ #

Thanks!
 
Mark M. Hart

-Original Message-
From: Joseph Jezak [mailto:[EMAIL PROTECTED] 
Sent: Monday, May 08, 2006 10:02 AM
To: gentoo-ppc-user@lists.gentoo.org
Subject: Re: [gentoo-ppc-user] Mac on Linux?

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 OK, fine, in the kernel.  I did a genconfig --menuconfig and couldn't find
 these options in the menus.  So, do I need to specify them on the
genconfig
 command line?  And if so, what is the proper way?  I did a genconfig
--help
 but got little support from that.  There is no  man  entry for genconfig.
 
 Thank you SO MUCH for all the help you are giving me, I REALLY appreciate
 it.
 

No worries. :)

Okay, so a trick to find things in the menuconfig is to use the / key.
 This lets you search for an option to enable.  You should be able to
find the options previously mentioned in your config using this trick.

- -Joe
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEX3miwGq7BLLARfoRAmNMAJ4/2OzYrBWm9rQAkoLklJ7wbcJbWQCg00Ol
82cZExQHXqms3nA9PqJKDdc=
=vuPd
-END PGP SIGNATURE-
-- 
gentoo-ppc-user@gentoo.org mailing list

-- 
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.385 / Virus Database: 268.5.1/328 - Release Date: 5/1/2006
 

-- 
Internal Virus Database is out-of-date.
Checked by AVG Free Edition.
Version: 7.1.385 / Virus Database: 268.5.1/328 - Release Date: 5/1/2006
 

-- 
gentoo-ppc-user@gentoo.org mailing list



RE: [gentoo-ppc-user] Mac on Linux?

2006-05-08 Thread Mark M. Hart


Thanks!
 
Mark M. Hart
-Original Message-
From: Joseph Jezak [mailto:[EMAIL PROTECTED] 
Sent: Sunday, May 07, 2006 1:47 PM
To: gentoo-ppc-user@lists.gentoo.org
Subject: Re: [gentoo-ppc-user] Mac on Linux?

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Mark M. Hart wrote:
 Here's after re-emerging with USE=sheep
 I actually got a window for a split-second with the mac-on-linux penguin
 symbol.
 
 Please let me know how to re-emerge with the network masquerading enabled;
 do I do a USE=nat or USE=tun or something like that?
 
 Anyway, here goes:
 
 startmol
 Mac-on-Linux 0.9.71-pre8 [May 7 2006 11:11]
 Copyright (C) 1997-2004 Samuel Rydh
 Starting MOL session 0
 The kernel module '/usr/lib/mol/0.9.71/modules/2.6.15-gentoo-r1/tun.o'
 appears to be missing.
 Running in PowerPC 750 mode, 96 MB RAM
 Timebase: 16.70 MHz, Bus: 66.82 MHz, Clock: 233 MHz
 Using USB mouse on /dev/input/mice
 OHCI USB controller registered
 Could not open '/var/lib/mol/x11.kbd'
 Fullscreen video on VT 9.
 Could not open '/var/lib/mol/console.kbd'
 Cache enabled for console-video
 Video driver(s): [xvideo] [console_video]
 
  640* 480, depth 8,15,32   { 59.9, 72.1, 74.9, 89.9, 99.7 } Hz
  640* 480, depth 8   { 116.6 } Hz
  800* 600, depth 8,15,32   { 56.2, 60.3, 70.0, 72.1, 89.9 } Hz
  800* 600, depth 8   { 94.8 } Hz
  800* 600, depth 8,15,32   { 99.9 } Hz
 1024* 768, depth 8,15,32   { 60.0, 70.0 } Hz
 1024* 768, depth 8   { 74.8 } Hz
 1024* 768, depth 8,15,32   { 75.0 } Hz
 1152* 768, depth 8,15,32   { 54.7 } Hz
 1280* 854, depth 8,15,32   { 60.0 } Hz
 1152* 864, depth 8,15,32   { 59.9 } Hz
 1280*1024, depth 8,15,32   { 0.0, 60.0, 60.0 } Hz
 1440* 960, depth 8,15   { 0.0 } Hz
 1600*1024, depth 8,15   { 0.0 } Hz
 1600*1200, depth 8,15   { 0.0 } Hz
 1680*1050, depth 8,15   { 0.0 } Hz
 
 Ethernet Interface (port 1) 'sheep-eth0' @ FE:FD:DE:AD:BE:EF  [nodhcp]
 
 FATAL: Module ip_tables not found.
 iptables v1.3.4: can't initialize iptables table `nat': iptables who? (do
 you need to insmod?)
 Perhaps iptables or your kernel needs to be upgraded.
 Ethernet Interface (port 2) 'tun-tun0' @ 00:00:0D:EA:DB:EE
 
 ip/mask: 192.168.40.2/255.255.255.0  gw: 192.168.40.1
 broadcast: 192.168.40.255  nameserver: 192.168.40.1
 
 ALSA lib confmisc.c:672:(snd_func_card_driver) cannot find card '0'
 ALSA lib conf.c:3493:(_snd_config_evaluate) function snd_func_card_driver
 returned error: No such device
 ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
 ALSA lib conf.c:3493:(_snd_config_evaluate) function snd_func_concat
 returned error: No such device
 ALSA lib confmisc.c:1072:(snd_func_refer) error evaluating name
 ALSA lib conf.c:3493:(_snd_config_evaluate) function snd_func_refer
returned
 error: No such device
 ALSA lib conf.c:3962:(snd_config_expand) Evaluate error: No such device
 ALSA lib pcm.c:2099:(snd_pcm_open_noupdate) Unknown PCM default
 
 CD/dev/cdrom   CD/DVD read-only   --
 -- /dev/hda6 is linux-mounted with write privileges.
 HFS+  /dev/hda6os 9.0 system  read-only  1024 MB
 
 SCSI devices:
 
 SCSI  /dev/cdrom   [CDROM/DVD driver]
 
 
 =
 Mac-on-Linux OpenFirmware 0.9.70
 
 --- No bootable disk was found! -
 If this is an oldworld machine, try booting from the MacOS
 install CD and install MacOS from within MOL.
 -
 cleaning up...
 FATAL: Module ip_tables not found.
 iptables v1.3.4: can't initialize iptables table `nat': iptables who? (do
 you need to insmod?)
 Perhaps iptables or your kernel needs to be upgraded.
 Terminating threads...
 DONE
 [EMAIL PROTECTED] ~ $ 
 
 Thanks!
  
 Mark M. Hart

OK, fine, in the kernel.  I did a genconfig --menuconfig and couldn't find
these options in the menus.  So, do I need to specify them on the genconfig
command line?  And if so, what is the proper way?  I did a genconfig --help
but got little support from that.  There is no  man  entry for genconfig.

Thank you SO MUCH for all the help you are giving me, I REALLY appreciate
it.

-- Your entry below 

They're *kernel* options.  You need to enable these options in your
*kernel* and recompile with support for the things below.

- From the ebuild:

If errors with networking occur, make sure you have the following
kernel functions enabled:
For connecting to Linux:
Universal TUN/TAP device driver support (CONFIG_TUN)
For the dhcp server:
Packet Socket (CONFIG_PACKET)
For NAT:
Network packet filtering (CONFIG_NETFILTER)
Connection tracking (CONFIG_IP_NF_CONNTRACK)
IP tables support (CONFIG_IP_NF_IPTABLES)
Packet filtering (CONFIG_IP_NF_FILTER)
Full NAT (CONFIG_IP_NF_NAT)
MASQUERADE target support (CONFIG_IP_NF_TARGET_MASQUERADE)

- -Joe
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux

RE: [gentoo-ppc-user] Mac on Linux?

2006-05-07 Thread Mark M. Hart
Mac-on-Linux 0.9.71-pre8 [May 6 2006 11:12]
Copyright (C) 1997-2004 Samuel Rydh
Starting MOL session 0
The kernel module '/usr/lib/mol/0.9.71/modules/2.6.15-gentoo-r1/sheep.o'
appears to be missing.
Running in PowerPC 750 mode, 96 MB RAM
Timebase: 16.70 MHz, Bus: 66.82 MHz, Clock: 233 MHz
Using USB mouse on /dev/input/mice
OHCI USB controller registered
Could not open '/var/lib/mol/x11.kbd'
Fullscreen video on VT 9.
Could not open '/var/lib/mol/console.kbd'
Cache enabled for console-video
Video driver(s): [xvideo] [console_video]

 640* 480, depth 8,15,32   { 59.9, 72.1, 74.9, 89.9, 99.7 } Hz
 640* 480, depth 8   { 116.6 } Hz
 800* 600, depth 8,15,32   { 56.2, 60.3, 70.0, 72.1, 89.9 } Hz
 800* 600, depth 8   { 94.8 } Hz
 800* 600, depth 8,15,32   { 99.9 } Hz
1024* 768, depth 8,15,32   { 60.0, 70.0 } Hz
1024* 768, depth 8   { 74.8 } Hz
1024* 768, depth 8,15,32   { 75.0 } Hz
1152* 768, depth 8,15,32   { 54.7 } Hz
1280* 854, depth 8,15,32   { 60.0 } Hz
1152* 864, depth 8,15,32   { 59.9 } Hz
1280*1024, depth 8,15,32   { 0.0, 60.0, 60.0 } Hz
1440* 960, depth 8,15   { 0.0 } Hz
1600*1024, depth 8,15   { 0.0 } Hz
1600*1200, depth 8,15   { 0.0 } Hz
1680*1050, depth 8,15   { 0.0 } Hz

- Can't open /dev/sheep_net, please check module is present !
Failed to initialize the sheep-eth0 device
FATAL: Module ip_tables not found.
iptables v1.3.4: can't initialize iptables table `nat': iptables who? (do
you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
Ethernet Interface (port 1) 'tun-tun0' @ 00:00:0D:EA:DB:EE

ip/mask: 192.168.40.2/255.255.255.0  gw: 192.168.40.1
broadcast: 192.168.40.255  nameserver: 192.168.40.1



Signal INT
One more to kill emulator
Signal INT
One more to kill emulator

Thanks!
 
Mark M. Hart

-Original Message-
From: Joseph Jezak [mailto:[EMAIL PROTECTED] 
Sent: Saturday, May 06, 2006 6:25 PM
To: gentoo-ppc-user@lists.gentoo.org
Subject: Re: [gentoo-ppc-user] Mac on Linux?

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Mark M. Hart wrote:
 I'm using 2.6.15-gentoo-r1.
 
 I am sure that something is printing out before the screen goes blank, but
 the only key combo I can use to get out of the blank screen is
ctrl-alt-del,
 which switches me to runlevel 6 and reboots the system.
 
 I'll try starting mol and redirecting the output to a file, maybe it'll
 capture something useful.
 
 Thanks!
  
 Mark M. Hart

Try alt + fn + f1 - f6, those should switch virtual terminals, if that
doesn't work try without the fn as well.  If you still can't get it, try
ssh'ing in and starting mol from that console.

- -Joe
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEXUx3wGq7BLLARfoRAgKLAJ4zkEr6DH/RTNQyXXosWIppjPxQawCgwEHi
A0h7oLuNc6yB/7LBtNUvZqE=
=ilPl
-END PGP SIGNATURE-
-- 
gentoo-ppc-user@gentoo.org mailing list

-- 
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.385 / Virus Database: 268.5.1/328 - Release Date: 5/1/2006
 

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.385 / Virus Database: 268.5.1/328 - Release Date: 5/1/2006
 

-- 
gentoo-ppc-user@gentoo.org mailing list



RE: [gentoo-ppc-user] Mac on Linux?

2006-05-07 Thread Mark M. Hart
Here's after re-emerging with USE=sheep
I actually got a window for a split-second with the mac-on-linux penguin
symbol.

Please let me know how to re-emerge with the network masquerading enabled;
do I do a USE=nat or USE=tun or something like that?

Anyway, here goes:

startmol
Mac-on-Linux 0.9.71-pre8 [May 7 2006 11:11]
Copyright (C) 1997-2004 Samuel Rydh
Starting MOL session 0
The kernel module '/usr/lib/mol/0.9.71/modules/2.6.15-gentoo-r1/tun.o'
appears to be missing.
Running in PowerPC 750 mode, 96 MB RAM
Timebase: 16.70 MHz, Bus: 66.82 MHz, Clock: 233 MHz
Using USB mouse on /dev/input/mice
OHCI USB controller registered
Could not open '/var/lib/mol/x11.kbd'
Fullscreen video on VT 9.
Could not open '/var/lib/mol/console.kbd'
Cache enabled for console-video
Video driver(s): [xvideo] [console_video]

 640* 480, depth 8,15,32   { 59.9, 72.1, 74.9, 89.9, 99.7 } Hz
 640* 480, depth 8   { 116.6 } Hz
 800* 600, depth 8,15,32   { 56.2, 60.3, 70.0, 72.1, 89.9 } Hz
 800* 600, depth 8   { 94.8 } Hz
 800* 600, depth 8,15,32   { 99.9 } Hz
1024* 768, depth 8,15,32   { 60.0, 70.0 } Hz
1024* 768, depth 8   { 74.8 } Hz
1024* 768, depth 8,15,32   { 75.0 } Hz
1152* 768, depth 8,15,32   { 54.7 } Hz
1280* 854, depth 8,15,32   { 60.0 } Hz
1152* 864, depth 8,15,32   { 59.9 } Hz
1280*1024, depth 8,15,32   { 0.0, 60.0, 60.0 } Hz
1440* 960, depth 8,15   { 0.0 } Hz
1600*1024, depth 8,15   { 0.0 } Hz
1600*1200, depth 8,15   { 0.0 } Hz
1680*1050, depth 8,15   { 0.0 } Hz

Ethernet Interface (port 1) 'sheep-eth0' @ FE:FD:DE:AD:BE:EF  [nodhcp]

FATAL: Module ip_tables not found.
iptables v1.3.4: can't initialize iptables table `nat': iptables who? (do
you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
Ethernet Interface (port 2) 'tun-tun0' @ 00:00:0D:EA:DB:EE

ip/mask: 192.168.40.2/255.255.255.0  gw: 192.168.40.1
broadcast: 192.168.40.255  nameserver: 192.168.40.1

ALSA lib confmisc.c:672:(snd_func_card_driver) cannot find card '0'
ALSA lib conf.c:3493:(_snd_config_evaluate) function snd_func_card_driver
returned error: No such device
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:3493:(_snd_config_evaluate) function snd_func_concat
returned error: No such device
ALSA lib confmisc.c:1072:(snd_func_refer) error evaluating name
ALSA lib conf.c:3493:(_snd_config_evaluate) function snd_func_refer returned
error: No such device
ALSA lib conf.c:3962:(snd_config_expand) Evaluate error: No such device
ALSA lib pcm.c:2099:(snd_pcm_open_noupdate) Unknown PCM default

CD/dev/cdrom   CD/DVD read-only   --
-- /dev/hda6 is linux-mounted with write privileges.
HFS+  /dev/hda6os 9.0 system  read-only  1024 MB

SCSI devices:

SCSI  /dev/cdrom   [CDROM/DVD driver]


 =
 Mac-on-Linux OpenFirmware 0.9.70

 --- No bootable disk was found! -
 If this is an oldworld machine, try booting from the MacOS
 install CD and install MacOS from within MOL.
 -
cleaning up...
FATAL: Module ip_tables not found.
iptables v1.3.4: can't initialize iptables table `nat': iptables who? (do
you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
Terminating threads...
DONE
[EMAIL PROTECTED] ~ $ 

Thanks!
 
Mark M. Hart

-Original Message-
From: Joseph Jezak [mailto:[EMAIL PROTECTED] 
Sent: Sunday, May 07, 2006 11:31 AM
To: gentoo-ppc-user@lists.gentoo.org
Subject: Re: [gentoo-ppc-user] Mac on Linux?

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Mark M. Hart wrote:
 Mac-on-Linux 0.9.71-pre8 [May 6 2006 11:12]
 Copyright (C) 1997-2004 Samuel Rydh
 Starting MOL session 0
 The kernel module '/usr/lib/mol/0.9.71/modules/2.6.15-gentoo-r1/sheep.o'
 appears to be missing.
 Running in PowerPC 750 mode, 96 MB RAM
 Timebase: 16.70 MHz, Bus: 66.82 MHz, Clock: 233 MHz
 Using USB mouse on /dev/input/mice
 OHCI USB controller registered
 Could not open '/var/lib/mol/x11.kbd'
 Fullscreen video on VT 9.
 Could not open '/var/lib/mol/console.kbd'
 Cache enabled for console-video
 Video driver(s): [xvideo] [console_video]
 
  640* 480, depth 8,15,32   { 59.9, 72.1, 74.9, 89.9, 99.7 } Hz
  640* 480, depth 8   { 116.6 } Hz
  800* 600, depth 8,15,32   { 56.2, 60.3, 70.0, 72.1, 89.9 } Hz
  800* 600, depth 8   { 94.8 } Hz
  800* 600, depth 8,15,32   { 99.9 } Hz
 1024* 768, depth 8,15,32   { 60.0, 70.0 } Hz
 1024* 768, depth 8   { 74.8 } Hz
 1024* 768, depth 8,15,32   { 75.0 } Hz
 1152* 768, depth 8,15,32   { 54.7 } Hz
 1280* 854, depth 8,15,32   { 60.0 } Hz
 1152* 864, depth 8,15,32   { 59.9 } Hz
 1280*1024, depth 8,15,32   { 0.0, 60.0, 60.0 } Hz
 1440* 960, depth 8,15   { 0.0 } Hz
 1600*1024, depth 8,15   { 0.0 } Hz
 1600*1200, depth 8,15   { 0.0 } Hz
 1680*1050, depth 8,15

[gentoo-ppc-user] Mac on Linux?

2006-05-06 Thread Mark M. Hart








Im trying to install/run MOL, and Im running
into trouble. I havent yet found a howto document, so Im not
getting anywhere very fast.



When I try to invoke startmol, Im told that I need to
run molvconfig. Unfortunately, however, emerge mol doesnt create a
molvconfig command.



I tried downloading the tarball and doing the install manually,
but it errors out in the end and doesnt build molvconfig before it dies.



Any help would be greatly appreciated.



Mark M. Hart








--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.385 / Virus Database: 268.5.1/328 - Release Date: 5/1/2006
 


RE: [gentoo-ppc-user] Mac on Linux?

2006-05-06 Thread Mark M. Hart
I enabled fbcon use flag and re-emerged mol.  I ran molvconfig and set up a
ton of video modes.  

When I try to do startmol (from within X/Kde and without) I get a black
screen with a blinking cursor in the upper left.  Anything I type gets
echoed to the screen but that's it.

Thanks!
 
Mark M. Hart

-Original Message-
From: Joseph Jezak [mailto:[EMAIL PROTECTED] 
Sent: Saturday, May 06, 2006 9:51 AM
To: gentoo-ppc-user@lists.gentoo.org
Subject: Re: [gentoo-ppc-user] Mac on Linux?

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Mark M. Hart wrote:
 I?m trying to install/run MOL, and I?m running into trouble.  I haven?t
 yet found a howto document, so I?m not getting anywhere very fast.
 
 When I try to invoke startmol, I?m told that I need to run molvconfig. 
 Unfortunately, however, emerge mol doesn?t create a molvconfig command.
 
 I tried downloading the tarball and doing the install manually, but it
 errors out in the end and doesn?t build molvconfig before it dies.
 
 Any help would be greatly appreciated.

 Mark M. Hart
 

molvconfig is only available when you enable the fbcon use flag since
it's only appropriate when you're using MOL fullscreen on a virtual
terminal.  If you don't want to use MOL this way, make sure you turn off
the virtual terminal switching in /etc/mol/molrc.video.  If you do want
to use MOL on a virtual terminal (recommended since it's faster)
re-emerge MOL with the fbcon use flag set.

- -Joe
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEXNP1wGq7BLLARfoRApYgAJ9TYBI4bXLQH9xt0qdGJ32c8mKPrACgxWWp
lA1Uj5mtcD90RmkqruE/Wsc=
=rU/Q
-END PGP SIGNATURE-
-- 
gentoo-ppc-user@gentoo.org mailing list

-- 
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.385 / Virus Database: 268.5.1/328 - Release Date: 5/1/2006
 

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.385 / Virus Database: 268.5.1/328 - Release Date: 5/1/2006
 

-- 
gentoo-ppc-user@gentoo.org mailing list



RE: [gentoo-ppc-user] Mac on Linux?

2006-05-06 Thread Mark M. Hart
I'm trying to run OS 9.

Thanks!
 
Mark M. Hart


-Original Message-
From: Joseph Jezak [mailto:[EMAIL PROTECTED] 
Sent: Saturday, May 06, 2006 3:46 PM
To: gentoo-ppc-user@lists.gentoo.org
Subject: Re: [gentoo-ppc-user] Mac on Linux?

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Mark M. Hart wrote:
 I enabled fbcon use flag and re-emerged mol.  I ran molvconfig and set up
a
 ton of video modes.  
 
 When I try to do startmol (from within X/Kde and without) I get a black
 screen with a blinking cursor in the upper left.  Anything I type gets
 echoed to the screen but that's it.
 
 Thanks!
  
 Mark M. Hart

You didn't say what you were trying to run (OS9/OSX) but if you're
running OSX, you need to use startmol -X.  It defaults to OS9 if you
just type startmol (as it says in the startmol man page).

- -Joe
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEXSczwGq7BLLARfoRAjSYAJ97v+ZzbN9NL7CoCp/GB541jGkqSwCghU6w
+xec4msWl417KYLTP/+BL+U=
=qxVV
-END PGP SIGNATURE-
-- 
gentoo-ppc-user@gentoo.org mailing list

-- 
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.385 / Virus Database: 268.5.1/328 - Release Date: 5/1/2006
 

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.385 / Virus Database: 268.5.1/328 - Release Date: 5/1/2006
 

-- 
gentoo-ppc-user@gentoo.org mailing list



RE: [gentoo-ppc-user] Mac on Linux?

2006-05-06 Thread Mark M. Hart

I'm using 2.6.15-gentoo-r1.

I am sure that something is printing out before the screen goes blank, but
the only key combo I can use to get out of the blank screen is ctrl-alt-del,
which switches me to runlevel 6 and reboots the system.

I'll try starting mol and redirecting the output to a file, maybe it'll
capture something useful.

Thanks!
 
Mark M. Hart

-Original Message-
From: Joseph Jezak [mailto:[EMAIL PROTECTED] 
Sent: Saturday, May 06, 2006 4:26 PM
To: gentoo-ppc-user@lists.gentoo.org
Subject: Re: [gentoo-ppc-user] Mac on Linux?

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Mark M. Hart wrote:
 I'm trying to run OS 9.
 
 Thanks!
  
 Mark M. Hart

If the OS9 install is on the same partition as OSX, that won't work.
Barring that, you've probably neglected to configure something in
/etc/mol.  What do the debugging messages say when you run startmol?  If
you're doing it from a console, it should print some info.  When it
switches to the blinking cursor, it's switched to another console, but
MOL hasn't started.  You should be able to switch back with the normal
console switch keys.

Just for when you get that fixed, you'll also need to make sure that the
sheep module is built (USE=sheep) when using OS9, it won't run
otherwise.  Which kernel are you using?

- -Joe
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEXTCLwGq7BLLARfoRAtoPAJ4rpzXKzIWcfwVDuCpZkCT36SRx8QCdFjlH
b0uUpetcMiyMTGpQkm/cyu4=
=ZLNa
-END PGP SIGNATURE-
-- 
gentoo-ppc-user@gentoo.org mailing list

-- 
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.385 / Virus Database: 268.5.1/328 - Release Date: 5/1/2006
 

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.385 / Virus Database: 268.5.1/328 - Release Date: 5/1/2006
 

-- 
gentoo-ppc-user@gentoo.org mailing list



RE: [gentoo-ppc-user] ATI configuration?

2006-05-04 Thread Mark M. Hart
I'm new at this, and I don't know about ebuild yet.  Can you give me a hint
about what I should do to get the Xorgautoconfig built?

Thanks!
 
Mark M. Hart
[EMAIL PROTECTED]
 
-Original Message-
From: David Gurvich [mailto:[EMAIL PROTECTED] 
Sent: Thursday, May 04, 2006 4:59 AM
To: gentoo-ppc-user@lists.gentoo.org
Subject: Re: [gentoo-ppc-user] ATI configuration?

There is an ebuild Xorgautoconfig specifically for this purpose.  The 
generated xorg.conf needs some slight adjustments but seems to give good 
results.
On Thursday 04 May 2006 7:34 am, Mark M. Hart wrote:
 I have a beige G3 desktop 233mhz with 512M ram that has an ATI chipset on
 the motherboard and an ATI chipset in a PCI VGA card (which the monitor is
 attached to).  When I use xorgconfig I have to use fbdev as the ati choice
 will not work on testing.  This gives me a 1280x1024 screen which works
 well on a 17” monitor, but the colors are all wrong.



 When I use Xorg –configure I get a working configuration with the ati
 driver, but the screen is (maybe) 640x480 and that’s it.  I’ve tried
 merging the two files in every combination I can think of, and am not
 getting anywhere.



 Thanks in advance for your help!



 Mark M. Hart

-- 
Kmail on Gentoo/PPC

-- 
gentoo-ppc-user@gentoo.org mailing list

-- 
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.385 / Virus Database: 268.5.1/328 - Release Date: 5/1/2006
 

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.385 / Virus Database: 268.5.1/328 - Release Date: 5/1/2006
 


-- 
gentoo-ppc-user@gentoo.org mailing list



RE: [gentoo-ppc-user] emerge kde

2006-05-02 Thread Mark M. Hart

I've never downloaded the packages cd.  I guess I should do that!

Thanks!

Mark M. Hart
-Original Message-
From: Lars Weiler [mailto:[EMAIL PROTECTED] 
Sent: Monday, May 01, 2006 3:17 PM
To: gentoo-ppc-user@lists.gentoo.org
Subject: Re: [gentoo-ppc-user] emerge kde

* Mark M. Hart [EMAIL PROTECTED] [06/05/01 15:44 -0700]:
 About how many days does it take to emerge kde on a beige G3 233mhz
desktop?
 It’s been going 3 days, and it’s still on package 44 of 80 …

…long…

It even takes about 2 to 3 days on a G4 1GHz.  Why don't you
use the pre-compiled G3-packages on the packages-CD?

Regards, Lars

PS: More RAM will speed up the process.

-- 
Lars Weiler  [EMAIL PROTECTED]  +49-171-1963258
Gentoo Linux PowerPC: Strategical Lead and Release Engineer
Gentoo Infrastructure   : CVS Administrator
Gentoo Foundation   : Trustee
-- 
gentoo-ppc-user@gentoo.org mailing list

-- 
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.385 / Virus Database: 268.5.1/327 - Release Date: 4/28/2006
 

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.385 / Virus Database: 268.5.1/327 - Release Date: 4/28/2006
 


-- 
gentoo-ppc-user@gentoo.org mailing list



[gentoo-ppc-user] emerge kde

2006-05-01 Thread Mark M. Hart








Just wondering 



About how many days does it take to emerge kde on a beige G3
233mhz desktop? Its been going 3 days, and its still on package
44 of 80 



Thanks!



Mark M. Hart








--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.385 / Virus Database: 268.5.1/327 - Release Date: 4/28/2006
 


RE: [gentoo-ppc-user] USB mouse; IN from bad port

2006-04-30 Thread Mark M. Hart
Thanks, Joe!  I'll check genkernel and get devices set and unset as you
recommend.

Any idea what device the port 1058 problem is connected with?

Thanks!
 
Mark M. Hart
[EMAIL PROTECTED]
 
-Original Message-
From: Joseph Jezak [mailto:[EMAIL PROTECTED] 
Sent: Sunday, April 30, 2006 6:41 PM
To: gentoo-ppc-user@lists.gentoo.org
Subject: Re: [gentoo-ppc-user] USB mouse; IN from bad port

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Mark M. Hart wrote:
 Hi folks, I have two problems.

Hi Mark,

 1)   I have a beige desktop Power Macintosh G3 (old-world) with
 first-edition roms.  Gentoo installs great,  Only thing is, I have an
 ADB mouse and a USB mouse.  The ADB mouse works great, but I can?t
 figure out how to use the USB mouse.  It is recognized during boot-up,
 and it shows a driver, but I can?t find anything in /dev that
 corresponds.  I have udev enabled in the kernel, and listed as a module;
 udev shows up at boot-time in the kernel but fails as a module.  Could
 that be part of my problem?

Make sure that you have HID Input support in your kernel, otherwise,
there won't be a driver for the mouse.  If you intend on hotplugging the
mouse, make sure you have hotplug installed as well.  Once you have HID
Input support and hotplug, plugging in the mouse should result in an
extra /dev/input/mouseX device.  If you don't want to have to select
between the two, you can specify /dev/input/mice as your input device
which should take input from all mouse devices.

 2)   Dmesg gives me a lot of IN from bad port 61 at c01b6488, and
 also IN from bad port 1058 at c0214430.  Any idea what this is?

Take a look at this for the IN from bad port message:
http://www.gentoo.org/doc/en/gentoo-ppc-faq.xml#infrombadport

Good luck,
- -Joe
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEVWcowGq7BLLARfoRApGdAJsHa7Ta6lzEYjzYezg0zS3IzfsDswCgsUue
hYXPvzdqPD8jhHZbBq3s6tg=
=piyR
-END PGP SIGNATURE-
-- 
gentoo-ppc-user@gentoo.org mailing list

-- 
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.385 / Virus Database: 268.5.1/327 - Release Date: 4/28/2006
 

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.385 / Virus Database: 268.5.1/327 - Release Date: 4/28/2006
 

-- 
gentoo-ppc-user@gentoo.org mailing list