Re: [gentoo-user] Re: Getting PCMCIA to work

2005-06-01 Thread Richard Fish
Digby Tarvin wrote:

Hi,

   I have two, all of which work with the old system but not yet under
   gentoo. They are
   3Com 3C562D/3C563D EtherLinkIII
   Xircom Realport RBEM56G
   
   The latter seems to use the xircom_tulip driver. 
   
   Here is the content of /proc/pci returned by the SuSE system with
   a 3Com lan card:
   
  


Did you enable cardbus support in your kernel?  Note that PCMCIA cards
are a bit rare today...only 16 bit, PIO mode, etc.  Cardbus is almost
certainly what you want...not PCMCIA.

-Richard

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Getting PCMCIA to work

2005-06-01 Thread Richard Fish
Nick Rout wrote:

On Wed, 1 Jun 2005 00:58:16 +0100
Digby Tarvin wrote:
  

But when I try to run /etc/init.d/pcmcia start on gentoo I get
  PCMCIA support detected.
  Starting pcmcia...
  cardmgr failed to start.  Make sure that you have PCMCIA
  modules built or support compiled into the kernel



Theres a pretty telling error message. cardmgr failed to start

  


Unless it is a cardbus slot and PCcard, in which case neither pcmcia
cardmgr nor /etc/init.d/pcmcia start is necessary.  In modern laptops,
you do not even need to emerge pcmcia-cs unless you need to use some
ancient PCMCIA card

-Richard

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Getting PCMCIA to work

2005-06-01 Thread Richard Fish

Unless it is a cardbus slot and PCcard, in which case neither pcmcia
cardmgr nor /etc/init.d/pcmcia start is necessary.  In modern laptops,
you do not even need to emerge pcmcia-cs unless you need to use some
ancient PCMCIA card

  


Sorry, never mind.  I went back and read the OP again.  I see it is a
PCMCIA cardso pcmcia_cs and cardmgr are both required.

-Richard

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] grub still broke

2005-06-01 Thread Michael Ulm

maxim wexler wrote:

And which OS are you choosing from the menu again,
maxim (assuming you
get to a menu)? Or does this affect all OSes in your
menu?



no choice. After grub-install I get the 


Grub loading stage1.5
Grub loading, please wait...

message(white text,black bg). To get back to
Macroshaft I boot into a Win98 CD and run fdisk /mbr



I had a grub problem with the same symptoms and solved it
by moving all the grub stuff from  /boot/grub  to
/boot/boot/grub. This is described in the grub faq (Item 11)

http://www.gnu.org/software/grub/grub-legacy-faq.en.html

HTH,

Michael

--
Michael Ulm
RD Team
ISIS Information Systems Austria
tel: +43 2236 27551-219, fax: +43 2236 21081
e-mail: [EMAIL PROTECTED]
Visit our Website: www.isis-papyrus.com
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Reiser4, encryption

2005-06-01 Thread Dirk Heinrichs
Am Dienstag, 31. Mai 2005 18:34 schrieb ext Richard Fish:

 I would suggest anybody looking for filesystem encryption checkout both
 dm-crypt and loop AES.  For me, loop-AES is faster, offers better
 security, and is easier to setup with encrypted GPG key files.

Are there any analysis about which is more secure?

dm-crypt is also not bound to a particular encryption or hash algorithm so 
it's at least more flexible. Flexibility increases even more with LUKS 
(Linux Unified Key Setup), which allows for multiple keys to be stored in 
the volume header.

See http://luks.endorphin.org/about

Bye...

Dirk
-- 
Dirk Heinrichs  | Tel:  +49 (0)162 234 3408
Configuration Manager   | Fax:  +49 (0)211 47068 111
Capgemini Deutschland   | Mail: [EMAIL PROTECTED]
Hambornerstraße 55  | Web:  http://www.capgemini.com
D-40472 Düsseldorf  | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: www.keyserver.net


pgpzIMmjJ94QH.pgp
Description: PGP signature


[gentoo-user] [OT] The best PHP IDE

2005-06-01 Thread Andrew Gaydenko
Hi,

Will you be so kind to suggest a PHP IDE (quanta? some of Eclipse
plugin? ...?). Code completion in the whole project base is needed.

Thanks!
Andrew
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] CFS Howto

2005-06-01 Thread Neil Bothwick
On Tue, 31 May 2005 23:19:43 -0400, Antonino Sabetta wrote:

 Hope this helps, but be warned that unmasking is supposed to be done
 only by expert users!

Doesn't that depend on the type of masking? If a package is masked in
/usr/portage/profiles/package.mask, one should be careful about
unmasking it. But if it is just ~arch keyword masked, unmasking it
is no big deal, it is something that should happen in the next
month anyway.


-- 
Neil Bothwick

Favorite Windoze game: Guess what this icon does?


pgp6lk3EbcNFF.pgp
Description: PGP signature


Re: [gentoo-user] Re: When a dependancy built by hand

2005-06-01 Thread Neil Bothwick
On Wed, 01 Jun 2005 00:13:06 -0500, Harry Putnam wrote:

 I've now created a package.provided file in two locations to be sure.
 
 /etc/portage/profile/package.provided

This is correct.

 /etc/make.profile/package.provided (as referenced in `man portage')

This is wrong. This should be a symlink to your profile in /usr/portage.
removing the link could cause all sorts of problems.

 
 The file contains:
   dev-utils/cvs-1.12.11
   app-editors/emacs-cvs-22.0.50.1
 
 However I still see the same output from emerge.
 It still wants to install emacs-21.. as dependancy for emacs-w3m, and
 cvs-1.11.. as dependancy for emacs-cvs.

You need to put the packages that portage wants to install in this file.
If emacs-w3m specifically wants emacs, not emacs-cvs, adding emacs-cvs to
package.provided will make no difference.


-- 
Neil Bothwick

Keep your words soft and sweet in case you have to eat them.


pgpM41inJTZhj.pgp
Description: PGP signature


Re: [gentoo-user] Re: When a dependancy built by hand

2005-06-01 Thread Nagatoro
Harry Putnam wrote:
 The file contains:
   dev-utils/cvs-1.12.11
   app-editors/emacs-cvs-22.0.50.1
 
 However I still see the same output from emerge.
 It still wants to install emacs-21.. as dependancy for emacs-w3m, and
 cvs-1.11.. as dependancy for emacs-cvs.

Please correct me i I'm wrong but isn't version number 0. portages
way of saying it's a cvs version?
If so shouldn't the line be:

app-editors/emacs-0.
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Looking for pentium4 stage1 file

2005-06-01 Thread Jules Colding
Hi,

I can not find any mirror with a pentium4 stage1 file. Does anyone know
of one?

Thanks,
  jules



-- 
Jules Colding
PGP Public Key: 6266E7B7

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Looking for pentium4 stage1 file

2005-06-01 Thread Jules Colding
On Wed, 2005-06-01 at 12:10 +0200, Jules Colding wrote:
 Hi,
 
 I can not find any mirror with a pentium4 stage1 file. Does anyone know
 of one?

Hmm, it occurred to me that the above didn't make any sense. I should
just use the x86 stage1 file right?

-- 
  jules


-- 
Jules Colding
PGP Public Key: 6266E7B7

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Looking for pentium4 stage1 file

2005-06-01 Thread Neil Bothwick
On Wed, 01 Jun 2005 12:19:58 +0200, Jules Colding wrote:

 Hmm, it occurred to me that the above didn't make any sense. I should
 just use the x86 stage1 file right?

Right. Stage 1 files aren't optimised for any particular CPU sub-family.


-- 
Neil Bothwick

Those who live by the sword get shot by those who don't.


pgp9R409zUr8F.pgp
Description: PGP signature


Re: [gentoo-user] how to delete messages from server in Kmail

2005-06-01 Thread Tamas Sarga

On Sun, 29 May 2005, askar ... wrote:


 I see. Very sad.

 Do other mail clients like sylpheed-claws or thunderbird support this feature?

 askar

 On 5/29/05, Dmitri Vassilenko [EMAIL PROTECTED] wrote:
  On Saturday May 28 2005 23:26, askar ... wrote:
   Does anybody know how to delete messages from server when the messages
   deleted in Kmail ?
 
  I just realized I mentioned the wrong feature. The one you're referring to
  hasn't been implemented yet. :(
 
  Its bug report: http://bugs.kde.org/show_bug.cgi?id=31114
 
  Cheers,
  Dmitri
 


Hi,

Please do not top-post, thanks.
Thunderbird can do some similar thingie. It can remove the mails from
server, when you move the mail from the local inbox.
In the past was the mail-client of Mozilla Suite. It can do exactly what
you want. After it Thunderbird add a ?feature?, delete from server not
only on empty thrash, but move from local inbox. This feature make
message filtering impossible.
Unfortunately (at least from this point of view) there won't be more
official Mozilla Suite, just Firefox  Thunderbird.

HTH.
Cheers,
Tamas Sarga Srga Tams
--
Make the world confused!Zavard ssze a vilgot!
Smile on monday morning!Mosolyogj htf reggel!

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] KDE 3.4.1 released

2005-06-01 Thread sunmoon1997

Richard Fish wrote:


Volker Armin Hemmann wrote:

 


Hi,

since all sound daemons suck, and setting up dmix is simple (exspecially with 
latest alsa, where dmix is default), there is no reason to use a sound daemon 
or not to use dmix.



   



Well, there is one reason...VMWare still doesn't support ALSA, and the
vmwaredsp wrapper library only works with esd or artsd, so I have to
keep one of them around.

-Richard


 

i manage to get vmwaredsp work with alsa, your need install alsa-oss 
first. you can download it from following url:

http://www.magiclinux.org/people/sunmoon1997/stuff/vmwaredsp/vmwaredsp-1.3.tar.bz2

regards
sunmoon1997
--
gentoo-user@gentoo.org mailing list



[gentoo-user] IOError: [Errno 21] Is a directory

2005-06-01 Thread Kevin Bucknum
This has happened before, but it usually clears up after a sync or two.
It hasn't for the last couple weeks,  and I'd like to get the box back
up to date, and maybe give the new KDE a try.  Every time I sync I get:

Performing Global Updates: /usr/portage/profiles/updates/2Q-2005
(Could take a couple of minutes if you have a lot of binary packages.)
  .='update pass'  *='binary update'  @='/var/db move'
  s='/var/db SLOT move' S='binary SLOT move' p='update
/etc/portage/package.*'

[EMAIL PROTECTED] (most recent call last):
  File /usr/bin/emerge, line 10, in ?
import portage
  File /usr/lib/portage/pym/portage.py, line 7306, in ?
do_upgrade(mykey)
  File /usr/lib/portage/pym/portage.py, line 7197, in do_upgrade
db[/][vartree].dbapi.move_ent(mysplit)
  File /usr/lib/portage/pym/portage.py, line 4593, in move_ent
fixdbentries(origcp, newcp, pkgdir)
  File /usr/lib/portage/pym/portage.py, line 3875, in fixdbentries
f = open(dbdir+/+myfile, r)
IOError: [Errno 21] Is a directory

Any idea what to look for?  

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] IOError: [Errno 21] Is a directory

2005-06-01 Thread Jason Stubbs
On Wednesday 01 June 2005 22:13, Kevin Bucknum wrote:
 This has happened before, but it usually clears up after a sync or two.
 It hasn't for the last couple weeks,  and I'd like to get the box back
 up to date, and maybe give the new KDE a try.  Every time I sync I get:

 Performing Global Updates: /usr/portage/profiles/updates/2Q-2005
 (Could take a couple of minutes if you have a lot of binary packages.)
   .='update pass'  *='binary update'  @='/var/db move'
   s='/var/db SLOT move' S='binary SLOT move' p='update
 /etc/portage/package.*'
 
 [EMAIL PROTECTED] (most recent call last):
   File /usr/bin/emerge, line 10, in ?
 import portage
   File /usr/lib/portage/pym/portage.py, line 7306, in ?
 do_upgrade(mykey)
   File /usr/lib/portage/pym/portage.py, line 7197, in do_upgrade
 db[/][vartree].dbapi.move_ent(mysplit)
   File /usr/lib/portage/pym/portage.py, line 4593, in move_ent
 fixdbentries(origcp, newcp, pkgdir)
   File /usr/lib/portage/pym/portage.py, line 3875, in fixdbentries
 f = open(dbdir+/+myfile, r)
 IOError: [Errno 21] Is a directory

 Any idea what to look for?

$ find /var/db/pkg -mindepth 3 -type d

Any results that returns shouldn't be there. I'd be interested in what it does 
return though.

Regards,
Jason Stubbs


pgptaZInT63E9.pgp
Description: PGP signature


Re: [gentoo-user] Creating RAID devices

2005-06-01 Thread Emanuele Morozzi

Scott Storck wrote:
I use the dmraid tools, but they are not in portage yet. Why not, I 
don't know.
There has been a bug open in bugzilla about this for a long time, but 
nothing (noticabliy) is happening with this.

I however, boot from such a partition, so that ebuild alone doesn't help me.
I went the route of using an initrd which runs dmraid -ay which 
creates the device nodes.
I would reccommend to you, that you also use an initrd containing 
dmraid, even if you don't boot from such a partition.

This way the devices are available when the normal system starts.

I started off using the script and linuxrc found here 
http://tienstra4.flatnet.tudelft.nl/~gerte/gen2dmraid/

There is also at least one thread about this in the gentoo forums.
Here is one for example: 
http://forums.gentoo.org/viewtopic-t-258981-highlight-dmraid.html


I have however since then created my own script which modifies the 
initrd created by genkernel.
I don't use genkernel to make the kernels themselves, but it is the best 
way in my book to make a initrd in gentoo.


One world of advice, regardless which way you choose, be sure to use the 
newest dmraid version.

The older versions had various bugs.
My favorite bug was one that setup the raid block size incorrectly while 
doing mirroring, on two different controlers I use.
It isn't funny, when you buy two 400GB drives, and when mirrored, you 
only see 200GB in linux.


Otherwise, you could always go back to using devfs.
I think devfs will still be supported for a little while.
Maybe by then some gentoo dev will decide to do something about these 
problems.


Regards,
Scott
-- gentoo-user@gentoo.org mailing list


I also used dmraid tools, but now that I have fixed the problem in the 
kernel configuration I'm not able to detect the raid with 'dmraid -ay'. 
With old kernel (devfs) I worked perfectly, but with this new one (udev) 
there're so much. But with this one I have solved other problems that 
I've suffered since 1 month.


I'll give an eye on the addresses you gave me.

Regards, Emanuele.





___ 
Yahoo! Mail: gratis 1GB per i messaggi e allegati da 10MB 
http://mail.yahoo.it


--
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] IOError: [Errno 21] Is a directory

2005-06-01 Thread Kevin Bucknum


 -Original Message-
 From: Jason Stubbs [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, June 01, 2005 8:25 AM
 To: gentoo-user@lists.gentoo.org
 Subject: Re: [gentoo-user] IOError: [Errno 21] Is a directory
 
  Any idea what to look for?
 
 $ find /var/db/pkg -mindepth 3 -type d
 
 Any results that returns shouldn't be there. I'd be 
 interested in what it does return though.
 
 Regards,
 Jason Stubbs
 

/var/db/pkg/game-utils/showeq-5.0.0.15/files

It's nuked.  Thanks.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] IOError: [Errno 21] Is a directory

2005-06-01 Thread Jason Stubbs
On Wednesday 01 June 2005 22:56, Kevin Bucknum wrote:
  -Original Message-
  From: Jason Stubbs [mailto:[EMAIL PROTECTED]
  Sent: Wednesday, June 01, 2005 8:25 AM
  To: gentoo-user@lists.gentoo.org
  Subject: Re: [gentoo-user] IOError: [Errno 21] Is a directory
 
   Any idea what to look for?
 
  $ find /var/db/pkg -mindepth 3 -type d
 
  Any results that returns shouldn't be there. I'd be
  interested in what it does return though.
 
  Regards,
  Jason Stubbs

 /var/db/pkg/game-utils/showeq-5.0.0.15/files

 It's nuked.  Thanks.

Would you know how it got there? If you didn't copy it yourself, some ebuild 
is doing naughty stuff. 'there are no ebuilds to satisfy showeq'. Third 
party?

Regards,
Jason Stubbs


pgpe9EzvDEc3q.pgp
Description: PGP signature


RE: [gentoo-user] IOError: [Errno 21] Is a directory

2005-06-01 Thread Kevin Bucknum

 
  /var/db/pkg/game-utils/showeq-5.0.0.15/files
 
  It's nuked.  Thanks.
 
 Would you know how it got there? If you didn't copy it 
 yourself, some ebuild is doing naughty stuff. 'there are no 
 ebuilds to satisfy showeq'. Third party?
 
 Regards,
 Jason Stubbs
 

I had it in overlay for a while, but I'm pretty sure I blew that away
along time ago.  It's showing at
http://packages.gentoo.org/ebuilds/?showeq-5.0.0.18  as the current.

I haven't run it since end of 2004 so don't really remember the history
of when I did what.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Getting PCMCIA to work

2005-06-01 Thread Digby Tarvin
Hi Nick and Richard,

Thanks for both of your comments...

On Wed, Jun 01, 2005 at 02:46:27PM +1200, Nick Rout wrote:
 On Wed, 1 Jun 2005 00:58:16 +0100
 Digby Tarvin wrote:
 
  But when I try to run /etc/init.d/pcmcia start on gentoo I get
  PCMCIA support detected.
  Starting pcmcia...
  cardmgr failed to start.  Make sure that you have PCMCIA
  modules built or support compiled into the kernel
 
 Theres a pretty telling error message. cardmgr failed to start

I figured it wasn't a good thing. But what exactly does it tell you?

At the moment I am thinking that I havn't yet got the kernel to see
the PCI to Cardbus adapter at all, rather than just having problems
with a card not being recognised.

I note that under my old working SuSE system, the pccard directory
in proc contains:
  % ls -l /proc/bus/pccard
  total 0
  dr-xr-xr-x2 root root0 Jun  1 00:05 00
  dr-xr-xr-x2 root root0 Jun  1 15:23 01
  dr-xr-xr-x2 root root0 Jun  1 15:23 02
  dr-xr-xr-x2 root root0 Jun  1 15:23 03
  -r--r--r--1 root root0 Jun  1 15:23 drivers

There are two slots for PCMCIA cards (one type I and one type II) in
the notebook, and two in the docking station, so I assume that the
two digit numbers refer to the slots and should show up even if no
card is inserted.

I tried booting with no docking station and no cards inserted, and
do indeed get:
  % ls -l /proc/bus/pccard
  total 0
  dr-xr-xr-x2 root root0 Jun  1 00:05 00
  dr-xr-xr-x2 root root0 Jun  1 15:23 01
  -r--r--r--1 root root0 Jun  1 15:23 drivers

However on my gentoo install, I get just
  % ls -l /proc/bus/pccard
  total 0
  -r--r--r--1 root root0 Jun  1 15:23 drivers

So I assume that my initial problem is a fairly fundamental failure
to recognise the the PCI to Cardbus device corresponding to the
SuSE boot messages:
  Linux PCMCIA Card Services 3.1.28
kernel build: 2.4.10-4GB #1 Fri Sep 28 17:20:21 GMT 2001
options:  [pci] [cardbus] [apm]
  Intel PCIC probe: 4PCI: No IRQ known for interrupt pin A of devicei
00:06.0. Please try using pci=biosirq.
  PCI: No IRQ known for interrupt pin B of device 00:06.1. Please try
using pci=biosirq.
  
Toshiba ToPIC97 rev 20 PCI-to-CardBus at slot 00:06, mem 0x1000
  host opts [0]: [slot 0xf0] [ccr 0x11] [cdr 0x86] [rcr 0x02] [no pci irq]
[lat 168/176] [bus 18/18]
 .
 .

But I gather 2.6 kernels handle this a bit differently, so I am not sure
what I should expect to see.

Can anyone with a working laptop gentoo install confirm what messages I should
expect to see from gentoo??

Is there something special in the kernel config that I need to tweak to
get this 'Toshiba ToPIC97' device to work? I see no mention of it in the
the gentoo dmesg output posted earlier.

Regards,
DigbyT
-- 
Digby R. S. Tarvin [EMAIL PROTECTED]
http://www.digbyt.com
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] IOError: [Errno 21] Is a directory

2005-06-01 Thread Jason Stubbs
On Wednesday 01 June 2005 23:33, Kevin Bucknum wrote:
   /var/db/pkg/game-utils/showeq-5.0.0.15/files
  
   It's nuked.  Thanks.
 
  Would you know how it got there? If you didn't copy it
  yourself, some ebuild is doing naughty stuff. 'there are no
  ebuilds to satisfy showeq'. Third party?
 
  Regards,
  Jason Stubbs

 I had it in overlay for a while, but I'm pretty sure I blew that away
 along time ago.  It's showing at
 http://packages.gentoo.org/ebuilds/?showeq-5.0.0.18  as the current.

 I haven't run it since end of 2004 so don't really remember the history
 of when I did what.

I had forgotten that I'm excluding 60% of the portage tree from syncing.
I checked the current ebuilds though and they are a picture of perfection.
Guess it's just one of those things that just isn't gonna be solved...

Regards,
Jason Stubbs


pgpdi6Q1Say58.pgp
Description: PGP signature


Re: [gentoo-user] KDE 3.4.1 released

2005-06-01 Thread Tamas Sarga

On Tue, 31 May 2005, Andreas Karlsson wrote:


 On Tuesday 31 May 2005 18.18, Holly Bostick wrote:
  Do you mean -alsa, or -arts? If the latter (which makes more sense,
  given your first sentence), I hope not, as I am about to do the exact
  same thing.

 I ment -arts +alsa. Thinking about one thing, typing another. :)

  At least, I hope so, or I'll be two days compiling arts support out and
  back in myself :) .

 Same for me. Crossing my fingers.

 Best regards,
 Andreas Karlsson


Hi,

I'll cross my fingers for you. Please send the results and conclusions back.
I'm curious.

TIA.
Cheers,
Tamas Sarga Srga Tams
--
Make the world confused!Zavard ssze a vilgot!
Smile on monday morning!Mosolyogj htf reggel!

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Getting PCMCIA to work

2005-06-01 Thread Digby Tarvin
Further to my earlier post...

I forgot to mention - one obvious thing to ask would be 'was the card
recognised by the installation CD or when usign genkernel?'

The answer is - I don't know, because

This notebook has no CD-Rom, and the only way to connect one would be
via PCMCIA or USB, and I have found no way to boot from either.
This appears to stop me from using genkernel.

Here are the details for anyone that thinks they might be able to offer
some suggestions:

The Libretto is a notoriously tricky machine to install on because it has
no bootable removable media other than a floppy, and even that is PCMCIA
based, so any install process where the bootrap expects to be able to 
read the boot media tends to fail. For instance, most floppy based installs
require a second modules floppy be inserted before a PCMCIA device like a
CDROM or the floppy drive can be accessed - catch 22. 

I have often thought that the floppy should be readable through BIOS routines
if it can be booted from, but if so I suppose it would have been done..

In the end I managed a network install using PLIP, and all subsequent
linux installs (SuSE and now gentoo) have been achieved using the previous
Linux system as a springboard.

Consequently I have followed the alternate install method which involves
initializing the gentoo partitions from my current linux and then chrooting
into it - I was actually quite surprised that running on a 2.4 kernel and
/proc directory on a 2.6 filesystem worked... 

The stage files were copied from the install CD using the network which was
still working on my SuSE host system.

Finally, the problem with genkernel is that the instructions in the
handbook assume you have booted from the install CD. Specifically, it
says to copy the installation CD kernel config using
zcat /proc/config.gz  /usr/share/genkernel/x86/kernel-2.6
and that obviously isn't going to work when I am installing using
a foreign (SuSE 2.4) kernel. 

I could probably get around this by just booting the CD somewhere else and
copying the config file, but at the time the manual config looked like an
easier option, and I wanted to minimum the kernel size as this old machine
has a maximum memory expansion of 64M. 

Regards,
DigbyT
-- 
Digby R. S. Tarvin [EMAIL PROTECTED]
http://www.digbyt.com
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Reiser4, encryption

2005-06-01 Thread Richard Fish
Dirk Heinrichs wrote:

Am Dienstag, 31. Mai 2005 18:34 schrieb ext Richard Fish:
  

I would suggest anybody looking for filesystem encryption checkout both
dm-crypt and loop AES.  For me, loop-AES is faster, offers better
security, and is easier to setup with encrypted GPG key files.



Are there any analysis about which is more secure?

  


It is pretty easy to google for such a comparison.  The main security
problem with dm-crypt is that it doesn't support multi-key encryption
modes, which makes it vulnerable to watermark attacks.  It is better
than it used to be, with reasonable key hashing and cbc modes though.

To be honest, I use single-key mode with loop-AES for performance
reasons, so I have the equivalent security as I would have with
dm-crypt.  My security needs are not that stringent...anybody who thinks
I have anything valuable enough on my laptop to waste time actually
cracking the encyption can have my password much faster and easier by
simply threatening physical violence!!   I am mostly worried about an
opportunistic theft of the laptop, not being a real target.  And
loop-AES runs 60-80% faster in single-key vs mult-key mode.

-Richard

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] flags on /proc/cpuinfo

2005-06-01 Thread Allan Spagnol Comar
I was wondering if is interesting to use on make.conf the flags listed
on /proc/cpuinfo for a x86 architecture.

Does someone knows ?

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] grub still broke

2005-06-01 Thread Richard Fish
maxim wexler wrote:

but #grub 

GNU GRUB  version 0.94  (640K lower / 3072K upper
memory)

  


Well, you could try updating grub.  0.96-r1 is what is current for
stable x86.

I could also send you directly my stage1, e2fs_stage_1_5, and stage2
files.  It would allow us to eliminate (or identify!) the build of grub
as the source of the problem.


not sure how to interpret tune2fs. 
  


Mostly I wanted to make sure that the system wasn't full (free blocks
and free inodes both  0), and that you didn't have any unusual
filesystem features enabled.  Everything looks ok though.

-Richard

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: When a dependancy built by hand

2005-06-01 Thread Paul Varner
On Wed, 2005-06-01 at 00:03 -0500, Harry Putnam wrote:
 Is something more than creating and editing the subject file required?
 I don't see any difference in emerge -v -p output having created it.
 Maybe its not correct:
   cat /etc/portage/profile/package.provided
 
 ---
dev-utils/cvs-1.12.11
app-editors/emacs-cvs-22.0.50.1
 ---
 
   emerge -v -p emacs-w3m
   These are the packages that I would merge, in order:
 
   Calculating dependencies ...done!
   [ebuild  N] app-editors/emacs-21.4  +X -Xaw3d -debug +gnome -leim 
 -lesstif +motif +nls -nosendmail 0 kB 
   [ebuild  N] dev-libs/boehm-gc-6.3-r1  -c++ 754 kB 
   [ebuild  N] media-libs/gdk-pixbuf-0.22.0-r3  -doc -mmx 388 kB 
   [ebuild  N] www-client/w3m-0.5.1-r1  +X -async -cjk +gpm +gtk +imlib 
 -imlib2 -lynxkeymap -migemo +nls +ssl -xface 1,852 kB 
   [ebuild  N] app-emacs/emacs-w3m-1.4.3  708 kB 
 
 Note that emacs-21.4 is still slated for install.
 ---
 
  emerge -v -p emacs-cvs
 
   These are the packages that I would merge, in order:
 
   Calculating dependencies ...done!
   [ebuild  N] dev-util/cvs-1.11.18  -doc -emacs 0 kB 
   [ebuild  N] app-editors/emacs-cvs-22.0.50  +X -Xaw3d (-aqua) -debug 
 +gif +gnome +gtk +jpeg +nls +png +spell +tiff 0 kB 
 

Your /etc/portage/profile/package.provided file is correct.
Unfortunately, in this case, the dependency is on virtual/emacs.

Add virtual/emacs app-editors/emacs-cvs
to /etc/portage/profile/virtuals and it will quit trying to install
emacs. This tells portage to use app-editors/emacs-cvs to satisfy the
virtual instead of the default of app-editors/emacs.

For the second one, you have a typo - it is dev-util/cvs not
dev-util*s*/cvs

Regards,
Paul
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Getting PCMCIA to work

2005-06-01 Thread Richard Fish
Digby Tarvin wrote:

Hi Nick and Richard,

Thanks for both of your comments...

On Wed, Jun 01, 2005 at 02:46:27PM +1200, Nick Rout wrote:
  

On Wed, 1 Jun 2005 00:58:16 +0100
Digby Tarvin wrote:



But when I try to run /etc/init.d/pcmcia start on gentoo I get
 PCMCIA support detected.
 Starting pcmcia...
 cardmgr failed to start.  Make sure that you have PCMCIA
 modules built or support compiled into the kernel
  

Theres a pretty telling error message. cardmgr failed to start



I figured it wasn't a good thing. But what exactly does it tell you?

At the moment I am thinking that I havn't yet got the kernel to see
the PCI to Cardbus adapter at all, rather than just having problems
with a card not being recognised.
  


I think this is right.

So I assume that my initial problem is a fairly fundamental failure
to recognise the the PCI to Cardbus device corresponding to the
SuSE boot messages:
  Linux PCMCIA Card Services 3.1.28
kernel build: 2.4.10-4GB #1 Fri Sep 28 17:20:21 GMT 2001
options:  [pci] [cardbus] [apm]
  Intel PCIC probe: 4PCI: No IRQ known for interrupt pin A of devicei
   00:06.0. Please try using pci=biosirq.
  PCI: No IRQ known for interrupt pin B of device 00:06.1. Please try
   using pci=biosirq.
  
Toshiba ToPIC97 rev 20 PCI-to-CardBus at slot 00:06, mem 0x1000
  host opts [0]: [slot 0xf0] [ccr 0x11] [cdr 0x86] [rcr 0x02] [no pci irq]
   [lat 168/176] [bus 18/18]
  


Grepping the 2.6 sources for ToPIC97 indicates you need the yenta
driver.  It is probably best to compile that into your kernel, not as a
module.

-Richard



-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: how to japanese intput

2005-06-01 Thread askar ...
Hello!
I set up and use the method showed at
http://forums.gentoo.org/viewtopic-t-263174.html

askar

On 5/7/05, askar ... [EMAIL PROTECTED] wrote:
 Hello!
 
 I'm using Gentoo 2005.0, KDE and Fluxbox.
 I want to be able writing in japanese.
 Is there step-by-step setup guide for this.
 I looked at internet there some information, but each site has its own
 differences.
 I dont want to japanise everything - only japanese input needed.
 Also with Emacs.
 
 askar


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Getting PCMCIA to work

2005-06-01 Thread Digby Tarvin
On Wed, Jun 01, 2005 at 07:43:16PM +0200, Richard Fish wrote:
 
 Grepping the 2.6 sources for ToPIC97 indicates you need the yenta
 driver.  It is probably best to compile that into your kernel, not as a
 module.

Hi Richard,

That surprises me, because in the configuration
bus options/pccard/bridges
section, there are 5 bridge types mentioned, and I had assumed that
the one I needed was i82365 based on my 2.4 kernel suse system
/sbin/lsmod output:
i82365 23296   4
pcmcia_core43008   0 [3c589_cs ds i82365]

I tried your grep on the working SuSE system and the string
'ToPIC97' shows up in drivers/pci/devlist.h, but it isn't obvious to
me how you managed to relate that to one of the bridge drivers.

Anyway, I am now re-compiling with the yenta-comatible bridge support
enabled, so I'll see if that helps.

Thanks,
DigbyT
-- 
Digby R. S. Tarvin [EMAIL PROTECTED]
http://www.digbyt.com
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Getting PCMCIA to work - ps

2005-06-01 Thread Digby Tarvin
Hello again Richard,

Well, the plot thickens...

I found that the header file with the ToPIC97 information is
/usr/src/linux/drivers/pcmcia/topic.h
on both SuSE and gentoo, and on my SuSE system that was indeed
included by the i82365 driver as I has surmised
[EMAIL PROTECTED]:/usr/src/linux/drivers/pcmcia  grep topic.h *.c
i82365.c:#include topic.h
but on my 2.6 gentoo system it has moved:
1.penemunde:/usr/src/linux/drivers/pcmcia grep topic.h *.c
yenta_socket.c:#include topic.h
as you had discovered.

So that would seem to explain why using my working 2.4 system to
identify the needed drivers might have misled me...

I'll let you know how it goes when the compile completes. It takes
a while on that 233MHz system...

Thanks again.

Regards,
DigbyT

On Wed, Jun 01, 2005 at 07:43:16PM +0200, Richard Fish wrote:
 Grepping the 2.6 sources for ToPIC97 indicates you need the yenta
 driver.  It is probably best to compile that into your kernel, not as a
 module.
 
 -Richard
 
 
 
 -- 
 gentoo-user@gentoo.org mailing list

-- 
Digby R. S. Tarvin [EMAIL PROTECTED]
http://www.digbyt.com
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Looking for pentium4 stage1 file

2005-06-01 Thread Qian Qiao
On 01/06/05, Jules Colding [EMAIL PROTECTED] wrote:
 Hi,
 
 I can not find any mirror with a pentium4 stage1 file. Does anyone know
 of one?
 
 Thanks,
  jules

You need the x86 stage1 file. All you have to do is to setup your USE
flags and CFLAGS properly, to get a customized and optimized system.

Good luck and hope that helps.

-- Joe

-- 
Money can't buy everything.
Sometimes money can't even buy a gun...

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] [OT] The best PHP IDE

2005-06-01 Thread Oscar Carlsson
Quanta+ is the best PHP IDE I've tried this far - PHPEclipse was pretty nice, 
but since I couldn't open non local files, I used Quanta+.

gPHPEdit is pretty nice also, but a bit minimal :-)

onsdagen den 1 juni 2005 09.56 skrev Andrew Gaydenko:
 Hi,

 Will you be so kind to suggest a PHP IDE (quanta? some of Eclipse
 plugin? ...?). Code completion in the whole project base is needed.

 Thanks!
 Andrew


pgp5ag6ZyhZJa.pgp
Description: PGP signature


Re: [gentoo-user] mailman: how to approve messages by automated script or how to just allow autopost from address and ip?

2005-06-01 Thread Michael Sullivan
On Wed, 2005-06-01 at 20:16 -0300, Claudinei Matos wrote:
 Hey guys,
 
 I have a list at mailman with all my clients. I've specified that all
 posts to the list are moderated.
 That works fine but I always have to approve the messages by admin interface.
 The situation is that I have a address that I want to trust to post to
 the list without moderation but I can't just allow that email 'cause
 anyone that post using this email address and so send whatever he want
 to my list.
 I'm wondering if is there a way to create some really trusted process
 like verifing the email  and even the IP of the sender. Could this be
 possible?
 Other possibility I think is to create a shell script that verify the
 post and send it automatically by verifiying some string at the
 message code.
 
 Well, I give a try to understand the mailman process but I didn't
 found a way to implement the possible shell script solution, so I
 really don't know how to solve my problem.
 
 Did someone implemented such a thing?
 
 Tks in advice,
 
 Claudinei Matos
 

While we're on the subject I was wondering this:  I am a moderator for
several Yahoo groups.  When a membership/moderation request comes in if
I want to approve it I just have to reply to the email, and if I wish to
reject the request I forward it to another address.  Is there a way to
do this with mailman?
-Michael Sullivan-

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] PCMCIA progress

2005-06-01 Thread Digby Tarvin
Thanks Richard,

The yenta tip certainly seems to have helped. The system now seems
to recognise the existance of the bridge, and when I insert the 3Com
card, it recognises both the network interface and the serial port
from the modem.

There are still no '00' etc files in the /proc/bus/pccard directory,
so this must behave differently in the 2.6 kernel. 

It seems I still have a bit of work to do, however, as the network
interface doesn't seem to be working, and with the other (Xircom)
card it only recognises the serial interface. It doesn't see the
network part at all.

I also get some worrying messages about irq 11 which it seems to
use, along the lines of
irq 11: nobody cared!
Disabling IRQ #11
eth0: interrupt(s) dropped!
which may having something to do with the failure...

I'll need to install something like kermit before I can tell if the
modem is working.

Below is the latest dmesg output, in case anyone can spot any indications
of other misconfigurations...

I am a little puzzled as to why:
ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
appears twice - is that normal?

Regards,
DigbyT

Linux version 2.6.11-gentoo-r3 ([EMAIL PROTECTED]) (gcc version 3.3.5 (Gentoo 
Linux 3.3.5-r1, ssp-3.3.2-3, pie-8.7.7.1)) #5 Thu Jun 2 01:00:49 BST 2005
BIOS-provided physical RAM map:
 BIOS-e820:  - 0009fc00 (usable)
 BIOS-e820: 0009fc00 - 000a (reserved)
 BIOS-e820: 000f - 0010 (reserved)
 BIOS-e820: 0010 - 0401 (usable)
 BIOS-e820: 0401 - 0402 (ACPI data)
 BIOS-e820: 0402 - 0404 (reserved)
 BIOS-e820: fef8 - ff00 (reserved)
 BIOS-e820: fffe - fffe6e00 (reserved)
 BIOS-e820: fffe6e00 - fffe7000 (ACPI NVS)
 BIOS-e820: fffe7000 - 0001 (reserved)
64MB LOWMEM available.
On node 0 totalpages: 16400
  DMA zone: 4096 pages, LIFO batch:1
  Normal zone: 12304 pages, LIFO batch:3
  HighMem zone: 0 pages, LIFO batch:1
DMI not present.
ACPI: RSDP (v000 TOSHIB) @ 0x000f4660
ACPI: RSDT (v001 TOSHIB 750  0x19980225 TASM 0x0401) @ 0x0401
ACPI: FADT (v001 TOSHIB 750  0x19980225 TASM 0x0401) @ 0x04010054
ACPI: DSDT (v001 TOSHIB Lib-100  0x19991112 MSFT 0x010b) @ 0x
Allocating PCI resources starting at 0410 (gap: 0404:faf4)
Built 1 zonelists
Kernel command line: auto BOOT_IMAGE=gentoo ro root=306 
BOOT_FILE=/boot/kernel-2.6.11-gentoo-r3
Initializing CPU#0
CPU 0 irqstacks, hard=c04c8000 soft=c04c7000
PID hash table entries: 512 (order: 9, 8192 bytes)
Detected 233.304 MHz processor.
Using tsc for high-res timesource
Console: colour VGA+ 80x25
Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
Memory: 60452k/65600k available (2573k kernel code, 4672k reserved, 1105k data, 
164k init, 0k highmem)
Checking if this processor honours the WP bit even in supervisor mode... Ok.
Calibrating delay loop... 459.77 BogoMIPS (lpj=229888)
Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
CPU: After generic identify, caps: 008001bf     
 
CPU: After vendor identify, caps: 008001bf     
 
Intel Pentium with F0 0F bug - workaround enabled.
CPU: After all inits, caps: 008001bf     
 
CPU: Intel Mobile Pentium MMX stepping 01
Checking 'hlt' instruction... OK.
ACPI: setting ELCR to 2000 (from 0804)
NET: Registered protocol family 16
PCI: PCI BIOS revision 2.10 entry at 0xfc5f8, last bus=21
PCI: Using configuration type 1
mtrr: v2.0 (20020519)
Toshiba System Managment Mode driver v1.11 26/9/2001
ACPI: Subsystem revision 20050211
ACPI-0352: *** Error: Looking up [\_SB_.SBAT] in namespace, AE_NOT_FOUND
search_node c10a3820 start_node c10a3820 return_node 
ACPI: Interpreter enabled
ACPI: Using PIC for interrupt routing
ACPI: PCI Root Bridge [PCI0] (00:00)
PCI: Probing PCI hardware (bus 00)
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
ACPI: Power Resource [PWH1] (on)
Linux Plug and Play Support v0.97 (c) Adam Belay
pnp: PnP ACPI init
PCI: setting IRQ 13 as level-triggered
pnp: PnP ACPI: found 14 devices
SCSI subsystem initialized
Linux Kernel Card Services
  options:  [pci] [cardbus] [pm]
usbcore: registered new driver usbfs
usbcore: registered new driver hub
PCI: Using ACPI for IRQ routing
** PCI interrupts are no longer routed automatically.  If this
** causes a device to stop working, it is probably because the
** driver failed to call 

Re: [gentoo-user] [OT] Online stores (that ship to Canada)

2005-06-01 Thread Ted Ozolins
Sami Samhuri wrote:

Hello Gentooers,

[I apologize for the off-topic post but I can't think of any relevant
lists to post this to.]

I recently got a good deal on two Opterons on ebay and as a result have
been looking at building the rest of a dual Opteron system. Yes, it was
mostly on an impulse; no, I do not *need* it. It was just a good deal I
couldn't pass up. I've pretty much nailed down what I want but actually
purchasing it is the more difficult task.

Unfortunately, shipping from many American online stores is either
impossible or ridiculously expensive (ZipZoomFly.com wants $130 to ship
a motherboard UPS expedited :p). What is even more unfortunate is that
the US stores are where the deals usually are.

Perhaps some of you know of some Canadian stores (preferred) or
Canadian-friendly US stores where you can find good components to go in
a machine of this kind. If so, please share the knowledge. :)


Thanks in advance!

  

I've had good results from:
http://www.cclcpr.com/shop/

Follow the menu on the left side of the page.

Cheers

-- 
Ted Ozolins(VE7TVO)
Westbank, B. C

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Perl Upgrade Problem

2005-06-01 Thread Richard Watson
Hi - I'm trying to upgrade portage. My existing version of perl comes up as
a block. When I tried to remove the package I received a warning about
damaging the system. Can anyone tell me if it's OK to proceed.

Output below.

Thanks a lot, Alan

==
# emerge --pretend perl

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

Calculating dependencies ...done!
[blocks B ] perl-core/File-Spec-0.87 (from pkg dev-lang/perl-5.8.6-r4)
[ebuild U ] sys-devel/libperl-5.8.6 [5.8.5-r1]
[ebuild U ] dev-lang/perl-5.8.6-r4 [5.8.5]

pisces alan # emerge -C perl


!!! Trying to unmerge package(s) in system profile. 'dev-lang/perl'
!!! This could be damaging to your system.

 Waiting 10 seconds before starting...
 (Control-C to abort)...
Press Ctrl-C to Stop in: 10 9 8 7 6

Exiting on signal 2
# 


-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.322 / Virus Database: 267.4.0 - Release Date: 1/06/2005
 

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Configuring /etc/cups/cupsd.conf for external client printing

2005-06-01 Thread Richard Watson
This is for any newbies out there like me ... I spent days trying to figure
out how to get a Gentoo linux laptop to print to a Gentoo server through
Cups. I was consistently getting connection refused messages from the
print server. 

In order for the Cups server to accept incoming requests it is necessary to
change Listen 127.0.0.1:631 to Port 631.  The default configuration
binds the 631 port to Localhost resulting in all external port requests
being refused. After making this change then edit /etc/cups/cupsd.conf for
the security settings you want to allow for external access.

This may be obvious to most of you, but it drove me crazy until I figured it
out ...

Alan

-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.322 / Virus Database: 267.4.0 - Release Date: 1/06/2005
 


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] [OT] The best PHP IDE

2005-06-01 Thread Ryan
I use Quanta myself, but I have yet to figure out how to get it to do
code completion on my own functions/libraries/classes.  I have several
functions that I use in every application I use but I have no idea how
to add them to quanta's code completetion DB.  One example would be that
I have a class with before() after() between(), etc.  It completes
variables ok, but not functions.

Oscar Carlsson wrote:

Quanta+ is the best PHP IDE I've tried this far - PHPEclipse was pretty nice, 
but since I couldn't open non local files, I used Quanta+.

gPHPEdit is pretty nice also, but a bit minimal :-)

onsdagen den 1 juni 2005 09.56 skrev Andrew Gaydenko:
  

Hi,

Will you be so kind to suggest a PHP IDE (quanta? some of Eclipse
plugin? ...?). Code completion in the whole project base is needed.

Thanks!
Andrew



-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Perl Upgrade Problem

2005-06-01 Thread Holly Bostick
Richard Watson schreef:
 Hi - I'm trying to upgrade portage. My existing version of perl comes up as
 a block. When I tried to remove the package I received a warning about
 damaging the system. Can anyone tell me if it's OK to proceed.
 
 Output below.
 
 Thanks a lot, Alan
 
 ==
 # emerge --pretend perl
 
 These are the packages that I would merge, in order:
 
 Calculating dependencies ...done!
 [blocks B ] perl-core/File-Spec-0.87 (from pkg dev-lang/perl-5.8.6-r4)
 [ebuild U ] sys-devel/libperl-5.8.6 [5.8.5-r1]
 [ebuild U ] dev-lang/perl-5.8.6-r4 [5.8.5]
 
 pisces alan # emerge -C perl
 
 
 !!! Trying to unmerge package(s) in system profile. 'dev-lang/perl'
 !!! This could be damaging to your system.
 
 
Waiting 10 seconds before starting...
(Control-C to abort)...
 
 Press Ctrl-C to Stop in: 10 9 8 7 6
 
 Exiting on signal 2
 # 
 
 

Well, I thought Portage was written in Python, not Perl but no matter.

I believe that you are mistaken about what is blocking the Perl upgrade
(no fault of your own, block messages are hard to read).

I think that the blocking (currently installed) package is

perl-core/File-Spec-0.87

not Perl 5.8.5 whatever.

So that is what I would unmerge, not Perl, then try the emerge again.

It sometimes happens that a *module* can block the upgrade of a language
because the module is installed with the upgrade or something along
those lines.

Hope this helps,
Holly
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] [OT] Can't load GNOME as user [SOLVED!]

2005-06-01 Thread Holly Bostick
Holly Bostick schreef:
 Hi,
 
 I can't stand it anymore, so I thought I'd fish here for ideas.
 
 The long and the short of it is that I cannot load the GNOME desktop as
 a user (works fine as root).
 

After my partial success, I did the following

1) a revdep-rebuild

2) upgraded back up to GNOME 2.10 (re-uncommented my keywords and did an
emerge -uaDtv world)

and it's all working.

Thanks for all the help. I really missed GNOME a lot; the simplicity of
it is like a breath of fresh air after dealing with KDE for so long.

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



Re: [gentoo-user] Printer setup tool

2005-06-01 Thread creighto
bash-2.05b# cupsd
cupsd: Child exited with status 98!

I happens after about 5 seconds.  What I am doing doesn't sem to matter.


 I can't, cupsd dies quickly.




 Well, that's a problem.

 At what point does it die (what are you doing when it dies), and what
 does it say with its dying breath (error message)?

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



-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Reiser4, encryption

2005-06-01 Thread Calvin Walton
On 5/31/05, Colin [EMAIL PROTECTED] wrote:
 When will Reiser4 be added to the Gentoo kernel?  I can emerge
 reiser4progs, but I can't mount the volumes nor use them in /etc/fstab.
 --
 Colin

Although reiser4 is not in the main gentoo kernel, it is in
sys-kernel/mm-sources.
Note that using this kernel and asking for support will probably get
developers mad at you - it's not supported :) I'm using it atm, and
reiser4 seems to be working quite well.

-- 
Calvin Walton

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] PCMCIA progress

2005-06-01 Thread Jerry McBride
On Wednesday 01 June 2005 08:59 pm, Digby Tarvin wrote:
 Thanks Richard,

 The yenta tip certainly seems to have helped. The system now seems
 to recognise the existance of the bridge, and when I insert the 3Com
 card, it recognises both the network interface and the serial port
 from the modem.

 There are still no '00' etc files in the /proc/bus/pccard directory,
 so this must behave differently in the 2.6 kernel.


On my end... with 2.6.11, /proc/bus/pccard has /drivers which at the moment 
says ide-cs due to the flashcard/pcmcia adapter I've got installed.

Have you modprobed cs? How about a simple cardctl ident?

I'll gladly exchange emails with you, if you want to tinker...

Cheers.



-- 

**
 Registered Linux User Number 185956
  FSF Associate Member number 2340 since 05/20/2004
 Join me in chat at #linux-users on irc.freenode.net
Buy an Xbox for $149.00, run linux on it and Microsoft loses $150.00!
11:29pm  up 54 days,  6:36,  3 users,  load average: 0.00, 0.00, 0.00
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Reiser4, encryption

2005-06-01 Thread Colin

Calvin Walton wrote:


On 5/31/05, Colin [EMAIL PROTECTED] wrote:
 


When will Reiser4 be added to the Gentoo kernel?  I can emerge
reiser4progs, but I can't mount the volumes nor use them in /etc/fstab.
--
Colin
   


Although reiser4 is not in the main gentoo kernel, it is in
sys-kernel/mm-sources.
Note that using this kernel and asking for support will probably get
developers mad at you - it's not supported :) I'm using it atm, and
reiser4 seems to be working quite well.

Cool, I was looking for something like this.  Which version do you use?  
How's the kernel compared to gentoo-sources, as far as stability and 
performance are concerned (this'll be for a server)?


--
Colin

--
gentoo-user@gentoo.org mailing list



[gentoo-user] OT: customising nautilus desktop icon right-click menu

2005-06-01 Thread Iain Buchanan
Anybody know how to specify (if possible) what comes up in the
right-click menu for an object on the desktop?  I'm not talking about
the existing ones like Trash or Computer, but say I create a new
launcher foo on my desktop, is there something I can put in the
appropriate ~/Desktop/foo.desktop file?

I had a look on freedesktop.org, but it only seemed to reference
gnome-type menus (which apparently use .desktop files as well) and not
desktop menus.

Any help greatly appreciated,
Thanks,
-- 
Iain Buchanan iain at netspace dot net dot au

Linux: the operating system with a CLUE...
Command Line User Environment.
(seen in a posting in comp.software.testing

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] [OT] Online stores (that ship to Canada)

2005-06-01 Thread Sami Samhuri
* On Wed Jun-01-2005 at 06:21:07 PM -0700, Ted Ozolins said:
[...]
 I've had good results from:
 http://www.cclcpr.com/shop/

Hmmm... no Tyan motherboards and I don't see any ECC memory. But as they
are nice and close (I'm on the island) I will keep them in mind for
future purchases.

Thanks. :)

-- 
Sami Samhuri


pgpsZWEDjRfp1.pgp
Description: PGP signature


[gentoo-user] [Fwd: baselayout-1.11.12-r2 request for testers]

2005-06-01 Thread Paul Varner
Forwarded from gentoo-dev at author's request to gentoo-user

 Forwarded Message 
From: Mike Frysinger [EMAIL PROTECTED]
Subject: baselayout-1.11.12-r2 request for testers
Date: 2005-05-25 22:20:02 GMT

yes, it's finally that time ... after months of hearing us say 'we want to get 
new baselayout stable asap', we're serious

so can people please try out baselayout-1.11.12-r2+ and see if they notice any 
regressions ?  the 'best' tests are simply rebooting and seeing if your 
system comes up :)

common gotchas:
- many config options have moved from /etc/rc.conf into /etc/conf.d/ files
- /etc/hostname and /etc/*domainname have been moved into /etc/conf.d/ files
- the net scripts have been completely rewritten thanks to UberLord ... old 
config styles should work fine, but it's best if you update 
your /etc/conf.d/net syntax ... just review /etc/conf.d/net.example or this 
URL: http://dev.gentoo.org/~uberlord/net-book/

somethings to note ...
regressions with lvm/lvm2/evms will not be considered ... they have had all 
their code forked into the respective packages and thus are no longer part of 
baselayout ... bugs with those packages should be taken up with their 
respective maintainers
-mike

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] flags on /proc/cpuinfo

2005-06-01 Thread Walter Dnes
On Wed, Jun 01, 2005 at 02:13:14PM -0300, Allan Spagnol Comar wrote
 I was wondering if is interesting to use on make.conf the flags listed
 on /proc/cpuinfo for a x86 architecture.
 
 Does someone knows ?

  *SOME* of the flags listed on /proc/cpuinfo can be used with
make.conf CFLAGS.  You have to check the gcc documentation to confirm
which flags can be used.  If you are running gcc-3.3.5, check the page...

http://gcc.gnu.org/onlinedocs/gcc-3.3.5/gcc/i386-and-x86_002d64-Options.html#i386-and-x86_002d64-Options

  Also *SOME* of the flags in listed on /proc/cpuinfo can be used in
make.conf USE variable.  This applies to mmx and sse and a few others.
See http://www.gentoo.org/dyn/use-index.xml for a list of valid USE
flags.

  Here are the CFLAGS and USE lines from my make.conf on my Pentium III.

CFLAGS=-O2 -march=pentium3 -fomit-frame-pointer -mmmx -msse -mfpmath=sse

USE=-X -acl acpi alsa audiofile avi -berkdb -bidi dga dvd encode exif -fam 
flac gif gnome -gtk -ipv6 jpeg -kde -ldap mikmod mmx -nis -nls -odbc offensive 
oggvorbis openal opengl -pam plotutils png posix -qt quicktime slang sndfile 
-snmp -soap -speex -spell sse -tcltk tcpd theora -unicode usb videos wmf -xplc 
xvid zlib

  Try cat /proc/cpuinfo  cpu.txt on your machine and post the
contents of cpu.txt here, and we can advise you which flags to use.

-- 
Walter Dnes [EMAIL PROTECTED]
An infinite number of monkeys pounding away on keyboards will
eventually produce a report showing that Windows is more secure,
and has a lower TCO, than linux.
-- 
gentoo-user@gentoo.org mailing list