[gentoo-ppc-user] Ctrl-Alt-Backspace

2006-06-22 Thread Charles Trois

Hello!
I have Gentoo Linux 2006.0 installed on a G4 iMac. The keyboard is of 
the Apple Extended type (109 keys) and the keymap is us.
I have sucessfully tested the X configuration by X -config 
/etc/X11/xorg.conf; the test grid shows up, but I cannot get rid of it. 
I have read everywhere that Ctrl-Alt-Backspace would do it, killing X 
and bringing me back to the console. But it just does not work for me, 
and the only way out is for me to use the power switch.

Is anybody aware of any dificulties related to the Apple hardware?
Thanks for your attention.
Charles
--
gentoo-ppc-user@gentoo.org mailing list



Re: [gentoo-user] emerge --sync fails

2006-06-22 Thread Caster
On 6/22/06, Rafael Alfaro [EMAIL PROTECTED] wrote:
PORTAGE_RSYNC_EXTRA_OPTS=300This is the problem, remove that from your /etc/make.conf - that's not an valid option... What were you trying to accomplish with it?Caster


[gentoo-user] LDAP and PAM (strange and confuse, but interesting)

2006-06-22 Thread Leandro Melo de Sales

Hi,

 I'm trying to setup a environment where I want my users for main
services, such as sshd, samba and so on to auth on a LDAP server.
 I installed pam_ldap and I have my LDAP up. After following some
guides, I have a problem which I don't know how to solve. When I type
on shell:

# getent passwd
{the content of /etc/passwd file}
after this...
request done: ld 0x51cda0 msgid 1
request done: ld 0x5445e0 msgid 1
request done: ld 0x5445e0 msgid 1
request done: ld 0x5445e0 msgid 1
request done: ld 0x5445e0 msgid 1
request done: ld 0x5445e0 msgid 1
request done: ld 0x5445e0 msgid 1

When I check the syslogd file I can see:

Jun 22 03:17:02 embedded slapd[23890]: conn=22 fd=12 ACCEPT from
IP=150.165.63.1:57920 (IP=0.0.0.0:636)
Jun 22 03:17:02 embedded slapd[23890]: conn=22 fd=12 TLS established
tls_ssf=256 ssf=256
Jun 22 03:17:02 embedded slapd[23890]: conn=22 op=0 STARTTLS
Jun 22 03:17:02 embedded slapd[23890]: conn=22 op=0 RESULT oid= err=1
text=TLS already started
Jun 22 03:17:02 embedded getent: nss_ldap: reconnecting to LDAP server
(sleeping 8 seconds)...
Jun 22 03:17:02 embedded slapd[23890]: conn=22 op=1 UNBIND
Jun 22 03:17:02 embedded slapd[23890]: conn=22 fd=12 closed
Jun 22 03:17:02 embedded slapd[23890]: connection_read(12): no connection!

I'm using TLS and everything seems to works fine by using
phpldapadmin, lam and ldap command line, such as ldapsearch,
ldapadd, when I use -x option, in this last case.

Well, here are the main configuration:

/etc/openldap/ldap.conf

BASEdc=embedded,o=Embedded,c=BR
URI ldaps://myhost.mydomain.com
TLS_REQCERT  allow
PORT 636

/etc/ldap.conf

host myhost.mydomain.com
base o=Embedded,c=BR
uri ldaps://myhost.mydomain.com/
binddn cn=Manager,o=Embedded,c=BR
rootbinddn cn=Manager,o=Embedded,c=BR
port 636
pam_filter objectclass=account
pam_login_attribute uid
pam_password md5
debug 256
logdir /var/log/nss_ldap
nss_base_passwd ou=People,o=Embedded,c=BR
nss_base_shadow ou=People,o=Embedded,c=BR
nss_base_group  ou=Group,o=Embedded,c=BR
ssl start_tls
tls_checkpeer yes
tls_cacertfile /etc/ssl/ldap.pem
tls_cacertdir /etc/ssl

In which format should I enter the secret password in /etc/ldap.secret
file? I'm putting something like:

{MD5}md5-hash-here

Is it correct?

I also made proper chances in /etc/nsswitch.conf and /etc/pam.d/system-auth

Does someone can help me. Any pointer/suggestion will be greatufully accepted.

Thank you,

Leandro.


--
Leandro Melo de Sales.
Computer Science Student
Laboratório de Sistemas Distribuídos - www.lsd.ufcg.edu.br
Laboratório de Sistemas Embarcados e Computação Pervasiva -
www.embeddedacademy.org
Universidade Federal de Campina Grande - UFCG
Campina Grande - PB - Brasil

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT: Any way to run files through procmail?

2006-06-22 Thread Jorge Almeida

On Thu, 22 Jun 2006, Jamie wrote:

The emails are sitting in individual files in a Maildir on the machine
that should have processed them. Is there any way to run procmail over
all of the messages in the Maildir so I don't have to manually forward
each message back to myself so that procmail will process them when the
come back in.


procmail [-m /path/to/your/procmailrc]  /path/to/message

This will deliver the message contained in the individual file
/path/to/message. You'll have to iterate over all such files.
--
Jorge Almeida
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] mencoder: error encoding, following howto

2006-06-22 Thread Nick Rout
On Wed, 21 Jun 2006 20:02:18 -0400
fire-eyes [EMAIL PROTECTED] wrote:

 On Wednesday 21 June 2006 18:03, Nick Rout wrote:
  dvdrip is in portage and is an excellent tool for backing up DVD.
 
 It looked that way to me, however in every test I tried, after ripping it 
 always said only X out of a total of Y frames were ripped, and it was always 
 somewhere around 20 - 30% less. Did that on two systems. In short, it looked 
 good to me but I gave up on it after fighting with it for a week.
 

ahhh yes I picked up that thread now...

k3b has a dvd ripping front end too, just looking into that!

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] mencoder: error encoding, following howto

2006-06-22 Thread Nick Rout
On Thu, 22 Jun 2006 21:28:32 +1200
Nick Rout [EMAIL PROTECTED] wrote:

 On Wed, 21 Jun 2006 20:02:18 -0400
 fire-eyes [EMAIL PROTECTED] wrote:
 
  On Wednesday 21 June 2006 18:03, Nick Rout wrote:
   dvdrip is in portage and is an excellent tool for backing up DVD.
  
  It looked that way to me, however in every test I tried, after ripping it 
  always said only X out of a total of Y frames were ripped, and it was 
  always 
  somewhere around 20 - 30% less. Did that on two systems. In short, it 
  looked 
  good to me but I gave up on it after fighting with it for a week.
  
 
 ahhh yes I picked up that thread now...
 
 k3b has a dvd ripping front end too, just looking into that!


hmmm I get this message 

DVD Ripping in K3b is currently unmaintained. Depending on the version of 
transcode K3b may freeze and pollute ~/.xsession-errors or stdin if you started 
K3b from a console.
If you are interested in maintaining the DVD Ripping part of K3b please contact 
the project's maintainer Sebastian Trueg ([EMAIL PROTECTED]).


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



Re: [gentoo-user] emerge --sync fails

2006-06-22 Thread sternklang gentoo
Were you trying to do this?:PORTAGE_RSYNC_EXTRA_OPTS=--timeout=300-- sternklang[EMAIL PROTECTED]


[gentoo-user] Unmerge KDE script

2006-06-22 Thread Mick

Hi All,

I am trying to unmerge KDE 3.4 using the script below and it comes up
with an error.
=
for x in `ls /usr/portage/kde-base`; do
 if [ $x != CVS ]; then
echo -n =kde-base/$x-3.4* 
 fi
done |xargs emerge -Cv
=

The error is:
=
# ./unmerge-kde.sh
--- Couldn't find '=kde-base/akode-3.4*' to unmerge
=

How do I get over this problem?
--
Regards,
Mick
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Unmerge KDE script

2006-06-22 Thread Bo Ørsted Andresen
On Thursday 22 June 2006 13:46, Mick wrote:
 I am trying to unmerge KDE 3.4 using the script below and it comes up
 with an error.
[SNIP]

 How do I get over this problem?

Use this instead:

cd /var/db/pkg  emerge -Cva kde-base/*-3.4*

-- 
Bo Andresen


pgpaqsW971xYC.pgp
Description: PGP signature


Re: [gentoo-user] Unmerge KDE script

2006-06-22 Thread Bo Ørsted Andresen
On Thursday 22 June 2006 14:12, Neil Bothwick wrote:
 Because it doesn't try to remove anything by explicit version number, it
 won't have the sort of error you found.

Well actually the big difference is that you are using the list of installed 
packages from the kde-base category whereas he is using the complete list of 
packages in /usr/portage/kde-base and assuming that everyone of them have a 
3.4* version. He may not even have akode installed...

-- 
Bo Andresen


pgpmNRLLd0U7W.pgp
Description: PGP signature


Re: [gentoo-user] Unmerge KDE script

2006-06-22 Thread Dirk Heinrichs
Am Donnerstag, 22. Juni 2006 13:46 schrieb ext Mick:
 Hi All,

 I am trying to unmerge KDE 3.4 using the script below and it comes up
 with an error.

What about emerge --unmerge kde  emerge -a --depclean  
revdep-rebuild ?

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


pgpGGjRJzRx9F.pgp
Description: PGP signature


[gentoo-user] last exit patch

2006-06-22 Thread Arnau Bria

Hi,

I'm trying to install last-exit, a program to reproduce last.fm radio
and save streams. 

I got the ebuild (not in portage) from
http://dev.gentoo.org/~steev/files/overlays/thinkpad/media-sound/last-exit-0.2.ebuild
but it needs a patch called:

last-exit-save-song.patch

I don't have it and I find no references in the net

does anyone know anything abut it?

many thanks in advance.
--
Arnau Bria
http://blog.emergetux.net
Flanders, de nada sirve rezar: yo mismo acabo de hacerlo y los dos 
no vamos a ganar
~Homer J. Simpson~
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Unmerge KDE script

2006-06-22 Thread Neil Bothwick
On Thu, 22 Jun 2006 14:18:51 +0200, Bo Ørsted Andresen wrote:

 Well actually the big difference is that you are using the list of
 installed packages from the kde-base category whereas he is using the
 complete list of packages in /usr/portage/kde-base and assuming that
 everyone of them have a 3.4* version. He may not even have akode
 installed...

Ah yes, I missed that he was using /usr/portage instead of /var/db, it
never occurred to me that anyone would try to do that :(

I wasn't trying to use /usr/portage, I prefer to feed the currently
installed packages to emerge --prune, but your method looks good too.


-- 
Neil Bothwick

Tribble math: * + * = ***


signature.asc
Description: PGP signature


Re: [gentoo-user] Unmerge KDE script

2006-06-22 Thread Bo Ørsted Andresen
On Thursday 22 June 2006 15:03, Dirk Heinrichs wrote:
 What about emerge --unmerge kde  emerge -a --depclean 
 revdep-rebuild ?

This assumes that kde was the only package that he added to the world file. If 
he wants to do something like this the following would make more sense:

# emerge --clean --verbose --ask `awk -F/ '$1~/^kde-base$/{print}'  \
/var/lib/portage/world`  emerge --depclean --verbose --ask  \
revdep-rebuild --ignore --pretend -- --verbose

Also --unmerge instead of --clean (or --prune) would result in kde 3.5 to be 
removed too.

-- 
Bo Andresen


pgpMAQstumwz4.pgp
Description: PGP signature


[gentoo-user] qt3/4 confusion

2006-06-22 Thread krgn

hey,

I am trying to compile a program written in qt3 which apprently, 
according to the author, fails because it being compiled using version 4 
qmake. I checked and indeed qmake is from version 4, yet in my 
environment, the QTDIR variable is pointing to /usr/qt/3. Now that both 
confuses me and leaves me with the question on how to change the profile 
completely to qt3 for this compiliation. Has anyone a hint for me?


thanks,

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



Re: [gentoo-user] Unmerge KDE script

2006-06-22 Thread Mick

On 22/06/06, Bo Ørsted Andresen [EMAIL PROTECTED] wrote:

On Thursday 22 June 2006 15:03, Dirk Heinrichs wrote:
 What about emerge --unmerge kde  emerge -a --depclean 
 revdep-rebuild ?

This assumes that kde was the only package that he added to the world file. If
he wants to do something like this the following would make more sense:

# emerge --clean --verbose --ask `awk -F/ '$1~/^kde-base$/{print}'  \
/var/lib/portage/world`  emerge --depclean --verbose --ask  \
revdep-rebuild --ignore --pretend -- --verbose

Also --unmerge instead of --clean (or --prune) would result in kde 3.5 to be
removed too.


Thank you all for your replies.  I have not installed KDE 3.5 yet.  I
am just trying to remove monolithic 3.4 first.
--
Regards,
Mick

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Unmerge KDE script

2006-06-22 Thread Bo Ørsted Andresen
On Thursday 22 June 2006 15:31, Mick wrote:
 Thank you all for your replies.  I have not installed KDE 3.5 yet.  I
 am just trying to remove monolithic 3.4 first.

In that case you can replace --clean (or --prune) with --unmerge. You had a 
look at [1]?

The original error was because you didn't have akode installed. /var/db/pkg 
contains only the packages you have installed whereas /usr/portage contains 
everything. equery --list outputs only what you have installed by default.

Finally you should know that because kde is slotted you do not have to remove 
kde-3.4 before installing kde-meta-3.5. But you have to remove it before 
installing kde-meta-3.4. Monolithic and split packages block each other only 
within the same slot.

In general it helps to tell us what you want to achieve from the beginning. It 
enables us to tell you what you want to do rather that what you think you 
want to do. ;)

[1] http://www.gentoo.org/doc/en/kde-config.xml

-- 
Bo Andresen


pgp2DJg4utmu6.pgp
Description: PGP signature


[gentoo-user] MYSQL Comple Problem

2006-06-22 Thread Stephen

Hey all,
I have been trying to setup a virtual hosting system as per the wiki 
page (http://gentoo-wiki.com/HOWTO_Linux_Virtual_Hosting_Server).

However while running
   #emerge -n postfix
It will give me this message while compiling MYSQL.

   ./config.status: line 387: /bin/sh: Argument list too long
   ./config.status: line 387: /bin/sh: Success
   make: *** [config.status] Error 1
   make: *** Waiting for unfinished jobs

   !!! ERROR: dev-db/mysql-4.1.20 failed.
   !!! Function mysql_src_compile, Line 441, Exitcode 2

I don't know if this effects anything, but I am running distcc as it is 
a P2 box compiling.


Some stats, not sure if they will help:
   CFLAGS=-O2 -march=i686 -pipe
   CHOST=i686-pc-linux-gnu
   CXXFLAGS=${CFLAGS}
   MAKEOPTS=-j3
   FEATURES=distccd

Thanks in advance,
Stephen
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] last exit patch

2006-06-22 Thread ellotheth rimmwen

On 6/22/06, Arnau Bria [EMAIL PROTECTED] wrote:


I got the ebuild (not in portage) from
http://dev.gentoo.org/~steev/files/overlays/thinkpad/media-sound/last-exit-0.2.ebuild
but it needs a patch called:

last-exit-save-song.patch

I don't have it and I find no references in the net


maybe this?

http://fjortis.info/pub/last-exit-save-song.patch
http://raphael.slinckx.net/last-exit-save-song.patch

--
ellotheth rimmwen
* monjoy *
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] last exit patch

2006-06-22 Thread ellotheth rimmwen

On 6/22/06, ellotheth rimmwen [EMAIL PROTECTED] wrote:


last exit last.fm save-song patch


Uh, quotes not necessary. Sorry all, done spamming now.

--
ellotheth rimmwen
* monjoy *
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] last exit patch

2006-06-22 Thread ellotheth rimmwen

On 6/22/06, ellotheth rimmwen [EMAIL PROTECTED] wrote:


 I don't have it and I find no references in the net


Just for reference, here's the search (Google) I used:

last exit last.fm save-song patch

--
ellotheth rimmwen
* monjoy *
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Unmerge KDE script

2006-06-22 Thread Mick

On 22/06/06, Bo Ørsted Andresen [EMAIL PROTECTED] wrote:


In that case you can replace --clean (or --prune) with --unmerge. You had a
look at [1]?


One worked nicely thank you.  :-)


Finally you should know that because kde is slotted you do not have to remove
kde-3.4 before installing kde-meta-3.5. But you have to remove it before
installing kde-meta-3.4. Monolithic and split packages block each other only
within the same slot.


Thanks.  I know, but this is on a space constrained laptop.  Removing
3.4 altogether should do me nicely.


In general it helps to tell us what you want to achieve from the beginning. It
enables us to tell you what you want to do rather that what you think you
want to do. ;)


Not a good enough excuse, but was typing all this in-between meetings
at work today.  3.4 monolithic has now been removed and I am starting
to emerge 3.5 meta.
--
Regards,
Mick

--
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: MYSQL Comple Problem

2006-06-22 Thread Remy Blank
Stephen wrote:
 Some stats, not sure if they will help:
CFLAGS=-O2 -march=i686 -pipe
CHOST=i686-pc-linux-gnu
CXXFLAGS=${CFLAGS}
MAKEOPTS=-j3
FEATURES=distccd

Not the solution to your problem, but if you want to use distcc, your
FEATURES should be distcc and not distccd, AKAIK.

-- Remy


Remove underscore and suffix in reply address for a timely response.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] qt3/4 confusion

2006-06-22 Thread Alex Schuster
Karstn writes:

 I am trying to compile a program written in qt3 which apprently,
 according to the author, fails because it being compiled using version 4
 qmake. I checked and indeed qmake is from version 4, yet in my
 environment, the QTDIR variable is pointing to /usr/qt/3. Now that both
 confuses me and leaves me with the question on how to change the profile
 completely to qt3 for this compiliation. Has anyone a hint for me?

I am using a little shell function to change between various Qt  
versions (put it into ~/.bashrc if you like). I'm quite sure the  
library line is not necessary, but it doesn't hurt either and I kept  
it.

switchqt()
{
export QTDIR=$1
export PATH=$QTDIR/bin:$PATH
export LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH
}

switchqt /usr/qt/3 activates Qt 3 for this shell.

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



Re: [gentoo-user] last exit patch

2006-06-22 Thread Arnau Bria
On Thu, 22 Jun 2006 09:54:13 -0400
ellotheth rimmwen [EMAIL PROTECTED] wrote:

 On 6/22/06, Arnau Bria [EMAIL PROTECTED] wrote:

  last-exit-save-song.patch

 maybe this?
 
 http://fjortis.info/pub/last-exit-save-song.patch
 http://raphael.slinckx.net/last-exit-save-song.patch

Thanks, that's it.
Anyway, I contacted developer asking for the patch. He said that this
patch could be considered illegal in some countries, so I'm checking it
first.

Oh! I was looking for last-exit-save-song in google, so I found
nothig...

Cheers!


-- 
Arnau Bria
http://blog.emergetux.net
Flanders, de nada sirve rezar: yo mismo acabo de hacerlo y los dos 
no vamos a ganar
~Homer J. Simpson~
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] mplayer very slow in xfce4.39

2006-06-22 Thread Chuanwen Wu

Hi everybody!
My mplayer in gnome is OK! But after i switch to xfce4.39,everytime i
start it ,it will take me 1~2minutes,and can't do anything until it's
OK!
Is there anybody else having the same problem?


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



Re: [gentoo-user] Calculating world dependencies taking forever first time

2006-06-22 Thread Alexander Skwar

Benno Schulenberg wrote:

Walter Dnes wrote:

  I did an emerge --sync on my main machine, followed by
emerge --ask --deep --update --world --fetchonly.  It spent
several minutes at Calculating world dependencies, with the
spinner very slowly moving.  Eventually it ran.  Subsequent
calls to emerge ran at the usual speed I'm accustomed to.


You upgraded portage.  The einfos said to run 'emerge --metadata' 
first thing.


I'm also seeing this from time to time - emerge -Duvat world
just seems to take forever at the Calculating world dependencies
after I ran eix-sync which includes emerge --sync. And I haven't
updated portage. Any ideas?

I don't think it's a missing emerge --metadata, as the metadata
generation is included when running emerge --sync (Updating Portage
cache:  100%), isn't it?

Alexander Skwar
--
Never accept an invitation from a stranger unless he gives you candy.
-- Linda Festa
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xorg-x11 / setxkbmap masked

2006-06-22 Thread Hans Schou

 Hans Schou wrote:
 !!! All ebuilds that could satisfy =x11-apps/setxkbmap-1.0.1
 have been masked.
 !!! One of the following masked packages is required to complete
 your request:
 - x11-apps/setxkbmap-1.0.2 (masked by: ~x86 keyword)
 For more information, see MASKED PACKAGES section in the emerge
 man page or refer to the Gentoo Handbook.
 !!!(dependency required by x11-base/xorg-x11-7.0-r1
 [ebuild])

 I then tried to remove setxkbmap:

 No, you musn't remove setxkbmap, you must unmask it:
 echo x11-apps/setxkbmap ~x86 /etc/portage/package.keywords

Thanks, it's looking good. It is still compiling.
(my system is a Via 600MHz - so it will take som time)

Where can I read more about masked? I have questions like: Why use
unmask? Why not use unmask? If I unmask a package now, will that spoil the
same package later? etc.


/hans
-- 
Even if you hate images of text on the web, this tutorial...
  -- http://www.gimp.org/tutorials/

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Help with nvidia fake raid.

2006-06-22 Thread David Helstroom

Allan Spagnol Comar wrote:

Hi list,

I have been trying for 5 days now to install a gentoo system on a
nvidia mother board with fake raid, I already have a windows system on
the machine that needs the raid and I want to install gentoo on it.

I have followed instructions on
http://gentoo-wiki.com/HOWTO_Install_Gentoo_with_NVRAID_using_dmraid
I was succeeded on installing gentoo base system and grub :-), but,
when I boot the systems ask for real_root /dev/mapper/nv_ device

I had try the hard way, open a shell when it ask for real_root and on
/dev/mapper is just control.

I had try with genkernel and on the same situation on /dev/mapper/ has
control and my disk, but none of the partitions.

I am so close of making this work, but is really frustrating get stuck
in something like that for so long.

Thanks for attention, Allan


Hi Allan,

I believe I had pretty much the same problem as you, finding that the 
initial install went fine, but trying to boot with the new kernel (after 
using genkernel with the dmraid option) failed.


I found the issue lay with Linux kernel 2.6.16 - I read a post somewhere 
(which I have since lost track of) that hinted a bug/feature of 2.6.16 
meant some partitioning schemes would fail to be detected correctly 
under NVRaid. The solution for me (so far) has been to run 2.6.15, at 
least until 2.6.17 goes Gentoo-stable. In other words, I have masked 2.6.16.


Hope that helps,


   Dave.


smime.p7s
Description: S/MIME Cryptographic Signature


[gentoo-user] Emerging xinetd: big changes to config file

2006-06-22 Thread Kevin O'Gorman

The latest xinetd that I just emerged resulted in a large change to
/etc/xinetd.conf.  Not unusual, I suppose, but frankly it scares me a
bit.  I don't really understand the purpose of the changes and I'm
not sure of the consequences.

My solution was to back up the old version, and then install the
updated version (with etc-update).  However, I'm still nervous
about what will happen on the next reboot.  I do have to do that
from time to time.

I could figure this out, granted enough spare moments, but I'm
hoping there's someone out there who knows what's going on
just off the top of their head.

Is this update actually likely to change the behavior in any
ominous way?

++ kevin

--
Kevin O'Gorman, PhD
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: MYSQL Comple Problem

2006-06-22 Thread Stephen

Remy Blank wrote:

Not the solution to your problem, but if you want to use distcc, your
FEATURES should be distcc and not distccd, AKAIK.
  
I did that, thanks for telling me, and I am trying a recompile, it 
doesn't hurt.

Thanks for the response.
Is there any log files I can check for extended error messages?

Thanks,
Stephen
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Help with nvidia fake raid.

2006-06-22 Thread David Helstroom

David Helstroom wrote:

Allan Spagnol Comar wrote:

when I boot the systems ask for real_root /dev/mapper/nv_ device
I found the issue lay with Linux kernel 2.6.16 - I read a post 
somewhere (which I have since lost track of) that hinted a bug/feature 
of 2.6.16 meant some partitioning schemes would fail to be detected 
correctly under NVRaid. The solution for me (so far) has been to run 
2.6.15, at least until 2.6.17 goes Gentoo-stable. In other words, I 
have masked 2.6.16.


I found the link which could be relevant and give further information to 
Google around:

   https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=186842

The chief problem (at least in my case) was (taken from above link) is 
that 2.6.16 introduces the problem to this patch that limits dm-stripe 
to targets that are multiples of the chunk size. Depending on your RAID 
configuration, NVRAID could make use of dm-stripe, and thus you'll run 
into issues.


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] xorg-x11 / setxkbmap masked

2006-06-22 Thread Bo Ørsted Andresen
On Thursday 22 June 2006 17:26, Hans Schou wrote:
 Where can I read more about masked? 

I would suggest that you read part 2 and 3 from the handbook [1]. It really is
worthwhile.

 I have questions like: Why use 
 unmask? Why not use unmask? If I unmask a package now, will that spoil the
 same package later? etc.

As you can see in part 2, chapter 1.d [2] packages may be masked in different
ways depending on whether it is not tested sufficiently to go in the stable
branch, not tested at all or simply broken.

Obviously you are running the stable branch (x86). Modular X (including
setxkbmap) still belongs to the testing branch (~x86) so you probably followed
[3] at some time because you wanted modular X (X.org 7.x). The fact that you
said you couldn't run emerge world suggests that you have unmasked setxkbmap
in the past by a specific version that doesn't cover version 1.0.2. Hence you
may run into this problem for a lot of packages that belong to modular X as
they are upgraded to newer versions that your /etc/portage/package.keywords
doesn't unmask.

The reasoning for unmasking is of course that you want newer software than is
available in the stable branch and the reasoning for not doing it is that you
want stability. Since this is just in ~x86 it is not broken and a lot of us
are using it. It is, however, not in stable and therefore you shouldn't run it
unless you are prepared to accept, that it might break at some point.

[1] http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=2
[2] 
http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=2chap=1#doc_chap4
[3] http://www.gentoo.org/proj/en/desktop/x/x11/modular-x-howto.xml

-- 
Bo Andresen


pgpAiKpCgyi93.pgp
Description: PGP signature


[gentoo-user] OT - Mail question

2006-06-22 Thread Michael Sullivan
What do you make of this?  I found it in /var/log/messages:

Jun 22 10:59:15 bullet sm-mta[2558]: k5L4mNFw021664:
to=[EMAIL PROTECTED], delay=1+11:10:52, xdelay=00:03:09,
mailer=esmtp, pri=6425885, relay=mail.midamerica.com. [65.243.220.163],
dsn=4.0.0, stat=Deferred: Connection timed out with mail.midamerica.com.


There are several of these.  It looks to me as if someone is trying to
send mail to [EMAIL PROTECTED], but neither my wife nor I know
them, and we're the only espersunited.com users who use mail actively.
Has my mail system been compromised?

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Should I give up gentoo ?

2006-06-22 Thread Rumen Yotov
Allan Spagnol Comar wrote:
 Hi list, I had ask for some help with instaling nvraid with dmraid on
 a gentoo system yesterday and no one could or wanted to help me. Is
 there any kind soul that can help me solve the problem, or should I
 change to a distribution that this work . I love gentoo and I am
 using it for 2 and a half years now, never had a problem that the list
 could no help. I was wondering if none of the wise guys expirience the
 same problem.
 
 Thanks, Allan
 
Hi,
The only way to use RAID in your case (that i know of) is to have a
separate /boot partition (could also be as RAID1).
Swap is better outside RAID (but on both disks as failsafe measure).
IIRC in your case the RAID is already installed, you could get a third
small disk (or resize existing RAID,if possible at all - no experience).
nvraid is a software raid which depends on BIOS settings and
(frequently) a Win-driver to operate.
Read the articles on www.gentoo-wiki.com (Gentoo with NVRAID using
dmraid). Using RAID0 with nv2 and separate /boot partition.
As i have null RAID experience (just theory) someone else, here.
HTH.Rumen


smime.p7s
Description: S/MIME Cryptographic Signature


[gentoo-user] Does USB devices share bandwidth?

2006-06-22 Thread 张韡武
Hello. My old sparc server have a USB extension card, which provides two
USB slots at the back of the machine, driving a USB printer on Slot A.
This printer runs at heavy load. because it cannot print the documents
as fast as we need, I wish to add another printer. In most casese, we
need the two printer working together the same time rather then one
after the other.

The two USB slots provided by the USB card are both OHCI (some USB 1.x
stuff, not USB 2.0). So far it seems one single printer uses up all the
USB bandwidth (sometimes printer stop there several seconds wait for
signal). What would happen if I put another Printer there?

case A: the new printer uses the bandwidth on slot B, both run as fast
as if they were the only USB printer;
case B: the new printer share bandwidth with the old one, the result is
both printer work 1/2 fast, that is equal to not having bought another
printer at all.

Which one is true? 

Thanks in advance:)

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Does USB devices share bandwidth?

2006-06-22 Thread Jarry



case A: the new printer uses the bandwidth on slot B, both run as fast
as if they were the only USB printer;
case B: the new printer share bandwidth with the old one, the result is
both printer work 1/2 fast, that is equal to not having bought another
printer at all.

Which one is true? 


None, and both. Printer can not print as fast as you can pump data
through usb2 (480Mbps), unless you have some *really* expensive printer.
So even if you had 2 printers on usb, sharing common usb-bandwidth, you
could print much more documents in the same time, as with 1 printer...

Jarry

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] qt3/4 confusion

2006-06-22 Thread krgn

hey alex,

I used your instructions, and got a bit further yet there are still 
issues that seem to be contradictory. First of all, a snippet from the/ 
./configure /process:

/
checking whether QTDIR environment variable is set... /usr/qt/3
checking for Qt library... qt-mt
checking for Qt library version = 3.1.1... yes
checking for qmake... /usr/bin/qmake /but it looks in /usr/bin ??

that is certainly part of the problem, since the version there is from 
qt4 (/qmake --version -- 4.1.3/)

so this part of the make process certainly make more sense in that light:

/g++ -c -pipe -O2 -mtune=i686 -pipe -D_REENTRANT -Wall -W -fPIC 
-DQT_NO_DEBUG -D
QT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ 
-I. -I/u
sr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I.moc 
-I.ui -

o initfio.o initfio.cpp
/
so it basically includes qt4, which must lead to failure. The qmake from 
/usr/qt/3/bin returns to be, obviously, version 3. something is strange 
there, any idea?


thanks,

Karsten

Karstn writes:

  

I am trying to compile a program written in qt3 which apprently,
according to the author, fails because it being compiled using version 4
qmake. I checked and indeed qmake is from version 4, yet in my
environment, the QTDIR variable is pointing to /usr/qt/3. Now that both
confuses me and leaves me with the question on how to change the profile
completely to qt3 for this compiliation. Has anyone a hint for me?



I am using a little shell function to change between various Qt  
versions (put it into ~/.bashrc if you like). I'm quite sure the  
library line is not necessary, but it doesn't hurt either and I kept  
it.


switchqt()
{
export QTDIR=$1
export PATH=$QTDIR/bin:$PATH
export LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH

}

switchqt /usr/qt/3 activates Qt 3 for this shell.

Alex
  


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Does USB devices share bandwidth?

2006-06-22 Thread Caster
On 6/22/06, 张�|武 [EMAIL PROTECTED] wrote:
Hello. My old sparc server have a USB extension card, which provides twoUSB slots at the back of the machine, driving a USB printer on Slot A.This printer runs at heavy load. because it cannot print the documents
as fast as we need, I wish to add another printer. In most casese, weneed the two printer working together the same time rather then oneafter the other.The two USB slots provided by the USB card are both OHCI (some USB 
1.xstuff, not USB 2.0). So far it seems one single printer uses up all theUSB bandwidth (sometimes printer stop there several seconds wait forsignal). What would happen if I put another Printer there?case A: the new printer uses the bandwidth on slot B, both run as fast
as if they were the only USB printer;case B: the new printer share bandwidth with the old one, the result isboth printer work 1/2 fast, that is equal to not having bought anotherprinter at all.Which one is true?
Thanks in advance:)--gentoo-user@gentoo.org mailing listAccording to 
http://www.sounddevices.com/tech/usbbasics.htm if the ports are on the same controller, they share bandwith. It probably depends on the hardware if it provides controller for each port or not. I think mostly it's two ports per controller, but dunno how to determine it... From lspci, and lsusb I would think that in my case (nforce4ultra) it's only one controller, but to share 10 ports ? Nonsense. In windows it shows 5 devices, which would correspond with the idea of 2 ports per controller... but dunno how to see that in linux.
You could probably plug some usb flash storage in and perform transfers to see if it slows down the printing, to be sure :)Caster


Re: [gentoo-user] xorg-x11 / setxkbmap masked

2006-06-22 Thread Neil Bothwick
On Thu, 22 Jun 2006 17:26:49 +0200 (CEST), Hans Schou wrote:

  - x11-apps/setxkbmap-1.0.2 (masked by: ~x86 keyword)
  For more information, see MASKED PACKAGES section in the emerge
  man page or refer to the Gentoo Handbook.
  !!!(dependency required by x11-base/xorg-x11-7.0-r1
  [ebuild])
 
  I then tried to remove setxkbmap:

 Where can I read more about masked? I have questions like: Why use
 unmask? Why not use unmask? If I unmask a package now, will that spoil
 the same package later? etc.

You already have the answer to that question, it was in the original
error message.


-- 
Neil Bothwick

I have a spelling checker, it came with my Pea See;
It helps me too correct Miss Steaks eye mite knot sea.
I ran these versus threw it, yew mae bee pleased too no
Its word prefect in every weight; my spell cheque tolled me sew!


signature.asc
Description: PGP signature


Re: [gentoo-user] OT - Mail question

2006-06-22 Thread Uwe Thiem
On 22 June 2006 17:04, Michael Sullivan wrote:
 What do you make of this?  I found it in /var/log/messages:

 Jun 22 10:59:15 bullet sm-mta[2558]: k5L4mNFw021664:
 to=[EMAIL PROTECTED], delay=1+11:10:52, xdelay=00:03:09,
 mailer=esmtp, pri=6425885, relay=mail.midamerica.com. [65.243.220.163],
 dsn=4.0.0, stat=Deferred: Connection timed out with mail.midamerica.com.


 There are several of these.  It looks to me as if someone is trying to
 send mail to [EMAIL PROTECTED], but neither my wife nor I know
 them, and we're the only espersunited.com users who use mail actively.
 Has my mail system been compromised?

The mail in question is still lying around somewhere under /var/spool 
(depending on the MTA you are using). Find it and read it with an editor. 
That might give you a hint what is going on.

Also, read your MTA's log file to find out who has sent it.

Uwe

-- 
Mark Twain: I rather decline two drinks than a German adjective.
http://www.SysEx.com.na
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Help with nvidia fake raid.

2006-06-22 Thread Allan Spagnol Comar

Hi David, I will try downgrade the kernel, I will let you know if works.

On 6/22/06, David Helstroom [EMAIL PROTECTED] wrote:

David Helstroom wrote:
 Allan Spagnol Comar wrote:
 when I boot the systems ask for real_root /dev/mapper/nv_ device
 I found the issue lay with Linux kernel 2.6.16 - I read a post
 somewhere (which I have since lost track of) that hinted a bug/feature
 of 2.6.16 meant some partitioning schemes would fail to be detected
 correctly under NVRaid. The solution for me (so far) has been to run
 2.6.15, at least until 2.6.17 goes Gentoo-stable. In other words, I
 have masked 2.6.16.

I found the link which could be relevant and give further information to
Google around:
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=186842

The chief problem (at least in my case) was (taken from above link) is
that 2.6.16 introduces the problem to this patch that limits dm-stripe
to targets that are multiples of the chunk size. Depending on your RAID
configuration, NVRAID could make use of dm-stripe, and thus you'll run
into issues.






--
An application asked:
Requires Windows 9x, NT4 or better,
so I´ve installed Linux

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] KDE (mono to meta) migration

2006-06-22 Thread Bo Ørsted Andresen
On Thursday 22 June 2006 18:28, James wrote:
  have looked at threads on this issue from 12jun06
 and 2jun06
 and http://www.gentoo.org/doc/en/kde-split-ebuilds.xml.
 By the way, this doc is good for explaining the issues,
 but does not explain a clear method to perform the migration
 form mono to meta..

Did you look at [1] too?

 Is there an easy way to remove all of the kde packages before
 migration to kde-meta?

Sure. But it would remove packages that the meta packages depend on too. 
kde-base/kdelibs takes a long time to compile and hence shouldn't be removed 
as you still need it. Unless of course you need to upgrade it anyway. This 
might be feasible:

#cd /var/db/pkg  emerge -Cva `ls -d kde-base/* | grep -v -r 'kdelibs\|arts'`

It will remove everything in the kde-base category except kdelibs and arts. 
Make sure to check what it removes before doing it. It shouldn't be more than 
13 packages.

[SNIP]

 But if meta 
 is going away, like the monolithic kde packaging (eventually)
 I'd rather go straight to the split kde package system.
 Comments and Recommendations on kde-meta's future?

Why would you think the kde-meta aka the split packages would be going away? 
They certainly won't.

 emerge -atv kde-meta
 lists many packages and I'm too lazy to remove them all by
 hand

Actually there aren't a lot of monolithic packages. [1] lists them all in a 
box in section 2. If you have all of them you still need to remove only 13 
packages.

 These are the packages that would be merged, in reverse order:
 Calculating dependencies... done!
  .[blocks B     ] =kde-base/kdemultimedia-3.5* (is blocking
 kde-base/kaboodle-3.5.2) .[blocks B     ] =kde-base/kdemultimedia-3.5* (is
 blocking
 kde-base/kdemultimedia-kappfinder-data-3.5.2)

This tells you that kde-base/kdemultimedia blocks both kaboodle and 
kdemultimedia-kappfinder-data. You only need to remove the one package 
kdemultimedia. It just blocks a lot of packages that are pulled in by 
kde-meta.

[SNIP]

 From mono to split? Some gentoo/kde systems I manage will want
 to go to the split system or a few kde-meta packages and the
 rest of the kde(split) apps individually installed.

Do what I said above or just remove the few packages manually when they block 
something. There really aren't that many. emerging any split package will 
work just as well as the meta packages. You should only use the meta packages 
if you wan't everything.

[1] http://www.gentoo.org/doc/en/kde-config.xml

-- 
Bo Andresen


pgp4VXj0OtYVJ.pgp
Description: PGP signature


Re: [gentoo-user] qt3/4 confusion

2006-06-22 Thread Hemmann, Volker Armin
On Thursday 22 June 2006 15:27, krgn wrote:
 hey,

 I am trying to compile a program written in qt3 which apprently,
 according to the author, fails because it being compiled using version 4
 qmake. I checked and indeed qmake is from version 4, yet in my
 environment, the QTDIR variable is pointing to /usr/qt/3. Now that both
 confuses me and leaves me with the question on how to change the profile
 completely to qt3 for this compiliation. Has anyone a hint for me?

 thanks,

 KArstn

here is a quick and very dirty workaround. quickpackage qt4, unmerge qt4, 
install your app, emerge qt4 with usepkg
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT - Mail question

2006-06-22 Thread Michael Sullivan
On Thu, 2006-06-22 at 17:21 +0100, Uwe Thiem wrote:
 On 22 June 2006 17:04, Michael Sullivan wrote:
  What do you make of this?  I found it in /var/log/messages:
 
  Jun 22 10:59:15 bullet sm-mta[2558]: k5L4mNFw021664:
  to=[EMAIL PROTECTED], delay=1+11:10:52, xdelay=00:03:09,
  mailer=esmtp, pri=6425885, relay=mail.midamerica.com. [65.243.220.163],
  dsn=4.0.0, stat=Deferred: Connection timed out with mail.midamerica.com.
 
 
  There are several of these.  It looks to me as if someone is trying to
  send mail to [EMAIL PROTECTED], but neither my wife nor I know
  them, and we're the only espersunited.com users who use mail actively.
  Has my mail system been compromised?
 
 The mail in question is still lying around somewhere under /var/spool 
 (depending on the MTA you are using). Find it and read it with an editor. 
 That might give you a hint what is going on.
 
 Also, read your MTA's log file to find out who has sent it.
 
 Uwe
 
 -- 
 Mark Twain: I rather decline two drinks than a German adjective.
 http://www.SysEx.com.na

I found something that suggests that MAILER-DAEMON is trying to email
[EMAIL PROTECTED] to tell them that their spam has been rejected.
Probably sent by Mailman.  If I can find the original email, can I delet
it and make sendmail stop trying to send it?

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] KDE (mono to meta) migration

2006-06-22 Thread Neil Bothwick
On Thu, 22 Jun 2006 16:28:42 + (UTC), James wrote:

 Is there an easy way to remove all of the kde packages before
 migration to kde-meta?

See the thread form a couple of hours ago, but one easy way is

emerge -Ca $(ls /var/db/pkg/kde-base)

 I like having as many kde apps installed as possible. For me,
 it makes it easier to find cool (kde) softaware. But if meta 
 is going away, like the monolithic kde packaging (eventually) 
 I'd rather go straight to the split kde package system.

I think you have misunderstood the purpose of the meta packages. They are
simply empty packages that depend on various other packages. The old kde
package was a meta-package that depended on the various monolithic
builds, now there is a meta-package to replace each of the monolithic
builds that depends on the split packages. kde-meta depend on all the
split ebuilds.

 Comments and Recommendations on kde-meta's future?

The meta-packages won't be going away, they are even more important with
the split ebuilds. they aren't exclusive to KDE either; gnome,
gnome-light and xorg-x11-7* are all meta packages.


-- 
Neil Bothwick

Our bikinis are exciting. They are simply the tops.


signature.asc
Description: PGP signature


Re: [gentoo-user] OT: Any way to run files through procmail?

2006-06-22 Thread Farhan Ahmed
Jorge Almeida wrote:
 On Thu, 22 Jun 2006, Jamie wrote:
 The emails are sitting in individual files in a Maildir on the machine
 that should have processed them. Is there any way to run procmail over
 all of the messages in the Maildir so I don't have to manually forward
 each message back to myself so that procmail will process them when the
 come back in.
 
 procmail [-m /path/to/your/procmailrc]  /path/to/message
 
 This will deliver the message contained in the individual file
 /path/to/message. You'll have to iterate over all such files.

Will this work for mbox format as well?

Thanks in advance,
Farhan Ahmed
-- 
Place   :  Bangalore, Karnataka, India
GPG Key :  8BE90E98
WengoPhone ID   :  farhanahmed
IRC Nick:  farhanahmed / farhanahmed06 (irc.freenode.net)
Check Out   :  http://gentooisbest.blogspot.com


pgpk2VfmGCuIW.pgp
Description: PGP signature


[gentoo-user] Re: KDE (mono to meta) migration

2006-06-22 Thread James
Bo Ørsted Andresen bo.andresen at zlin.dk writes:

 
 On Thursday 22 June 2006 18:28, James wrote:
   have looked at threads on this issue from 12jun06
  and 2jun06
  and http://www.gentoo.org/doc/en/kde-split-ebuilds.xml.
  By the way, this doc is good for explaining the issues,
  but does not explain a clear method to perform the migration
  form mono to meta..
 
 Did you look at [1] too?
 
Yes, That solves how to install a new kde (mono, meta, split) but
does not really address cleanzing the sytem of all the old kde kruft.
I have stuff from kde 3.2, 3.3., 3.4 on some of my older systems.

Beside, my thoughts are to remove everthing and start from fresh, as
I seem to be tracking down a multitude of kde related trivial issues
on a variety of kde/gentoo systems I manage.


  Is there an easy way to remove all of the kde packages before
  migration to kde-meta?
 
 Sure. But it would remove packages that the meta packages depend on too. 
 kde-base/kdelibs takes a long time to compile and hence shouldn't be removed 
 as you still need it. Unless of course you need to upgrade it anyway. This 
 might be feasible:
 
 #cd /var/db/pkg  emerge -Cva `ls -d kde-base/* | grep -v -r 'kdelibs\|arts'`
 
 It will remove everything in the kde-base category except kdelibs and arts. 
 Make sure to check what it removes before doing it. It shouldn't be more than 
 13 packages.
 
 [SNIP]
 
  But if meta 
  is going away, like the monolithic kde packaging (eventually)
  I'd rather go straight to the split kde package system.
  Comments and Recommendations on kde-meta's future?
 
 Why would you think the kde-meta aka the split packages would be going away? 
 They certainly won't.
 
xfree_vs_xorg, dev_vs_udev,  and now kde seem to need major surgery
Historical experiences with Gentoo. Gentoo is great for the current
new stuff, but often, I'm learning and dealing with minutia, I would 
prefer to avoid. When I do avoid the gentoo minutia, I get burned,
like now having to move to meta or split. Granted, in the long run,
these migrations have been good, but it's still painful (time consuming)
 to walk the gentoo path, at times


 Actually there aren't a lot of monolithic packages. [1] lists them all in a 
 box in section 2. If you have all of them you still need to remove only 13 
 packages.

Well, but, on some systems, I have kde files from 3.2, 3.3 and 3.4 
and 3.5.2  now installed. I have a mess across 7 differnet gentoo
workstations. 

 
  These are the packages that would be merged, in reverse order:
  Calculating dependencies... done!
   .[blocks B ] =kde-base/kdemultimedia-3.5* (is blocking
  kde-base/kaboodle-3.5.2) .[blocks B ] =kde-base/kdemultimedia-3.5* (is
  blocking
  kde-base/kdemultimedia-kappfinder-data-3.5.2)
 
 This tells you that kde-base/kdemultimedia blocks both kaboodle and 
 kdemultimedia-kappfinder-data. You only need to remove the one package 
 kdemultimedia. It just blocks a lot of packages that are pulled in by 
 kde-meta.
 
 [SNIP]
 
  From mono to split? Some gentoo/kde systems I manage will want
  to go to the split system or a few kde-meta packages and the
  rest of the kde(split) apps individually installed.
 
 Do what I said above or just remove the few packages manually when they block 
 something. There really aren't that many. emerging any split package will 
 work just as well as the meta packages. You should only use the meta packages 
 if you wan't everything.
 
 [1] http://www.gentoo.org/doc/en/kde-config.xml
 
 I'll give it a whirl..

thx,

James






-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT - Mail question

2006-06-22 Thread Uwe Thiem
On 22 June 2006 18:37, Michael Sullivan wrote:

 I found something that suggests that MAILER-DAEMON is trying to email
 [EMAIL PROTECTED] to tell them that their spam has been rejected.
 Probably sent by Mailman.  If I can find the original email, can I delet
 it and make sendmail stop trying to send it?

I haven't used sendmail in ages (about 10 years). I don't remember how to do 
it cleanly.

Why don't you move to a modern MTA like exim, postfix, qmail or such?

Uwe

-- 
Mark Twain: I rather decline two drinks than a German adjective.
http://www.SysEx.com.na
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: KDE (mono to meta) migration

2006-06-22 Thread James
Neil Bothwick neil at digimed.co.uk writes:


  Is there an easy way to remove all of the kde packages before
  migration to kde-meta?

 See the thread form a couple of hours ago,

Awe, yes, Gmane runs very slow during the day (EST), 
I see this recent discussion.



 I think you have misunderstood the purpose of the meta packages. They are
 simply empty packages that depend on various other packages. The old kde
 package was a meta-package that depended on the various monolithic
 builds, now there is a meta-package to replace each of the monolithic
 builds that depends on the split packages. kde-meta depend on all the
 split ebuilds.


Yep, this explains quite a lot.

  Comments and Recommendations on kde-meta's future?

 The meta-packages won't be going away, they are even more important with
 the split ebuilds. they aren't exclusive to KDE either; gnome,
 gnome-light and xorg-x11-7* are all meta packages.


Thanks for the information, this clears things up for me

James




-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Emerging xinetd: big changes to config file

2006-06-22 Thread sternklang gentoo
Well, you might look at the recent changes section of their website and see what's listed there. And there's always man xinetd.conf to get a detailed explanation of what should be in the file. 
What version did you upgrade from/to? I really don't recall major changes recently, but I run a testing system so the changes may have happened a while back and if you're on stable you may only just be seeing them. Is it the placing of service files into /etc/xinetd.d that you are referring to?
On 6/22/06, Kevin O'Gorman [EMAIL PROTECTED] wrote:
However, I'm still nervousabout what will happen on the next reboot.I do have to do thatfrom time to time.++ kevin--Kevin O'Gorman, PhD--gentoo-user@gentoo.org
 mailing list-- sternklang[EMAIL PROTECTED]


Re: [gentoo-user] Does USB devices share bandwidth?

2006-06-22 Thread sternklang gentoo
Hi,If there are only two ports on the card, there is almost certainly a single hub controller on the card, so they would share the available bandwidth. That would be a max of 
12Mbits/second for 1.1.On 6/22/06, Caster [EMAIL PROTECTED] wrote:
On 6/22/06, 张�|武 [EMAIL PROTECTED]
 wrote:
Hello. My old sparc server have a USB extension card, which provides twoUSB slots at the back of the machine, driving a USB printer on Slot A.This printer runs at heavy load. because it cannot print the documents

as fast as we need, I wish to add another printer. In most casese, weneed the two printer working together the same time rather then oneafter the other.The two USB slots provided by the USB card are both OHCI (some USB 
1.xstuff, not USB 2.0). So far it seems one single printer uses up all theUSB bandwidth (sometimes printer stop there several seconds wait forsignal). What would happen if I put another Printer there?
case A: the new printer uses the bandwidth on slot B, both run as fast
as if they were the only USB printer;case B: the new printer share bandwidth with the old one, the result isboth printer work 1/2 fast, that is equal to not having bought anotherprinter at all.Which one is true?
Thanks in advance:)--gentoo-user@gentoo.org mailing list
According to 
http://www.sounddevices.com/tech/usbbasics.htm if the ports are on the same controller, they share bandwith. It probably depends on the hardware if it provides controller for each port or not. I think mostly it's two ports per controller, but dunno how to determine it... From lspci, and lsusb I would think that in my case (nforce4ultra) it's only one controller, but to share 10 ports ? Nonsense. In windows it shows 5 devices, which would correspond with the idea of 2 ports per controller... but dunno how to see that in linux.
You could probably plug some usb flash storage in and perform transfers to see if it slows down the printing, to be sure :)Caster
-- sternklang[EMAIL PROTECTED]


[gentoo-user] Re: Does USB devices share bandwidth?

2006-06-22 Thread James
张韡武 zhangweiwu at realss.com writes:


 Hello. My old sparc server have a USB extension card, which provides two
 USB slots at the back of the machine, driving a USB printer on Slot A.
 This printer runs at heavy load. because it cannot print the documents
 as fast as we need, I wish to add another printer. In most casese, we
 need the two printer working together the same time rather then one
 after the other.

 The two USB slots provided by the USB card are both OHCI (some USB 1.x
 stuff, not USB 2.0). So far it seems one single printer uses up all the
 USB bandwidth (sometimes printer stop there several seconds wait for
 signal). What would happen if I put another Printer there?

 case A: the new printer uses the bandwidth on slot B, both run as fast
 as if they were the only USB printer;
 case B: the new printer share bandwidth with the old one, the result is
 both printer work 1/2 fast, that is equal to not having bought another
 printer at all.

 Which one is true? 

USB is a 'multi drop' serial bus, like rs485. So if 2 devices on the same
usb bus use equal bandwidth, the bandwidth available will be less than
1/2 the standards stated throughput. There is always overhead, due to 
negotiations and arbitration on busses and any form of shared media.
Not all USB chips perform up to the usb 2.0 spefication, when robustly
benchmarked. (caveat emptor). Drivers and contention for I/O to
the kernel can be another common area for under optimiztion of USB.


Um you cannot tell how many usb chips and what version of usb they are running
by looking at the physical port. To discern more about the details of your 
usb hardware, ports, chips, busses and versions of usb those chips(firmware
support) you need to use some commands like:

lsusb  and lshw. (lspci and discover) also.

on one of my portables, lspci shows:

snip
00:03.0 USB Controller: Silicon Integrated Systems [SiS] 
USB 1.0 Controller (rev 0f)
00:03.1 USB Controller: Silicon Integrated Systems[SiS] 
USB 1.0 Controller (rev 0f)
00:03.2 USB Controller: Silicon Integrated Systems [SiS] 
USB 1.0 Controller (rev 0f)
00:03.3 USB Controller: Silicon Integrated Systems [SiS] 
USB 2.0 Controller
snip

Installing  the printers off of (2) separate USB busses that are indeed
usb 2.0 compliant should solve your problems. You might  need to use
different hardware discovery commands on a sparc architecure

hth,

James




-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: KDE (mono to meta) migration

2006-06-22 Thread Bo Ørsted Andresen
Just showing a couple of tricks.

On Thursday 22 June 2006 20:15, James wrote:
 Yes, That solves how to install a new kde (mono, meta, split) but
 does not really address cleanzing the sytem of all the old kde kruft.
 I have stuff from kde 3.2, 3.3., 3.4 on some of my older systems.

This removes everything in kde-base that is version 3.2, 3.3 or 3.4 (and
installed of course):

# cd /var/db/pkg  emerge -Cva kde-base/*-3.{2,3,4}*

  #cd /var/db/pkg  emerge -Cva `ls -d kde-base/* | grep -v -r \
  'kdelibs\|arts'`

One could add a version too so that only the newest version of kdelibs and
arts is kept since it is still required. Like this:

# cd /var/db/pkg  emerge -Cva  `ls kde-base | grep -v -r 
'kdelibs-3\.5\.3\|arts-3\.5\.3'`

 Beside, my thoughts are to remove everthing and start from fresh, as
 I seem to be tracking down a multitude of kde related trivial issues
 on a variety of kde/gentoo systems I manage.

This removes everything in kde-base. It's equivalent to Neils suggestion.

# cd /var/db/pkg  emerge -Cva kde-base/*

Also after removing old slots there may still be third party apps left that has
been compiled against the old versions. They need to be remerged after the new
version of kde has been emerged to compile them against the new version and
remove the old cruft in /usr/kde/3.4 etc.

This will show you what packages still have cruft in /usr/kde/3.2 - 3.4:

# find /usr/kde/3.{2,3,4} | xargs equery belongs | cat

Unmerge what you don't need or remerge (after emerging kde 3.5) what you still
need. When you are done with that the above command should give no output and
any files still in /usr/kde/3.2 - 3.4 can be safely deleted since they belong
to no package. Pay attention to what you do though. A revdep-rebuild before
this step will probably take care of most of this.

 xfree_vs_xorg, dev_vs_udev,  and now kde seem to need major surgery
 Historical experiences with Gentoo. Gentoo is great for the current
 new stuff, but often, I'm learning and dealing with minutia, I would
 prefer to avoid. When I do avoid the gentoo minutia, I get burned,
 like now having to move to meta or split. Granted, in the long run,
 these migrations have been good, but it's still painful (time consuming)
  to walk the gentoo path, at times

The split packages are replacing the monolithic. Not the other way around. And
KDE 4.x will get out next spring.

-- 
Bo Andresen


pgpCpEJCc04DU.pgp
Description: PGP signature


[gentoo-user] DVD Movie Ripping Issues

2006-06-22 Thread fire-eyes
Hello. I have decided to centralize all information regarding my issues. 
Basically I am looking for help with problems I am having ripping DVD movies 
I own.

If you are interested, please have a look at this. If it does not exist 
anymore, then I removed it, and I thank you for your interest. Be sure to 
refresh the page if you are going to reply.

Thanks!

http://fire-eyes.org/temp/dvd-ripping-issues.txt

-- 
When you walk across the fields with your mind pure and holy, then from
all the stones, and all growing things, and all animals, the sparks of
their soul come out and cling to you. And then they are purified, and
become a holy fire in you. -- Ancient Hasidic Saying
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Konqueror and javascript

2006-06-22 Thread Etaoin Shrdlu
After upgrading to kde 3.5.2, I noticed that simply going to 
http://www.microsoft.com :-) crashed konqueror consistently even on 
different machines.
Enabling javascript debug, I found that, before crashing, a javascript 
error was produced.
Then I did some tests to verify konqueror's javascript support status, 
and I found that lots of sites which use javascript are not working (or 
only partially working) with konqueror, while all seems well with 
firefox and ie.
Now, I have no special knowledge of javascript, so my question is: are 
these problems due (as happened some times in the past) to konqueror 
being too strict (and firefox and ie being more permissive) about 
javascript or, rather, is konqueror's javascript support that is buggy 
(although this sounds strange to me)?

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



Re: [gentoo-user] Calculating world dependencies taking forever first time

2006-06-22 Thread Benno Schulenberg
Alexander Skwar wrote:
 Benno Schulenberg wrote:
  Walter Dnes wrote:
  several minutes at Calculating world dependencies,
 
  You upgraded portage.  The einfos said to run 'emerge
  --metadata' first thing.

 I'm also seeing this from time to time - emerge -Duvat world
 just seems to take forever at the Calculating world
 dependencies after I ran eix-sync which includes emerge
 --sync. And I haven't updated portage. Any ideas?

You're still at portage-2.0.*?  The latest versions of those were 
known to be terribly slow at updating the cache.  Sometimes.  When 
there were lots of changes in the KDE stuff.

 I don't think it's a missing emerge --metadata, as the metadata
 generation is included when running emerge --sync (Updating
 Portage cache:  100%), isn't it?

Hrrrm.  Yes it was a missing emerge --metadata.  You will see when 
you upgrade.

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



[gentoo-user] Re: KDE (mono to meta) migration

2006-06-22 Thread James
Bo Ørsted Andresen bo.andresen at zlin.dk writes:


 This removes everything in kde-base that is version 3.2, 3.3 or 3.4 (and
 installed of course):

 # cd /var/db/pkg  emerge -Cva kde-base/*-3.{2,3,4}*

Used this one. I'd rather clean it all out (KDE) and start over.


 This removes everything in kde-base. It's equivalent to Neils suggestion.

 # cd /var/db/pkg  emerge -Cva kde-base/*

I then removed the monolithci packages by hand that are blocking
This is the command I used to see what is(was) blocking kde-meta:
emerge -uavDN kde-meta


 Also after removing old slots there may still be third party apps left that 
 has
 been compiled against the old versions. They need to be remerged after the new
 version of kde has been emerged to compile them against the new version and
 remove the old cruft in /usr/kde/3.4 etc.

 This will show you what packages still have cruft in /usr/kde/3.2 - 3.4:

 # find /usr/kde/3.{2,3,4} | xargs equery belongs | cat

Ok I'll do this after emerging kde-meta completes. I hope I was not suppose
to do this before 'emerge -uavDN kde-meta' 

Right now the (test) workstation is compiling kde-meta. When that is done,
I'll report back my results. This way, maybe other folks can have a
concise method to clean out the old kde kruft and get fresh kde-meta
or kde-split(dealer's choice...)

 Unmerge what you don't need or remerge (after emerging kde 3.5) what you still
 need. When you are done with that the above command should give no output and
 any files still in /usr/kde/3.2 - 3.4 can be safely deleted since they belong
 to no package. Pay attention to what you do though. A revdep-rebuild before
 this step will probably take care of most of this.

Before or after the emerge -uavDN kde-meta?


James




-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: KDE (mono to meta) migration

2006-06-22 Thread Bo Ørsted Andresen
On Thursday 22 June 2006 22:12, James wrote:
 Ok I'll do this after emerging kde-meta completes. I hope I was not suppose
 to do this before 'emerge -uavDN kde-meta' 

You weren't. Blocks are only within the same slot. In fact the split packages 
blocks only the monolithic package they belong to.

[SNIP]

  Unmerge what you don't need or remerge (after emerging kde 3.5) what you
  still need. When you are done with that the above command should give no
  output and any files still in /usr/kde/3.2 - 3.4 can be safely deleted
  since they belong to no package. Pay attention to what you do though. A
  revdep-rebuild before this step will probably take care of most of this.

 Before or after the emerge -uavDN kde-meta?

If you are removing stuff it doesn't matter. If you are remerging stuff it 
should be after. If you do it before it will be built against the old version 
again which is pretty pointless.

-- 
Bo Andresen


pgplhWMuJSLMA.pgp
Description: PGP signature


Re: [gentoo-user] Konqueror and javascript

2006-06-22 Thread Teresa and Dale
Etaoin Shrdlu wrote:

After upgrading to kde 3.5.2, I noticed that simply going to 
http://www.microsoft.com :-) crashed konqueror consistently even on 
different machines.
Enabling javascript debug, I found that, before crashing, a javascript 
error was produced.
Then I did some tests to verify konqueror's javascript support status, 
and I found that lots of sites which use javascript are not working (or 
only partially working) with konqueror, while all seems well with 
firefox and ie.
Now, I have no special knowledge of javascript, so my question is: are 
these problems due (as happened some times in the past) to konqueror 
being too strict (and firefox and ie being more permissive) about 
javascript or, rather, is konqueror's javascript support that is buggy 
(although this sounds strange to me)?

Thanks
  


I think I saw this a week or so ago on linuxquestions forums.  You may
want to check there too.  From what I have read, M$ does not use the
internet standard and web browsers that do seem to crash.

I recently ran into something similiar with shockwave on the disney
website. 

Dale
:-)  :-)
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] (kcminit failing, arts hanging)

2006-06-22 Thread Christian Panten
Am Mittwoch, 21. Juni 2006 16:07 schrieb Benno Schulenberg:
 Christian Panten wrote:
  after some update (I can't recognize with I made)

 Run 'genlop -u --list --date 2 days ago' to see what you updated in
 the last two days, or whenever you started noticing the problems.
 Anything alsa-like in there?

  1. Starting kde I get an error that kcminit failed.

 What does it say when started from the command line?

kdecore (KLibLoader): WARNING: KLibrary: /usr/kde/3.5/lib/kde3/kcm_kdnssd.so: 
undefined symbol: init_kdnssd


  2. My soundserver arts hangs.

 Using full CPU?

No... I does not start. Sorry for wrong description.


  I notify that I get an warning while configuration some kde
  packages:

 It's a warning, not an error.  It can be ignored.

  CONFIG_PROTECT=/etc /usr/kde/3.4/env /usr/kde/3.4/share/config
  /usr/kde/3.4/shutdown /usr/kde/3.5/env /usr/kde/3.5/share/config
  /usr/kde/3.5/shutdown /usr/lib/X11/xkb /usr/share/config

 You still have kde-3.4 stuff installed while using 3.5?  Find it all
 and remove it.  Especially kdepaths-3.4 from /etc/env.d/, then run
 env-update, and re-login.


I have removed all kde 3.4 stuff but it does not work yet.

  PORTDIR_OVERLAY=/usr/local/portage/myoverlay
  /usr/local/portage/gentoo.de
  /usr/local/portage/spyderous/overlay

 How about unsetting PORTDIR_OVERLAY and trying an 'emerge -Du world'
 to see if that cures it?




 Benno

-- 


Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xorg-x11 / setxkbmap masked

2006-06-22 Thread Benno Schulenberg
Bo Ørsted Andresen wrote:
 Hence you may run into this problem for a lot of packages that
 belong to modular X as they are upgraded to newer versions that
 your /etc/portage/package.keywords doesn't unmask.

Hmm...  Does package.keywords allow to keyword specific versions of 
a package?  Not here.  When trying it, it says: --- Invalid atom 
in /etc/portage/package.keywords.  (Portage-2.1-r1.)

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



Re: [gentoo-user] Does USB devices share bandwidth?

2006-06-22 Thread Richard Fish

On 6/22/06, 张�|武 [EMAIL PROTECTED] wrote:

The two USB slots provided by the USB card are both OHCI (some USB 1.x
stuff, not USB 2.0). So far it seems one single printer uses up all the
USB bandwidth (sometimes printer stop there several seconds wait for
signal).


Are you *sure* this is due to USB bandwidth?  Many printers have to do
internal processing of the document before they start printing, and
depending upon the complexity of the document, I've seen printers take
several seconds to several minutes to print each page.  Simple text
documents are usually fast, but complex graphics can take a long time.

You might be better off upgrading to a single workgroup-class
network-enabled printer.

-Richard

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Konqueror and javascript

2006-06-22 Thread Alexander Kirillov
Now, I have no special knowledge of javascript, so my question is: are 
these problems due (as happened some times in the past) to konqueror 
being too strict (and firefox and ie being more permissive) about 
javascript or, rather, is konqueror's javascript support that is buggy 
(although this sounds strange to me)?


Konqueror doesn't handle some complex scripts wery well.
Use any mozilla clone or ie. Even opera's doing better nowadays.
Sasha

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] (kcminit failing, arts hanging)

2006-06-22 Thread Benno Schulenberg
Christian Panten wrote:
 kdecore (KLibLoader): WARNING: KLibrary:
 /usr/kde/3.5/lib/kde3/kcm_kdnssd.so: undefined symbol:
 init_kdnssd

$ equery belongs kcm_kdnssd.so
[ Searching for file(s) kcm_kdnssd.so in *... ]
kde-base/kcontrol-3.5.3-r1 (/usr/kde/3.5/lib/kde3/kcm_kdnssd.so)

Re-emerge kcontrol and see if that helps.  Also run 
a 'revdep-rebuild -p' to check that the rest of linking is okay.

Please configure your mailer to not remove the References:-header.  
Your reply is showing up as a new thread.

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



Re: [gentoo-user] Should I give up gentoo ?

2006-06-22 Thread maxim wexler
gentoo is vast. I've been at it for nearly two years
and I still only grok a tiny fraction of it. Get
ubuntu, breezy is the version I'm familiar with, and
do a generic install. Let it choose kernel config,
module config, fstab etc. Then you can compare and
contrast and your linux enlightenment will surely grow
:)

--- Allan Spagnol Comar [EMAIL PROTECTED] wrote:

 Hi list, I had ask for some help with instaling
 nvraid with dmraid on
 a gentoo system yesterday and no one could or wanted
 to help me. Is
 there any kind soul that can help me solve the
 problem, or should I
 change to a distribution that this work . I love
 gentoo and I am
 using it for 2 and a half years now, never had a
 problem that the list
 could no help. I was wondering if none of the wise
 guys expirience the
 same problem.
 
 Thanks, Allan
 
 -- 
 An application asked:
 Requires Windows 9x, NT4 or better,
 so I´ve installed Linux
 
 -- 
 gentoo-user@gentoo.org mailing list
 
 


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



Re: [gentoo-user] xorg-x11 / setxkbmap masked

2006-06-22 Thread Neil Bothwick
On Thu, 22 Jun 2006 22:47:55 +0200, Benno Schulenberg wrote:

 Hmm...  Does package.keywords allow to keyword specific versions of 
 a package?  Not here.  When trying it, it says: --- Invalid atom 
 in /etc/portage/package.keywords.  (Portage-2.1-r1.)

It works here. Did you forget the leading '='?


-- 
Neil Bothwick

Evolution stops when stupidity is no longer fatal!


signature.asc
Description: PGP signature


Re: [gentoo-user] Konqueror and javascript

2006-06-22 Thread Raymond Lewis Rebbeck
On Friday, 23 June 2006 6:01, Etaoin Shrdlu wrote:
 After upgrading to kde 3.5.2, I noticed that simply going to
 http://www.microsoft.com :-) crashed konqueror consistently even on
 different machines.
 Enabling javascript debug, I found that, before crashing, a javascript
 error was produced.
 Then I did some tests to verify konqueror's javascript support status,
 and I found that lots of sites which use javascript are not working (or
 only partially working) with konqueror, while all seems well with
 firefox and ie.
 Now, I have no special knowledge of javascript, so my question is: are
 these problems due (as happened some times in the past) to konqueror
 being too strict (and firefox and ie being more permissive) about
 javascript or, rather, is konqueror's javascript support that is buggy
 (although this sounds strange to me)?

 Thanks

The microsoft.com crashing is a known problem that is fixed in kde 3.5.3.

http://bugs.kde.org/show_bug.cgi?id=128595

-- 
Raymond Lewis Rebbeck
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Does USB devices share bandwidth?

2006-06-22 Thread Teresa and Dale
Richard Fish wrote:

 On 6/22/06, 张�|武 [EMAIL PROTECTED] wrote:

 The two USB slots provided by the USB card are both OHCI (some USB 1.x
 stuff, not USB 2.0). So far it seems one single printer uses up all the
 USB bandwidth (sometimes printer stop there several seconds wait for
 signal).


 Are you *sure* this is due to USB bandwidth? Many printers have to do
 internal processing of the document before they start printing, and
 depending upon the complexity of the document, I've seen printers take
 several seconds to several minutes to print each page. Simple text
 documents are usually fast, but complex graphics can take a long time.

 You might be better off upgrading to a single workgroup-class
 network-enabled printer.

 -Richard


I too have noticed mine being really slow when doing pictures or some
complex graphics. Many people think printers are dumb but they still do
a lot of processing. If the printer is old, you may want to see if you
can upgrade the memory in it or just get you a newer printer. I have
seen increasing the memory help a lot but it still depends on what you
are doing and the speed of the processor.

Is there a tool to monitor the use of USB ports? Maybe then he can see
if it is the printer or the network. Maybe he already has done this and
I missed it.

Dale
:-) :-)
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Konqueror and javascript

2006-06-22 Thread Richard Fish

On 6/22/06, Etaoin Shrdlu [EMAIL PROTECTED] wrote:

After upgrading to kde 3.5.2, I noticed that simply going to
http://www.microsoft.com :-) crashed konqueror consistently even on
different machines.


Hmm, I didn't seem to have such issues running 3.5.2 (now 3.5.3.).
What do you have under Browser Identification for Konqueror
configuration?  This can have an effect as to what javascript a web
site sends to your browser to execute, and what it expects your
browser/platform to be capable of.

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



Re: [gentoo-user] xorg-x11 / setxkbmap masked

2006-06-22 Thread Bo Ørsted Andresen
On Thursday 22 June 2006 22:47, Benno Schulenberg wrote:
 Bo Ørsted Andresen wrote:
  Hence you may run into this problem for a lot of packages that
  belong to modular X as they are upgraded to newer versions that
  your /etc/portage/package.keywords doesn't unmask.

 Hmm...  Does package.keywords allow to keyword specific versions of
 a package?  Not here.  When trying it, it says: --- Invalid atom
 in /etc/portage/package.keywords.  (Portage-2.1-r1.)

Then I have no explanation for what happened so you can just disregard the 
above statement. And yes does allow it. Whether it is a good idea is a 
different question. I already gave you a link to the handbook. This 
particular feature is covered in part 3, chapter 3. It's also covered in `man 
portage`.

[1] http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=3chap=3

-- 
Bo Andresen


pgp4XLq0KqDBU.pgp
Description: PGP signature


Re: [gentoo-user] xorg-x11 / setxkbmap masked

2006-06-22 Thread Teresa and Dale
Benno Schulenberg wrote:

Bo Ørsted Andresen wrote:
  

Hence you may run into this problem for a lot of packages that
belong to modular X as they are upgraded to newer versions that
your /etc/portage/package.keywords doesn't unmask.



Hmm...  Does package.keywords allow to keyword specific versions of 
a package?  Not here.  When trying it, it says: --- Invalid atom 
in /etc/portage/package.keywords.  (Portage-2.1-r1.)

Benno
  


I think you have to add it without the =,  or  in package.keywords
then add the specific version to the package.mask file.

Hope that helps and is correct.

Dale
:-) :-)
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: KDE (mono to meta) migration

2006-06-22 Thread Mick

On 22/06/06, Bo Ørsted Andresen [EMAIL PROTECTED] wrote:


This will show you what packages still have cruft in /usr/kde/3.2 - 3.4:

# find /usr/kde/3.{2,3,4} | xargs equery belongs | cat


It aborts on mine:
==
# find /usr/kde/3.{2,3,4} | xargs equery belongs | cat
find: /usr/kde/3.2: No such file or directory
find: /usr/kde/3.3: No such file or directory
find: /usr/kde/3.4: No such file or directory
List all packages owning a particular set of files

Note: Normally, only one package will own a file. If multiple packages
own the same file, it usually consitutes a problem, and should be
reported.

Syntax:
 belongs local-opts filename
local-opts is either of:
 -c, --category cat - only search in category cat
 -f, --full-regex   - supplied query is a regex
 -e, --earlyout - stop when first match is found
 -n, --name-only- don't print the version.
xargs: equery: exited with status 255; aborting
==

What gives?
--
Regards,
Mick

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: KDE (mono to meta) migration

2006-06-22 Thread Bo Ørsted Andresen
On Thursday 22 June 2006 23:48, Mick wrote:
 It aborts on mine:
 ==
 # find /usr/kde/3.{2,3,4} | xargs equery belongs | cat
 find: /usr/kde/3.2: No such file or directory
 find: /usr/kde/3.3: No such file or directory
 find: /usr/kde/3.4: No such file or directory
 List all packages owning a particular set of files

Obviously you don't have any cruft from 3.2, 3.3 or 3.4 on that system. So all 
is good.

-- 
Bo Andresen


pgpz24S9aTaQM.pgp
Description: PGP signature


Re: [gentoo-user] Konqueror and javascript

2006-06-22 Thread Mick

On 22/06/06, Richard Fish [EMAIL PROTECTED] wrote:

On 6/22/06, Etaoin Shrdlu [EMAIL PROTECTED] wrote:
 After upgrading to kde 3.5.2, I noticed that simply going to
 http://www.microsoft.com :-) crashed konqueror consistently even on
 different machines.

Hmm, I didn't seem to have such issues running 3.5.2 (now 3.5.3.).
What do you have under Browser Identification for Konqueror
configuration?  This can have an effect as to what javascript a web
site sends to your browser to execute, and what it expects your
browser/platform to be capable of.


Still running 3.5.2 and can confirm that the M$ bug works flawlessly ;-)

However, if you go to Browser Identification tab and untick the box
Add operating system name it does not crash anymore.
--
Regards,
Mick
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Konqueror and javascript

2006-06-22 Thread Teresa and Dale
Mick wrote:

 On 22/06/06, Richard Fish [EMAIL PROTECTED] wrote:

 On 6/22/06, Etaoin Shrdlu [EMAIL PROTECTED] wrote:
  After upgrading to kde 3.5.2, I noticed that simply going to
  http://www.microsoft.com :-) crashed konqueror consistently even on
  different machines.

 Hmm, I didn't seem to have such issues running 3.5.2 (now 3.5.3.).
 What do you have under Browser Identification for Konqueror
 configuration?  This can have an effect as to what javascript a web
 site sends to your browser to execute, and what it expects your
 browser/platform to be capable of.


 Still running 3.5.2 and can confirm that the M$ bug works flawlessly ;-)

 However, if you go to Browser Identification tab and untick the box
 Add operating system name it does not crash anymore.


M$ hates Linux that bad huh.  I knew it was true.  LOL

Dale
:-)  :-)
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: KDE (mono to meta) migration

2006-06-22 Thread Mick

On 22/06/06, Bo Ørsted Andresen [EMAIL PROTECTED] wrote:


Obviously you don't have any cruft from 3.2, 3.3 or 3.4 on that system. So all
is good.


Phew!  :-))

Thanks for the nice tips!  I have bookmarked it.
--
Regards,
Mick

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xorg-x11 / setxkbmap masked

2006-06-22 Thread Benno Schulenberg
Bo Ørsted Andresen wrote:
 On Thursday 22 June 2006 22:47, Benno Schulenberg wrote:
  Hmm...  Does package.keywords allow to keyword specific
  versions of a package?

Darn.  It does when using =.  I've always thought it didn't.

 Whether it is a good idea is a different question.

Yes, it is a good idea.  Sometimes I want to install a specific 
version, whether masked or not, and after that go back to tracking 
stable.  Now I don't have to keep watching the package and remove 
it from package.keywords when it becomes stable.

 This particular feature is covered in part 3, chapter 3.

And looking in CVS it was there already in 2004.  I must have 
misread it then, or done something wrong, which made me assume = 
didn't work in package.keywords.

 It's also covered in `man portage`.

But there it doesn't say anything about = in the package.keywords 
section.  It could use an extra example there.

Now off to some editing in /etc/portage/.

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



Re: [gentoo-user] xorg-x11 / setxkbmap masked

2006-06-22 Thread Bo Ørsted Andresen
On Friday 23 June 2006 00:22, Benno Schulenberg wrote:
 Yes, it is a good idea.  Sometimes I want to install a specific
 version, whether masked or not, and after that go back to tracking
 stable.  Now I don't have to keep watching the package and remove
 it from package.keywords when it becomes stable.

If you specify something like this:

=x11-apps/setxkbmap-1.0.2

and version 1.0.2-r1 comes out with a bug fix or a security fix. Then you 
won't get the fix. That can be solved with either one of the following:

=x11-apps/setxkbmap-1.0*
=x11-apps/setxkbmap-1.0.2*
~x11-apps/setxkbmap-1.0.2

The following won't work, however:

~x11-apps/setxkbmap-1.0

But then what happens when 1.0.3 or 1.1* comes out and fixes something 
important? Some think of this as a big issue. There is disagreement about the 
importance of this even among the Gentoo developers (big surprise... ;) ). 
Not all security fixes become a glsa (Gentoo Linux Security Advice).

-- 
Bo Andresen


pgpA1xsV0I9Db.pgp
Description: PGP signature


[gentoo-user] New portage adds USE description

2006-06-22 Thread Richard Broersma Jr
Would anyone be so kind as to point out any documentation that explain the new 
features of Portage
2.1.

I am primary enterested in the USE= ...  string that I see when I:

emerge --update --pretend world

Thanks for any answers.

Regards,

Richard Broersma Jr.
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Best CFLAGS

2006-06-22 Thread Thiago Lüttig
Hi folks, I have an Athlon XP 2600+ with 512MB of RAM and I was wondering about the best CFLAGS to make my executables run-like-hell :).Does anyone have a machine like this ?? I just can't stand windows XP anymore on my home box, but i want to put my future gentoo box run faster than a lightning(or something like that :] )
Thanx.-- __Atenciosamente,Thiago LüttigMSN: [EMAIL PROTECTED]ICQ: 194392373__


Re: [gentoo-user] Gentoo system crumbling, reports of gcc death

2006-06-22 Thread Kevin O'Gorman

Thanks for all your effort, Richard.  It turns out to have been operator error
all along.  There's an old addition to my /etc/make.conf that adds the offending
LDFLAGS stuff, with a note that it was inspired by a thread in this list.  Sigh.
If I had continued reading the thread for a few more days back then, I would
have saved myself this trouble, as some wiser folks made it clear why this
was bad.  Odd that only the one package was clobbered by this.

Oh, well...

++ kevin

On 6/14/06, Richard Fish [EMAIL PROTECTED] wrote:

On 6/14/06, Kevin O'Gorman [EMAIL PROTECTED] wrote:
 I would guess you're out of ideas then, except in desperation, I tried
 looking for just part
 of that: -W1 and came up with some stuff I hope will further inspire you:

Nope, all of that is normal...

 But before you go breaking a braincell on this, realize that the
 ebuild became moot yesterday
 when I was able to create a binary package from a backup image and
 install it on the running
 image.  So pursuing this may be wasted effort.  The package is very
 old after all.

Well let me take this opportunity to apologize for not giving you
directions on how to work around this problem.  Getting around it
probably would have been fairly simple...I think an 'LDFLAGS= emerge
--oneshot glib-1.2.10-r5' might have done it.

I am still concerned though, since we don't know where those flags
were coming from, they may return to bite you again.

 kdevelop won't emerge because it winds up needing a *.h file that does
 not exist, in a *.cpp file that is itself built from a *.ui file.  It
 strikes me that this one's gonna have a huge learning curve (for me at
 least).

Sounds like a pretty common problem with MAKEOPTS=-jN (N1).  What can
happen with a parallel make is that if one step needs a file that is
generated by another step, it can start executing before the file is
complete generated by the other step.  The flow looks something like:

thread-a: generating foo.h and foo.cpp from foo.ui...
thread-b: waiting for foo.h and foo.cpp to make foo.o...
thread-a: writing to foo.h and foo.cpp...
thread-b: compiling foo.o from foo.cpp...
thread-b: ERROR compiling foo.cpp!
thread-a: finished writing to foo.h and foo.cpp...

Makefiles have to be specially written to properly avoid the above scenario...

The workaround is to 'MAKEOPTS=-j1 emerge --oneshot kdevelop'

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





--
Kevin O'Gorman, PhD
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] New portage adds USE description

2006-06-22 Thread Bo Ørsted Andresen
On Friday 23 June 2006 01:31, Richard Broersma Jr wrote:
 Would anyone be so kind as to point out any documentation that explain the
 new features of Portage 2.1.

 I am primary enterested in the USE= ...  string that I see when I:

Have a look at the first section in [1] and [2]. Note the references to 
release notes and news file in [2]. If this doesn't answer your question feel 
free to clarify your question.

[1] http://www.gentoo.org/news/en/gwn/20060116-newsletter.xml
[2] http://www.gentoo.org/news/en/gwn/20060612-newsletter.xml

-- 
Bo Andresen


pgpsR7anilTq6.pgp
Description: PGP signature


Re: [gentoo-user] Best CFLAGS

2006-06-22 Thread Raymond Lewis Rebbeck
On Friday, 23 June 2006 9:04, Thiago Lüttig wrote:
 Hi folks, I have an Athlon XP 2600+ with 512MB of RAM and I was wondering
 about the best CFLAGS to make my executables run-like-hell :).
 Does anyone have a machine like this ?? I just can't stand windows XP
 anymore on my home box, but i want to put my future gentoo box run faster
 than a lightning(or something like that :]  )
 Thanx.

The best cflags are those on the safe cflags list at:

http://gentoo-wiki.com/Safe_Cflags

If you use stupid cflags you will most probably encounter serious breakage and 
simply be told to revert to the safe cflags and emerge world before you 
receive much help.

Packages that benefit greatly from certain cflags usually override your cflags 
with better ones in the ebuild. For example I believe xine-lib will force -O3 
regardless of what you specify in make.conf.

-- 
Raymond Lewis Rebbeck

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Best CFLAGS

2006-06-22 Thread ArYiX
2006/6/22, Thiago Lüttig [EMAIL PROTECTED]:

Hi folks, I have an Athlon XP 2600+ with 512MB of RAM and I was wondering about the best CFLAGS to make my executables run-like-hell :).Does anyone have a machine like this ?? I just can't stand windows XP anymore on my home box, but i want to put my future gentoo box run faster than a lightning(or something like that :] ) 
Thanx.


Best for what?


-march=athlon-xp -mtune=athlon-xp -O2 -pipe

is safe and give you a great performance

i use thisCFLAGSfor a similar machine Athlon XP 2600 (core Barton)--aryix


Re: [gentoo-user] Best CFLAGS

2006-06-22 Thread Teresa and Dale
ArYiX wrote:

 2006/6/22, Thiago Lüttig [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]:

 Hi folks, I have an Athlon XP 2600+ with 512MB of RAM and I was
 wondering about the best CFLAGS to make my executables
 run-like-hell :).
 Does anyone have a machine like this ?? I just can't stand windows
 XP anymore on my home box, but i want to put my future gentoo box
 run faster than a lightning(or something like that :]  )
 Thanx.

  
  
 Best for what?
  
  
 -march=athlon-xp -mtune=athlon-xp -O2 -pipe
  
 is safe and give you a great performance
  
 i use this CFLAGS for a similar machine Athlon XP 2600 (core Barton)

 --aryix


I have been using this one for quite a while now and no problems yet anyway.

 CFLAGS=-march=athlon-xp -O2 -fomit-frame-pointer
 -momit-leaf-frame-pointer -fno-ident -pipe


I got it from here: 
http://forums.gentoo.org/viewtopic-p-2314776.html#2314776  We have
pretty similiar rigs.  AMD 2500+ with 1GB of ram. 

Hope that helps

Dale
:-)  :-)

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] New portage adds USE description

2006-06-22 Thread sternklang gentoo
There's a sticky forum thread that includes some information and links to several other sources as well: http://forums.gentoo.org/viewtopic-t-471357.html
On 6/22/06, Bo Ørsted Andresen [EMAIL PROTECTED] wrote:
On Friday 23 June 2006 01:31, Richard Broersma Jr wrote: Would anyone be so kind as to point out any documentation that explain the new features of Portage 2.1.-- sternklang
[EMAIL PROTECTED]


Re: [gentoo-user] New portage adds USE description

2006-06-22 Thread Richard Broersma Jr
 Have a look at the first section in [1] and [2]. Note the references to 
 release notes and news file in [2]. If this doesn't answer your question feel 
 free to clarify your question.
 [1] http://www.gentoo.org/news/en/gwn/20060116-newsletter.xml
 [2] http://www.gentoo.org/news/en/gwn/20060612-newsletter.xml

Thanks for the links.  They explained alot.  I now understand what is meant by 
the USE parameters
and the minus use parameters. But I have a few additional questions.

For example: from emerge -DuvpN world
net-im/gaim-1.5.0  USE=eds nls perl spell tcltk* -cjk -debug -gnutls -krb4 
-minimal% -nas -silc
0 kB

Is there any significance to the USE color codes:
RED:eds, nls, perl, spell
GREEN:  tcltk*
BLUE:   -cjk, -debug, -gnutls, -krb4, -nas, -silc
YELLOW: -minimal%

And also, is there any significance to * and %
tcltk*
-minimal%

Thanks for the your input.

Regards,

Richard Broersma Jr.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Best CFLAGS

2006-06-22 Thread Hemmann, Volker Armin
On Friday 23 June 2006 02:20, ArYiX wrote:
 2006/6/22, Thiago Lüttig [EMAIL PROTECTED]:
  Hi folks, I have an Athlon XP 2600+ with 512MB of RAM and I was wondering
  about the best CFLAGS to make my executables run-like-hell :).
  Does anyone have a machine like this ?? I just can't stand windows XP
  anymore on my home box, but i want to put my future gentoo box run faster
  than a lightning(or something like that :]  )
  Thanx.

 Best for what?


 -march=athlon-xp -mtune=athlon-xp -O2 -pipe

 is safe and give you a great performance

tröööt.

If you use march, mtune is superflous ;)

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Should I give up gentoo ?

2006-06-22 Thread Jerry McBride
On Thursday 22 June 2006 10:55, Allan Spagnol Comar wrote:
 Hi list, I had ask for some help with instaling nvraid with dmraid on
 a gentoo system yesterday and no one could or wanted to help me. Is
 there any kind soul that can help me solve the problem, or should I
 change to a distribution that this work . I love gentoo and I am
 using it for 2 and a half years now, never had a problem that the list
 could no help. I was wondering if none of the wise guys expirience the
 same problem.

 Thanks, Allan


Two and a half years???

Allan... ever heard of GOOGLE?

Enter Google search for: gentoo nvraid

Results 1 - 20 of about 382 English pages for nvraid gentoo. (0.30 seconds) 

Top result:
http://gentoo-wiki.com/HOWTO_Install_Gentoo_with_NVRAID_using_dmraid

Hmmm... exactly what you need.

Have fun.




-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: Does USB devices share bandwidth?

2006-06-22 Thread 张韡武
Thank you for all the answers so far:)

Jarry explained the bandwidth a printer consume cannot be too high for
USB 2.0 slots. This knowledge is very helpful, however at this moment
the sparc box only have USB 1.x slot, driven by ohci, as I explained.

Richard Fish kindly explained the mechanism behind print processing, a
printer make take a lot of time to process the data already sent. In my
case I completely forgot to mension I was using inkjets, the inkjet
takes rastered image data produced by GutenPrint. Thus I assume most
image processing is done on the print server, which is usually at 30%
load when printing, that means it should be able to handle another
printer.

Richard also suggested upgrading to a network printer, so far it is a
very good solution too for my case.

I think James provided most helpful information for my case, and thank
you for so detailed and careful explanation. As he suggested I try to
look for more hadwar data. It turns that my USB device is not USB 2.0
but I also noticed the two USB slots have diferent membase and IRQ.

I wish to compare the sparc station with my desktop. On my x86 desktop
there are 4 USB slots, dmesg shows that two UHCI device discovered,
further on each device, a uhub of two slots are discovered. From my
understanding, the situation of Sharing bandwidth James described
should happen between two USB devices on the one same chip, on one uhub.
For two devices, they perhaps don't share resource. In my case, my two
USB 1.0 slots seems to be hot using a uhub, shall the two printer
compete for resource on this situation too? 

Another small question I hope someone with professional knowledge can
help. I was told ECP/bidirectional printer cable can handle 2Mbps data
transfer, that seems to be suggesting using parallel cable is as good as
using USB1 cable (as USB1 is supposed to handle 1.2Mbps ony), or even
better. Is it true?

Here is my lsusb when I just tried to plug another USB printer and make
all slots occupied.
# lsusb
Bus 002 Device 001: ID :
Bus 002 Device 002: ID 03f0:1617 Hewlett-Packard
Bus 001 Device 001: ID :
Bus 001 Device 002: ID 04b8:0005 Seiko Epson Corp. Stylus Printer

Here is part of my dmesg
host/usb-ohci.c: USB OHCI at membase 0x1ff0052, IRQ 10,7d4
host/usb-ohci.c: usb-02:02.0, NEC Corporation USB
usb.c: new USB bus registered, assigned bus number 1
hub.c: USB hub found
hub.c: 3 ports detected
host/usb-ohci.c: USB OHCI at membase 0x1ff00522000, IRQ 10,7d5
host/usb-ohci.c: usb-02:02.1, NEC Corporation USB (#2)
usb.c: new USB bus registered, assigned bus number 2
hub.c: USB hub found
hub.c: 2 ports detected
hub.c: new USB device 02:02.0-1, assigned address 2
usb.c: USB device 2 (vend/prod 0x4b8/0x5) is not claimed by any active
driver.
usb.c: registered new driver hid
hid-core.c: v1.8.1 Andreas Gal, Vojtech Pavlik [EMAIL PROTECTED]
hid-core.c: USB HID support drivers
usb.c: registered new driver usblp
printer.c: usblp0: USB Bidirectional printer dev 2 if 0 alt 0 proto 2
vid 0x04B8 pid 0x0005
printer.c: v0.13: USB Printer Device Class driver


-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: Does USB devices share bandwidth?

2006-06-22 Thread 张韡武
This is really making me puzzle:
sappho ~ #  lspci | grep USB
:02:02.0 USB Controller: NEC Corporation USB (rev 41)
:02:02.1 USB Controller: NEC Corporation USB (rev 41)
:02:02.2 USB Controller: NEC Corporation USB 2.0 (rev 02)

When the kernel boots it shows me that only ohci device is discovered,
someone suggested that ohci only support USB 1.x. Now lspci shows the
card has USB 2.0. I don't understand, does it work in the way that the
card either work in 2.0 mode with one device, or USB 1.0 with two
separate devices?

What if I remove OCHI and add back only UHCI driver in the kernel? 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] erratic touchpad

2006-06-22 Thread marco restelli

On 6/21/06, Richard Fish [EMAIL PROTECTED] wrote:

On 6/17/06, marco restelli [EMAIL PROTECTED] wrote:
 Everything works fine, but the touchpad.
 Indeed I have all the advanced features working: double click,
 scroll ... but using the touchpad when the CPU load is hight
 the mouse starts jumping around and clicking everywhere.

I see two problems in your dmesg output:

 warning: many lost ticks.
 Your time source seems to be instable or some driver is hogging interupts
 rip __do_softirq+0x45/0xc9

Take a look at /usr/src/linux/Documentation/kernel-parameters.txt,
particularly the clock= option.  clock=pmtmr might be the best option
here...although I'm not sure it applies to amd64.

 input: SynPS/2 Synaptics TouchPad as /class/input/input1
 APIC error on CPU0: 00(40)

Booting with noapic (again, see kernel-parameters.txt) should help.
It might also clear up the time issue above.

HTH,
-Richard
--
gentoo-user@gentoo.org mailing list




Hi Richard,
 thank you for the suggustions, but it does not work.
Those two errors are still present, for whatever choice
of the clock option :-(

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



Re: [gentoo-user] Re: Does USB devices share bandwidth?

2006-06-22 Thread Caster
On 6/23/06, 张�|武 [EMAIL PROTECTED] wrote:Another small question I hope someone with professional knowledge can
help. I was told ECP/bidirectional printer cable can handle 2Mbps datatransfer, that seems to be suggesting using parallel cable is as good asusing USB1 cable (as USB1 is supposed to handle 1.2Mbps
 ony), or evenbetter. Is it true?Low speed devices like mouse, keyboard uses 1.5Mbps, printer should use 12Mbps on USB 1.1. Definitely better than ECP...On 6/23/06, 张�|武
 [EMAIL PROTECTED] wrote:
This is really making me puzzle:sappho ~ #lspci | grep USB:02:02.0 USB Controller: NEC Corporation USB (rev 41):02:02.1 USB Controller: NEC Corporation USB (rev 41):02:02.2 USB Controller: NEC Corporation USB 
2.0 (rev 02)Use lspci -v | grep USB, that should give you also information if it's OHCI, UHCI or EHCI (there are 3 standards, not only two). OHCI is 1.1 EHCI/UHCI is two different standards for 2.0, depends on hardware vendor.
When the kernel boots it shows me that only ohci device is discovered,someone suggested that ohci only support USB 
1.x. Now lspci shows thecard has USB 2.0. I don't understand, does it work in the way that thecard either work in 2.0 mode with one device, or USB 1.0 with twoseparate devices?What if I remove OCHI and add back only UHCI driver in the kernel?
You can leave both enabled in the kernel. OHCI will be used if you connect 1.1 device, EHCI/UHCI (depends on which you discover with lspci -v) will be used with 2.0 devices. Caster



Re: [gentoo-user] Twin monitor setup (Not strictly Gentoo I know)

2006-06-22 Thread Troy Curtis Jr
I don't typically use the Xorg -configure option (I use vi!), but doesn't it create a temporary xorg.conf file in root's home directory so that you can test it? If it works then I would copy it from /root/xorg.conf (if it is there) to /etc/X11/xorg.conf.
Hope it helpsOn 6/22/06, Stewart Taylor [EMAIL PROTECTED] wrote:
Hi all.I've just put a twin monitor setup on my system, I have a problem that so far
I've not been able to fix. Once I run Xorg -configure and edited/etc/X11/xorg.conf for the mouse and monitor resolutions both video card /monitor setups seem to work fine. I then setup the KDE desktops and again
everything seems fine. However when I next boot up, the second desktop , on thenew video card / monitor, looses its settings and defaults to 400 x 300, with noavailable options above this. If I then logout of KDE, shutdown the X server and
do the Xorg -configure bit again and then restart X everything is ok again untilthe next time. The first desktop is always ok with no problems.Setup.Gentoo 2006KDE 3.4.3Matrox Millennium G400 AGP (using Matrox kernel modules)
Some unknown but pretty good monitorDiamond Viper 550 PCI (using whatever X gives as I found no modules that seemedto be for this card)Tatung monitor.I know this isn't strictly Gentoo but the people on this list are clued up
kiddies so I'm hoping someone knows the answer to this one.TIAStewart--gentoo-user@gentoo.org mailing list
-- "Beware of spyware. If you can, use the Firefox browser." - USA Today Download now at http://getfirefox.comRegistered Linux User #354814 ( 
http://counter.li.org/)


Re: [gentoo-user] Re: Help with nvidia fake raid.

2006-06-22 Thread Robert Walter
hi 
what kernel version do you use? 2.6.16?
i run gentoo amd64 on nvraid (nforce4) and can't switch to 2.6.16 because the 
real_root isn't found. could be the same problem with you. i stick with 2.6.15 
till the problem solves itself ;) 
maybe 2.6.17 works. though, haven't tried yet.
best regards robert


On Wednesday 21 June 2006 19:40, Allan Spagnol Comar wrote:
 I thought I had make clear before, lousy english .
 I had a separated boot partition but in the raid set, this was what I
 really mean on previous e-mail.
 sorry,
 
 anyway, I don´t know why it doesn´t work. once that the boot starts. :(
 
 On 6/21/06, Francesco Talamona [EMAIL PROTECTED] wrote:
  On Wednesday 21 June 2006 18:34, Allan Spagnol Comar wrote:
   no, I do not have a separated boot partition because I just have 2
   disks with the raid, so I cannot have the separated boot partition.
   But the boot starts and initrd and linuxrc are loaded ( apparently ).
 
  Why not? Can you explain with some details?
 
  Ciao
  Francesco
  --
  Linux Version 2.6.17-gentoo, Compiled #2 PREEMPT Tue Jun 20 20:17:15
  CEST 2006
  One 1GHz AMD Athlon 64 Processor, 2GB RAM, 2004.92 Bogomips Total
  aemaeth
  --
  gentoo-user@gentoo.org mailing list
 
 
 
 
 -- 
 An application asked:
 Requires Windows 9x, NT4 or better,
 so I´ve installed Linux
 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] New portage adds USE description

2006-06-22 Thread Willie Wong
On Thu, Jun 22, 2006 at 06:16:27PM -0700, Penguin Lover Richard Broersma Jr 
squawked:
 For example: from emerge -DuvpN world
 net-im/gaim-1.5.0  USE=eds nls perl spell tcltk* -cjk -debug -gnutls -krb4 
 -minimal% -nas -silc
 0 kB
 
 Is there any significance to the USE color codes:
 RED:eds, nls, perl, spell
 GREEN:  tcltk*
 BLUE:   -cjk, -debug, -gnutls, -krb4, -nas, -silc
 YELLOW: -minimal%

The color is redundant: only serves to hilight what information is
already there. 

RED means that the flag is currently set, and will still be set when
you compile. 

BLUE means the same as the minus sign, meaning that the flag is
currently unset and will still be unset when you compile. 

GREEN means the same as the *, it means that the flag will be changed
compare to the current version. For example, in your output, that
means that the previous version of gaim was compiled without tcltk
support, and the new one will be compiled with tcltk support. 

YELLOW is the same as %, it means that the flag did not exist for the
previous version. 

W
-- 
Last year I tried to borrow pencils and pens and hold them together while 
rotating myself. It was quite a spectacle.
~DeathMech, S. Sondhi. P-town PHY 205
Sortir en Pantoufles: up 13 days,  4:27
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] kaudiocreator still giving me fits

2006-06-22 Thread Colleen Beamer
Hi,

I don't know if anyone might have some more insight into this, but I'm
going to try anyway.

At the first of June, I posted saying that kaudiocreator kept freezing
during the ripping process.  When it froze, ps -ax revealed that the
process of kaudiocreator and kscd both were in uninterruptible sleep
(i.e. they had a D beside them).  When this happens, my system locks up
and I can't even open the CD tray.  I have to push the reset button to
restart my system.

There is no consistency in what is going on.  I have ripped 1 CD in
entirety, another kept freezing, but when I started kaudiocreator again,
I was able to rip the tracks a couple at a time.  Sometimes it will rip
a track, start to encode (ogg vorbis) and then freeze.  The only
commonality that the CD's have is the artist.  They are all new (meaning
not used) and range from a release date of 1994 to 2006.  The 2006
release ripped fine in kaudiocreator under kde 3.4.3, but won't rip
under kde 3.5.2.  And it's not likely that it's a copy protection issue
since the 2006 release ripped fine under kde 3.4.3.

I try to keep my system up to date and use relatively few testing
releases.  I deliberately waited for kde 3.5 to become stable by Gentoo
standards before upgrading.  Since the initial upgrade of KDE 3.5 (meta)
(installed to a new slot), I've removed both KDE 3.4.3 and KDE 3.5.2 and
reinstalled.  I've wiped my .kde/share/config directory and started
fresh.  Nothing seems to help.

As previously stated, kaudiocreator worked fine under kde 3.4.3.  Also,
I've been able to burn a data CD in kde 3.5.2, so I know that it's not
the CD drive.  /var/log/messages keeps telling me that the drive isn't
ready, but I can hear it spinning up.

I'd like to get this thing working.  It's not that I'm so enamoured with
kaudiocreator.  When I was a Fedora Core user, I used sound-juicer. 
However, I *am* enamoured with Gentoo because I don't have to install
all the bloat of things that I don't want.  sound-juicer requires the
Gnome Desktop and I refuse to have that on my system.

Any ideas would be appreciated.

Regards,

Colleen

-- 

Registered Linux User #411143 with the Linux Counter, http://counter.li.org

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Best CFLAGS

2006-06-22 Thread Graham Murray
Hemmann, Volker Armin [EMAIL PROTECTED] writes:

 If you use march, mtune is superflous ;)

Except for builds which override -march but do not touch -mtune.
-- 
gentoo-user@gentoo.org mailing list