Re: [gentoo-user] Re: Emerging gnome-light without X support

2006-09-12 Thread Rafael Fernández López
On Mon, Sep 11, 2006 at 05:12:18PM +0200, Harm Geerts wrote:
 On Monday 11 September 2006 16:23, Rafael Fernández López wrote:
  On Mon, Sep 11, 2006 at 02:26:59PM +0200, Harm Geerts wrote:
   If you're planning to use a remote X server you, you should compile
   xorg-server with USE=minimal. Then gnome can link to the libraries it
   needs but you don't need to install a complete X server.
 
  Yes, I wanted a remote X server. OK, I'll add minimal flag to my USE
  variable.
 
 Don't add it to your global USE flags !

I didn't pretend to. I mis-explained myself, I wanted to say add
minimal flag to my USE variable in xorg-x11. That's
/usr/portage/package.use. Thanks for the warning anyway. minimal USE
flag enabled globally and a emerge -vuDN world could be
desastrous. xDD.

Thank you,
Rafael Fernández López.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Gentooism

2006-09-12 Thread Rafael Fernández López
On Tue, Sep 12, 2006 at 01:05:38AM -0500, Dale wrote:
 Don't forget the AMEN too.  LOL

The AMEN is Gentoo. xD

Bye,
Rafael Fernández López.

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Emerging gnome-light without X support

2006-09-11 Thread Rafael Fernández López
Hi guys,

This may be a trivial question, but I'd like to know if it is possible
to emerge gnome-light with X=... -X gtk gtk2 gnome 

Thank you,
Rafael Fernández López.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Emerging gnome-light without X support

2006-09-11 Thread Rafael Fernández López
On Mon, Sep 11, 2006 at 12:21:21PM +0200, Rafael Fernández López wrote:
 Hi guys,
 
 This may be a trivial question, but I'd like to know if it is possible
 to emerge gnome-light with X=... -X gtk gtk2 gnome 

In what the hell I was thinking... I wanted to say USE=... -X gtk
gtk2 gnome.

Thank you again,
Rafael Fernández López.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: Emerging gnome-light without X support

2006-09-11 Thread Rafael Fernández López
On Mon, Sep 11, 2006 at 02:26:59PM +0200, Harm Geerts wrote:
 If you're planning to use a remote X server you, you should compile 
 xorg-server with USE=minimal. Then gnome can link to the libraries it needs 
 but you don't need to install a complete X server.

Yes, I wanted a remote X server. OK, I'll add minimal flag to my USE
variable.

Thanks,
Rafael Fernández López.

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: ncurses seems to behave in a strange manner

2006-09-05 Thread Rafael Fernández López
On Tue, Sep 05, 2006 at 06:34:00AM -0400, Thomas Dickey wrote:
 btw, the report refers to someone's problems with mc, but that's usually
 built with slang (the tie-in to ncurses is to satisfy a bogus linkage with 
 gpm).

You are right. But that bug report was expanded from that problem with
mc (that uses slang) to ncurses, and to other problems related to
ncurses (mp3blaster, tmsnc...) AND someone tried to open a new bug
with a new ebuild with the ncurses problem, and someone closed it
marking it as a copy of the original bug, that hadn't nothing to do
with ncurses (as you said, it started because of a slang problem with
mc).

 
 If you think you have a solution, please tell us.
 
 not really (don't have GenToo, nor the time to maintain a copy).
 The bug report _seems_ to be heading in the right direction.

Well, some effort is being done of making all systems UTF-8 system
wide, for some reasons, and that's the way it should be. For that
reason all of us: from developers, to package maintainers and users
should make some effort of creating some kind of standard. It would be
very easy for all of us if we forget narrow ncurses (ISO-8859-* and
friends) and we try only to get working wide ncurses.

I've heard (I'm not so sure, because I haven't developed for ncurses)
that wide ncurses is compatible with narrow ncurses, and the ebuild
that is uploaded in that bug should be interesting, from the point of
view that makes symlinks from narrow ncurses to wide ncurses, so the
apps linked against narrow ncurses won't be hurt (they shouldn't need
even be recompiled), and the apps that support wide ncurses would work
normally.

As you say that the bug report seems to be heading in the right
direction, but take in count when it was opened, and today it hasn't
been fixed yet, so maybe we have to make a bigger effort to fix it.

Thank you,
Rafael Fernández López.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Understanding emerge -v output: Why are some USE flags in brackets ()?

2006-09-03 Thread Rafael Fernández López
On Sun, Sep 03, 2006 at 11:12:18AM -0400, Philip Webb wrote:
 060903 Alexander Skwar wrote:
  I ran emerge -vp dvdrip and got:
[ebuild U ] media-video/dvdrip-0.98.1 [0.97.10] \
  USE=(-cdr%) fping%* (-gnome%*) hal%* (-minimal%) mplayer ogg (-rar%*) \
   -subtitles -vcd% vorbis%* -xine% xvid 0 kB
  Why are some of those USE flags, like cdr or gnome, set in brackets?
 
 Not here :
   
   [ebuild  N ] media-video/dvdrip-0.52.7-r1 \
USE=cdr -gnome -mplayer -ogg -rar -subtitles -xvid 513 kB
 
 -- 
 ,,
 SUPPORT ___//___,  Philip Webb : [EMAIL PROTECTED]
 ELECTRIC   /] [] [] [] [] []|  Centre for Urban  Community Studies
 TRANSIT`-O--O---'  University of Toronto
 -- 
 gentoo-user@gentoo.org mailing list
 

Of course there not... you are using STABLE (+) while Alexander is
using UNSTABLE (~). So your ebuilds are different.

But here aren't those either. And what I can tell you is that I've
seen them somewhere (and '%') symbol that I don't know exactly what
means.

I haven't found any documentation about it. Gentoo is the best
documented GNU/Linux distribution, but here I think that is a little
trick that hasn't been documented as it should.

Bye,
Rafael Fernandez Lopez.

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] ncurses seems to behave in a strange manner

2006-09-03 Thread Rafael Fernández López
Hi there,

I've been wondering for a long time why is this happening, and I
couldn't find a reason, so here's my question.

When I sometimes use my Gentoo 2006.0 (or now 2006.1) minimal live-cd
to do some tasks, I appreciate that if I enter into my root
/usr/src/linux and run 'make menuconfig' ncurses paint lines
perfectly, and everything is showed as should.

I haven't got X installed, it is a terminal computer. When I run (now
in my system, not with live-cd running) for example 'mp3blaster'
[ncurses based app], or 'tmsnc' it looks as if there not redrawing as
they should.

But there is more: I thought that maybe it was a problem of those apps
and that they weren't as polished as they should, but when I run 'make
menuconfig' to update some kind of thing of my kernel, I see that all
those lines that were showed smoothly with my live-cd now are
malformed and dialogs are just ugly, and not pretty.

I am using vesafb-tng, with a ~x86 system. I do use bootsplash (well,
splashutils and friends), but if I don't load it [I have another grub
option that does not start it] it happens the same.

I don't know what issues are happening into my ncurses libs.

Thank you for your attention,
Rafael Fernandez Lopez.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ncurses seems to behave in a strange manner

2006-09-03 Thread Rafael Fernández López
On Sun, Sep 03, 2006 at 07:04:49PM +0200, Benno Schulenberg wrote:
 Rafael Fernández López wrote:
  But there is more: I thought that maybe it was a problem of those
  apps and that they weren't as polished as they should, but when I
  run 'make menuconfig' to update some kind of thing of my kernel,
  I see that all those lines that were showed smoothly with my
  live-cd now are malformed and dialogs are just ugly, and not
  pretty.
 
 Maybe a locale issue?  Does 'LC_ALL=C make menuconfig' show the 
 same?  If so, select and paste such a screen into your mail.

It seems that it didn't fix the problem. I am not sure if it is a
locales issue. Here are two screenshots:

http://www.maestroprogramador.com/ncurses1.JPG
http://www.maestroprogramador.com/ncurses2.JPG

I am using unicode in my USE, and my encoding is es_ES.UTF-8. Yes, I
have set /etc/env.d/02locale to that encoding.

Thank you,
Rafael Fernandez Lopez.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ncurses seems to behave in a strange manner

2006-09-03 Thread Rafael Fernández López
On Sun, Sep 03, 2006 at 07:33:18PM +0200, Rafael Fernández López wrote:
 On Sun, Sep 03, 2006 at 07:04:49PM +0200, Benno Schulenberg wrote:
  Rafael Fernández López wrote:
   But there is more: I thought that maybe it was a problem of those
   apps and that they weren't as polished as they should, but when I
   run 'make menuconfig' to update some kind of thing of my kernel,
   I see that all those lines that were showed smoothly with my
   live-cd now are malformed and dialogs are just ugly, and not
   pretty.
  
  Maybe a locale issue?  Does 'LC_ALL=C make menuconfig' show the 
  same?  If so, select and paste such a screen into your mail.
 
 It seems that it didn't fix the problem. I am not sure if it is a
 locales issue. Here are two screenshots:
 
 http://www.maestroprogramador.com/ncurses1.JPG
 http://www.maestroprogramador.com/ncurses2.JPG
 
 I am using unicode in my USE, and my encoding is es_ES.UTF-8. Yes, I
 have set /etc/env.d/02locale to that encoding.
 

Well, it seems that it is a ncurses bug. I've searched and found bug
number 106820 in gentoo bugzilla if you are interested.

Thanks,
Rafael Fernández López.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] another openoffice build failure

2006-09-02 Thread Rafael Fernández López
On Sat, Sep 02, 2006 at 02:07:32PM -0400, Allan Gottlieb wrote:
 This occurred as part of my emerge --emptytree world after upgrading
 gcc.  I did not find a bugzilla entry.
 

Did you run 'emerge --emptytree system' before running 'emerge --emptytree 
world'?

Bye !!
Rafael Fernández López.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: OT: Nice IDE for development

2006-09-02 Thread Rafael Fernández López
On Sat, Sep 02, 2006 at 12:25:26PM -0700, Lord Sauron wrote:
 On Saturday 02 September 2006 07:48, Enrico Weigelt wrote:
  * Remy Blank [EMAIL PROTECTED] wrote:
   Allan Spagnol Comar wrote:
I am changing development from window to linux now, it took a
long time but I finally convince my boss to change, what I was
holpping to know is if there is any nice development IDE for
linux like MS visual studio. I had heard about anjuta, there is
something else ?
  

Things that we are normally used to work with (MS VS for example)
don't have to be the best.

Emacs have a powerful base, and if you need a graphical interface
you can use xemacs, but when you start to use it with keyboard, it is
so fast that you throw away your mouse.

Bye,
Rafael Fernández López.

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Console Terminal Gentoo

2006-08-24 Thread Rafael Fernández López
Hi,

I've installed Gentoo in another computer, but this time is just for
programming, emacs (maravellous !!), gcc, gdb, valgrind... you know.

I've no X.org and no graphical support.

For that reason I'd like to know how to make *ALL* terminals console
terminals, because at this time they end at Ctrl + Alt + F6, and Ctrl +
Alt + F7 has no login petition.

I've googled and had no results. I know that something important should be
find in runlevels (my system starts number 3).

Thank you !!
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown block(0,0)

2006-08-18 Thread Rafael Fernández López
 Rafael,
 Did you compile in support for your IDE controller?

Well, I think so... is not a SCSI drive or similar. It is just an IDE hard
drive, no special support is required.

Anyway it doesn't matter I've re-formatted with:

/dev/hda1 ext3 (here will go /)
/dev/hda1 swap

As I have my others computers.

Thank you,
Rafael Fernández López.

-- 
A la vista de suficientes ojos todos los errores resultan evidentes -
Linus Torvalds
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] what's exactly --deep for ?

2006-07-21 Thread Rafael Fernández López

From man emerge:

--deep (-D)

	When used in conjunction with --update, this flag forces emerge to 
consider  the entire dependency tree of packages, instead of checking 
only the immediate dependencies of the packages. As an example, this 
catches updates in libraries that are not directly listed in the 
dependencies of a package.


	To sum up, portage will look for updates not only in your world file, 
but on dependencies too.


Bye,
Rafael Fernández López.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] what's exactly --deep for ?

2006-07-21 Thread Rafael Fernández López
	Yep. That's a usually newbie error. But I do think that nothing that 
revdep-rebuild can't fix.


Bye,
Rafael Fernández López.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] non-ebuild installations

2006-07-09 Thread Rafael Fernández López
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Matthew R. Lee wrote:
 I would like to install some software which is not available as an ebuild. As 
 I never done that before, can anyone point me in the direction of a how-to?  
 I've had a look on the wiki but nothing caught my eye as being what I needed, 
 but I may not have been looking in the right place.
 Thanks
 Matt 

You've two possible ways (maybe some more):

1.  Create an ebuild into your portage overlay and install the package as
normal. Portage will handle it as any other ebuild.

2.  Read the INSTALL file, usually you'll be done with a ./configure ;
make ; make install (without quotes).

The problem here is that if the Makefile is not prepared to uninstall
the software you'll have uncontrolled files in your filesystem. I
recommend you to write a fast ebuild so portage will handle all files
and sandbox will take care that everything is fine. If you want to
uninstall it someday you'll we done with a emerge --unmerge foo.

Bye,
Rafael Fernández López.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.4 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEsRJ5WFfYaTyFH8oRAgSfAJ4x4398DV8l2LCmNyPoRMJXqgvKSwCfYSlK
UOuv18ZH4wtLDTPHAhCS6lc=
=6Id8
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Things that can be improved

2006-07-08 Thread Rafael Fernández López
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi guys,

There are some things that I forgot to tell ya.

I know that lots of you don't know dpkg-reconfigure, well, it will
write the /etc/whatever.conf file for you asking you in an interactive
way what do you want to do. I'd compare it to some package's ebuild
/usr/portage/whatever/whatever-0.0.1.ebuild conf.

I would add a mark for packages that can be configured, as there is a
mark for UPDATE, NEW, RE-EMERGE, FETCH... I'd add another one like C
for ebuilds that admit conf option.

As someone said here before, EMERGE is a not interactive tool (if we
don't take in count --ask), but in general it is not interactive. And we
can assume that anybody stays in front of monitor all the emerge
process, so I'd suggest to print information (or warning) messages in a
more efficient way, for example: AT THE END OF THE EMERGE PROCESS, not
at the end of each package emerge process. I think that
PORTAGE_ELOG_CLASSES, PORTAGE_ELOG_SYSTEM and PORTAGE_ELOG_MAILURI is
not so necessary if all messages are printed out at the end of the
global emerge process.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.4 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEr6UAWFfYaTyFH8oRAisJAJ9rzuxt/wKJPAvXoCdU9d4JcCoIkACghuPf
xEju9eUjrUPsOG7HMnM7F9A=
=cqyw
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Clean up world file

2006-07-08 Thread Rafael Fernández López
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Well you can do it by hand but you'll notice that if you run
regenworld they'll be added to your world file again.

Just delete it manually from /var/lib/portage/world file and later
delete /var/log/emerge.log if you don't want they to be added to your
world file when running regenworld again.

If you want to install libraries or something that you don't want to be
in portage but you've to install it explicitly (is not a explicit
dependency), just do a emerge --oneshot whatever, and it won't be
added to your world file.

Bye,
Rafael Fernández López.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.4 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEr6YzWFfYaTyFH8oRAm78AKCZZyZtobbseZAz/IL+3uHoaEqKWgCbBm/y
tBUbgjNgm7UhE5A5BqD0O2I=
=jpxX
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Clean up world file

2006-07-08 Thread Rafael Fernández López
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

SORRY, IN that you don't want to be in portage should be that you
don't want to be in your world file.

Bye,
Rafael Fernández López.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.4 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEr6hvWFfYaTyFH8oRAlPIAJ4nXnwUZzBkop9qperYev5Loref8QCfWSDo
rH/kfxsYHOG42rTRqLMKhxU=
=AW9p
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Things that can be improved

2006-07-08 Thread Rafael Fernández López
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

What to do when your smtp server needs authentification ?

Cheers,
Rafael Fernández López.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.4 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEsB2PWFfYaTyFH8oRAj9pAJwIQtBnh4+aKBHYgHeEo+YxoIjBMACfZHWr
zbnjGAFVS/F+JqZnR2HPc6E=
=i9LC
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Things that can be improved

2006-07-07 Thread Rafael Fernández López
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

This is not flame war. I love Gentoo, and it is the distribution that
fits me perfectly, but I've been wondering this last year what things
can be improved in this wonderful distro.

The first thing that I'd change is etc-update or dispatch-conf. I'd
suggest to create some kind of tool like dpkg-reconfigure in Debian.
More intuitive than reading /etc files and writing them by hand that is
more probably to be mistaken when writing.

Second thing that I'd improve is a security one. I know that emerge
is a very cared package, but it is a script. Suppose that someone
commits portage with a emerge failure in its code (he forgot a comma
!!)... if someone updates portage won't be able to update it again
because it will fail ever and ever again... So I suggest to have a
backuped emerge script that we are sure that worked (like the last
emerge tool that was used), and if the new emerge tool is mistaken (so
that user doesn't need to know python) only has to run regenemerge for
example, and will have the latest emerge working tool.

If I have more ideas I'll tell ya.

Thanks in advance,
Rafael Fernández López.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.4 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFErrR1WFfYaTyFH8oRAkm7AJ0ekcFfFxUMZnqLfX0AFQYd0gd8WgCgnEmL
6ZxTZyAHJz7BhVtVt94BTbk=
=XISq
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] java-config-wrapper-0.8.tar.bz2 not downloadable

2006-06-26 Thread Rafael Fernández López
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

When trying to install sun-jdk and sun-jre-bin with ~amd64 keyword
enabled, I unmerged java-config because of blocked packages.

When unmerged and tried to emerge sun-jdk and sun-jre-bin it tries to
download java-config-wrapper-0.8.tar.bz2 that appears not to be in any
mirror, so I can't succeed.

It is a 4 KB package, if someone could send it to me by mail or
whatever... I'd be thanked !!

Thank you,
Rafael Fernández López.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEn8DzWFfYaTyFH8oRAmrPAJ9mqSPTQDqcF+nSUJZgTGGz4FxxmQCeODW+
KkyCvJmgTQupMjmMqDi97tU=
=46Vx
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Why ity has to be so frustrating !!!

2006-06-25 Thread Rafael Fernández López
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Allan Spagnol Comar wrote:
 Good afternoon list.
 
 I am trying now for 8 days to make nvidia RAID works on gentoo
 systems; I pass trhought all stages, I had difficult make live cd
 works, then after it works I have to use the hard way to make grub
 install after all that I thought it was every thing cool and I
 would be allowed to run my gentoo, I was wrong.
 
 I had tried genkernel and Hard way ( a script to genrate initrd ) on
 kernel 2.6.16 and none of then work, always complaining that real_root
 wasn´t there and I could run a shell and really there was just
 /dev/mapper/control no raid device. So some wise guys said to me,
 there is a bug on 2.6.16 that doesn´t work with RAID 0, so I emerged
 2.6.15-r1 and tried again both ways, genkernel and the other ..
 again none of them work, with a addin, my kernel panics at boot !
 
 so were should I go now, just use windows  because infortunilly
 every single hardware fabricant just think of windows users.. I
 can not erase my windows, and RAID on windows gives a real boost. So
 what is left to me is keep trying make the louse nvidia fake raid work
 on linux ..
 
 I pray for a wise guy that had done this before  HELP ME ! I
 think I had tried everything I know and some things that I didn´t know
 either 
 
 sorry for the large mail and the terrible english . but, could
 anyone help .
 
 thanks . Allan
 
 PS. ( for more explanations on what happened on my system there is a
 thread on the list,
 subject: Help with nvidia fake raid. )
 
 

Exact same issue with me. When I decided to ignore my RAID and use my
two hard disks without RAID, linuxwacom started failing at compiling
time because of ~amd64.

I used to use ACCEPT_KEYWORDS=~x86 in my old computer, but I see that
with ~amd64 [in my new computer] lots of compiling fails, so I changed
my mind to amd64 and /etc/portage/package.keywords.

Bye,
Rafael Fernández López.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEnvFXWFfYaTyFH8oRAjJ1AJ9K3dOlhrhaga/e68cqzw6ex03HoACeM+SZ
2j/iC9LjKhcwwkmPiCqR7Ic=
=lOcX
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] linuxwacom, mi nightmare

2006-06-20 Thread Rafael Fernández López
Hi,

I'm a AMD64 user, and I've installed Gentoo lots of times, in all kind of
computers, but I'm stucked right now...

linuxwacom seems that won't compile anymore !! and it doesn't get fixed,
so I won't be able to compile X.org... and nothing, because every graphic
app needs X.org to be compiled... but the best thing is that in
INPUT-DEVICES I have -wacom BUT THAT DOESN'T MATTER: Gentoo wants to
compile that ebuild (my nightmare).

Ideas are welcomed !

Thanks !!


-- 
A la vista de suficientes ojos todos los errores resultan evidentes -
Linus Torvalds
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Google Earth/Picasa

2006-06-13 Thread Rafael Fernández López
Hi there,

Does exist any way of installing Google Earth/Picasa into amd64 ?

Thanx.


-- 
A la vista de suficientes ojos todos los errores resultan evidentes -
Linus Torvalds
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Raid and Gentoo

2006-06-13 Thread Rafael Fernández López
Hi,

I've bought a computer, and it has the possibility of making a RAID. I
configured it through the BIOS setup.

I've booted up Gentoo live cd with dodmraid parameter, so the raid was
placed in /dev/maer/whatever.

After installing everything (stage3, stage1 failed for me here in ~amd64),
I got to the critical point: GRUB.

I've *NO IDEA* of how should I configure GRUB to detect my RAID. If you
can help me I'd be very happy !!

Because I wonder: How can I say to GRUB where the kernel is, if for
reading the big hard disk it needs to have a module (or not), just the
kernel loaded, but what grub does is load the kernel, so WHAT I HAVE TO DO
?


Thank you very much,
Rafael Fernandez Lopez.

-- 
A la vista de suficientes ojos todos los errores resultan evidentes -
Linus Torvalds
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: emerge broken - libstdc++.so.5

2006-06-05 Thread Rafael Fernández López
You guys !! The only way to understand and learn is TO BREAK IT 
sometime xD.


Bye !! ;)
--
gentoo-user@gentoo.org mailing list



[gentoo-user] SSHD running under Linux, SSH running under Windoz

2006-05-29 Thread Rafael Fernández López
Hi,

Sorry you all because of the Windoze usage. I have a SSHD server running
in my computer at home, and it does work really well (as the apache server
that I have too).

I've configured SSHD server to forward X11, so when I do connect from
another computer that is running Linux (with X11) there is no problem, if
I run xclock for example, xclock is showed.

What I'd like to know is how to do this same thing if the ssh client is
running under Windows, is there any possibility of forwarding X11 in it?

Thank you,
Rafael Fernández López.


-- 
A la vista de suficientes ojos todos los errores resultan evidentes -
Linus Torvalds
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Sorry!

2006-05-29 Thread Rafael Fernández López

You are so funny !! keep stressed !!

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



Re: [gentoo-user] small gcc question

2006-05-29 Thread Rafael Fernández López
   When you've changed to gcc-4.1.1 I suggest you to run a 
revdep-rebuild, or a emerge -e world (this will be *REALLY* slow), and 
unmerge any other older gcc that you may have.


   Anyway check out: http://www.gentoo.org/doc/en/gcc-upgrading.xml

Bye,
Rafael Fernández López.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Launching X.org through ssh

2006-05-26 Thread Rafael Fernández López

I solved it setting X11forwarding to true, so now it goes all right !!!

Thanks !!

--
gentoo-user@gentoo.org mailing list



[gentoo-user] Launching X.org through ssh

2006-05-25 Thread Rafael Fernández López
Hi,

I'm connecting from a computer (remote computer) to a server (sshd, it is
running apache2 too, but it doesn't matter right now), and I can connect
through ssh to it, and run every command all right, but launching X.org.

If I try a startx command, it will start X.org in the local computer,
and I'd like to run it into the remote computer, as you would do with RDP
for example.

Thank you,
Rafael Fernandez Lopez.


-- 
A la vista de suficientes ojos todos los errores resultan evidentes -
Linus Torvalds
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Loading programs at X startup

2006-05-23 Thread Rafael Fernández López
Hi,

I've two questions related, but not the same.

1st question: I'd like to know how to run at X.org startup some apps, like
(~/.bashrc) at bash login. I'd like to run, for example, xcompmgr -c at
X.org startup always, or other programs, and I'd like to know if there is
kind of file where the programs to be runned at startup can be introduced.

2nd question: I'd like to know if there is some way of executing a window
at X.org startup (for logging in, AND IS NOT xdm, gdm or kdm). There is a
server with user accounts, if it logs in with local_user via xdm, gdm or
kdm it should open up a dialog where the user must log in (it will check
that databse) to access her/his system. In the case that the log in
failed, it should reload xdm, gdm or kdm (say /etc/init.d/xdm restart).

Thank you,
Rafael Fernández López.


-- 
A la vista de suficientes ojos todos los errores resultan evidentes -
Linus Torvalds

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] update failed

2006-05-14 Thread Rafael Fernández López

Alexander Skwar escribió:

Fabrice Delliaux wrote:

dirk dil a écrit :



emerge --update --deep world
--- Invalid atom in /etc/portage/package.use: 
dev-lang/php-5.1.2


Check your package.use file : no need to specify the atom's version :


Well, how do you know, that there's no need to do specify the version?

You can most certainly specify the version of the package for which
the line is. But you've got to do it right, of course!



Not :

dev-lang/php-5.1.2 the use flags


But :


dev-lang/php the use flags


Nope. Right:


Well, they're both right:

=dev-lang/php-5.1.2


and

dev-lang/php

If you want to specify a version, you have to set a = before the 
package, and if you want to avoid *any* version of the package, you must 
only write category/package, with no = before the package name.


The other problem, try what Fabrice told you, add --newuse to your 
emerge options.


Bye,
Rafael Fernández López.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] .wmv files

2006-05-05 Thread Rafael Fernández López
Try adding USE variable (make.conf) win32codecs and do a emerge -vuD 
--newuse world and see if they work...


Bye !!
Rafael Fernández López.

WillieDaPimp escribió:
There are alot of web pages that I've tried to watch video clips on 
but i can't watch them due to the files being in .wmv format. Is there 
a plugin that I can emerge to view these files or maybe even a app 
that converts .wmv to some other linux friendly video file??


D. Tigue

--
gentoo-user@gentoo.org mailing list



[gentoo-user] X.org 7 rules?

2006-03-24 Thread Rafael Fernández López
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I've updated my X.org to X.org 7. I have a laptop with an ATI RADEON
MOBILITY 9700 (r300 chip), and I've haeard before of NEW X.ORG DRIVERS,
and how they'd pretty empower radeon cards. Well, I have no direct
rendering yet. I wonder if someone with a Radeon with r300 chip has make
X.org 7 work with direct rendering and compositing extension (transset...).

I'd like to see those amazing X.org visual effects on my Ati card !!
(and have direct rendering to see them pretty fast).

Bye,
Rafael Fernández López.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEJCVB9RRlaicc3IERAmV4AJ4q4g5Tr/0hK5CszOtW3TG/7U8ASQCff5+n
wYtEWc83/qBolQL8j8rYNOo=
=ecK1
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] KDE version

2006-03-23 Thread Rafael Fernández López
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Boyd Stephen Smith Jr. wrote:
 On Tuesday 21 March 2006 16:40, Hemmann, Volker Armin 
 [EMAIL PROTECTED] wrote about 'Re: [gentoo-user] KDE 
 version':
 On Tuesday 21 March 2006 22:12, Thierry de Coulon wrote:
 On Tuesday 21 March 2006 21.13, [EMAIL PROTECTED] wrote:
 To-day I installed kdebase using emerge kdebase.
 But the installed version was 3.4.3.
 Is it right? Did not KDE reach 3.5 version?
 I did not sync recently but (on my amd64 machine) emerge --pretend
 =kde-3.5.0 shows the package are still masked with keyword.
 which is quite sad - KDE 3.5.1 is out for ages!
 
 The KDE team is a bunch of weenies. :P
 
 Seriously, I think they hold package releases (even point releases) in 
 package.mask and ~ARCH too long.  HOWEVER, they are provide (IIRC) both 
 split and monolithic ebuilds, which is quite a bit of work to get 
 completely right.
 
 But the times, that gentoo was pretty actual in the stable tree are
 over.
 
 You do realize the above sentence makes no freakin' sense, right?
 
 Is this so bad with gnome too?
 
 sarcasm
 What's gnome?
 /sarcasm
 

Just a note: KDE dev don't decide whenever it becomes to ARCH instead
of ~ARCH, that is an ARCH gentoo maintainers. They are supposed to be
the ARCH specialists. When they think some app is stable in their ARCH,
it will be moved to ARCH from ~ARCH.

But if you wanna have the latest packages, just ACCEPT_KEYWORDS=~ARCH
where ARCH is your computers' architecture. Maybe your system will be a
little more unstable, but from my point of view, it is still stable
using ~x86 (mine haven't broken yet).

Bye !!
Rafael Fernández López.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEI1Qc9RRlaicc3IERAt6vAJ4wk9jf6jFgzHTb9ZS1dXSLxxiWsQCcDVLJ
NGm98P+IE3BgyRIIP1JWjK0=
=SL08
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] What happens to samba?

2006-02-26 Thread Rafael Fernández López
In every bootup I've to press Ctrl+C to kill samba startup. It won't start. I 
don't know what happens to it. Is this happening to someone else?

Bye,
Rafael Fernández López.


pgpj8ya9vcedH.pgp
Description: PGP signature


Re: [gentoo-user] What happens to samba?

2006-02-26 Thread Rafael Fernández López
ok, it was ldap related.

Thx !!,
Rafael Fernández López.


pgpw5W8ukzcs9.pgp
Description: PGP signature


Re: [gentoo-user] [OT] AUTOTOOLS

2006-02-20 Thread Rafael Fernández López
Sorry but my english got worst (you know, 'if you don't use it, you 
lose 
it').

I'll start again and maybe you'll understand me better: My problem is 
that 
I've been downloading some QT apps (KDE apps) to know how autotools code is 
written (I read the manual, but I need some practising or reading code). All 
'big' apps that could have some strange structure (like amaroK) that I've 
downloaded have been written through KDevelop help, and I don't want an 
automatic Makefile. I'll use IDE's when I know how to write it by my own.

So, as I've seen, KDevelop copies all files (*.cpp, *.h and *.ui) to 
src 
path. Well, I'm pretty organized, and I like to have src/gui for *.ui files 
for example. All Makefile.am that I've seen suppose that all sources and *.ui 
files are in src, so they have something like:

bin_PROGRAMS = amarokapp

SUBDIRS = \
amarokcore \
$(SQLITE_SUBDIR) \
analyzers \
[...]


INCLUDES = \
-I$(top_builddir)/amarok/src/amarokcore \
[...]

amarokapp_SOURCES = \
Options1.ui \
Options2.ui \
Options4.ui \
Options5.ui \
Options7.ui \
Options8.ui \
actionclasses.cpp \
app.cpp \
[...]

METASOURCES = \
AUTO

Well, in this case it's pretty easy, because all necessary files for 
building 
amaroK are on src.

My question is: If I have a path like src, and inside it I have another 
directory called gui. (src/gui), then Makefile.am inside src/gui should be 
like this?

noinst_LTLIBRARIES = \
whatever.la

noinst_HEADERS = \
header1.h \
header2.h

whatever_la_SOURCES = \
main.cpp \

METASOURCES = \
AUTO

With noinst, because my objective is an unique executable file, and no 
libraries. Would that be correct?

My problem is that it seems that there is no trouble in compiling 
process, 
but it seems that when it is going to link it fails, and it throws me some 
vtable failures (if you want I can write them here, but I've got some and 
different, because I've been changing my test code depending on what errors I 
have been getting).

Thank you very much,
Rafael Fernández López.


pgpryEfZ0sLGq.pgp
Description: PGP signature


[gentoo-user] Autotools

2006-02-20 Thread Rafael Fernández López
Hi,

Since my question about Autotools was pretty bad explained, I'll sum up 
it 
into a question: I'm searching for a manual (not autotools manual from gnu, 
because I had already read it and it is not enough) that explains how to use 
autotools with QT apps (METASOURCES = AUTO), and so on...

I wouldn't like to use any IDE's, just nano and terminal.

Thanks,
Rafael Fernández López.


pgpYKOYgkUa26.pgp
Description: PGP signature


[gentoo-user] [OT] AUTOTOOLS

2006-02-19 Thread Rafael Fernández López
Hi,

I'm downloading some KDE apps source code to know how Makefiles.am are 
pointed. I've become surprised because I've seen that for example, amaroK has 
been developed under KDevelop.

I have been searching a bit and I can't find any QT app that use 
METASOURCES 
= AUTO, and with its Makefile hand-written (no IDE). I'd like to know if 
there is a way for creating 'acinclude.m4' and Makefile.am automatically by 
console (no KDevelop) if we know that that app will use QT (or KDE libs).

I have seen that all KDE apps include acinclude.m4 that starts with 
something 
like This file is part of the KDE libraries/packages... But what I could 
see too is that if we create a simple KDE project under KDevelop, my 
configure.in will be VERY SIMILAR to amaroK's configure.in, so I'd like to 
know what console command does KDevelop run to generate it (because I tried 
to search it for, but no results).

It was strange for me to read this:

# Original Author was [EMAIL PROTECTED]
# I lifted it in some mater. (Stephan Kulow)
# I used much code from Janos Farkas

in my configure.in self-generated by KDevelop. Why an automated script 
that 
generates configure.in is going to add to every package this kind of 
comments?

Well, that was my question... is there a way (a console command) to 
auto-generate acinclude.m4 and configure.in? (I suppose that acinclude.m4 
won't change, and I can copy that), but in that case, how can I generate 
configure.in?

Bye and thanks,
Rafael Fernández López.


pgpqGNcoCJk4N.pgp
Description: PGP signature


Re: [gentoo-user] [OT] AUTOTOOLS

2006-02-19 Thread Rafael Fernández López
Oh, another thing that I didn't tell you:

I'm an order maniac. When I start a project, my src directory has lots 
of 
subdirectories like 'base', 'gui'... and so on. I've seen that is almost a 
MUST to keep ALL *.UI FILES (from QT) in 'src' (at least KDevelop wants it).

That is one of the reasons because I would like to write my own 
Makefile.am. 
But lots of questions came to my mind, like if I have something like:

myproject
src
gui
base
sounds
[...]

And my objective is only an executable (no .so...) is it necessary to 
go on 
creating *.la files for each directory (and portion of code) to get them 
linked at the end of the build process?

I had some vtable errors from GCC that I had never had before (because 
before 
I used to write my own Makefiles) [no autotools].

Bye and thanks again,
Rafael Fernández López.


pgp3oR6as6vqD.pgp
Description: PGP signature


[gentoo-user] [OT] What about a new file system subtree?

2006-02-18 Thread Rafael Fernández López
Hi,

Since I have started a project that needs to be redistributed (it'll be 
GPL) 
I've started to deeply read Autoconf and Automake manuals.

Well, I had read some of FHS too, to know what I should do and what I 
should 
not do with my file hierarchy.

But, what came to my mind (maybe it's possible today) is that we could 
make a 
new file system subtree in every ~. For example, a user will be able to do 
a ./configure ; make but if the system is well-administrated a user won't 
be able to run a make install, since it can cause problems to the system. 
(I know we, Gentoo users, don't care about that). But what I wanted to say is 
that if we are not root (typical case) we could do a ./configure ; make ; 
make install (in an app called 'whatever') and it could create for example 
/home/me/bin/whatever and /home/me/share/doc/whatever or 
/home/me/doc/whatever, and so on.

That would be great since a normal user won't infect any root 
filesystem, and 
an administrator can fix any tricky problem deleting /home/me.

Bye and thanks !,
Rafael Fernández López.


pgpRwJ2sfiSTW.pgp
Description: PGP signature


Re: [gentoo-user] [OT] What about a new file system subtree?

2006-02-18 Thread Rafael Fernández López
Is [OT] marked because it has nothing to do with Gentoo. I mean when no 
ebuild is provided, someone is a new user (doesn't know what --prefix is), 
and by default with one shot ./configure ; make ; make install it could be 
installed in home.

Bye,
Rafael Fernández López.


pgp0aG0b1s49S.pgp
Description: PGP signature


Re: [gentoo-user] 3d rendering with dri radeon

2006-02-18 Thread Rafael Fernández López
As I've read in http://gentoo-wiki.com/HOWTO_DRI_with_ATi_Open-Source_Drivers 
there's no way to make it work for a Radeon above 9100. Oh !! mine is 
Mobility Radeon 9700, if I want DRI through open source drivers, I've no way 
to do it?

Bye,
Rafael Fernández López.


pgp9zokH8act6.pgp
Description: PGP signature


Re: [gentoo-user] Por qué eres tan maravilloso Gentoo

2006-02-16 Thread Rafael Fernández López
Great !!

Thx,
Rafael Fernández López.


pgpCt7WgJJcoM.pgp
Description: PGP signature


Re: [gentoo-user] WARNING! : Newbie ahead -- EMERGEncy problems

2006-02-12 Thread Rafael Fernández López
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Meino Christian Cramer wrote:
 Hi,

Hi

  I installed Gentoo 2005.1.r1 the first time on a hd.
  I used a stage 3 downloaded from teh internet.
  
 
  But I fear, I haven't understand a certain aspect of emerge
  not correctly.
 
  The problems arised as I tried to update the installed gcc-3.4.3
  to gcc-4.02.

Since you are a newbie I don't recommend you to install latest GCC
version. If something breaks later, you'll be *ucked. I would install
all STABLE versions. But if you want to install a certain version of an
app, your syntax may be:

emerge =category/what-ever-package-1.5.6

You can use your own tar.gz and your own tar.bz2 but that needs a
portage overlay (and you should create your own ebuilds) and that should
need an ebuild
/usr/local/portage/category/whatever/whatever-0.5.3.ebuild digest. If
you're a newbie I don't recommend a portage overlay right now neither.
You should get convinced with portage, and when you understand it pretty
well... go with your overlay.

Bye,
Rafael Fernández López.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFD7vit9RRlaicc3IERAtglAJ9SmQ/KH0IFAA4XVbXOaAtaFw+7xACgmJz3
jDTmdEDKNfmL7i8rExzFPL8=
=zRZH
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Por qué eres tan maravilloso Gentoo

2006-02-11 Thread Rafael Fernández López
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Buenas,

Pues esta vez no escribo porque tenga ninguna duda, ni porque tenga
algún problema relacionado con mi sistema. Sencillamente, escribo porque
quiero mostrar mi agradecimiento a todas las personas que hacen posible
un sistema como es Gentoo GNU/Linux, que brindan su esfuerzo y tiempo
libres en poder permitir que todos seamos iguales y que lo que nos
diferencie no sea el dinero, sino las ganas de conocer y de aprender,
una curva maravillosa.

Desde hace tiempo vengo defendiendo muy fuertemente todo el pensamiento
GPL así como las licencias CC (Creative Commons). ¿Por qué puedo tener
yo un libro que valga 80 euros [y tener acceso a ese conocimiento] y
alguien que no tenga esos 80 euros no pueda tener acceso nunca a esa
información? El conocimiento es un bien común, que interesa se expanda,
y que se debe compartir, sin apartar a nadie del acceso al mismo.
Dejemos que el conocimiento se expanda y nos inunde a todos, es algo que
nos beneficia de lejos.

El tiempo nos ha dado la razón. Un sistema privativo no es más seguro
por el hecho de tener el código oculto [de hecho se ha comprobado
experimentalmente xD]. Se han podido desarrollar sistemas como Samba o
Wine, que sin saber nada a priori [sobre el código] se ha permitido
emular, otro punto a favor de las mentes abiertas.

En definitiva quiero agradecer a todas las personas que se toman un
minuto para ayudar a otros con su conocimiento, por escaso que sea.
Quiero agradecer a todos los developers que se preocupan de que lo que
tienen entre manos sea de una calidad como lo que todos nosotros tenemos
instalados en nuestro disco duro, y también quiero agradecer cómo no al
maestro Robbins su genial idea de un sistema tan particular como Gentoo.

Como última nota, es como un sentimiento que tengo acerca de Gentoo, no
se si lo compartiréis. Me ocurre con Gentoo y LFS (Linux From Scratch).
¿Por qué Gentoo y no Debian u otra distro? Porque para mí es como ir a
un restaurante y que me sirvan el vino en la mesa, que lo abran delante
mía. Es una cuestión de educación. Prefiero que mi sistema se baje el
código, aplique parches (según directivas que YO controle, y nadie más),
y me cree la aplicación a mi medida. Para mí un sistema de paquetes
binarios es como que abran la botella de vino en la cocina.

Un saludo y muchísimas gracias,
Rafael Fernández López.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFD7lRP9RRlaicc3IERAi3KAKCDHI0mGE3e0m7zRMyFFSY3NS7iVgCZAeuq
l4wCS2gQePZQvRj+r5cBa2g=
=GJoU
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Por qué eres tan maravillos o Gentoo

2006-02-11 Thread Rafael Fernández López
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Sorry, my mind was gone... this was for gentoo-user-es. It only talks
about gentoo, and how good it is !! ;)

Bye folks,
Rafael Fernández López.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFD7lc89RRlaicc3IERAimeAJ4iPOvxL2Nu1DU6zMYHLy83gGe1rACgjzlw
zukBNpMz0bEvaix6IeE2QKw=
=ig6Z
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Por qué eres tan maravillos o Gentoo

2006-02-11 Thread Rafael Fernández López
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Jarry wrote:
 Rafael Fernández López wrote:
 
 
Buenas,
 
 
 No comprendo...
 Could someone translate it?  :-)
 
 Jarry
 

Means Hi more or less.

Bye,
Rafael Fernández López.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFD7lhP9RRlaicc3IERArZEAKCfDJqg9Bbd3NcHm0/9OYF4gcFBVQCeMFS0
Htv8gxdEMe69RxWrwBh8GXc=
=L6Cb
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] [REPOST] WAS Por qué eres tan maravilloso Ge ntoo BECOMES why are you so wonderful Gentoo

2006-02-11 Thread Rafael Fernández López
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all,

This time I'm not writing to the list because I have a trouble, or
because I've some questions that need to be answered. This time, I do
write simply because I want to THANK all people that makes possible a
system like Gentoo GNU/Linux, that brings their effort and free time to
make us equally (in rights).

There have past time since I defend GPL and CC licences. Why can I have
access to a book that costs 80 dollars and someone that hasn't got that
money can't have access to it? I think that knowledge is something that
everybody should have free access to. Is a good (and a right) that
should be expanded, and nothing best than this kind of licenses. This is
good for everybody.

Time agreed with us (with those that defended free knowledge).
Privative software is not safer because of hidden source code [it has
been tested experimentally xD]. It has been possible to develop apps
like Samba or Wine, without knowing any Windows source code, only
testing and hearing, this is a point for free minds.

So I want to thank all the people that takes a minute helping others
with their knowledge, doesn't matter how much it is. I want to thank all
developers that takes care of their packages, and making them as good as
we have installed right now (excellent quality). And I'd like to thank
master Robbins his idea of a particular system like Gentoo.

I'd like to say something that is like a feeling, I don't know if
you'll agree with me. This happens me with Gentoo and LFS (Linux from
scratch). Why Gentoo and not Debian or other distro? Because for me is
like going to a restaurant, and they serve wine on your table, opening
it in front of you. Is a matter of education. I prefer my system to
download source code, apply patches (with diretives that I can control,
and no one more), and make for me the app. For me a binary packages
system is like if in the restaurant they open the wine bottle in the
kitchen, instead of in front of you.


Thank you all guys,
Rafael Fernández López.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFD7mDG9RRlaicc3IERAmqLAJ0SU6aGICClb9NQugC8+fbh/0ZuvwCfVULS
52YQzJS7Dhp1AlcPMKg8rdk=
=OeRX
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user]

2006-02-06 Thread Rafael Fernández López
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Since my objective is not to argue about stupid things like this, I'll
strip out my sig. I wouldn't like to know that someone kill himself
because of my sig... so I'll get it out.

If you felt offended by my sig, sorry. But from my point of view that
is *NOT* a reason for being felt offended.

Answering to Bo Andresen, I personally like the second option. Filter
the messages that only contains unsubscribe is a good point. But
anyway, we receive one each long time, I mean, unsubscribing messages to
gentoo-user is not very high, so I don't feel *offended* by them. (Maybe
someone does... :p).

Bye,
Rafael Fernández López.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFD580u9RRlaicc3IERAqKzAKCqFbK5AHcSakHzkCdGy3YLRWXCYQCgoATF
z/cYd13vRFd8sgQ0yocIq4E=
=Oakq
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] New Tagline (Was )

2006-02-06 Thread Rafael Fernández López
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I saw worst things like the brand new Linux that didn't exist at all...
xD, but yes, you are right...

- --
Un saludo,
Rafael Fernández López.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFD589m9RRlaicc3IERArkEAJwKftlpS7UWT2aZLiYE6LK8Za6RagCfRqmz
zgjQgTkJzouuzuiydSdl08Y=
=9nbW
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Using java-config with manually installed JDKs

2006-02-05 Thread Rafael Fernández López

 Hi,

 I've manually instaled the sun-jdk, but i wish i could add it to the
 java-config. is it possible?


One question... why did you install manually sun-jdk? All available
versions are on portage...


-- 
A la vista de suficientes ojos todos los errores resultan evidentes -
Linus Torvalds
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Too many failures in update world

2006-02-05 Thread Rafael Fernández López
Hi,

I don't use doxygen and I haven't got it installed neither. Well it seems
that there is a bug on that code. Check bugzilla and see if that's only
yours or if it happened to someone else.

You could add this version of doxygen to package.mask and try to emerge a
previous version (or don't add it to package.mask and go emerging a
previous one with emerge =what-ever/whatever-ver.sion).

Bye,
Rafael Fernández López.


-- 
A la vista de suficientes ojos todos los errores resultan evidentes -
Linus Torvalds
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user]

2006-02-05 Thread Rafael Fernández López
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Jarry wrote:
unsubscribe

please try [EMAIL PROTECTED] instead.
 
 
 In my welcome-mail there is:
 
 To unsubscribe send a mail to:
 [EMAIL PROTECTED]
 
 Maybe it would not increase traffic too much if there were such
 a foot-note in every mail, automaticly included by ezmlm...
 
 Jarry
 

I think that is useless. The only thing you have to do for unsubscribing
is visit www.gentoo.org if you can't remember how, go to Lists and read,
that's not so hard.

There are lots of people unsubscribing and subscribing, only a few ones
write here for unsubscribing, we cannot do anything against that.

But I'm against adding that to EVERY MAIL posted, that would increase
size, and that's not a power reason for increasing size that way.

Bye,
Rafael Fernández López.

- --
Un saludo,
Rafael Fernández López.

``A la vista de suficientes ojos todos los errores resultan evidentes -
Linus Torvalds

``The explanation for 'free software' is simple--a person who has
grasped the idea of 'free speech, not free beer' will not get it wrong
again - Richard Stallman
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFD5mKt9RRlaicc3IERAtgaAJ9D7AaLEDmA6TfV2OpX1SupZAJ+TACgg0u8
ZFF6+f78/ti5aRmFUunEpyM=
=5QGz
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user]

2006-02-05 Thread Rafael Fernández López
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Well my signature is there because I want it to be there. But I don't
want a comment from the list how I HAVE TO UNSUBSCRIBE. One thing is the
signature, and another thing is the information messages from mailing
system.

- --
Un saludo,
Rafael Fernández López.

``A la vista de suficientes ojos todos los errores resultan evidentes -
Linus Torvalds

``The explanation for 'free software' is simple--a person who has
grasped the idea of 'free speech, not free beer' will not get it wrong
again - Richard Stallman
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFD5oAR9RRlaicc3IERAqUcAJ9cjxOHshnK2OYQsSYU5wZUhySL+wCaA2Vu
UIBx75yrXkEBV0fxfuZuOPc=
=E2Zo
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] So O.K.

2006-02-04 Thread Rafael Fernández López
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Well man... if you don't like Gentoo because of it's privileges
(etc-update for example?) LFS IS FOR YOU, I'M PRETTY SURE.

Anyway, if you don't like Gentoo (or you don't know how to use it
that's my odd), don't tell us how bad Gentoo is. Post that thing in
Microsoft's forums, maybe they get you for working with them.

Where can we find some dudes as this one? I want to buy a circus...

Bye,
Rafael Fernández López.

- --
Un saludo,
Rafael Fernández López.

``A la vista de suficientes ojos todos los errores resultan evidentes -
Linus Torvalds

``The explanation for 'free software' is simple--a person who has
grasped the idea of 'free speech, not free beer' will not get it wrong
again - Richard Stallman
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFD5RUM9RRlaicc3IERAqiKAJ9AtUXw+X3vnSCLq5EeYFQtGlXbhwCdHDjm
OVloxt9ufX/2DhfhfAs3VFI=
=N13y
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gcc version used for build?

2006-01-27 Thread Rafael Fernández López
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Phil Sexton wrote:
 Ernie Schroder wrote:
 
 On Friday 27 January 2006 10:41, a tiny voice compelled Phil Sexton to
 write:

 Ernie Schroder wrote:

 I used to know this but I can't find info today. How do I tell which
 version of gcc was used to compile my kernel?


 This should do it:
 gcc -v



 Maybe I wasn't clear enough Phil, I suspected that my kernel was built
 with an old gcc and my nvidia modules with my current version
 (gcc-3.4.4-r1).
 Andres' suggestion (cat /proc/version) was what I needed.

 $ cat /proc/version
 snip
 (gcc version 3.3.6 (Gentoo 3.3.6, ssp-3.3.6-1.0, pie-8.7.8)) #1 Fri
 Dec 9 15:39:27 EST 2005
 
 
 I most likely don't fully understand the difference between the
 two/three commands and I was going by a vague memory from a couple of
 years back.
 
 Could someone expound on these 3 commands?  I don't really understand
 the man and info pages on these.
 
 gcc -v
 gcc --version
 (I thought the previous two were the same.)
 cat /proc/version
 
 Does one or more show the currently being used gcc and another show a
 previous version used for some other earlier compile(s)?
 
 TIA
 

Well, you can have upgraded GCC and have compiled your RUNNING kernel
with your old gcc version.

If you run `gcc -v` you only will get your NEW gcc version, but he
wanted to know with which version did he compile his kernel, and is not
with `gcc -v`. You can check it out with `cat /proc/version`.

Bye,
Rafael Fernández López.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFD2mUZ9RRlaicc3IERAviSAJ4qEinUJ/Ymwe+ZCQdw2DRcLaWA3gCfe5wE
r2HLnubJjueN7v3cyY0/4b4=
=Qqt5
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] joomla

2006-01-24 Thread Rafael Fernández López
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Uwe Thiem wrote:
 Hi folks,
 
 any joomla or mambo experts here?
 
 I have got joomla-1.0.7 and php-5.1.1.
 
 When I try to log into the site as admin after configuring it, I get this:
 Fatal error: Call to undefined function session_name() 
 in /var/www/localhost/htdocs/joomla/administrator/index.php on line 83
 
 I just synced and pretended to emerge joomla but it would not emerge a newer 
 version.
 
 What am I doing wrong? :-(
 
 Uwe
 

You've to emerge php with session USE enabled.

# USE=session emerge -v dev-lang/php

Bye,
Rafael Fernández López.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFD1o089RRlaicc3IERAoMNAJ408TuqnQ1lHXO+lG24gtLgLWvmHQCfWw5b
2/p6nzX1hQEt52NT1OD1Xao=
=Wqv3
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] joomla

2006-01-24 Thread Rafael Fernández López
It was only a quick replying... of course if you want to upgrade php
you'll have to add for example session to your make.conf USE variable.

Bye,
Rafael Fernández López.

 Arrghhh Bad Habits...
 Add:

 dev-lang/php session

 to your package.use file

 :- )

 On 1/24/06, Uwe Thiem [EMAIL PROTECTED] wrote:
 On 24 January 2006 22:25, Rafael Fernández López wrote:
  Uwe Thiem wrote:
   Hi folks,
  
   any joomla or mambo experts here?
  
   I have got joomla-1.0.7 and php-5.1.1.
  
   When I try to log into the site as admin after configuring it, I get
   this: Fatal error: Call to undefined function session_name()
   in /var/www/localhost/htdocs/joomla/administrator/index.php on line
 83
  
   I just synced and pretended to emerge joomla but it would not emerge
 a
   newer version.
  
   What am I doing wrong? :-(
  
   Uwe
 
  You've to emerge php with session USE enabled.
 
  # USE=session emerge -v dev-lang/php

 Thanks! That did it. :-)

 Uwe

 --
 Unix is sexy:
 who | grep -i blonde | date
 cd ~; unzip; touch; strip; finger
 mount; gasp; yes; uptime; umount
 sleep

 --
 gentoo-user@gentoo.org mailing list



 --
 gentoo-user@gentoo.org mailing list




-- 
A la vista de suficientes ojos todos los errores resultan evidentes -
Linus Torvalds
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ipw2200 dmesg error

2006-01-15 Thread Rafael Fernández López
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Marco Calviani wrote:
 Hi list,
   i'm running gentoo on a laptop with a ipw2200 wireless card. I'm
 running the current ipw2200 stable version, that is ipw2200-1.0.8-r1.
 It is running well but when used i'm seeing in the kernel messages the
 following messages:
 
 ipw2200: Firmware error detected.  Restarting.
 ipw2200: Sysfs 'error' log captured.
 ipw2200: Firmware error detected.  Restarting.
 ipw2200: Sysfs 'error' log already exists.
 ipw2200: Firmware error detected.  Restarting.
 ipw2200: Sysfs 'error' log already exists.
 ipw2200: Firmware error detected.  Restarting.
 ipw2200: Sysfs 'error' log already exists.
 ipw2200: Firmware error detected.  Restarting.
 ipw2200: Sysfs 'error' log already exists.
 ipw2200: Firmware error detected.  Restarting.
 ipw2200: Sysfs 'error' log already exists.
 ipw2200: Firmware error detected.  Restarting.
 ipw2200: Sysfs 'error' log already exists.
 ipw2200: Firmware error detected.  Restarting.
 ipw2200: Sysfs 'error' log already exists.
 ipw2200: Firmware error detected.  Restarting.
 ipw2200: Sysfs 'error' log already exists.
 ipw2200: Firmware error detected.  Restarting.
 ipw2200: Sysfs 'error' log already exists.
 
 Is this a known issue of these drivers?
 
 Thanks in advance,
 MC
 

I haven't seen that. I do use ipw2200 and ipw2200-firmware and at least
this driver works and I've not seen such a message like that.

I'm using linux-2.6.14-gentoo-r4.

Bye,
Rafael Fernández López.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFDym2q9RRlaicc3IERAvKzAKCKMEjeSaVE8EIEUnYf5Yr7aJVsGQCfRowi
nDAfBtVNCTF8TgdpFGPC2oE=
=P1Xo
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ipw2200 dmesg error

2006-01-15 Thread Rafael Fernández López
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Rafael Fernández López wrote:
 Marco Calviani wrote:
 
Hi list,
  i'm running gentoo on a laptop with a ipw2200 wireless card. I'm
running the current ipw2200 stable version, that is ipw2200-1.0.8-r1.
It is running well but when used i'm seeing in the kernel messages the
following messages:

ipw2200: Firmware error detected.  Restarting.
ipw2200: Sysfs 'error' log captured.
ipw2200: Firmware error detected.  Restarting.
ipw2200: Sysfs 'error' log already exists.
ipw2200: Firmware error detected.  Restarting.
ipw2200: Sysfs 'error' log already exists.
ipw2200: Firmware error detected.  Restarting.
ipw2200: Sysfs 'error' log already exists.
ipw2200: Firmware error detected.  Restarting.
ipw2200: Sysfs 'error' log already exists.
ipw2200: Firmware error detected.  Restarting.
ipw2200: Sysfs 'error' log already exists.
ipw2200: Firmware error detected.  Restarting.
ipw2200: Sysfs 'error' log already exists.
ipw2200: Firmware error detected.  Restarting.
ipw2200: Sysfs 'error' log already exists.
ipw2200: Firmware error detected.  Restarting.
ipw2200: Sysfs 'error' log already exists.
ipw2200: Firmware error detected.  Restarting.
ipw2200: Sysfs 'error' log already exists.

Is this a known issue of these drivers?

Thanks in advance,
MC

 
 
 I haven't seen that. I do use ipw2200 and ipw2200-firmware and at least
 this driver works and I've not seen such a message like that.
 
 I'm using linux-2.6.14-gentoo-r4.
 
 Bye,
 Rafael Fernández López.

Sorry I did a dmesg and that message shows for me too... but less times

[EMAIL PROTECTED] ~ $ dmesg | grep ipw2200
ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.0.10
ipw2200: Copyright(c) 2003-2005 Intel Corporation
ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
ipw2200: Unknown notification: subtype=40,flags=0xa0,size=40
ipw2200: Firmware error detected.  Restarting.
ipw2200: Sysfs 'error' log captured.
ipw2200: Firmware error detected.  Restarting.
ipw2200: Sysfs 'error' log already exists.

Bye,
Rafael Fernández López.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFDym4Z9RRlaicc3IERAgbMAJ9S51jy2vaLEbBQxDMzKGdjt3IW3wCdGsUa
wEE2TtbdVgLdzsGODQn8+bc=
=zzro
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ipw2200 dmesg error

2006-01-15 Thread Rafael Fernández López
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Matthias Bethke wrote:
 Hi Rafael,
 on Sunday, 2006-01-15 at 16:45:29, you wrote:
 
Sorry I did a dmesg and that message shows for me too... but less times

[EMAIL PROTECTED] ~ $ dmesg | grep ipw2200
ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.0.10
ipw2200: Copyright(c) 2003-2005 Intel Corporation
ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
ipw2200: Unknown notification: subtype=40,flags=0xa0,size=40
ipw2200: Firmware error detected.  Restarting.
 
 
 I have the same, though I never even noticed. The card works just fine.
 
 BTW, Rafael, if you uploaded your key to the keyserver network, signing
 your mail would even make sense :)
 
 regards
   Matthias
 
 
 
ipw2200: Sysfs 'error' log captured.
ipw2200: Firmware error detected.  Restarting.
ipw2200: Sysfs 'error' log already exists.

Bye,
Rafael Fernández López.
-- 
gentoo-user@gentoo.org mailing list

 
 

The server I've tried to upload returned always error 500. Now it is
uploaded. Sorry I absolutely have forgotten to re-upload.

Bye,
Rafael Fernández López.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFDyrde9RRlaicc3IERAj+hAJ9XtM8AMIAzrojsubUJoDjZB6uM0QCeKndo
1/SwELOSr5ItaF0TZnKZ3ys=
=IPW3
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: ipw2200 dmesg error

2006-01-15 Thread Rafael Fernández López
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Marco Calviani wrote:
 Hi list.
   i think this is a general issue of the ipw2200 drivers since i've
 found this site http://www.bughost.org/bugzilla/ and lots of people
 seems to have the very same problem.
 Let's hope the future release will deal with this.
 
 Regards,
 MC
 

I don't consider this trouble critical. My wireless connection works
perfectly, indeed I haven't noticed that trouble until Marco started
this thread.

I think we shouldn't worry about it too much.

Bye,
Rafael Fernández López.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFDyryD9RRlaicc3IERAjg/AJ0WaHUk84D8mK9q4LRg7FOFF65aOgCgqBty
i1OvLyz52q/ISkOdY53BpZw=
=908w
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Strangeness with KDE 3.4

2006-01-13 Thread Rafael Fernández López
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Uwe Thiem wrote:
 On 12 January 2006 19:28, Shawn Singh wrote:
 
Thanks Holly. The user can login from the console. The user's icon doesn't
show in the list of users. Come to think of it, neither does my user show
in the list. I can key in my username and password to authenticate, so I
suspect (that since the other user can login from the console) she'll be
able to do likewise

I guess the correct question to have asked is why won't my user's show up
in the list of users?
 
 
 Check /usr/kde/3.4/share/config/kdm/kdmrc. Search for HiddenUsers, 
 MinShowUID and MaxShowUID. 
 
 Uwe
 

That's the same solution I proposed... He said users were on range.

Bye !!
Rafael Fernández López.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFDyENk9RRlaicc3IERAmC5AJ9aJE2i/Xc9M4zLI53Je82yALiRdACfXyq6
VuelfL1bulaIBu/MqHEu+do=
=VPds
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] New Macs

2006-01-12 Thread Rafael Fernández López
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Mark wrote:
 I got an email from Apple this morning announcing the new Intel-based
 Macs. I was wondering if anyone knew whether one of the Gentoo Intel
 flavors would run on those systems or whether that would be a whole
 different build
 --
 Mark
 [unwieldy legal disclaimer would go here - feel free to type your own]
 

- From my point of view... they should have chosen amd instead of intel...
We all know that amd at this last time is making better processors than
intel. They will reply (I hope).

Bye,
Rafael Fernández López.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFDxtaS9RRlaicc3IERAgCfAJ48Z/ZxIUGVVIBs2F2H6vfzij+WIwCgrL90
0n/lvtQsnEiUBonh0l7Giic=
=hpAj
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Strangeness with KDE 3.4

2006-01-12 Thread Rafael Fernández López
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Holly Bostick wrote:
 Shawn Singh schreef:
 
Thanks Holly. The user can login from the console. The user's icon doesn't
show in the list of users. Come to think of it, neither does my user show in
the list. I can key in my username and password to authenticate, so I
suspect (that since the other user can login from the console) she'll be
able to do likewise

I guess the correct question to have asked is why won't my user's show up in
the list of users?

 
 Have you looked in
 
 
On 1/12/06, Holly Bostick [EMAIL PROTECTED] wrote:


the KDE Control Center= System Administration= Login
Manager= Administrator Mode= Users tab 
 
 
 ?

Run `kuser` and look what UID has the user that is not getting visible
into logging window. Typically when you create another user it will get
a lower UID. (You'll later understand).

Go to `kcontrol`, `System admin` (or something similar, I've got it in
Spanish), and `Access admin`.

Go to tab `Users`. See in `System UIDs` if your user UID is UNDER or
GREATER that those numbers, it won't be shown on login window.

Just change those numbers and you're set.

Bye,
Rafael Fernández López.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFDxurl9RRlaicc3IERAi7kAJ9/8BkJnS5vDYMzrrpGR6G4CHTQIgCfQhLH
5OYc+0QAiQTeAK/4LfBeCA0=
=IIxg
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] A New Linux Way

2006-01-10 Thread Rafael Fernández López
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Petr Kocmid wrote:
 On Tuesday 10 January 2006 04:40, Mark Stewart wrote:
 
Hello fellow Linux Users!
We here at SaviourLinux.com desire to create a united universal way.
Please visit the website for more information, but here is the purpose:
 
 
 You missed the target audience. Here at gentoo there are mostly hardcore 
 linux 
 geeks, and we already have universal way. You do not make a fortune here 
 with a scam like this.
 

I'm really impressed how such a spam message can take so long and lots
of replies... hahaha, but it is pretty funny to hear all your comments.

Well, in sf it doesn't seem to be anything... THEY HAVE WORKED TOO HARD
TILL NOW... hahaha.

I'm gonna install that thing instead of my yesterday loved Gentoo
distro. :P

Bye,
Rafael Fernández López.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFDxCUj9RRlaicc3IERAk7KAKCVNVLF9o+zQQN+giDtUPg0AECmyACgqD+Q
TuUi87H06L5zin1s3hMmzWU=
=RsWd
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ati-drivers can work with 2.6.15!

2006-01-07 Thread Rafael Fernández López
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Iain Buchanan wrote:
 Hi all,
 
 Instead of a question this time, I have an answer!
 
 If you're trying to get ati-drivers (fglrx) to load with ernet parche de 
 Microsoft linux-2.6.15
 its simple!  (Given the error you get is undefined symbol: pm_register
 or something similar).
 
 The solution is to simply:  when configuring your kernel, under Power
 management options (ACPI, APM) turn on Legacy Power Management API
 (PM_LEGACY).  Then recompile the kernel (recompiling modules should not
 be necessary) and re-boot to this new kernel.
 
 Now, for me at least, ati-drivers-8.20.8 loads fine!
 
 HTH,

But they still don't run with xcompmgr, right ?

Bye,
Rafael Fernández López.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFDv8oS9RRlaicc3IERAt+yAKCfZApbZeIdqMLesB50JIJjyjvYZgCfS89h
izjxBdTcyhcZDDcKAIR0MJY=
=e3cI
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] libusb build error

2005-12-11 Thread Rafael Fernández López
OH God !!!

Haven't updated Gentoo in a year ?? Wow... I think first thing you
should do is to update portage.

Bye,
Rafael Fernández López.

 Hi,


 me again :) . I'm trying to update my machine. I have never done so
 since I installed Gentoo last year, so I'm a bit unexperienced and
 ignorant about portage and emerge usage.

 I have updated most of the packages manually to avoid a broken system,
 and most are done (only 98 left :) .

 Some packages don't install properly, this time it is libusb. I have
 installed libusb-0.1.8 and try to install libusb-0.1.10a, but I get the
 error message attached.

 Anyone a clue where I can start searching for a solution? Wrong automake
 version? A missing variable?


 Thx  best regards


 ce



 emerge libusb
 Calculating dependencies ...done!
 emerge (1 of 1) dev-libs/libusb-0.1.10a to /
 md5 files   ;-) libusb-0.1.7-r1.ebuild
 md5 files   ;-) libusb-0.1.8.ebuild
 md5 files   ;-) libusb-0.1.10a.ebuild
 md5 files   ;-) files/digest-libusb-0.1.7-r1
 md5 files   ;-) files/0.1.10a-fbsd.patch
 md5 files   ;-) files/digest-libusb-0.1.8
 md5 files   ;-) files/libusb-0.1.8-amd64-fPIC.patch
 md5 files   ;-) files/digest-libusb-0.1.10a
 md5 src_uri ;-) libusb-0.1.10a.tar.gz
 Unpacking source...
 Unpacking libusb-0.1.10a.tar.gz
 to /var/tmp/portage/libusb-0.1.10a/work
  * Applying 0.1.10a-fbsd.patch ...
 [ ok ]
  * Running eautoreconf in
 '/var/tmp/portage/libusb-0.1.10a/work/libusb-0.1.10a' ...
  * Running aclocal...
 [ ok ]
  * Running libtoolize --copy --force --automake...
 [ ok ]
  * Running aclocal...
 [ ok ]
  * Running autoconf...
 [ ok ]
  * Running autoheader...
 [ ok ]
  * Running automake --add-missing --copy --foreign...
 [ !! ]


  * Failed Running automake !
  *
  * Include in your bugreport the contents of:
  *
  *   /var/tmp/portage/libusb-0.1.10a/temp/automake-5879.out


 !!! ERROR: dev-libs/libusb-0.1.10a failed.
 !!! Function autotools_run_tool, Line 179, Exitcode 0
 !!! Failed Running automake !
 !!! If you need support, post the topmost build error, NOT this status
 message.
 --
 gentoo-user@gentoo.org mailing list




-- 
A la vista de suficientes ojos todos los errores resultan evidentes -
Linus Torvalds
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Laptop Install Issue

2005-12-11 Thread Rafael Fernández López
I can't find any sense at that issue: I can't understand what's the reason 
that make your computer turn off in a compilation.

Well... I'm afraid of temperature. I hope that's not the reason, but is the 
first thing that came to my mind. Maybe in your laptop (I've an Amilo Fujitsu 
Siemens, and when compiling OO or KDE it is really hot), when it reachs some 
temperature it turns off because of security reasons.

I cannot find any other reason.

Bye,
Rafael Fernández López.

El Domingo, 11 de Diciembre de 2005 11:42, C. Beamer escribió:
 Hi all,

 I've become so enamoured with Gentoo that I've decided to install on my
 laptop.  However, I'm having a bit of a problem.

 I'm at the point where I can boot the system and I've been trying to
 install xorg-x11.  However, the laptop keeps powering off on me.

 This wasn't a problem until I build the kernel where I built acpi
 support into it.  However, I *didn't* read the ACPI Guide and obviously,
 should have.  That's no big problem, I'll just recompile the kernel and
 follow what the Guide says.

 My issue is this:  The computer powered off in the middle of the install
 of xorg-x11.  This has happened a couple of times.  I haven't been
 having problems with the laptop, so I'm pretty sure the issue has
 something to do with power management since I built power management
 into the kernel, but didn't emerge acpid.  Anyway, since the emerge of
 xorg-x11 has bombed a couple of times, is there anything that I should
 do in the way of clean up before trying to emerge it again?

 Regards,

 Colleen

-- 
A la vista de suficientes ojos todos los errores resultan evidentes - Linus 
Torvalds


pgpg5yE4DHL4a.pgp
Description: PGP signature


Re: [gentoo-user] Building a Kernel -- anybody wanna help????

2005-12-10 Thread Rafael Fernández López
Best thing to know about Gentoo (and Linux in general).

Try, don't work, retry, still doesn't work, retry, still doesn't work. Did you 
try until you have a pretty hard headache ?? Well, then is time to write some 
mailing list.

Read manuals, use your best friend, man, try, and retry. If someone just 
tells what you've to do, you'll say OKAY, and next time you're gonna 
recompile your kernel you'll say yourself (FROM WHERE I HAD TO START?).

If you try, and retry, and retry... you'll understand better Linux and Gentoo.

Bye,
Rafael Fernández López.

El Sábado, 10 de Diciembre de 2005 17:40, Timothy A. Holmes escribió:
 (I am not sure if this is an inappropriate request, if so, someone
 please let me know and it will be quickly withdrawn)

 Hi folks:

 Im fairly new to the gentoo environment, and im getting ready to try
 again to build a working kernel for my laptop.  Since im new to it, I
 would love to have someone to be able to bounce questions off of as I go
 through the process (I am NOT looking for someone to do it for me, I
 need to learn how to do this myself)

 It is now 11:30am EST on Saturday, December 10, 2005, If someone is
 around and would like to answer some questions as I go, please contact
 me via one of the routes below.

 If no one is available, or no one wants to, thanks anyway, I appreciate
 all the help you folks have provided me already.

 Contact methods:

 E-Mail -- [EMAIL PROTECTED]
 YahooIM - w8tah
 AOLIM - w8tahham
 MSNIM - [EMAIL PROTECTED]
 ICQ - 223635031
 IRC -- I am currently Tim___ in #gentoo on irc.freenode.net
 Gtalk / jabber -- [EMAIL PROTECTED]

 Thanks again folks



 Timothy A. Holmes
 IT Manager / Network Admin / Web Master / Computer Teacher

 Medina Christian Academy
 A Higher Standard...

 Jeremiah 33:3
 Jeremiah 29:11
 Esther 4:14

-- 
A la vista de suficientes ojos todos los errores resultan evidentes - Linus 
Torvalds


pgpjH5AfbzCPt.pgp
Description: PGP signature


Re: [gentoo-user] cannot find -lncurses

2005-12-10 Thread Rafael Fernández López
Try # ls -l /lib/libncurses.so. Is this pointing somewhere valid ??

Bye,
Rafael Fernández López.

El Sábado, 10 de Diciembre de 2005 21:04, Michael Sullivan escribió:
 I'm trying to build mysql in my cross-compilation environment for my
 slow server box.  One of the dependencies for mysql is procps.  When I
 try to emerge procps I get this error:

 /usr/lib/gcc/i586-pc-linux-gnu/3.4.4/../../../../i586-pc-linux-gnu/bin/ld:
 cannot find -lncurses

 I have ncurses installed on my i686 machine - I even have it installed
 in the cross-compilation environment (for i586-pc-linux-gnu).  Why is it
 telling me that it can't link against ncurses?

-- 
A la vista de suficientes ojos todos los errores resultan evidentes - Linus 
Torvalds


pgp8lqA0TvWIp.pgp
Description: PGP signature


[gentoo-user] All my rc-init-scripts broke up - updated to bash-3.1

2005-12-10 Thread Rafael Fernández López
Hi !!,

I've upgraded to bash-3.1. Now all my rc-init scripts do break at boot time, 
if I try to init any of them by using /etc/init.d/net.eth1 start they will 
tell me same thing: parse error

I had no Internet because eth0 nor eth1 couldn't get up, so I had to copy from 
another Computer in a USB-stick bash-3.0 and all necessary 
to /usr/portage/distfiles, and downgrade bash to the latest version before 
bash-3.1.

Tell me if you have similar issues please.

Bye,
Rafael Fernández López.
-- 
A la vista de suficientes ojos todos los errores resultan evidentes - Linus 
Torvalds


pgpBrRPQ5zA4Q.pgp
Description: PGP signature


[gentoo-user] X.org can't get up

2005-12-09 Thread Rafael Fernández López
Hi,

I've done an emerge -vuD world, and udev was updated to 077-r3. Now my
computer can't get up X.org, and cannot recognize devices.

Is this a bug ?? Everything worked perfectly until I rebooted with this
new udev version. I have lots of kernel versions, but none of them will
work (the last one that I've installed is
gentoo-sources-2.6.14-gentoo-r4).

Bye,
Rafael Fernández López.

-- 
A la vista de suficientes ojos todos los errores resultan evidentes -
Linus Torvalds
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gnome/gdm logout problem

2005-12-08 Thread Rafael Fernández López
What driver are you using ?? If it is fglrx, there is a bug I think.

Bye,
Rafael Fernández López.

El Viernes, 9 de Diciembre de 2005 01:35, Ryan Sims escribió:
 Having an odd problem with gnome (or perhaps gdm).  Whenever a user
 logs out, instead of going back to the greeter, I get an
 (unresponsive) grey screen with a white rectangle where the username
 input box goes.  It seems to be only the themed greeter that has this
 problem.  The box is still responsive as a whole, so I've poked
 through logs via an ssh session, and things seem ok...except for this
 from Xorg.0.log:

 drmOpenDevice: node name is /dev/dri/card0
 drmOpenDevice: open result is 5, (OK)
 drmOpenDevice: node name is /dev/dri/card0
 drmOpenDevice: open result is 5, (OK)
 drmOpenDevice: node name is /dev/dri/card0
 drmOpenDevice: open result is 5, (OK)
 drmOpenDevice: node name is /dev/dri/card0
 drmOpenDevice: open result is 5, (OK)
 drmOpenDevice: node name is /dev/dri/card0
 drmOpenDevice: open result is 5, (OK)
 drmOpenDevice: node name is /dev/dri/card0
 drmOpenDevice: open result is 5, (OK)
 drmOpenDevice: node name is /dev/dri/card1
 drmOpenDevice: open result is -1, (No such device)
 drmOpenDevice: open result is -1, (No such device)
 drmOpenDevice: Open failed
 drmOpenDevice: node name is /dev/dri/card2
 drmOpenDevice: open result is -1, (No such device)
 drmOpenDevice: open result is -1, (No such device)
 drmOpenDevice: Open failed

 which goes on through /dev/dri/card14 with failures and then back to 0
 again for a couple times.  I'm skeptical that it's a drm thing, since
 the GTK+ greeter is quite happy.

 Like I said, that's the only log output that seems odd, if there's
 other information that would apropos, let me know.

 --
 Ryan W Sims

 ()  ascii ribbon
 /\  campaign
 - against html mail
 - against proprietary attachments

-- 
A la vista de suficientes ojos todos los errores resultan evidentes - Linus 
Torvalds


pgpBOwGaRTMTh.pgp
Description: PGP signature


[gentoo-user] X.org 7, when is it gonna be unmasked ??

2005-12-06 Thread Rafael Fernández López
I'm following X.org 7. I have an ATI MOBILITY RADEON 9700, and it is 
said 
that X.org 7 will have a magical driver, free (as in free speech...), and It 
will work better than ati-drivers. I don't like to install masked packages 
because of security... reasons, when will be it unmasked ??

It will be possible to enable direct rendering (for xcompmgr usage).

But I want to say something... from my point of view... why it is 
needed 
direct acceleration from the video card for an app such as xcompmgr ?? I 
mean, translucency, shadows... that's not Quake 4. I can't understand how my 
processor cannot handle it, and why X.org needs DRI for this reason.

Thanks,
Rafael Ferńandez López.
-- 
A la vista de suficientes ojos todos los errores resultan evidentes - Linus 
Torvalds


pgpZERGeqO9fI.pgp
Description: PGP signature


Re: [gentoo-user] Help with world update

2005-12-06 Thread Rafael Fernández López
 Hello, I am running a emerge -u world and there is a package
 (realplayer) that keeps failing the build due to an error in package
 retrieval.

Well, give realplayer a try, and see if it is installed in any way:

# equery list -p realplayer

You'll see in a list if any version is installed.

 My first question is why is portage trying to emerge this package as I
 do not have it installed in the first place ( I had it once a while ago,
 then it was unmerged) and my second is how tell portage not to emerge
 the package.

Just edit /etc/portage/package.mask (as root) and add this line:

media-video/realplayer

Save the changes and that's it.

Bye,
Rafael Fernández López.

-- 
A la vista de suficientes ojos todos los errores resultan evidentes - Linus 
Torvalds


pgpCB8YO1iIe8.pgp
Description: PGP signature


Re: [gentoo-user] Optical mouse lights off on kernel 2.6.14 but works on kernel 2.4.30

2005-12-06 Thread Rafael Fernández López
/dev/input/mice works perfectly for me.

Bye,
Rafael Fernández López.

El Miércoles, 7 de Diciembre de 2005 00:40, Raphael Melo de Oliveira Bastos 
Sales escribió:
 I had legacy /dev/psaux on. Besides, it doesn't explain why the lights
 go off even outside X. Perhaps I could try to disable this option and
 let /dev/input/mice be the sole device node for the mouse...

 2005/12/6, Steven Susbauer [EMAIL PROTECTED]:
  The mouse device should be pointing to /dev/input/mice - that's just the
  first thing I saw in a quick overview.
 
 
  On 12/6/05, Raphael Melo de Oliveira Bastos Sales
  [EMAIL PROTECTED]
 
  wrote:
   How do you switch xorg.conf files between kernels? Here are the file
  
   The kernel configuration:
  
   CONFIG_X86=y
   CONFIG_SEMAPHORE_SLEEPERS=y
   CONFIG_MMU=y
   CONFIG_UID16=y
   CONFIG_GENERIC_ISA_DMA=y
   CONFIG_GENERIC_IOMAP=y
   CONFIG_ARCH_MAY_HAVE_PC_FDC=y
   CONFIG_EXPERIMENTAL=y
   CONFIG_CLEAN_COMPILE=y
   CONFIG_BROKEN_ON_SMP=y
   CONFIG_LOCK_KERNEL=y
   CONFIG_LOCALVERSION_AUTO=y
   CONFIG_SWAP=y
   CONFIG_SYSVIPC=y
   CONFIG_POSIX_MQUEUE=y
   CONFIG_BSD_PROCESS_ACCT=y
   CONFIG_SYSCTL=y
   CONFIG_HOTPLUG=y
   CONFIG_KOBJECT_UEVENT=y
   CONFIG_IKCONFIG=y
   CONFIG_IKCONFIG_PROC=y
   CONFIG_KALLSYMS=y
   CONFIG_PRINTK=y
   CONFIG_BUG=y
   CONFIG_BASE_FULL=y
   CONFIG_FUTEX=y
   CONFIG_EPOLL=y
   CONFIG_SHMEM=y
   CONFIG_MODULES=y
   CONFIG_MODULE_UNLOAD=y
   CONFIG_MODULE_FORCE_UNLOAD=y
   CONFIG_OBSOLETE_MODPARM=y
   CONFIG_MODVERSIONS=y
   CONFIG_KMOD=y
   CONFIG_X86_PC=y
   CONFIG_MK7=y
   CONFIG_X86_CMPXCHG=y
   CONFIG_X86_XADD=y
   CONFIG_RWSEM_XCHGADD_ALGORITHM=y
   CONFIG_GENERIC_CALIBRATE_DELAY=y
   CONFIG_X86_WP_WORKS_OK=y
   CONFIG_X86_INVLPG=y
   CONFIG_X86_BSWAP=y
   CONFIG_X86_POPAD_OK=y
   CONFIG_X86_GOOD_APIC=y
   CONFIG_X86_INTEL_USERCOPY=y
   CONFIG_X86_USE_PPRO_CHECKSUM=y
   CONFIG_X86_USE_3DNOW=y
   CONFIG_HPET_TIMER=y
   CONFIG_HPET_EMULATE_RTC=y
   CONFIG_PREEMPT=y
   CONFIG_PREEMPT_BKL=y
   CONFIG_X86_UP_APIC=y
   CONFIG_X86_UP_IOAPIC=y
   CONFIG_X86_LOCAL_APIC=y
   CONFIG_X86_IO_APIC=y
   CONFIG_X86_TSC=y
   CONFIG_X86_REBOOTFIXUPS=y
   CONFIG_X86_MSR=y
   CONFIG_X86_CPUID=y
   CONFIG_DCDBAS=m
   CONFIG_HIGHMEM4G=y
   CONFIG_HIGHMEM=y
   CONFIG_SELECT_MEMORY_MODEL=y
   CONFIG_FLATMEM_MANUAL=y
   CONFIG_FLATMEM=y
   CONFIG_FLAT_NODE_MEM_MAP=y
   CONFIG_MTRR=y
   CONFIG_SECCOMP=y
   CONFIG_HZ_1000=y
   CONFIG_PM=y
   CONFIG_ACPI=y
   CONFIG_ACPI_SLEEP=y
   CONFIG_ACPI_SLEEP_PROC_FS=y
   CONFIG_ACPI_AC=m
   CONFIG_ACPI_BATTERY=m
   CONFIG_ACPI_BUTTON=m
   CONFIG_ACPI_VIDEO=m
   CONFIG_ACPI_FAN=m
   CONFIG_ACPI_PROCESSOR=m
   CONFIG_ACPI_THERMAL=m
   CONFIG_ACPI_ASUS=m
   CONFIG_ACPI_IBM=m
   CONFIG_ACPI_TOSHIBA=m
   CONFIG_ACPI_EC=y
   CONFIG_ACPI_POWER=y
   CONFIG_ACPI_SYSTEM=y
   CONFIG_X86_PM_TIMER=y
   CONFIG_ACPI_CONTAINER=m
   CONFIG_APM=m
   CONFIG_APM_DO_ENABLE=y
   CONFIG_APM_CPU_IDLE=y
   CONFIG_APM_RTC_IS_GMT=y
   CONFIG_APM_ALLOW_INTS=y
   CONFIG_APM_REAL_MODE_POWER_OFF=y
   CONFIG_PCI=y
   CONFIG_PCI_GOANY=y
   CONFIG_PCI_BIOS=y
   CONFIG_PCI_DIRECT=y
   CONFIG_PCI_MMCONFIG=y
   CONFIG_PCIEPORTBUS=y
   CONFIG_PCI_MSI=y
   CONFIG_PCI_LEGACY_PROC=y
   CONFIG_ISA_DMA_API=y
   CONFIG_BINFMT_ELF=y
   CONFIG_BINFMT_AOUT=y
   CONFIG_BINFMT_MISC=y
   CONFIG_NET=y
   CONFIG_PACKET=y
   CONFIG_UNIX=y
   CONFIG_INET=y
   CONFIG_IP_FIB_HASH=y
   CONFIG_INET_DIAG=y
   CONFIG_INET_TCP_DIAG=y
   CONFIG_TCP_CONG_BIC=y
   CONFIG_STANDALONE=y
   CONFIG_PREVENT_FIRMWARE_BUILD=y
   CONFIG_FW_LOADER=m
   CONFIG_PARPORT=m
   CONFIG_PARPORT_PC=m
   CONFIG_PARPORT_SERIAL=m
   CONFIG_PARPORT_PC_FIFO=y
   CONFIG_PARPORT_PC_SUPERIO=y
   CONFIG_PARPORT_NOT_PC=y
   CONFIG_PARPORT_1284=y
   CONFIG_PNP=y
   CONFIG_PNPACPI=y
   CONFIG_BLK_DEV_FD=m
   CONFIG_BLK_DEV_LOOP=y
   CONFIG_IOSCHED_NOOP=y
   CONFIG_IOSCHED_CFQ=y
   CONFIG_IDE=y
   CONFIG_BLK_DEV_IDE=y
   CONFIG_BLK_DEV_IDEDISK=y
   CONFIG_IDEDISK_MULTI_MODE=y
   CONFIG_BLK_DEV_IDECD=y
   CONFIG_BLK_DEV_IDESCSI=y
   CONFIG_IDE_GENERIC=y
   CONFIG_BLK_DEV_IDEPNP=y
   CONFIG_BLK_DEV_IDEPCI=y
   CONFIG_IDEPCI_SHARE_IRQ=y
   CONFIG_BLK_DEV_GENERIC=y
   CONFIG_BLK_DEV_IDEDMA_PCI=y
   CONFIG_IDEDMA_PCI_AUTO=y
   CONFIG_BLK_DEV_VIA82CXXX=y
   CONFIG_BLK_DEV_IDEDMA=y
   CONFIG_IDEDMA_AUTO=y
   CONFIG_SCSI=y
   CONFIG_SCSI_PROC_FS=y
   CONFIG_BLK_DEV_SD=y
   CONFIG_CHR_DEV_SG=m
   CONFIG_SCSI_SPI_ATTRS=m
   CONFIG_SCSI_FC_ATTRS=m
   CONFIG_SCSI_SATA=m
   CONFIG_SCSI_SATA_VIA=m
   CONFIG_SCSI_QLA2XXX=y
   CONFIG_I2O=m
   CONFIG_I2O_EXT_ADAPTEC=y
   CONFIG_I2O_CONFIG=m
   CONFIG_I2O_CONFIG_OLD_IOCTL=y
   CONFIG_I2O_BLOCK=m
   CONFIG_I2O_SCSI=m
   CONFIG_I2O_PROC=m
   CONFIG_NETDEVICES=y
   CONFIG_NET_ETHERNET=y
   CONFIG_MII=m
   CONFIG_NET_PCI=y
   CONFIG_8139TOO=m
   CONFIG_8139TOO_TUNE_TWISTER=y
   CONFIG_8139TOO_8129=y
   CONFIG_VIA_RHINE=m
   CONFIG_VIA_RHINE_MMIO=y
   CONFIG_INPUT=y
   CONFIG_INPUT_MOUSEDEV=y
   CONFIG_INPUT_MOUSEDEV_PSAUX=y
   CONFIG_INPUT_JOYDEV=m
   CONFIG_INPUT_EVDEV=y
   CONFIG_INPUT_KEYBOARD=y

Re: [gentoo-user] Help with world update

2005-12-06 Thread Rafael Fernández López
Ouch !! Another thing... I suggest you to use emerge -vuD world or 
emerge 
-uD world instead of emerge -u world.

If you only use -u as parameter, and not tell portage DEEP... it will 
bring 
you troubles someday.

Bye,
Rafael Fernández López.

-- 
A la vista de suficientes ojos todos los errores resultan evidentes - Linus 
Torvalds


pgpTFjtFYfcrQ.pgp
Description: PGP signature


[gentoo-user] gentoo-sources

2005-12-04 Thread Rafael Fernández López
Hi,

An idea came to my mind. I'm a proud Gentoo User, and I see day by day 
how 
portage gets clever and how my Gentoo distro does work better everyday.

I'm gonna make a very little proposal (maybe it's now developed, but 
I've no 
idea how to make it work).

Since Linux Kernel has become so big (almost 300MB) I'd like to suggest 
something. I don't want to download newer versions of Linux kernel, because 
my computer does work perfectly with the current one (maybe I'll install a 
very later one, but I'm not going to change my 2.6.11 with a 2.6.14). I don't 
want portage to download them, nor install them, because always that portage 
downloads and installs them, I've to do an emerge unmerge, it's a lot of 
space disk, and I need it.

If I set gentoo-sources in package.mask, the apps, libraries that 
depends on 
it won't install, and an emerge -vuD world will fail, and won't update 
other packages. Well, if it's a critical dependance I'll have to install new 
kernel version, but If it is not, why?.

Thanks,
Rafael Fernández López.
-- 
A la vista de suficientes ojos todos los errores resultan evidentes - Linus 
Torvalds


pgpnScYSaIY0x.pgp
Description: PGP signature


Re: [gentoo-user] KDE 3.5

2005-12-01 Thread Rafael Fernández López
Hi !!

I'm just finishing emerging lots of updates and KDE of course. I'll tell
you. I've seen that KDE 3.5 is slotted, and I'd like to uninstall 3.4
version, but I've got installed non-monolithic package, so there are lots
of dependencies and apps that are not on kde-base, and I'd like to know
how to uninstall it succesffully.

for x in `ls /usr/portage/kde-base`; do
  if [ $x != CVS ]; then
echo -n =kde-base/$x-3.2* 
  fi
done |xargs emerge -Cv



Thanks,
Rafael Fernández López.
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] ext3: 10% non-contiguous

2005-10-31 Thread Rafael Fernández López
Hi,

Each 20 times that my hard disk is mounted, my ext3 partition (is the
only one that I have) gets checked for inconsistencies.

On the last times that that task has been runned, it tells me that ~
(more or less) the 10% of the filesystem is non-contiguous. I suppose
that the problem is that I've saved and then deleted some files really
big, and there's a hole.

Well, I'd like to recover those holes (that 10% of the disk) and how to
do it, because I've tried with e2fsck with different options and read
man e2fsck with no possitive results.

Thanks,
Rafael Fernández López.

-- 
A la vista de suficientes ojos todos los errores resultan evidentes -
Linus Torvalds

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] nvu, mozilla designer: why such behaviour ?

2005-10-30 Thread Rafael Fernández López
Hi,

I'd like to develop an entire web site. It'll use LAMP (Apache+MySQL
+PHP). Well, the tool that I'd like to use is nvu for example, I
consider it a powerful application for designing web sites.

Before, I had used NVU for designing *.html web pages, and I see now
that when I save my *.php web page, then when I open the OPEN DIALOG
and select it, NVU tells me that WHERE I WANT TO SAVE IT, instead of
opening it for editing.

There's no such behaviour if the ext. is *.html or *.htm, but my pages
are *.php.

Thanks,
Rafael Fernández López.
-- 
A la vista de suficientes ojos todos los errores resultan evidentes -
Linus Torvalds

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Uploading ebuilds

2005-10-24 Thread Rafael Fernández López
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I've created an ebuild for tkgate (http://www.tkgate.org). It is very
frustrating because I cannot see how to upload it or whatever. I'm not a
developer user in CVS so I cannot upload. If I fill in a bug for
uploading ebuilds (is the right way) I've created a patch file, so what
I've to do !!! THE EBUILD IS DONE !!! WHY CANNOT GENTOO USERS BENEFIT
FROM IT ??

Thanks,
Rafael Fernández López.

- -
Fight for your rights, Fight for GPL.
- -
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFDXBEttPAXaALiLsARAhcYAKCNu82X2ehkHXerQgGZkEjDBNVV0ACfZdor
M5DKQSt/QnPc+/P8ZHpwM2E=
=SlAn
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Uploading ebuilds

2005-10-24 Thread Rafael Fernández López
Hi again,

I filled it in, and it is uploaded. I'm gonna work with wxmaxima too, and
create a new ebuild for it (http://wxmaxima.sf.net). I'd like to know if
there is any posibility of becoming a Gentoo Dev, I'm offering as a
developer, and I'd like to know what I've to know or study before it.

I think that when I had some time I'll submit to gentoo-dev mailing list
and ask if anyone can mentor me and help me for becoming a developer.

Thanks for all your replies, Gentoo community is the best,
Rafael Fernández López.


 On Mon, 2005-10-24 at 00:39 +0200, Rafael Fernández López wrote:
 I've created an ebuild for tkgate (http://www.tkgate.org). It is very
 frustrating because I cannot see how to upload it or whatever. I'm not a
 developer user in CVS so I cannot upload. If I fill in a bug for
 uploading ebuilds (is the right way) I've created a patch file, so what
 I've to do !!!

 You file a bug about a missing ebuild for tkgate nad attach you ebuild
 to it. The developers will have a look at it when they have time and
 also users can find it there if they want to test it.

 THE EBUILD IS DONE !!! WHY CANNOT GENTOO USERS BENEFIT
 FROM IT ??

 Well, I guess it's because most people prefer a tested distribution with
 some quality control.

 --
 Janne

 --
 gentoo-user@gentoo.org mailing list



-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] CFLAGS setting for Intel(R) Pentium(R) M processor 1.73GHZ stepping 08

2005-10-24 Thread Rafael Fernández López
 On 01:31 Sun 23 Oct , Richard Watson wrote:
 I've just got a new laptop I'm installing Gentoo on and was wondering if
 anyone could advise on the CFLAG setting I'm using. The CPU is a
 Intel(R) Pentium(R) M processor 1.73GHZ stepping 08. Currently I've set
 CFLAGS=-02 -mcpu=pentium -pipe
 --
 Thanks, Richard

 --
 gentoo-user@gentoo.org mailing list

 I have:

 CFLAGS=-02 -march=pentium4

 Seems to work nicely on my M processor.

 Bill Roberts


I have CFLAGS=-O3 -mtune=pentium-m

This boosts the computer at the maximum level !!

Bye,
Rafael Fernández López.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] PANIC !!!!

2005-10-21 Thread Rafael Fernández López
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hemmann, Volker Armin wrote:
 On Friday 21 October 2005 21:11, Allan Spagnol Comar wrote:
 
My hole linux box has crashed 
I made a system update yesterday with emerge -Du world

it update my apache, mantis, nagios, bind, mysql. today my hole
system is against me
I think in reinstall the full system  has any one got a better
idea, my backups are unavailable now 
 
 
 what do you mean 'crashed'?
 
 does revdep-rebuilt still works?
 
 but at least now you know why you should not use --deep.

Deep is almost imprescindible when upgrading. You have to upgrade
dependencies too, or maybe your new and fresh app is built onto old
libraries that can make it crash, or just going slower.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFDWYnftPAXaALiLsARAvjiAJ0QLoUEgd8DiAFdUDiNijq8d7dntQCffjME
bF351S8CYZ5KsuojEsWAbIk=
=rp7/
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] locale in gnome

2005-10-12 Thread Rafael Fernández López

David Eduardo Gómez Noguera wrote:

Hi.
I have a problem where gnome is using POSIX locale in my user.
I start gnome from entrance, and gnome-terminal gives me, when I run
locale, 


LANG=
LC_CTYPE=POSIX
LC_NUMERIC=POSIX
LC_TIME=POSIX
LC_COLLATE=POSIX
LC_MONETARY=POSIX
LC_MESSAGES=POSIX
LC_PAPER=POSIX
LC_NAME=POSIX
LC_ADDRESS=POSIX
LC_TELEPHONE=POSIX
LC_MEASUREMENT=POSIX
LC_IDENTIFICATION=POSIX
LC_ALL=

even after:
$ export LC_ALL=en_US.utf8 LANG=en_US.utf8 
$ gnome-terminal


I can't type any latin characters or use im-ja either

I also run WindowMaker, and subsequently I run gnome-settings-daemon,
when I do this I have no problem.


Anyone can give me a hand here? 
I am clueless as to what is going on.




[EMAIL PROTECTED] ~ $ cat /etc/env.d/02locale
LC_ALL=[EMAIL PROTECTED]
LANGUAGE=[EMAIL PROTECTED]
LANG=[EMAIL PROTECTED]

Create 02locale in /etc/env.d and set your config for LC_ALL, LANGUAGE 
AND LANG.


Bye,
Rafael Fernández López.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problems with font-color and fbsplash

2005-10-09 Thread Rafael Fernández López
libertine wrote:
 but,i want know how to produce my own gentoo splash theme
 using some tools?
 
 2005/10/9, Rafael Fernández López [EMAIL PROTECTED] 
 mailto:[EMAIL PROTECTED]:
 
 Holly Bostick wrote:
   Rafael Fernández López schreef:
  
  Rafael Fernández López wrote:
  
  
  Hi,
  
  I'm using fbsplash for cool booting. I'm working on my own themes,
  but I've noticed that it doesn't matter what I put on the
  variable fgcolor or bgcolor, because it will do nothing.
  
  Always console color will be GRAY, it doesn't matter if I set on my
  1024x768.cfg (for example) fgcolor=8 (white).
  
  Thanks, Rafael Fernández.
  
  
  I don't think is a kernel issue, because emerge and so on can show
  colors (green, red, and so on...).
  
  
  
   What I'm wondering is just exactly where is white set to equal 8?
  
   I suspect that splash doesn't know what 8 means, so it's using the
   default color (which is probably gray).
  
   What you're talking about sounds much more like terminal settings
   (~/.Xresources settings) rather than splash configuration (from
 looking
   at a random config file in /etc/splash).
  
   What configuration file are you using, and what does it say?
  
   Holly
 
 Well, you only have to go to http://www.bootsplash.org, in the section
 Config files, because I'm editing 1024x768.cfg of a theme... and
 you'll see what means 0,1,2,3,4,5,6,7,8... in fgcolor and bgcolor
 variables.
 
 Thanks,
 Rafael Fernández.
 --
 gentoo-user@gentoo.org mailto:gentoo-user@gentoo.org mailing list
 
 
 
 
 -- 
 看看我的blog
 http://debian.ful.cn

There's no need to have any tool. You have to make a picture for your
verbose mode and / or silent mode, and then study the resolution.cfg
syntax (http://www.bootsplash.org) and create one for your theme... when
everything is done, you only have to recompile your kernel with the new
theme or create a new initramfs, the one that you want to use.

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



Re: [gentoo-user] Problems with font-color and fbsplash

2005-10-08 Thread Rafael Fernández López

Holly Bostick wrote:

Rafael Fernández López schreef:


Rafael Fernández López wrote:



Hi,

I'm using fbsplash for cool booting. I'm working on my own themes, 
but I've noticed that it doesn't matter what I put on the

variable fgcolor or bgcolor, because it will do nothing.

Always console color will be GRAY, it doesn't matter if I set on my
1024x768.cfg (for example) fgcolor=8 (white).

Thanks, Rafael Fernández.



I don't think is a kernel issue, because emerge and so on can show 
colors (green, red, and so on...).





What I'm wondering is just exactly where is white set to equal 8?

I suspect that splash doesn't know what 8 means, so it's using the
default color (which is probably gray).

What you're talking about sounds much more like terminal settings
(~/.Xresources settings) rather than splash configuration (from looking
at a random config file in /etc/splash).

What configuration file are you using, and what does it say?

Holly


Well, you only have to go to http://www.bootsplash.org, in the section 
Config files, because I'm editing 1024x768.cfg of a theme... and 
you'll see what means 0,1,2,3,4,5,6,7,8... in fgcolor and bgcolor variables.


Thanks,
Rafael Fernández.
--
gentoo-user@gentoo.org mailing list



[gentoo-user] About ATI drivers in X.org 7

2005-10-07 Thread Rafael Fernández López

Hi,

	I've read something somewhere that have amazed me... Is X.org 
developing new ATI drivers, better far from ATI.com ?


	If that's affirmative... We will be able to use Damage extension (and 
Composite extension) with ati rendering ?


And when is X.org going to be able on portage ?

Thanks,
Rafael Fernández López.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problems with font-color and fbsplash

2005-10-07 Thread Rafael Fernández López

Rafael Fernández López wrote:

Hi,

I'm using fbsplash for cool booting. I'm working on my own themes, 
but I've noticed that it doesn't matter what I put on the variable 
fgcolor or bgcolor, because it will do nothing.


Always console color will be GRAY, it doesn't matter if I set on my 
1024x768.cfg (for example) fgcolor=8 (white).


Thanks,
Rafael Fernández.


I don't think is a kernel issue, because emerge and so on can show 
colors (green, red, and so on...).


Thanks,
Rafael Fernández López.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] About ATI drivers in X.org 7

2005-10-07 Thread Rafael Fernández López
Well, my opinion was (and is) to wait. You aren't losing anything and
you're winning stability. Sorry, I meant X.org 7 instead of X.org.
Obviously, I knew that X.org is in portage !! ;)

Bye and thanks !!

2005/10/7, Holly Bostick [EMAIL PROTECTED]:
 Rafael Fernández López schreef:
  Hi,
 
  I've read something somewhere that have amazed me... Is X.org
  developing new ATI drivers, better far from ATI.com ?

 Yes and no... I think what you're talking about is most likely the open
 source r300 drivers (similar in effect to the open source 'radeon'
 kernel drivers that are available for the 9500 and below).

 More information can be found on these drivers here:

 http://r300.sourceforge.net/R300.php

 As far as I know, although the r300 project's code is available to X.org
 (and in fact has been accepted into the CVS tree), the project itself is not
 associated with, or rather is separate from, the X.org project itself.

 
  If that's affirmative... We will be able to use Damage extension (and
   Composite extension) with ati rendering ?

 No idea, since I don't know what the Damage extension is/does, and afaik
 the Composite extension is not yet complete or stable, so it doesn't
 'matter' whether it works atm-- ATI themselves don't want to 'waste'
 resources on supporting Composite until it's done, so I can't imagine
 that the Open Source project is going to focus on it yet either (having
 less resources and information than ATI themselves).

 
  And when is X.org going to be able on portage ?

 As noted on the r300 site, 'The latest source code is available directly
 from Xorg, Mesa and DRM CVS trees.'

 I would assume that 'the Xorg, Mesa and DRM CVS trees' are the
 development trees for modular X.org (X.org 7, is that?).

 Ebuilds for these are available in Portage, they're just hard-masked.
 Myself, I'm not prepared to touch them with a 20-foot/metre pole, but
 perhaps you are.

 If not, then it would be better to wait until upstream stabilizes a
 release, and the ebuilds stabilize to at least ~arch. Perhaps the Xorg
 site has a target date for the next release; I haven't looked. I would
 at least imagine that their development mailing list would give a better
 idea as to how close to release they might be.

 I'm happy to wait, but that's just my opinion, and it's your choice what
 you decide to do.

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




--
Saludos,
Rafael Fernández López.

A la vista de suficientes ojos todos los errores resultan evidentes
- Linus Torvalds

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Problems with font-color and fbsplash

2005-10-06 Thread Rafael Fernández López

Hi,

	I'm using fbsplash for cool booting. I'm working on my own themes, 
but 	I've noticed that it doesn't matter what I put on the variable 
fgcolor or bgcolor, because it will do nothing.


	Always console color will be GRAY, it doesn't matter if I set on my 
1024x768.cfg (for example) fgcolor=8 (white).


Thanks,
Rafael Fernández.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Blocking packages?

2005-09-21 Thread Rafael Fernández López
Well, dev-php is not compatible with dev-lang/php. You have to emerge
dev-php/php and dev-php/mod_php for apache support. If you emerge
dev-lang/php, you'll have both of them, and it will have support for
apache too.

I recommend you to emerge dev-lang/php instead of dev-php/php and
dev-php/mod_php.

Regards,
Rafael Fernández López.

2005/9/20, Bruno Lustosa [EMAIL PROTECTED]:
 I'm a bit confused. If Itry to emerge -Dup world, it spits out this:

 Calculating world dependencies ...done!
 [blocks B ] dev-php/mod_php (is blocking dev-lang/php-5.0.5-r1)
 [blocks B ] dev-php/php (is blocking dev-lang/php-5.0.5-r1)
 [blocks B ] dev-php/mod_php (is blocking dev-php/PEAR-PEAR-1.3.6)
 [blocks B ] dev-php/php (is blocking dev-php/PEAR-PEAR-1.3.6)
 [ebuild U ] sys-apps/sandbox-1.2.13 [1.2.12]
 [ebuild U ] sys-devel/autoconf-wrapper-3.2 [3.1]
 (...)

 So, it seems dev-php/mod_php and dev-php/php are blocking some packages.
 However, I have unmerged both of them already. Why are they still blocking?

 # emerge -C dev-php/php dev-php/mod_php

 --- Couldn't find dev-php/php to unmerge.

 --- Couldn't find dev-php/mod_php to unmerge.

  unmerge: No packages selected for removal.

 Anyone know what might be causing this?
 Thanks

 --
 Bruno Lustosa, aka Lofofora  | Email: [EMAIL PROTECTED]
 Network Administrator/Web Programmer | ICQ: 1406477
 Rio de Janeiro - Brazil  |


--
Saludos,
Rafael Fernández López.

A la vista de suficientes ojos todos los errores resultan evidentes
- Linus Torvalds

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ati-drivers: bad md5 sum

2005-09-15 Thread Rafael Fernández López
I wonder why I bought a computer with an ATI graphics card. I know, it
was really cheap. Next time I'll bought another with an nVidia, but I
can't understand why X.org drivers cannot handle damage extensions and
so on with ati cards...

Bye.


  1   2   >