Re: [gentoo-user] Can emerge play a sound on either a successful/unsuccessful build?

2014-07-16 Thread Johám-Luís Miguéns Vila
"J. Roeleveld"  writes:

> On Monday, July 14, 2014 12:46:48 PM Neil Bothwick wrote:
>
>> I actually have it send an alert to my phone with Posterous but you
> can
>
>> do whatever you want.
>
>  
>
> Which "Posterous" is this?
>
> When I google it, I only get information that it actually got shut
> down after being bought by Twitter.
>
>  
>
> I am looking for a cheap method to get notifications to my mobile
> phone. I used to use a free SMS service via a company in SA.
>

Maybe Telegram[1] fits your needs. You'd need:

- The appropriate client on the phone side.
- Telegram CLI [2] on the computer.
- A little shell script, such as (usage: script USER MESSAGE)
  #!/bin/sh
  /path/to/telegram -B -k /path/to/tg.pub  --
>
> JOOST
>
>
>

-- 
Do you know Montana?
 - This message may be digitally signed: GPG KeyID:0x9D2FD6C8 || FNMT SSL cert



Re: [gentoo-user] Re: Good ID3 Tag Editor

2012-06-05 Thread Johám-Luís Miguéns Vila
Running easytag from a terminal emulator gives you any further hints
about the error?

By the way, a good pygtk based tag-editor I could recommend is exfalso
(I would also recommend picard, but it's qt based...).

On 06/06/2012, Willie Matthews  wrote:
> On 06/05/2012 01:41 PM, Michael Mol wrote:
>> On Tue, Jun 5, 2012 at 4:27 PM, Willie Matthews
>>  wrote:
>>>
>>> On 06/05/12 13:10, Michael Mol wrote:
 On Tue, Jun 5, 2012 at 3:57 PM, Willie Matthews
  wrote:
> On 06/05/12 12:40, Paul Hartman wrote:
>> On Tue, Jun 5, 2012 at 1:51 PM, Willie Matthews
>>  wrote:
>>> That is alright folks. I figured out what the problem with Easytag
>>> is.
>>> Whenever saving tags with odd characters it would crash out. Guess I
>>> will have to just change the characters.
>> That's weird, I've used Easytag forever, including filenames with
>> non-latin characters and it always worked. Is your system and
>> filesystem supporting unicode normally otherwise?
>>
> I am using en_US for my locale settings if that means anything. I am
> not
> really sure what you mean exactly.
 As an example, my /etc/locale.gen file looks like this:

 en_US ISO-8859-1
 en_US.UTF-8 UTF-8

 and my /etc/env.d/02locale file looks like:

 LANG="en_US.UTF-8"
 LC_COLLATE="C"

>>> I do have the /etc/locale.gen. It is the same as yours.
>> Run locale-gen and env-update programs. You may need to reboot before
>> you scoop up everything affected.
>>
>> Also, be aware of this part of the Gentoo install handbook:
>> http://www.gentoo.org/doc/en/handbook/handbook-amd64.xml?part=1&chap=8#doc_chap3
>>
>>
>>
> I am still having the same problem even after a reboot.
>
> --
>
> Willie Matthews
> matthews.wil...@gmail.com
>
>
>



Re: [gentoo-user] replacement for pdftk

2010-06-14 Thread Johám-Luís Miguéns Vila
Dan Johansson  writes:

> After a recent gcc upgrade (4.3.4 -> 4.4.3-r2) on an amd64, pdftk won't 
> compile anymore. Although I like the pdtk I'm looking for a replacement as 
> pdft is no more maintained (last release November 28, 2006). 
> Any suggestions for a good command line tool to manage PDFs like pdftk (split 
> (burst) a PDF, combine two or more PDFs, Rotate PDFs and so on)?

As P. Webb, said, for the trouble with pdftk, search / file a bug at
b.g.o.

As for alternatives, pdfjam fits my needs...

* app-text/pdfjam
gentoo:  1.20 1.20-r1 1.21(~) 2.01(~) 2.05(~) {:0} 
installed:   2.05* {:0} 
Description: pdfnup, pdfjoin and pdf90
Homepage:http://www.warwick.ac.uk/go/pdfjam
License: GPL-2
Installed time:  Sun May 09 01:04:16 CEST 2010
Use flags:   Build Options: -trace
From repositories:   gentoo
Installed using: paludis-0.46.0

-- 
When a man steals your wife, there is no better revenge than to let him
keep her.
-- Sacha Guitry
 - This message may be digitally signed: GPG KeyID:0x9D2FD6C8 || FNMT SSL cert



Re: [gentoo-user] What standalone GTK2 Engines are available?

2010-01-03 Thread Johám-Luís Miguéns Vila
Ognjen Bezanov  writes:

> Hello,
>
> I used to use xfce-mcs-manager as a lightweight standalone gtk2 engine
> for my enlightenment desktop (for using GTK2 themes to render). I've
> just reinstalled Gentoo on my machine, and now xfce-mcs-manager is no
> more (seems it's been merged deeper in xfce now, so no longer
> standalone).
>
> An alternative that has been proposed to me is gnome-settings-daemon,
> but I'd rather install something lighter that doesn't need all the
> gnome libraries installed. Is there any such thing available?
>
> Thanks!
>
>

You don't need gnome-settings-daemon. Just GTK+ and some engines
(depending on which gtk theme you'll be using), edit ~/.gtkrc-2.0[1] and
you'll be done.

~
[1] e.g.:
# gtkrc-2.0
include "/path/to/theme/gtk-2.0/gtkrc"
gtk-icon-theme-name="Name" # folder at ~/.icons
gtk-font-name="Font Size" # overrides, if set, gtkrc setting
-- 
What garlic is to food, insanity is to art.
 - This message may be digitally signed: GPG KeyID:0x9D2FD6C8 || FNMT SSL cert



Re: [gentoo-user] DPMI screen blanking on *TEXT CONSOLE*?

2009-11-15 Thread Johám-Luís Miguéns Vila
"Walter Dnes"  writes:

>   There are two types of screen blanking.  One mode is fake, with the
> lcd backlight being left on.  A "black" foreground is placed over top of
> everything.  In X, there is a DPMI option to really power down the LCD
> backlight.  What is the equivalant on a textmode console?

Hope you'll find relevant information at man setterm.

Cheers
-- 
Happiness is the greatest good.
 - This message may be digitally signed: GPG KeyID:0x9D2FD6C8 || FNMT SSL cert



Re: [gentoo-user] Re: fcron & fetchmail & procmail and the "why not?"

2009-09-20 Thread Johám-Luís Miguéns Vila
meino.cra...@gmx.de writes:

> Harry Putnam  [09-09-21 04:25]:
>> Ward Poelmans  writes:
>> 
>> > On Sun, Sep 20, 2009 at 17:34,   wrote:
>> >>
>> >> When using the line:
>> >>
>> >>    @ 5 fetchmail -a
>> >>
>> >> nothing happens: The mail remains on the server and can be downloaded
>> >> with
>> >>
>> >>    fetchmail -a
>> >>
>> >> from the commandline.
>> >>
>> >> May be I am a little overhacked today...but what the hack I am doing
>> >> wrong here?
>> >
>> > Are you sure the cron job runs? Check the logs. Or try adding:
>> > */5 * * * * fetchmail -a
>> > in your cron file.
>> 
>> Another way to go at it might be to use fetchmails' built in daemon
>> mode (fetchmail -d INTERVAL).  And forget about cron.
>> 
>> 
>
> fcron does run (see my previous mail).
> I will try the daemon mode. What will be the best place to fire up
> fetchmail then?
> ...but I am still curious what prevents the call by fcron, since this
> is also recommended by some howtos...

Have you tried to write a shell script calling fetchmail and call that from 
fcron?

@ 5 /wherever/your/script/is.sh
-- 
I loathe people who keep dogs.  They are cowards who haven't got the guts
to bite people themselves.
-- August Strindberg
 - This message may be digitally signed: GPG KeyID:0x9D2FD6C8 || FNMT SSL cert



Re: [gentoo-user] Re: emerging procmail failure

2009-06-10 Thread Johám-Luís Miguéns Vila
Harry Putnam  writes:

> Or dink around with sed inside as another poster on the bug
> did... also manually.

Just do a less on
/usr/portage/mail-filter/procmail/procmail-3.22-r10.ebuild and you'll
see a good example.

Cheers.
-- 
Education is the process of casting false pearls before real swine.
-- Irwin Edman
 - This message may be digitally signed: GPG KeyID:0x9D2FD6C8 || FNMT SSL cert



Re: [gentoo-user] Re: emerging procmail failure

2009-06-10 Thread Johám-Luís Miguéns Vila
Harry Putnam  writes:

> galiza.ce...@gmail.com (Johám-Luís Miguéns Vila) writes:
>
>> http://bugs.gentoo.org/show_bug.cgi?id=270551
>>
>> HTH
>
> Yes... except _OH CRAP_ I've forgotten whatever little tiny skill I once
> had to add a patch into the emerge process manually.
>
> Or dink around with sed inside as another poster on the bug
> did... also manually.
>
> Any URL where I can beef up on that a bit?
>
>

Here you are:

http://devmanual.gentoo.org/ebuild-writing/functions/src_unpack/epatch/index.html

cheers
-- 
Education is the process of casting false pearls before real swine.
-- Irwin Edman
 - This message may be digitally signed: GPG KeyID:0x9D2FD6C8 || FNMT SSL cert



Re: [gentoo-user] emerging procmail failure

2009-06-10 Thread Johám-Luís Miguéns Vila
Harry Putnam  writes:

> setup:
>   kernel-2.6.29-r2
>   gcc-4.3.2-r3
> procmail is one tool that is absolutely robust and I expected no
> trouble whatever emerging it... however the emerge is failing like
> as shown below.  I'm not sure what to do about getline.
>
> The only useflags that come up are one I set 
>  `mbox' 
> and one other
>  `-selenix'
>
> [...]
> ln ../src/procmail ../new/procmail
> i486-pc-linux-gnu-gcc -c -O2 -march=i486 -pipe -fno-inline-functions   
> lockfile.c
> i486-pc-linux-gnu-gcc -O2 -march=i486 -pipe -fno-inline-functions   
> lockfile.o exopen.o sublib.o acommon.o mcommon.o authenticate.o lastdirsep.o 
> -o lockfile -Wl,-z,now -Wl,-O1   -lm -lnsl -ldl -lc
> ln ../src/lockfile ../new/lockfile
> i486-pc-linux-gnu-gcc -c -O2 -march=i486 -pipe -fno-inline-functions   
> formail.c
> In file included from formail.c:25:
> formisc.h:20: error: conflicting types for 'getline'
> /usr/include/stdio.h:651: error: previous declaration of 'getline' was here
> make[1]: *** [formail.o] Error 1
> make[1]: Leaving directory 
> `/var/tmp/portage/mail-filter/procmail-3.22-r10/work/procmail-3.22/src'
> make: *** [bins] Error 2
>  *
>  * ERROR: mail-filter/procmail-3.22-r10 failed.
>  * Call stack:
>  *   ebuild.sh, line   49:  Called src_compile
>  * environment, line 2527:  Called die
>  * The specific snippet of code:
>  *   emake CC="$(tc-getCC)" || die
>  *  The die message:
>  *   (no error message)
>  *
>
>  * If you need support, post the topmost build error, and the call
>stack if relevant.
>
>  * A complete build log is located at
>'/var/tmp/portage/mail-filter/procmail-3.22-r10/temp/build.log'.
>
>  * The ebuild environment file is located at
>  *'/var/tmp/portage/mail-filter/procmail-3.22-r10/temp/environment'.
>
>

http://bugs.gentoo.org/show_bug.cgi?id=270551

HTH

-- 
Education is the process of casting false pearls before real swine.
-- Irwin Edman
 - This message may be digitally signed: GPG KeyID:0x9D2FD6C8 || FNMT SSL cert



Re: [gentoo-user] Re: stumpwm users .. need help with failed emerge

2008-11-16 Thread Johám-Luís Miguéns Vila
Harry Putnam <[EMAIL PROTECTED]> writes:

> [EMAIL PROTECTED] (Johám-Luís Miguéns Vila) writes:

>> And regarding cmucl build error, there's a bug report on b.g.o. with a
>> patch that seems to fix it [2].
>
> I've downloaded that but not used it yet.
> But I seem to recall that when you change an ebuild, you can't just
> install it then ... but have to create a new ebuild or some such?
>

Yes, you should create a new ebuild with an additional epatch line
aiming to downloaded b.g.o. patch, and put it on an overlay (if not, changes 
will
dissappear when syncing portage tree next time).

Look at the cmucl ebuild source, and you'll see it's pretty straightforward.

-- 
 kurt needs to allow sudo /usr/bin/nano
 talk to him then :P
 i tried =P
 he said, be a man
 HA!
 - This message may be digitally signed: GPG KeyID:0x9D2FD6C8 || FNMT SSL cert


pgpTxrkBAXwlI.pgp
Description: PGP signature


Re: [gentoo-user] How to stop mouse motion

2008-11-16 Thread Johám-Luís Miguéns Vila
"Jorge Peixoto de Morais Neto" <[EMAIL PROTECTED]> writes:

> Hi. I have a crappy mouse made in China. One of its problems is that
> the mouse pointer sometimes moves even while the mouse is not moving.
> Usually this manifests by the pointer "shaking", moving back and
> forward one or two pixels very fast (it looks like some 5 times per
> second).  The worst problem caused by this is that the monitor can
> wake up at seemingly random times.
>
> [ ... ]
>
> So I want a way to tell the kernel or X11 to ignore mouse motion.
> Either to shut down mouse motion completely, or to allow it but to
> ignore it for the effect considering the computer as idle. I have
> performed a quick read of kernel code and of the xorg.conf man page
> but I see no clue.
>
> Anybody knows?

Maybe unclutter could do for you...

* x11-misc/unclutter
gentoo:  8-r1 {:0} 
installed:   8-r1* {:0} 
Description: Hides mouse pointer while not in use.
Homepage:
http://www.ibiblio.org/pub/X11/contrib/utilities/unclutter-8.README
License: public-domain

Cheers.
-- 
 kurt needs to allow sudo /usr/bin/nano
 talk to him then :P
 i tried =P
 he said, be a man
 HA!
 - This message may be digitally signed: GPG KeyID:0x9D2FD6C8 || FNMT SSL cert


pgpZMzY1U6bTz.pgp
Description: PGP signature


Re: [gentoo-user] stumpwm users .. need help with failed emerge

2008-11-16 Thread Johám-Luís Miguéns Vila
{OT}

2008/11/16 fortune wrote:

>
> Emacs, n.:
>A slow-moving parody of a text editor.
>  - This message may be digitally signed: GPG KeyID:0x9D2FD6C8 || FNMT SSL
> cert
>

Damn!
Of course, signature statements are not shared by poster... :(


Re: [gentoo-user] stumpwm users .. need help with failed emerge

2008-11-16 Thread Johám-Luís Miguéns Vila
Harry Putnam <[EMAIL PROTECTED]> writes:

> Attempting to install stumpwm-cvs I run into an emerge failure with on
> of the dependencies; dev-lisp/cmucl.
>
> Below is a snippet from the end of the emerge of
> dev-lisp/cmucl-l-19d_p2.  Can anyone see what might be the problem?
>
> [...]

Hi.

First of all, It's not encouraged to use stumpwm-cvs ebuild as it's
obsolete [1].

And regarding cmucl build error, there's a bug report on b.g.o. with a
patch that seems to fix it [2].

HTH.

Cheers

===
[1] https://bugs.gentoo.org/show_bug.cgi?id=196982
[2] https://bugs.gentoo.org/show_bug.cgi?id=228583

-- 
Emacs, n.:
A slow-moving parody of a text editor.
 - This message may be digitally signed: GPG KeyID:0x9D2FD6C8 || FNMT SSL cert



Re: [gentoo-user] embed subtitles on video to ipod

2007-02-11 Thread Johám-Luís Miguéns Vila
On 16:59 Sat 10 Feb , Mauro Faccenda wrote:
> Hi people,
> 
> I have some videos and its respectives subtitles (.srt) and would like to 
> watch them on my new iPod Video.
> 
> I already know how to recode them so can be played on iPod, but I don't know 
> how to insert the legend from the .srt text file.
> 
  < ... >

  If you use mencoder to recode file to be iPod compliant, just add -sub
  /whereis/sub.srt to recode command. I don't know about ffmpeg.

  HTH

-- 
A ouvir (mpd): Franz Liszt - Complete Piano Works: 07 - Harmonies Poetiques et 
Religieuses CD1 - No 6 Hymne de l'Enfant a son reveil
 - GPG KeyID:0x9D2FD6C8


pgpwOtIpEyFQw.pgp
Description: PGP signature


Re: [gentoo-user] beamer

2006-09-17 Thread Johám-Luís Miguéns Vila
On 09:51 Sun 17 Sep , Uwe Thiem wrote:
> Hi folks,
> 
> I have just heard about a TeX/LaTeX extension by the name "beamer" that can 
> produce stunning slide shows. I have been told that it beats PowerPoint, 
> Impress, KPresenter and any other presentation software hands down due to 
> TeX's built-in knowledge of true typesetting. Another advantage is that the 
> result is a PDF and can be presented on any system with a fairly recent PDF 
> viewer. A friend of mine showed it to some PowerPoint magicians and 
> apparently, they were blown away.
> 
> I tried
> emerge --pretend --verbose beamer
> which returned nothing.
> 
> Does anybody know whether it is in portage - and if so, under what name?
> 
> Uwe
> 

emerge --ask --verbose latex-beamer

cheers
-- 
A ouvir (mpd): Сергей Прокофьев - Sonata No. 4 in c minor, Op. 29: II - Andante 
assai
 - GPG KeyID:0x9D2FD6C8


pgpFaP5kiWNAv.pgp
Description: PGP signature


Re: [gentoo-user] supported mp3 players (hardware)

2006-06-17 Thread Johám-Luís Miguéns Vila
On 16:38 Fri 16 Jun , Alan wrote:
> On Sat, Jun 17, 2006 at 01:04:37AM +0200, Christoph Eckert wrote:
> > 
> > > Both banshee and rhythmbox support mostly or will soon support fully
> > > the ipod :)
> > 
> > Apple hard and software players don't support ogg vorbis,
> > and that's why Apple simply sucks. Sorry, I'm usually not a guy of harsh 
> > words, but take care about teh file formats you use. Will you be able 
> > to playback your music bought in the Apple shop if they decide to 
> > discontinue their audio hard- and software?
> 
> I don't have an ipod so I have no experience, but there is a 3rd party
> firmware hack that replaces the ipod firmware and supports flac/ogg/etc
> and adds nifty things.

Depending on which ipod generation, they're two great options:

- Rockbox. Open source firmware: allows you to play many file formats (flac, 
ogg, mp3...), play doom, gameboy games... etc. You can add songs just with 
"cp", there's no need to go thru libgpod (of course you can do it so, to be 
able to keep on using apple firmware... on rockbox, just use the tagcache 
feature). That's what I'm using with my 5G. I find the GUI much more attractive 
and informative (especially using pjulius builds and wps: various patches 
including audioscrobbler support, album art...). There's no video playback.

- IpodLinux. The aim is to be able to run an open source operating system on 
the device.  

With both you keep the apple firmware and can choose firmwares with a 
bootloader.

http://www.ipodlinux.org

http://www.rockbox.org

http://forums.rockbox.org


cheers

P.S.: Sorry, my english sucks a lot... 

> That said, everything I have is mp3 or flac transcoded to mp3 for
> playback on my crappy old rio cali :)
> 
> -- 
> Alan <[EMAIL PROTECTED]> - http://arcterex.net
> 
-- 
A ouvir (mpd): Franz Liszt - Litanies de Marie (first version), S171e (1846\\7)
 - GPG KeyID:0x9D2FD6C8


pgpTx3DTJa2YC.pgp
Description: PGP signature


Re: [gentoo-user] freenet

2006-06-12 Thread Johám-Luís Miguéns Vila
On 17:12 Mon 12 Jun , Shaochun Wang wrote:
> In china, we have no access to freenet because of government.
> Does anybody send me the freenet-0.5.2.1-r8 copy directly?
> 
> Thank you
> -- 
> Shaochun Wang(王绍春) <[EMAIL PROTECTED]>
> 

Done. Cheers.
-- 
A ouvir (mpd): Gustav Mahler - Symphony No.3 in D minor - 2. Tempo di Menuetto, 
Sehr massig
 - GPG KeyID:0x9D2FD6C8


pgpVbgivh2Q6J.pgp
Description: PGP signature


Re: [gentoo-user] Tomboy - Does it have Alerts?

2006-06-01 Thread Johám-Luís Miguéns Vila
On 11:37 Thu 01 Jun , Ow Mun Heng wrote:
> I just installed tomboy, seems nice. 
> 
> Is there capability to add in Alerts/alarms?
> -- 
> Ow Mun Heng <[EMAIL PROTECTED]>
> 

I don't think so... For this I'm using remind+wyrd... You can give them a 
shot...

cheers

-- 
A ouvir (mpd): parado
 - GPG KeyID:0x9D2FD6C8


pgp9qqpjYDpGs.pgp
Description: PGP signature


Re: [gentoo-user] how to have this

2006-05-20 Thread Johám-Luís Miguéns Vila
On 02:42 Sat 20 May , Rakotomandimby Mihamina wrote:
> Hi,
> 
> http://gensid.altervista.org/screenshot/fvwm15.png
> 
> I would like to use fvwm and have these features.
> My hardware is an AMD Sempron 3000+ 32bits, an ATI Xpress 200M
> I really would like to install all needed thing through portage, even
> the ATI drivers. Would you have some links you would recommend. I
> already tried google, but may be have you some unindexed resources...
> 
> Thanks in advance.
> 
> -- 
> A powerfull GroupWare, CMS, CRM, ECM: CPS (Open Source & GPL).
> Opengroupware, SPIP, Plone, PhpBB, JetSpeed... are good: CPS is better.
> http://www.cps-project.org for downloads & documentation.
> 
> -- 
> gentoo-user@gentoo.org mailing list
> 

That's  great fvwm  in alliance with xcompmgr + transset...

That's just a config highly based on great gulivert's OSX-Milky[1].

You can give a look at other configs at official fvwm forums[2].

cheers.


[1] http://www.clan-hash.com/gulivert/?cat=3
[2] http://fvwm.lair.be/viewforum.php?f=39

-- 
A ouvir (mpd): Amália Rodrigues - Não é Desgraça Ser Pobre
 - GPG KeyID:0x9D2FD6C8


pgpNnjxc1UMUz.pgp
Description: PGP signature


Re: [gentoo-user] evolution gnome notification applet / systray integration

2006-05-16 Thread Johám-Luís Miguéns Vila
On 01:05 Mon 15 May , Bennet Gedan wrote:
> Hello there,
> 
>though this is not a gnome mailing list, i'd like to ask if anyone
> knows if there is a way to integrate evolution into the gnome system
> tray and get notifications about new mails, apointments, tasks and so on
> even if the evolution window is closed. (Like it's done with gaim for
> example.) I did search on google without any helpful results.
>I would be grateful for any hints.
> 
> Thanks in advance,
> 
> Bennet
> 
> -- 
> A)bort, R)etry, I)nfluence with large hammer

emerge -av mail-notification

That's just for new mail notification tray and summary popup ... Evolution must 
be running.

-- 
A ouvir (mpd): Dirty Three - She Has No Strings
 - GPG KeyID:0x9D2FD6C8


pgpLOOu4dTGNP.pgp
Description: PGP signature


Re: [gentoo-user] What do I do about slocate 3.1/2.7 ?

2006-04-22 Thread Johám-Luís Miguéns Vila
On 22:27 Fri 21 Apr , Neil Bothwick wrote:
> On Fri, 21 Apr 2006 11:24:11 -0700, Richard Fish wrote:
> 
> > > su -c "ebuild /path/to/slocate-2.7-r8.ebuild digest;emerge --verbose
> > > --ask slocate"
> 
> or even "emerge --verbose --ask --digest slocate"

Didn't know about '--digest' switch... As I'm playing with some CVS/SVN
overlays it's really useful for me.

> > But do an emerge --sync first.  The most likely cause of this is that
> > your last sync was done while the server was being updated, and you
> > got the updated manifest but not the ebuild.  These kinds of problems
> > are almost always fixed by a new sync.  Using the digest command is
> > overkill.
> 
> Not to mention potentially dangerous. If the digest mismatch is a fault
> in portage, a sync will usually fix it. But if it is due to a compromised
> archive, redigesting removes that safety check.
> 

Yes, It was definitely a bad bad answer by me. The "Files listed in the
manifest do not exist" claims for a resync and not for a redigest.
I rarely has sync issues . Whenever I had digest issues they were related to 
SVN/CVS overlays,
so redigesting is safe there, AFAIK.
My apologies to thread starter.

Cheers.
-- 
A ouvir (mpd): Dirty Three - Jim's Dog
 - GPG KeyID:0x9D2FD6C8


pgpuS9PvokuvA.pgp
Description: PGP signature


Re: [gentoo-user] What do I do about slocate 3.1/2.7 ?

2006-04-21 Thread Johám-Luís Miguéns Vila
On 11:24 Fri 21 Apr , Richard Fish wrote:
> 
> But do an emerge --sync first.  The most likely cause of this is that
> your last sync was done while the server was being updated, and you
> got the updated manifest but not the ebuild.  These kinds of problems
> are almost always fixed by a new sync.  Using the digest command is
> overkill.
> 
> -Richard
> 
> -- 
> gentoo-user@gentoo.org mailing list
> 

You are right.

Cheers.
-- 
A ouvir (mpd): Moby - Move The Colors (From The Br..
 - GPG KeyID:0x9D2FD6C8


pgpxYociaTm1P.pgp
Description: PGP signature


Re: [gentoo-user] What do I do about slocate 3.1/2.7 ?

2006-04-21 Thread Johám-Luís Miguéns Vila
On 09:09 Fri 21 Apr , Jules Colding wrote:
> Hi,
> 
> A few moments ago I tried to emerge slocate but got:
> 
> 
> #
> omc-2 ~ # emerge -va sys-apps/slocate
> 
> These are the packages that I would merge, in order:
> 
> Calculating dependencies ...done!
> [ebuild  N] sys-apps/slocate-2.7-r8  0 kB
> 
> Total size of downloads: 0 kB
> 
> Do you want me to merge these packages? [Yes/No] yes
> >>> emerge (1 of 1) sys-apps/slocate-2.7-r8 to /
> !!! Files listed in the manifest do not exist!
> slocate-3.1.ebuild
> files/digest-slocate-3.1
> omc-2 ~ #
> #
> 
> 
> How do I fix that one?
> 
> Thanks,
>   jules
> 


su -c "ebuild /path/to/slocate-2.7-r8.ebuild digest;emerge --verbose
--ask slocate"

Hope that works. Cheers.
-- 
A ouvir (mpd): Sonic Youth - Free City Rhymes
 - GPG KeyID:0x9D2FD6C8


pgpl4q5R1H3Z3.pgp
Description: PGP signature


Re: [gentoo-user] keyboard layout

2006-04-17 Thread Johám-Luís Miguéns Vila
On 14:13 Mon 17 Apr , Luigi Pinna wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> Hello,
> I have a layout problem: I had until yesterday the xorg 7.
> I choosed to come back to stable xorg 6.8 for easier the automatic 
> updating.
> After that I lose the keyboard layout: in the normal console (with 
> ctr+alt+f1) I had the german layout, but under x I cannot set it (it is 
> still to us layout).
> What can I do?
> Thanks,
> Luigi
> - -- 

$EDITOR /etc/X11/xorg.conf, Core keyboard's input device section, Option
XkbLayout.

-- 
A ouvir (mpd): parado
 - GPG KeyID:0x9D2FD6C8


pgpFMvQyy7wxN.pgp
Description: PGP signature


Re: [gentoo-user] Font rendering broken in GNOME and GTK2 apps ...

2006-04-13 Thread Johám-Luís Miguéns Vila
On 21:16 Thu 13 Apr , Marc Koschewski wrote:
> * Johám-Luís Miguéns Vila <[EMAIL PROTECTED]> [2006-04-13 20:49:50 +0200]:
> 
> > Well, here the issue was solved by downgrading xorg-server. Now, I'm
> > running:
> > x11-base/xorg-server-1.0.99.2
> 
> I'm running 1.0.99.2 ... :(
> 
> Marc
> 
Sorry, I meant x11-base/xorg-server-1.0.2-r3. I unmasked xorg modular to
try it, but forgot to clean /etc/portage/package.unmask when it reached
~x86 (which is what I'm using).

cheers

-- 
A ouvir (mpd): Rage Against The Machine - Settle For Nothing
 - GPG KeyID:0x9D2FD6C8


pgpsw0hmY8r1x.pgp
Description: PGP signature


Re: [gentoo-user] Font rendering broken in GNOME and GTK2 apps ...

2006-04-13 Thread Johám-Luís Miguéns Vila
Well, here the issue was solved by downgrading xorg-server. Now, I'm
running:
x11-base/xorg-server-1.0.99.2

cheers
-- 
A ouvir (mpd): Rammstein - Küss Mich (Fellfrosch)
 - GPG KeyID:0x9D2FD6C8


pgpJSamfjmmnj.pgp
Description: PGP signature


Re: [gentoo-user] Font rendering broken in GNOME and GTK2 apps ...

2006-04-13 Thread Johám-Luís Miguéns Vila
Qui, 2006-04-13 às 15:45 +0200, Marc Koschewski escreveu:
> * Johám-Luís Miguéns Vila <[EMAIL PROTECTED]> [2006-04-13 16:15:04 +0200]:
-cut-
> > > 
> > Ok. Same behaviour here (not solved).
> 
> OK, I'm glad I didn't mess up the machine. ;)

Yes, I thought so, because I did an --> emerge --depclean
-av;revdep-rebuild -av <-- before updating world.

> > 
> > Are you using nvidia proprietary driver? If so, and you switch to 'nv' 
> > driver
> > problem is gone, isn't?
> 
> Yes, I do. But I don't use the Gentoo nvidia-kernel package. I use the older
> 1.0-8178 module that I build from source. It's more comfortable for me as I 
> use
> only kernel.org's -git kernels.
> 
> I'll try the 'nv' module later.

Probably you won't get any font rendering related trouble. Let's see.

> > 
> > Xgl does not have this problem... 
> 
> Didn't try this yet. Xgl didn't work for me yet. :/
> 
> > 
> > I use fvwm, so that's not an gnome related issue (furthermore, I use kde
> > based apps, and that weird behaivour also is reproducing)...
> > 
> > Are you using Xorg modular?
> 
> Yes, I do.

My latest xorg-server update was:

.-(~)-([EMAIL
 PROTECTED])-
`--> genlop -lu|tail -n 200|grep -i xorg-server
 Wed Apr 12 20:51:14 2006 <<< x11-base/xorg-server-1.0.2-r3
 Wed Apr 12 20:51:14 2006 >>> x11-base/xorg-server-1.0.99.2

Right now I don't have the time (gotta do some work) to emerge
"="xorg-server-1.0.2-r3 and see what happens... But that's  next on my
to-do tasks.

> Marc
> 
A ouvir (mpd): parado - GPG KeyID:0x9D2FD6C8


signature.asc
Description: Esta é uma parte de mensagem	assinada digitalmente


Re: [gentoo-user] Font rendering broken in GNOME and GTK2 apps ...

2006-04-13 Thread Johám-Luís Miguéns Vila
On 10:47 Thu 13 Apr , Marc Koschewski wrote:
> Hi all,
> 
> I'm new to the list as I didn't have a reason to complain about Gentoo since I
> use it. I was a frustrated Debian user before. :) But now a problem appeared I
> didn't get fixed so far.
> 
> I did an emerge --sync and emerge world yesterday and since then my font
> rendering is broken in GNOME (ok, just partly - means: ie. several menu items
> not drawn, Mozilla bookmarks partly not drawn). Also Web pages in Mozilla are
> not readable sometimes (actually as if the don't have text in them). Scrolling
> a Web page with scrambled content make it appear correctly. Also does moving
> the mouse over the menu fix the correct display of the items in case there are
> some that are drawn incorrectly.
> 
> I reverted pango to 1.12.0 but no change. So i re-emerged pango to 1.12.1. I
> reverted glib, no change, so I re-emerged.
> 
> Hope anyone has a clue (or better: a solution). The emerge before yesterday 
> was
> last Friday, FYI. No probs then.
> 
> Regards,
> Marc
> -- 
> gentoo-user@gentoo.org mailing list
> 
Ok. Same behaviour here (not solved).

Are you using nvidia proprietary driver? If so, and you switch to 'nv' driver
problem is gone, isn't?

Xgl does not have this problem... 

I use fvwm, so that's not an gnome related issue (furthermore, I use kde
based apps, and that weird behaivour also is reproducing)...

Are you using Xorg modular?

-

Linux galiza_ceive 2.6.16-ck4 #3 PREEMPT Thu Apr 13 10:58:18 CEST 2006 i686 AMD 
Athlon(tm) GNU/Linux

[ebuild   R   ] media-video/nvidia-kernel-1.0.8756  0 kB 

[ebuild   R   ] x11-base/xorg-server-1.0.99.2  USE="dri -debug -ipv6 -minimal 
-xprint" 0 kB 
-- 
A ouvir (mpd): Sex Pistols - Kill The Hippies - Live 1978
 - GPG KeyID:0x9D2FD6C8


pgpxUsQyO7LsR.pgp
Description: PGP signature


Re: [gentoo-user] What's bringing in Mozzilla?

2006-03-26 Thread Johám-Luís Miguéns Vila
On 12:14 Sun 26 Mar , Ernie Schroder wrote:
> $ sudo emerge -auvD world
> 
> These are the packages that I would merge, in order:
> 
> Calculating world dependencies ...done!
> [ebuild  N] app-admin/eselect-1.0  -bash-completion -doc 142 kB
> [ebuild  N] app-admin/eselect-opengl-1.0.3  3 kB
> [ebuild U ] x11-base/opengl-update-3.0.0 [2.2.4] 0 kB
> [ebuild U ] www-client/mozilla-launcher-1.49 [1.45] 5 kB
> [ebuild  N] www-client/mozilla-1.7.11-r3  +crypt -debug -gnome +ipv6 
> +java 
> +ldap -mozcalendar -mozdevelop -moznocompose -moznoirc -moznomail -moznoxft 
> -mozsvg -postgres +ssl +truetype -xinerama -xprint 29,595 kB
> [ebuild U ] net-www/mplayerplug-in-3.21 [2.80] -gecko-sdk +gtk 204 kB
> [ebuild U ] dev-perl/Archive-Tar-1.28 [1.26] -minimal 35 kB
> [ebuild U ] media-video/nvidia-glx-1.0.6629-r7 [1.0.6629-r6] 8,520 kB
> [ebuild U ] sys-apps/busybox-1.1.0 [1.00-r4] -debug -floppyboot 
> -make-symlinks -netboot -savedconfig -static 1,375 kB
> [ebuild U ] app-portage/eix-0.5.1-r2 [0.3.0-r2] 302 kB
> [ebuild U ] media-video/realplayer-10.0.7 [10.0.6] -nsplugin 6,494 kB
> 
> Total size of downloads: 46,680 kB
> 
> the following line is in /etc/portage/package.mask:
> 
> ">=www-client/mozilla-1.7.12-r1" (without the quotes...)
> -- 
> Regards, Ernie
> -- 
> gentoo-user@gentoo.org mailing list
> 
Try with --> sudo emerge --ask --update --verbose --deep --tree world
<-- and you'll see which package claims for installing it (--tree/-t
option, see man emerge).

cheers

-- 
A ouvir (mpd): Rammstein - Heirate mich
 - GPG KeyID:0x9D2FD6C8


pgpff1YUm8yqQ.pgp
Description: PGP signature


Re: [gentoo-user] "check for update" option greyed out for firefox1.5

2005-12-04 Thread Johám-Luís Miguéns Vila
On 21:39 Sat 03 Dec , John Holden wrote:
> [EMAIL PROTECTED] wrote:
> Type "emerge --update mozilla-firefox" as root.  To my knowledge, 
> portage does not provide the binary package of Firefox 1.5.x.
> 
> 
> [EMAIL PROTECTED] ~ $ eix firefox
> * www-client/mozilla-firefox
>  Available versions:  1.0.7-r2 ~1.0.7-r3 *1.5_rc3-r1 *1.5_rc3-r2
>  Installed:   1.0.7-r2
>  Homepage:http://www.mozilla.org/projects/firefox/
>  Description: Firefox Web Browser
> 
> * www-client/mozilla-firefox-bin
>  Available versions:  1.0.6-r2 1.0.7
>  Installed:   none
>  Homepage:http://www.mozilla.org/projects/firefox
>  Description: Firefox Web Browser
> 
> 
> Found 2 matches
> 
> 
> - John
> -- 
> gentoo-user@gentoo.org mailing list
> 

eix is giving me the same result as yours, but ls
/usr/portage/www-client/mozilla-firefox-bin/ shows up
mozilla-firefox-bin-1.5.ebuild

I used the bin package before compiling mozilla-firefox (~x86 here).

-(/home/joham_luis)---([EMAIL
 PROTECTED])-`--#
emerge -pv mozilla-firefox-bin

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

Calculating dependencies ...done!
[ebuild  N] www-client/mozilla-firefox-bin-1.5  0 kB



Cheers
-- 
[sinatura]
A ouvir (mpd): Madredeus - O Pastor
>>> GPG KeyID:0x9D2FD6C8 - http://tinyurl.com/79lrs
[\sinatura]


pgp9FPg0fbg9y.pgp
Description: PGP signature


Re: [gentoo-user] OT - GIMP question

2005-12-03 Thread Johám-Luís Miguéns Vila
Sáb, 2005-12-03 às 19:27 +1300, Glenn Enright escreveu:
> On Sat, 03 Dec 2005 18:14, Michael Sullivan wrote:
> > It works great in Linux using Mozilla, but
> > when my wife tries to view the page in Internet Explorer the image
> > appears with a white background.  What's going wrong here?  Any ideas?
> 
> Probably MS doesnt support png in IE? PNG is an opensource format...
> 
> -- 
> I used to think that the brain was the most wonderful organ in
> my body.  Then I realized who was telling me this.
>   -- Emo Phillips

PNG is just too cool for Internet Explorer :P

http://www.w3junkies.com/toocool/

[sinatura] A ouvir (quodlibet): Rage Against The Machine - Best of (30
for a Revolution) - Wake Up >>> GPG KeyID:0x9D2FD6C8 -
http://tinyurl.com/79lrs [\sinatura]


signature.asc
Description: Esta é uma parte de mensagem	assinada digitalmente


Re: [gentoo-user] what z p2p clients for linux?

2005-11-15 Thread Johám-Luís Miguéns Vila
On 14:25 Tue 15 Nov , Csányi András wrote:
> 2005/11/15, El Nino <[EMAIL PROTECTED]>:
> > dear friends,
> >
> > what is the best p2p (Gnutella support) client for linux?
> > --
> 
> IMHO the best is MLDONKEY
> 

/me agrees
-- 
[sinatura]
A ouvir (mpd): parado
>>> GPG KeyID:0x9D2FD6C8 - http://tinyurl.com/79lrs
[\sinatura]


pgpWVJt5ohAK0.pgp
Description: PGP signature


Re: [gentoo-user] how to upload files...?any tool?

2005-11-12 Thread Johám-Luís Miguéns Vila
On 00:22 Fri 11 Nov , El Nino wrote:
> Dear friends,
> 
> i develop my own webpages & now want to upload them to a remote server. so
> im new to do this... so can any body to point me a tool to do this?

For ftp I use:

* net-ftp/weex 
 Available versions:  2.6.1.5
 Installed:   2.6.1.5-r1
 Homepage:http://weex.sourceforge.net/
 Description: Automates maintaining a web page or other FTP archive.
-- 
[sinatura]
A ouvir (mpd): Mikel Laboa - Baga, biga, higa
>>> GPG KeyID:0x9D2FD6C8 - http://tinyurl.com/79lrs
[\sinatura]


pgpfbA816FORR.pgp
Description: PGP signature


Re: [gentoo-user] portage - xcdroast

2005-09-05 Thread Johám-Luís Miguéns Vila
On 19:06 Mon 05 Sep , John Dangler wrote:
> Anyone know why the xcdroast was taken off the mirrors? 
> There is a bug entered regarding xcdroast not being able to be downloaded
> (which I got when I did emerge xcdroast).
> It seems that the only reason for it not being there is either because
> there's something _really_ wrong with it.

Well, here i can fetch it... Try it again later.

> 
> Or, does anyone have another recommendation for cd/dvd graphical frontend in
> gnome?
> 

emerge -av graveman

> John D
> 
> 
> 
> 
> 
> -- 
> gentoo-user@gentoo.org mailing list
> 

-- 
[sinatura]
A ouvir (mpd): n/a
>>> GPG KeyID:0x9D2FD6C8 - http://tinyurl.com/79lrs
[\sinatura]


pgpTx6iYaRdpI.pgp
Description: PGP signature


Re: [gentoo-user] Nautilus - open in same window

2005-09-04 Thread Johám-Luís Miguéns Vila
On 19:47 Sat 03 Sep , Mark Knecht wrote:
> Hi,
>I feel bad asking for this info again. Holly or someone else here
> told me what app to run a year ago but I don't seem to be able to find
> my notes anymore. The effects of age I think...
> 
>I want to edit Gnome's configuration so that Nautilus opens new
> folders in the same window but I'm not finding any config editor on my
> machine who's name makes sense to fix this. What's it called these
> days?
> 
> Thanks in advance,
> Mark
> 
> -- 
> gentoo-user@gentoo.org mailing list
> 
I am not sure if you can adjust it via Nautilus preferences... Anyway,
the program you are lookin for seems to be gconf-editor (emerge -av
gconf-editor)...

cheers
-- 
[sinatura]
A ouvir (mpd): Metallica - Enter Sandman
>>> GPG KeyID:0x9D2FD6C8 - http://tinyurl.com/79lrs
[\sinatura]


pgpXZQYzLo7to.pgp
Description: PGP signature


Re: [gentoo-user] visualizar particion windows

2005-08-12 Thread Johám-Luís Miguéns Vila
On 12:38 Fri 12 Aug , CRASH-BURN wrote:
> hola soy nuevo en gentoo y me gustaria se me pudierais decir algun
> modo de ver la particion de windows atravez de gentoo como otras
> muchas distribucones
> 
> -- 
> gentoo-user@gentoo.org mailing list
Deberías postear esto en la lista en español, o bien hacerlo en inglés.
Además no se entiende muy bien la pregunta, elabórala un poco más. A qué te
refieres con "ver la partición de windows a través de gentoo como con otras
muchas distribuciones"? Qué escritorio pretendes utilizar para eso?
salud

translation (~):

> hi, i'm a gentoo newbie and i would like to know any way to see window's
>partitions as i saw it when using any other distributions.

I told him to post it at spanish mailing list, or translating it into
english... Also i asked him to elaborate a little more the question, because
i think it's not much understandable.

cheers
-- 
[sinatura]
A ouvir (mpd): Mísia - Minha Alma De Amor Sedenta, Sequiosa
>>> GPG KeyID:0x9D2FD6C8 - http://tinyurl.com/79lrs
[\sinatura]


pgphNxgTdwenM.pgp
Description: PGP signature


Re: [gentoo-user] Sound not working for user

2005-08-12 Thread Johám-Luís Miguéns Vila
On 01:38 Fri 12 Aug , Grant wrote:
> Hello, sound related apps are no longer working for my user, but they
> still do for root.  I get /dev/mixer errors for the user.  Is there
> something simple I should check?  I do need to make a bunch of world
> updates.
> 
> - Grant
> 
> -- 
> gentoo-user@gentoo.org mailing list

Did you give a look at the approppiate gentoo-guide (probably
http://www.gentoo.org/doc/en/alsa-guide.xml , go to Audio Group)?

cheers
-- 
[sinatura]
A ouvir (mpd): Asian Dub Foundation - Power to the Small Massive
>>> GPG KeyID:0x9D2FD6C8 - http://tinyurl.com/79lrs
[\sinatura]


pgpNPy2DY102B.pgp
Description: PGP signature


Re: [gentoo-user] Network Monitoring (graphical web app)

2005-08-04 Thread Johám-Luís Miguéns Vila
Em Quinta 04 Agosto 2005 00:37, o A. Khattri escreveu:
> On Wed, 3 Aug 2005, Chris Frederick wrote:
> > I've been looking for a monitoring app that I can run on my
> > server/gateway.  The more graphical the better, I really like the looks
> > of the graphs from ipac and grapher.  But I'd like to get more details
> > than just total interface statistics.  I'd like to be able to see a
> > graph for the total, but also a few extra graphs for watching specific
> > ports (21, 22, 25, 80, 443, etc...).  Being able to monitor procs,
> > specific procs, and memory and stuff would be nice, but I can get that
> > from other apps if needed.
> >
> > Any suggestions/recommendations?
>
> ntop ?
>
>
> --
Second that. 

net-analyzer/ntop-3.1
-- 
[sinatura]
A ouvir (mpd): ZBIGNIEW PREISNER - Œpij ,Jezu œpij
>>> GPG KeyID:0x9D2FD6C8 - http://tinyurl.com/79lrs
[\sinatura]


pgpH2yRdioO7h.pgp
Description: PGP signature