Re: [gentoo-user] equery shows lyx didn't depend on qt, and emerge shows the opposite

2008-03-13 Thread Alan McKinnon
On Thursday 13 March 2008, Zhang Weiwu wrote:
> Hello.
>
> I wishes to emerge lyx and surprisingly found it depends on qt:
>
> [EMAIL PROTECTED]:/home/zhangweiwu# emerge -pv lyx
>
> These are the packages that would be merged, in order:
>
> Calculating dependencies... done!
> [ebuild  N] app-text/opensp-1.5.2-r1  USE="nls -doc" 1,486 kB
> [ebuild  N] app-text/docbook-dsssl-stylesheets-1.79  272 kB
> [ebuild  N] app-text/docbook-sgml-dtd-3.1-r3  55 kB
> [ebuild  N] media-gfx/imagemagick-6.3.7.9  USE="X gs jbig jpeg
> lcms png svg tiff zlib -bzip2 -djvu -doc -fontconfig -fpx -graphviz
> -hdri -jpeg2k -nocxx -openexr -perl -q32 -q8 -truetype -wmf -xml" 0
> kB [ebuild  N] x11-libs/qt-4.3.2-r1  USE="cups jpeg opengl png
> ssl tiff xinerama zlib -accessibility -dbus -debug -doc -examples
> (-firebird) -gif -glib -mng -mysql -nas -nis -odbc -pch -postgres
> -qt3support -sqlite -sqlite3" INPUT_DEVICES="-wacom" 42,445 kB
> [ebuild  N] app-text/aiksaurus-1.2.1  USE="-gtk" 908 kB
> [ebuild  N] app-text/openjade-1.3.2-r1  874 kB
> [ebuild  N] app-text/sgmltools-lite-3.0.3-r10  USE="-tetex" 69 kB
> [ebuild  N] app-office/lyx-1.5.4  USE="X cups nls -debug -latex"
> LINGUAS="-he" 8,923 kB
>
> Total: 9 packages (9 new), Size of downloads: 55,028 kB
>
>
> I thought it must not be true, because I used lyx on Ubuntu and it
> doesn't look like a qt application at all. 

Ubuntu is a gnome-centric distro. I'm not surprised they built it with 
gtk+ support as opposed to qt support

> Then I run equery depgraph 
> to see which package required qt. again a surprise, according to
> equery, lyx did not depend on qt, nor indirectly.
>
> I attached output of 'equery depgraph =lyx-1.5.4' to this message. Do
> a grep and 'qt'  is not found in the output.
>
> So my question is:
>
>1. Is it true lyx really depends on qt? How do I find out?

Read the ebuild:

less $PORTDIR/app-office/lyx/lyx-1.5.4.ebuild

and you will see:

RDEPEND="$(qt4_min_version 4.1.1)
x11-libs/libXrandr
x11-libs/libXcursor
x11-libs/libXrender
...

The call to qt_min_version is upsetting equery, which just reads the 
literal strings and doesn't know to execute that call to find the real 
dep

>2. If lyx doesn't have to depend on qt, how can I install lyx and
>   avoid qt being emerged?

emerge lyx version 1.4.* which supports optional qt, gtk+ and even 
xforms as fallback


-- 
Alan McKinnon
alan dot mckinnon at gmail dot com

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



Re: [gentoo-user] partition needs to be fsckd, keyboard locked

2008-03-13 Thread Alan McKinnon
On Thursday 13 March 2008, b.n. wrote:
> Hi,
>
> After a hard freeze on the Gentoo partition of my Macbook Pro laptop,
> I rebooted, and I found this dreaded message:
>
> /dev/sda4: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.
> (i.e., without -a or -p options)
>
> And it asks me my root password, or ctrl-d to skip the fsck. Problem
> is, my keyboard seems totally unresponsive. So I basically can't boot
> into my system.
>
> I'm currently downloading a livecd to bypass this, obviously, but I
> wonder - if there's some other solution
> - something I should be aware of before fscking the filesystem?

try edit the kernel line in the bootloader to add the parameter "single" 
to the end of the kernel line. Hopefully bypassing the rest of the boot 
up runlevel stuff will leave you with a working keyboard. I can't 
really help much further, as I don't know how the Macbook keyboards are 
connected or wired up



-- 
Alan McKinnon
alan dot mckinnon at gmail dot com

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



Re: [gentoo-user] Bizarre SSH connection reset

2008-03-13 Thread Collin Starkweather

fire-eyes wrote:


I don't have the pcap file yet ;) Not much I can do.


Pardon the delay in reply.  I've been getting behind on my reading.   
The capture has been forwarded.


Cheers,

-Collin

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



Re: [gentoo-user] what isn't required to boot a system/what can be trimmed from a backup

2008-03-13 Thread Mateusz A. Mierzwin'ski

forgottenwizard pisze:

On 23:29 Tue 11 Mar , Logan McKenna wrote:
  

I just use mkstage4.sh which can be found on the forums. Works great for me

On Tue, Mar 11, 2008 at 11:10 PM, forgottenwizard <
[EMAIL PROTECTED]> wrote:



I'm messing around with doing backups via rsync to an external hard
drive, and I'm wanting to be able to strip out unneeded files from the
backup (these will be archived by, probably, dar or tar later on), and
was wondering if someone knew what I could strip out.

Thanks.

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


  


I looked at mkstage4, but that isn't what I'm wanting. I never liked
that script too much (its a good tool, mind you, just not what I'm
wanting to use), and I'm wanting to do this via rsync instead of the
script.

  
You should stop using rsync. Why? I've think like You couple days ago. 
Rsync is good but, when i record DVD with backup files of OS and try to 
restore by rsync then I started to waiting for files counting... and 
waiting... and waiting. So I use "tar -cjvpf   --exclude=/dev 
--exclude=/proc --exclude=/root --exclude=/usr/portage/distfiles" and 
backup work's perfect. You can use ISOMASTER to edit ISO of minimal 
livecd of gentoo and add archive to that file, rebuild iso and write it 
on DVD - it works fine. Now restoring to full functional Gentoo needs 3 
minutes of data decompresion to disk (tar -xjvpf) faster is without 
verbose mode. Next step is chroot  /usr/sbin/lilo (after 
mounting proc) and reboot ;). This is faster :D

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



[gentoo-user] Re: Setting LINGUAS seperately for some packages

2008-03-13 Thread Michael Schmarck
Dirk Heinrichs <[EMAIL PROTECTED]> wrote:

> Am Mittwoch, 12. März 2008 schrieb ext Michael Schmarck:
> 
>> I'd like to set LINGUAS=de for almost every package. But for the
>> sys-apps/man-pages package, I'd like LINGUAS not to be set, so
>> that I don't get the german man pages installed.
>>
>> How would I do that?
> 
> Put this in /etc/portage/package.use:
> 
> sys-apps/man-pages -nls

No. I'm not looking for a way to set -nls for man-pages, I'm
looking for a way to modify LINGUAS.

Michael

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



Re: [gentoo-user] partition needs to be fsckd, keyboard locked

2008-03-13 Thread b.n.
Alan McKinnon ha scritto:
> On Thursday 13 March 2008, b.n. wrote:
>> Hi,
>>
>> After a hard freeze on the Gentoo partition of my Macbook Pro laptop,
>> I rebooted, and I found this dreaded message:
>>
>> /dev/sda4: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.
>> (i.e., without -a or -p options)
>>
>> And it asks me my root password, or ctrl-d to skip the fsck. Problem
>> is, my keyboard seems totally unresponsive. So I basically can't boot
>> into my system.
>>
>> I'm currently downloading a livecd to bypass this, obviously, but I
>> wonder - if there's some other solution
>> - something I should be aware of before fscking the filesystem?
> 
> try edit the kernel line in the bootloader to add the parameter "single" 
> to the end of the kernel line. 

Tried that, it seems it doesn't work (it seems to ignore it, but I am
not sure. I'll try again).

> Hopefully bypassing the rest of the boot 
> up runlevel stuff will leave you with a working keyboard. I can't 
> really help much further, as I don't know how the Macbook keyboards are 
> connected or wired up

I think Linux sees it as an USB keyboard, but I don't know for sure.

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



[gentoo-user] Re: Setting LINGUAS seperately for some packages

2008-03-13 Thread Michael Schmarck
Alex Schuster <[EMAIL PROTECTED]> wrote:

> Willie Wong writes:
> 
>> On Wed, Mar 12, 2008 at 04:07:16PM +0100, Penguin Lover Dirk Heinrichs
>> squawked:
>> > > I'd like to set LINGUAS=de for almost every package. But for the
>> > > sys-apps/man-pages package, I'd like LINGUAS not to be set, so
>> > > that I don't get the german man pages installed.
>> > >
>> > > How would I do that?
>> >
>> > Put this in /etc/portage/package.use:
>> >
>> > sys-apps/man-pages -nls
>>
>> Does this work for other packages? For example, I don't think acroread
>> has the nls USE flag.
> 
> I don't think so. But: /etc/portage/bashrc is evaluated by emerge, and you
> can put any stuff you want into there. Like this:
> 
> if [[ $CATEGORY/$PN == sys-apps/man-pages ]]
> then
> LINGUAS=
> fi
> 
> 
> It seems to be common practice to put some more general code into there,
> and have package-specific file in sub-directories. Mine look slike this:
> 
>   envFile=/etc/portage/package.env/$CATEGORY/$PN
>   if [[ -f $envFile-$PV ]]
>   then
>   . "$envFile-$PV"
>   elif [[ -f $envFile ]]
>   then
>   . "$envFile"
>   fi
> 
> So I would have a file /etc/portage/package.env/sys-apps/man-pages
> containing "LINGUAS=",

I did as you described. When I now run "emerge -vpt man-pages", I get:

# emerge -vpt man-pages

These are the packages that would be merged, in reverse order:

Calculating dependencies... done!
[ebuild U ] sys-apps/man-pages-2.78 [2.42] USE="nls" LINGUAS="-cs% -da% 
de%* -es% -fr% -it% -ja% -nl% -pl% -ro% -ru% -zh_CN%" 1,823 kB 
[ebuild  N]  app-i18n/man-pages-de-0.5-r1  510 kB 

# cat /etc/portage/package.env/sys-apps/man-pages
export LINGUAS=

# cat /etc/portage/bashrc 
# 

envFile=/etc/portage/package.env/$CATEGORY/$PN
if [[ -f $envFile-$PV ]]
then
        . "$envFile-$PV"
elif [[ -f $envFile ]]
then
        . "$envFile"
fi

It seems as if this does not work - or does it?

Michael

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



[gentoo-user] Bogofilter under Thunderbird

2008-03-13 Thread cypherstrong
Hi,

Do you know how in gentoo, use bogofilter under thunderbird ?

This program work great on kmail or evolution, but thunderbird have it's
own filter, I don't really like it.

How can I plug bogofilter ? Is they a plugins, or a pop3 proxy to do that ?

Thanks



signature.asc
Description: OpenPGP digital signature


[gentoo-user] Re: Setting LINGUAS seperately for some packages

2008-03-13 Thread Michael Schmarck
Henry Gebhardt <[EMAIL PROTECTED]> wrote:

> On Wed, Mar 12, 2008 at 5:08 PM, Willie Wong <[EMAIL PROTECTED]> wrote:
>> On Wed, Mar 12, 2008 at 04:07:16PM +0100, Penguin Lover Dirk Heinrichs
>> squawked:
>>  >
>>  > Put this in /etc/portage/package.use:
>>  >
>>  > sys-apps/man-pages -nls
>>
>>  Does this work for other packages? For example, I don't think acroread
>>  has the nls USE flag.
> 
> Howabout
> 
>   sys-apps/man-pages -linguas_de

This works just fine!

Thanks,
Michael

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



Re: [gentoo-user] what isn't required to boot a system/what can be trimmed from a backup

2008-03-13 Thread Neil Bothwick
On Wed, 12 Mar 2008 22:48:09 -0500, forgottenwizard wrote:

> > I'd say you _need_ /dev /proc and /sys.  
> I'd like to know why. Some of the files in /proc change often, and cause
> rsync a problem. sys doesn't cause these problems, though.

You definitely don't want to backup /proc and /sys as they are virtual
filesystems. /sys is fairly static but /proc changes all the time as it
contains details on processes and the contents of memory. /dev/is also
dynamic, but there are a couple of files in the /dev mountpoint that
are needed before udev starts, and are no longer accessible via /dev/on a
running system. One way of getting at these, and excluding /proc and /sys
is to bind mount / elsewhere.

mount --bind / /mnt/root

Then backup /mnt/root.

Alternatively, keep copies of the needed /dev files (null and console
IIRC) and backup root with rsync's -x option (or -l if you are using
tar). rsync also supports the use of include and exclude lists, so you
can put a list of what you don't need: /tmp, /var/tmp, /usr/portage, etc,
in a file to exclude them all from the backup.


-- 
Neil Bothwick

Crash: (v.) to terminate a program in the usual fashion, i.e. by locking
up the computer or setting fire to the printer. (n.) the process of such
termination.


signature.asc
Description: PGP signature


Re: [gentoo-user] Re: Setting LINGUAS seperately for some packages

2008-03-13 Thread Dirk Heinrichs
Am Donnerstag, 13. März 2008 schrieb ext Michael Schmarck:
> Dirk Heinrichs <[EMAIL PROTECTED]> wrote:
> > Am Mittwoch, 12. März 2008 schrieb ext Michael Schmarck:
> >> I'd like to set LINGUAS=de for almost every package. But for the
> >> sys-apps/man-pages package, I'd like LINGUAS not to be set, so
> >> that I don't get the german man pages installed.
> >>
> >> How would I do that?
> >
> > Put this in /etc/portage/package.use:
> >
> > sys-apps/man-pages -nls
>
> No. I'm not looking for a way to set -nls for man-pages, I'm
> looking for a way to modify LINGUAS.

You don't need to modify LINGUAS, unless you want to install man pages for 
different languages than what you have in your LINGUAS. Read the ebuild: 
nls switches on or off installation of man pages in other languages, and 
_if_ nls is set then LINGUAS controls which other laguages to install. So 
what you want (for this package) is to set -nls.

Bye...

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


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] Nvidia GeForce Go 6800 and nvidia-drivers ==> Cannot switch to ttys or close X

2008-03-13 Thread Enrico Weigelt
* Patric <[EMAIL PROTECTED]> wrote:
> andrea wrote:
> >...
> >The X session loads smooth with no errors and no warnings but after X is
> >loaded there is no way to come back to the framebuffer console (pressing
> >CTRL+ALT+F* or closing the session).
> >
> >I get an almost white screen with some distorsion. If I come back
> >pressing CTRL+ALT+F7 I see my X session up n running.
> >The same happens if I close my session and then write "startx" on the
> >white screen. I have a brand new session running with no problems and no
> >errors.
> 
> I'm afraid I can't provide any help on this, but wanted to mention that I
> experience exactly the same behaviour with my GeForce Go 6800 (TurboCache).
> And this is not only for the current driver, but has been the case ever 
> since i
> own this notebook (it's an Acer Travelmate 4150LMi). The nvidia driver 
> version
> at the time I got it was 1.0-7184, and was already broken back then.
> I would really love to see a solution for this, since not being able to 
> leave X
> is pretty annoying.
> I should mention that on this system I have Debian installed, and used
> kernel.orgs vanilla kernel + nvidia driver from their homepage ever since.

You're talking about the NV's secret-code driver ? 
It makes heavy trouble with fbdev. Both together monst likely 
won't work.

That's because they refuse to use the well approved DRI interface
and do something completely own and obfuscated. Nobody outside of
NV can really help you :(


cu
-- 
-
 Enrico Weigelt==   metux IT service - http://www.metux.de/
-
 Please visit the OpenSource QM Taskforce:
http://wiki.metux.de/public/OpenSource_QM_Taskforce
 Patches / Fixes for a lot dozens of packages in dozens of versions:
http://patches.metux.de/
-
-- 
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] Re: Re: Setting LINGUAS seperately for some packages

2008-03-13 Thread Michael Schmarck
Dirk Heinrichs <[EMAIL PROTECTED]> wrote:

> Am Donnerstag, 13. März 2008 schrieb ext Michael Schmarck:
>> Dirk Heinrichs <[EMAIL PROTECTED]> wrote:
>> > Am Mittwoch, 12. März 2008 schrieb ext Michael Schmarck:
>> >> I'd like to set LINGUAS=de for almost every package. But for the
>> >> sys-apps/man-pages package, I'd like LINGUAS not to be set, so
>> >> that I don't get the german man pages installed.
>> >>
>> >> How would I do that?
[...]
> _if_ nls is set then LINGUAS controls which other laguages to install. So
> what you want (for this package) is to set -nls.

Maybe. But what I'm asking for is a way to set LINGUAS differently,
depending on the package.

Michael

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



Re: [gentoo-user] Re: Re: Setting LINGUAS seperately for some packages

2008-03-13 Thread Dirk Heinrichs
Am Donnerstag, 13. März 2008 schrieb ext Michael Schmarck:
> Dirk Heinrichs <[EMAIL PROTECTED]> wrote:
> > Am Donnerstag, 13. März 2008 schrieb ext Michael Schmarck:
> >> Dirk Heinrichs <[EMAIL PROTECTED]> wrote:
> >> > Am Mittwoch, 12. März 2008 schrieb ext Michael Schmarck:
> >> >> I'd like to set LINGUAS=de for almost every package. But for the
> >> >> sys-apps/man-pages package, I'd like LINGUAS not to be set, so
> >> >> that I don't get the german man pages installed.
> >> >>
> >> >> How would I do that?
>
> [...]
>
> > _if_ nls is set then LINGUAS controls which other laguages to install.
> > So what you want (for this package) is to set -nls.
>
> Maybe. But what I'm asking for is a way to set LINGUAS differently,
> depending on the package.

No, that was not what you asked for. See above.

You didn't want the german man pages installed. This is achieved by 
unsetting nls for this package.

Bye...

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


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] audacious-1.4* - can't adjust volume

2008-03-13 Thread Sascha Hlusiak
> I'm using
> Intel Corporation 82801I (ICH9 Family) HD Audio Controller
> with the snd_hda_intel module shipped with the kernel.
I had some problems with the Intel HD Audio driver in Linux, maybe they are 
related.

- Changing the Master volume in the mixer did not change anything. I could 
only change the volume by controlling PCM. 
- I could not adjust the volume of OSS sound at all (so I disabled flash 
player then because it used only OSS in that times). 
- And yes, I noticed some delay too, but not only in Audacious (which I didn't 
test). So I think the Intel HD audio kernel module is to blame.

Do you have these problems in other (OSS) applications? What if you change the 
volume with aumix or kmix?

Sascha




signature.asc
Description: This is a digitally signed message part.


[gentoo-user] Re: Setting LINGUAS seperately for some packages

2008-03-13 Thread Michael Schmarck
Dirk Heinrichs <[EMAIL PROTECTED]> wrote:

> Am Donnerstag, 13. März 2008 schrieb ext Michael Schmarck:
>> Dirk Heinrichs <[EMAIL PROTECTED]> wrote:
>> > Am Donnerstag, 13. März 2008 schrieb ext Michael Schmarck:
>> >> Dirk Heinrichs <[EMAIL PROTECTED]> wrote:
>> >> > Am Mittwoch, 12. März 2008 schrieb ext Michael Schmarck:
>> >> >> I'd like to set LINGUAS=de for almost every package. But for the
>> >> >> sys-apps/man-pages package, I'd like LINGUAS not to be set, so
>> >> >> that I don't get the german man pages installed.
>> >> >>
>> >> >> How would I do that?
>>
>> [...]
>>
>> > _if_ nls is set then LINGUAS controls which other laguages to install.
>> > So what you want (for this package) is to set -nls.
>>
>> Maybe. But what I'm asking for is a way to set LINGUAS differently,
>> depending on the package.
> 
> No, that was not what you asked for. See above.

Yes, please see above! Especially check the subject.

But even in what you quoted, I'm asking for a way to modify
the value of LINGUAS.

> You didn't want the german man pages installed. This is achieved by
> unsetting nls for this package.

I wanted to have LINGUAS be set differently for some packages.

Michael

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



Re: [gentoo-user] Re: Setting LINGUAS seperately for some packages

2008-03-13 Thread Davi Vidal
Em Thursday 13 March 2008, Michael Schmarck escreveu:
> Dirk Heinrichs <[EMAIL PROTECTED]> wrote:
> > Am Donnerstag, 13. März 2008 schrieb ext Michael Schmarck:
> >> Dirk Heinrichs <[EMAIL PROTECTED]> wrote:
> >> > Am Donnerstag, 13. März 2008 schrieb ext Michael Schmarck:
> >> >> Dirk Heinrichs <[EMAIL PROTECTED]> wrote:
> >> >> > Am Mittwoch, 12. März 2008 schrieb ext Michael Schmarck:
> >> >> >> I'd like to set LINGUAS=de for almost every package. But for the
> >> >> >> sys-apps/man-pages package, I'd like LINGUAS not to be set, so
> >> >> >> that I don't get the german man pages installed.
> >> >> >>
> >> >> >> How would I do that?
> >>
> >> [...]
> >>
> >> > _if_ nls is set then LINGUAS controls which other laguages to install.
> >> > So what you want (for this package) is to set -nls.
> >>
> >> Maybe. But what I'm asking for is a way to set LINGUAS differently,
> >> depending on the package.
> >
> > No, that was not what you asked for. See above.
>
> Yes, please see above! Especially check the subject.
>
> But even in what you quoted, I'm asking for a way to modify
> the value of LINGUAS.
>
> > You didn't want the german man pages installed. This is achieved by
> > unsetting nls for this package.
>
> I wanted to have LINGUAS be set differently for some packages.
>

In your /etc/portage/package.use (or /etc/paludis/use.conf) try the 
following:

category/package linguas_YOUR-LANGUAGE

In my case, I'm using the system in English, but I want my OpenOffice 
in 
Portuguese (Brazilian):

app-office/openoffice linguas_pt_BR


HTH,
-- 
Davi Vidal
--
E-mail: [EMAIL PROTECTED]
MSN   : [EMAIL PROTECTED]
GTalk : [EMAIL PROTECTED]
Skype : davi vidal
YIM   : davi_vidal
ICQ   : 138815296
--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Re: Setting LINGUAS seperately for some packages

2008-03-13 Thread Alex Schuster
Michael Schmarck writes:

> I did as you described. When I now run "emerge -vpt man-pages", I get:
>
> # emerge -vpt man-pages
>
> These are the packages that would be merged, in reverse order:
>
> Calculating dependencies... done!
> [ebuild U ] sys-apps/man-pages-2.78 [2.42] USE="nls" LINGUAS="-cs%
> -da% de%* -es% -fr% -it% -ja% -nl% -pl% -ro% -ru% -zh_CN%" 1,823 kB
> [ebuild  N]  app-i18n/man-pages-de-0.5-r1  510 kB
[...]
> It seems as if this does not work - or does it?

Actually it does, but the emerge -p output does not show that. Looks 
like /etc/portage/bashrc is evaluated by /usr/lib/portage/bin/ebuild.sh, 
and this is involved only when something is unpacked, compiled, installed, 
and such. Sorry. You could put a
echo "LINGUAS=$LINGUAS"
into /etc/portage/package.env/sys-apps/man-pages to check. But in this 
case -linguas_de in /etc/portage/package.use is the far better approach of 
course.

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



Re: [gentoo-user] Bogofilter under Thunderbird

2008-03-13 Thread David Relson
On Thu, 13 Mar 2008 09:47:43 +0100
cypherstrong wrote:

> Hi,
> 
> Do you know how in gentoo, use bogofilter under thunderbird ?
> 
> This program work great on kmail or evolution, but thunderbird have
> it's own filter, I don't really like it.
> 
> How can I plug bogofilter ? Is they a plugins, or a pop3 proxy to do
> that ?
> 
> Thanks

I don't know whether bogofilter is being used with thunderbird or not.
If it is, I bet somebody on the bogofilter mailing list can tell you
how they're doing it.

Regards,

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



[gentoo-user] firefox-bin can't see the web but firefox 64-bit and konqueror does.

2008-03-13 Thread Cocoy Dayao

hi everyone.

So the family computer at home is my old amd64 running gentoo. mostly  
people in the house use it to just check their mail, browse youtube  
and play online flash games. i have firefox-bin and firefox 64  
installed. it's been running that for years on end. now all of a  
sudden, firefox-bin couldn't connect to the internet but firefox 64  
and conqueror can. ping, traceroute from the same machine works. i've  
check the network settings on -bin, and its configured to point direct  
to the internet as it should be. no proxy in this house. so i'm pretty  
sure network is good.


So my question is... what's wrong?  Am i missing something?

Also, is there someway to install flash to run with firefox 64? i've  
used google and the wiki says the 32-bit firefox is still the only one  
running for AMD64.


thanks and cheers,
--
Cocoy
"People who are really serious about software should make their own  
hardware." --Alan Kay


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



Re: [gentoo-user] kopete and msn contacts

2008-03-13 Thread Paul Sobey
b.n. wrote:
> I switched from aMSN to Kopete to have a decent msn client that also
> works with gtalk.
> 
> Unfortunately I found that kopete has some kind of bug with MSN
> contacts. It's apparently impossible to *add* a new contact (if I try,
> it says nothing just like it's working, but the contact is not added
> -not in kopete, and not in other clients), and most importantly it does
> not *delete* contacts. Worst of it all, if I delete contacts in another
> client, say, aMSN, next time I launch Kopete:
> - the contact reappear in the Kopete list
> - if I then close Kopete and open aMSN, the contact I deleted *are
> indeed added again* to my MSN account!
> 
> I would prefer to avoid Gaim/Pidgin if possible.

Kopete has always done this for me, it's incredibly annoying. If you
find a solution please post back here! Since you stipulated GTalk, my
only recommendation other than Kopete would be Pidgin. If you want an
MSN-only client at some point you might try Mercury Messenger (Java
based, very full support, including webcam), or the excellent KMess
(relatively young, no webcam or other tricks but light, fast and nicely
integrated into KDE). I've recently discovered the latter and it's now
my MSN program of choice.

Cheers,
Paul
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Status of Gentoo

2008-03-13 Thread Enrico Weigelt
* Jamie Dobbs <[EMAIL PROTECTED]> wrote:

Hi,

> I've been away from Gentoo for the last year or so and using Ubuntu but 
> find that I want to return to Gentoo simply because of the level of 
> customization that I can do with it.

wb :)

> However, I do have a few worries - why has there been no 2007.1 release 
> (there was a 2006.1 from what I recall)? 

Actually, I never cared about these "releases". IMHO they're just
profiles. portage keeps your system up-to-date by fresh ebuilds.
For a fresh installation I always take the newest profile and 
older systems are migrated from time to time. Never felt the need
for an immediate profile update.

> There also appears to have been a bit of turmoil in the Gentoo 
> 'management;' - has this affected the long term viability of 
> running Gentoo?

AFAIK, this only affected the foundation, which is just an 
organization which does some "business work" (eg. marketing),
collects funds for server infrastructure, etc. The Gentoo project
itself doesn't *need* it, it just makes some things easier.
I've never felt any impact on the distro by these troubles.
(but that's just my personal oppition)

> Also I'm not running at Athlon X2 system, ifs there any _real_ 
> advantage to running AMD64 or should I still to x86?
> Just a few questions before I plunge in to it again :-)

My personal taste: only useful if you need more than 3GB per 
process (1GB virtual address space is reseverd for the kernel,
but this could be changed within the kernel sources) or for
bumber crunching, maybe also in some database workloads.

The key point: on an 64bit system, CPU traffic is 64bit width,
so CPU's IO is faster, but this (normally) implies also 64bit
code alignment, which can waste a lot of memory.

BTW: some applications can use 64bit ops for specific things
even on an 32bit base system (but this has to be done with 
caution, just like any other CPU specific optimizations).


cu
-- 
-
 Enrico Weigelt==   metux IT service - http://www.metux.de/
-
 Please visit the OpenSource QM Taskforce:
http://wiki.metux.de/public/OpenSource_QM_Taskforce
 Patches / Fixes for a lot dozens of packages in dozens of versions:
http://patches.metux.de/
-
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Bogofilter under Thunderbird

2008-03-13 Thread cypherstrong
on bogofilter, they ask to search on google how to do, but google say
nothing



David Relson a écrit :
> On Thu, 13 Mar 2008 09:47:43 +0100
> cypherstrong wrote:
>
>   
>> Hi,
>>
>> Do you know how in gentoo, use bogofilter under thunderbird ?
>>
>> This program work great on kmail or evolution, but thunderbird have
>> it's own filter, I don't really like it.
>>
>> How can I plug bogofilter ? Is they a plugins, or a pop3 proxy to do
>> that ?
>>
>> Thanks
>> 
>
> I don't know whether bogofilter is being used with thunderbird or not.
> If it is, I bet somebody on the bogofilter mailing list can tell you
> how they're doing it.
>
> Regards,
>
> David
>   




signature.asc
Description: OpenPGP digital signature


[gentoo-user] KDE4 - KDialog - DBUS

2008-03-13 Thread cypherstrong
Hi,

KDE change dcop for dbus

The problem is that dcop it's really easy to use, but dbus ...

How can I use dbus with kdialog ?

I do that :

D=$(kdialog --progressbar "Libération du volume d'échange")

Now I have a dbus variable

I dont know how to use it

I have try

dbus-send org.kde.kdialog.Progressdialog.setValue $D 10

But dbus dont want it

kdbus doesnt work

I'm a little bit lost now

any body know how to do ?

Thanks



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] KDE4 - KDialog - DBUS

2008-03-13 Thread Uwe Thiem
On Thursday 13 March 2008, cypherstrong wrote:
> Hi,
>
> KDE change dcop for dbus
>
> The problem is that dcop it's really easy to use, but dbus ...

Go to:
http://techbase.kde.org/
and search for "DBUS".

Uwe

-- 
Informal Linux Group Namibia:
http://www.linux.org.na/
SysEx (Pty) Ltd.:
http://www.SysEx.com.na/
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] firefox-bin can't see the web but firefox 64-bit and konqueror does.

2008-03-13 Thread Neil Bothwick
On Thu, 13 Mar 2008 19:48:51 +0800, Cocoy Dayao wrote:

> So the family computer at home is my old amd64 running gentoo. mostly  
> people in the house use it to just check their mail, browse youtube  
> and play online flash games. i have firefox-bin and firefox 64  
> installed. it's been running that for years on end. now all of a  
> sudden, firefox-bin couldn't connect to the internet but firefox 64  
> and conqueror can. ping, traceroute from the same machine works. i've  
> check the network settings on -bin, and its configured to point direct  
> to the internet as it should be. no proxy in this house. so i'm pretty  
> sure network is good.

First guess, -bin is using IPv6, check about:config

> Also, is there someway to install flash to run with firefox 64? i've  
> used google and the wiki says the 32-bit firefox is still the only one  
> running for AMD64.

Install nspluginwrapper, which makes 32 bit plugins work with a 64 bit
browser.


-- 
Neil Bothwick

If you catch an exploding manhole cover, you can keep it.


signature.asc
Description: PGP signature


Re: [gentoo-user] firefox-bin can't see the web but firefox 64-bit and konqueror does.

2008-03-13 Thread Cocoy Dayao


On Mar 13, 2008, at 10:43 PM, Neil Bothwick wrote:




First guess, -bin is using IPv6, check about:config



yep it was toggled after all.





Install nspluginwrapper, which makes 32 bit plugins work with a 64 bit
browser.



i've emerged nspluginwrapper. i won't be using 32-bit firefox anymore.

Thank you! greatly appreciate the help!
--
Cocoy
"People who are really serious about software should make their own  
hardware." --Alan Kay


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



Re: [gentoo-user] X server locks up if a 3D game is run

2008-03-13 Thread Daniel Iliev
On Wed, 12 Mar 2008 01:53:28 -0400
Kevin Stangl <[EMAIL PROTECTED]> wrote:

> Hello,
> I recently bought a new portable with an Intel GMA X3100, which I
> believe to be supported by the Intel driver. However, when I attempt
> to run many 3D games (tested with Savage and doomsday-1.9.0_beta5), X
> locks up and I am seemingly unable to switch VTs. According to its
> log, however, it had killed itself. Direct rendering worked
> out-of-the-box, however; glxgears functions normally with no lockups
> as well. In Windows, both Savage and Doomsday function normally.
> 
> Since I didn't want to clutter this post, I put logs/configs on
> pastebin.ca.
> 
> Xorg.0.log from the crash: http://pastebin.ca/939332
> xorg.conf: http://pastebin.ca/939333
> uname -r: 2.6.24.3
> kernel .config: http://pastebin.ca/939334
> 
> Any help would be much appreciated.



There was a thread [1] on this list about dealing with X lock-ups.
Unfortunately, I can't provide you with info on avoiding them.


[1] http://thread.gmane.org/gmane.linux.gentoo.user/191864



-- 
Best regards,
Daniel
-- 
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] Re: pcmcia/usb tv tuner

2008-03-13 Thread James
Neil Bothwick  digimed.co.uk> writes:


> > What application software do you guys run with these usb TV devices?
> 
> Kaffeine, mplayer and MythTV all worked for me.
> 
> > Does either come with a remote control that you have gotten to work
> > with Gentoo (kde)?
> 
> The Freecom stick came with a remote, but I never tried to use it. 

OK, fair enough.

Thanks Neil (& Markus)


James


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



Re: [gentoo-user] Nvidia GeForce Go 6800 and nvidia-drivers ==> Cannot switch to ttys or close X

2008-03-13 Thread andrea
On gio, 2008-03-13 at 10:32 +0100, Enrico Weigelt wrote:

> You're talking about the NV's secret-code driver ? 
> It makes heavy trouble with fbdev. Both together monst likely 
> won't work.

> That's because they refuse to use the well approved DRI interface
> and do something completely own and obfuscated. Nobody outside of
> NV can really help you :(
> 

Is there another way to have 3D accel and a decent framebuffer
resolution at the same time?

I don't really care about the driver being proprietary or free, just
need to have things working.

Thank you.




signature.asc
Description: This is a digitally signed message part


[gentoo-user] Re: Nvidia GeForce Go 6800 and nvidia-drivers ==> Cannot switch to ttys or close X

2008-03-13 Thread 7v5w7go9ub0o

Enrico Weigelt wrote:



You're talking about the NV's secret-code driver ? 
It makes heavy trouble with fbdev. Both together monst likely 
won't work.


That's because they refuse to use the well approved DRI interface
and do something completely own and obfuscated. Nobody outside of
NV can really help you :(



Help, please! I'm thinking of building a new box: asus p5e/intel core2 
quad. I had thought of getting an NV. Would ATI be the better choice?

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



Re: [gentoo-user] Bizarre SSH connection reset

2008-03-13 Thread Chris Brennan

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Mick wrote:
| On Monday 10 March 2008, Dan Farrell wrote:
|> On Mon, 10 Mar 2008 15:43:55 -0400
|>
|> Mike Edenfield <[EMAIL PROTECTED]> wrote:
|>> Comcast?
|> I was on comcast for a long time (2.5 yrs) and never had a problem like
|> this.  They might have blocked port 25 and squelched my bittorrenting
|> at times, but never anything like this.  Of course, ymmv.
|
| IIRC they also block port 80 for sure on their retail accounts.  They
don't
| want the average punter to run a webserver at home.

This isn't exactly true, I'm a comcast subscriber and I successfully run
ssh/httpd and I bittorrent legal stuff on occasion and I've never been
squelched by the Upstream servers.

If anyone desires proof, contact me off-list and I shall provide this
aspect.
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFH2VMQ8hUIAnGfls4RAp3BAJ0c+NrKEccH6nG0uBO5gh2ih4mrHQCggDkn
vQFLKTFSLykunKx+1kcwZio=
=gPeC
-END PGP SIGNATURE-
--
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] 2008.0 beta release

2008-03-13 Thread James
Anyone know where (or who do I ask) to
test a beta release of the 2008.0 installation stages?


James

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



Re: [gentoo-user] what isn't required to boot a system/what can be trimmed from a backup

2008-03-13 Thread forgottenwizard
On 09:43 Thu 13 Mar , "Mateusz A. Mierzwin'ski" wrote:
> You should stop using rsync. Why? I've think like You couple days ago. 
> Rsync is good but, when i record DVD with backup files of OS and try to 
> restore by rsync then I started to waiting for files counting... and 
> waiting... and waiting. So I use "tar -cjvpf   --exclude=/dev 
> --exclude=/proc --exclude=/root --exclude=/usr/portage/distfiles" and 
> backup work's perfect. You can use ISOMASTER to edit ISO of minimal livecd 
> of gentoo and add archive to that file, rebuild iso and write it on DVD - 
> it works fine. Now restoring to full functional Gentoo needs 3 minutes of 
> data decompresion to disk (tar -xjvpf) faster is without verbose mode. Next 
> step is chroot  /usr/sbin/lilo (after mounting proc) and reboot 
> ;). This is faster :D
> -- 
> gentoo-user@lists.gentoo.org mailing list
>
>

The rsync backup is just to an external hard drive, and not to a DVD. I'm
going to make an archive (maybe with dar, maybe with tar) to burn to DVD so
that I have something to restore from if everything goes kaput on me.


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



[gentoo-user] OT - Exim question

2008-03-13 Thread Michael Sullivan
I have an exim configuration question.   I run exim-4.69.  It's worked
well for over a year.  This morning I did a slight network topography
modification, and now my wife is having trouble sending email from her
computer.  Her computer used to be 192.168.1.4,, but it's connected to a
subrouter now that's connected into the main one.  The subrouter's IP is
192.168.0.1, if that matters.  My wife's computer is now 192.168.0.2.
She tried to send mail to one of her friends, and exim rejected the
message.  Here's the hostlist line from /etc/exim/exim.conf:

baby bind # grep hostlist /etc/exim/exim.conf
hostlist   relay_from_hosts = 127.0.0.1 : 192.168.1.2 : 192.168.1.3 :
192.168.1.4 : 192.168.0.2

Now, she can send a test message to herself by appending our domain to
the end of her username.  We're used to not having to do that.  How can
we get that back?  I would send the full exim.conf, but I don't remember
the syntax to sed to strip out all the comment lines, and my reference
books are packed away for our eminent  move...

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



Re: [gentoo-user] 2008.0 beta release

2008-03-13 Thread Pongracz Istvan

2008. 03. 13, csütörtök keltezéssel 17.21-kor James ezt írta:
> Anyone know where (or who do I ask) to
> test a beta release of the 2008.0 installation stages?
> 

AFAIK there are no 2008.0.
They are working on it.
Check the releng team.

István



> 
> James
> 
-- 
BSA. Mert megérdemlitek.
Open Source. Mert megérdemlem.
--
BSA. They value it.
Open Source. The value. It.
--
http://www.osbusiness.hu

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



Re: [gentoo-user] OT - Exim question

2008-03-13 Thread Sergey Kobzar
Hello Michael,

What does /var/log/exim/exim_mail log tell?


Thursday, March 13, 2008, 7:38:55 PM, you wrote:

> I have an exim configuration question.   I run exim-4.69.  It's worked
> well for over a year.  This morning I did a slight network topography
> modification, and now my wife is having trouble sending email from her
> computer.  Her computer used to be 192.168.1.4,, but it's connected to a
> subrouter now that's connected into the main one.  The subrouter's IP is
> 192.168.0.1, if that matters.  My wife's computer is now 192.168.0.2.
> She tried to send mail to one of her friends, and exim rejected the
> message.  Here's the hostlist line from /etc/exim/exim.conf:

> baby bind # grep hostlist /etc/exim/exim.conf
> hostlist   relay_from_hosts = 127.0.0.1 : 192.168.1.2 : 192.168.1.3 :
> 192.168.1.4 : 192.168.0.2

> Now, she can send a test message to herself by appending our domain to
> the end of her username.  We're used to not having to do that.  How can
> we get that back?  I would send the full exim.conf, but I don't remember
> the syntax to sed to strip out all the comment lines, and my reference
> books are packed away for our eminent  move...

-- 
Sergey

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



[gentoo-user] gnome-terminal compile failure during world update

2008-03-13 Thread John covici
Hi.  I was doing an emerge --update --deep and got the following error
when it reached gnome-terminal:

i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DORBIT2=1 -pthread 
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 
-I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libglade-2.0 
-I/usr/include/libxml2 -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 
-I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 
-I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 
-I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include 
-I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 
-I/usr/include/gail-1.0 -I/usr/include/startup-notification-1.0 
-DTERM_LOCALEDIR=\"/usr/share/locale\" -DEXECUTABLE_NAME=\"gnome-terminal\" 
-DTERM_GLADE_DIR=\"/usr/share/gnome-terminal/glade\" 
-DTERM_GLADE_FILE=\"gnome-terminal.glade2\" -DTERM_DATADIR=\"/usr/share\" 
-DTERM_LIBDIR=\"/usr/lib\" -DTERM_PREFIX=\"/usr\" -DTERM_SYSCONFDIR=\"/etc\" 
-DTERM_PKGDATADIR=\"/usr/share/gnome-terminal\" -DGDK_DISABLE_DEPRECATED 
-DG_DISABLE_DEPRECATED -DSN_API_NOT_YET_FROZEN  -I/usr/include/freetype2 
-I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-DORBIT2=1 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include 
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 
-I/usr/include/libpng12 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 
-I/usr/include/libglade-2.0 -I/usr/include/libxml2 
-I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 
-I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 
-I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 
-I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include 
-I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 
-I/usr/include/gail-1.0 -I/usr/include/startup-notification-1.0 -O2 
-mtune=nocona -pipe -MT terminal-accels.o -MD -MP -MF .deps/terminal-accels.Tpo 
-c -o terminal-accels.o terminal-accels.c

terminal.c: In function 'terminal_util_set_atk_name_description':

terminal.c:3608: error: 'G_GNUC_FUNCTION' undeclared (first use in this 
function)

terminal.c:3608: error: (Each undeclared identifier is reported only once

terminal.c:3608: error: for each function it appears in.)

make[3]: *** [terminal.o] Error 1

make[3]: *** Waiting for unfinished jobs

mv -f .deps/terminal-accels.Tpo .deps/terminal-accels.Po

make[3]: Leaving directory 
`/var/tmp/portage/x11-terms/gnome-terminal-2.18.4/work/gnome-terminal-2.18.4/src'

make[2]: *** [all-recursive] Error 1

make[2]: Leaving directory 
`/var/tmp/portage/x11-terms/gnome-terminal-2.18.4/work/gnome-terminal-2.18.4/src'

make[1]: *** [all-recursive] Error 1

make[1]: Leaving directory 
`/var/tmp/portage/x11-terms/gnome-terminal-2.18.4/work/gnome-terminal-2.18.4'

make: *** [all] Error 2

 * 

 * ERROR: x11-terms/gnome-terminal-2.18.4 failed.

 * Call stack:

 *   ebuild.sh, line   49:  Called src_compile

 * environment, line 2538:  Called gnome2_src_compile

 * environment, line 1931:  Called die

 * The specific snippet of code:

 *   emake || die "compile failure"

 *  The die message:

 *   compile failure

 * 

 * If you need support, post the topmost build error, and the call stack if 
relevant.

 * A complete build log is located at 
'/var/log/portage/x11-terms:gnome-terminal-2.18.4:20080313-140930.log'.

 * The ebuild environment file is located at 
'/var/tmp/portage/x11-terms/gnome-terminal-2.18.4/temp/environment'.


Any assistance on this would be appreciated.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]

Re: [gentoo-user] 2008.0 beta release

2008-03-13 Thread Joshua D Doll

James wrote:

Anyone know where (or who do I ask) to
test a beta release of the 2008.0 installation stages?


James

  

According to this document they are still working on the specs for the beta:

http://www.gentoo.org/proj/en/releng/release/2008.0/index.xml


--Joshua Doll
--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] OT - Exim question

2008-03-13 Thread Michael Sullivan

On Thu, 2008-03-13 at 20:21 +0200, Sergey Kobzar wrote:
> Hello Michael,
> 
> What does /var/log/exim/exim_mail log tell?
> 
> 
> Thursday, March 13, 2008, 7:38:55 PM, you wrote:
> 
> > I have an exim configuration question.   I run exim-4.69.  It's worked
> > well for over a year.  This morning I did a slight network topography
> > modification, and now my wife is having trouble sending email from her
> > computer.  Her computer used to be 192.168.1.4,, but it's connected to a
> > subrouter now that's connected into the main one.  The subrouter's IP is
> > 192.168.0.1, if that matters.  My wife's computer is now 192.168.0.2.
> > She tried to send mail to one of her friends, and exim rejected the
> > message.  Here's the hostlist line from /etc/exim/exim.conf:
> 
> > baby bind # grep hostlist /etc/exim/exim.conf
> > hostlist   relay_from_hosts = 127.0.0.1 : 192.168.1.2 : 192.168.1.3 :
> > 192.168.1.4 : 192.168.0.2
> 
> > Now, she can send a test message to herself by appending our domain to
> > the end of her username.  We're used to not having to do that.  How can
> > we get that back?  I would send the full exim.conf, but I don't remember
> > the syntax to sed to strip out all the comment lines, and my reference
> > books are packed away for our eminent  move...
> 
> -- 
> Sergey
> 

Mar 13 14:22:01 baby exim[25957]: 2008-03-13 14:22:01 unqualified
recipient rejected:  H=([192.168.0.2]) [192.168.1.100] (failed to
find host name from IP address)

I guess 192.168.1.100 is what my main router calls the subrouter.  The
subrouter is configured to use the address 192.168.0.1 .  Do I need to
add 192.168.1.100 to the hostlist in exim.conf and restart exim?

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



Re[2]: [gentoo-user] OT - Exim question

2008-03-13 Thread Sergey Kobzar
Hi Michael,

> Mar 13 14:22:01 baby exim[25957]: 2008-03-13 14:22:01 unqualified
> recipient rejected:  H=([192.168.0.2]) [192.168.1.100] (failed to
> find host name from IP address)

> I guess 192.168.1.100 is what my main router calls the subrouter.  The
> subrouter is configured to use the address 192.168.0.1.

Probably this address is NATed.


> Do I need to add 192.168.1.100 to the hostlist in exim.conf and
> restart exim?

Yes - this is easy solution for your problem ;)


-- 
Sergey

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



Re: [gentoo-user] Make krusader default file manager

2008-03-13 Thread Mick
On Thursday 13 March 2008, Danis Petkakis wrote:
> any ideas on what might have been wrong?? thanks in advance...

I don't really know, because I have never used krusader, but see below:

> On 07/03/2008, Danis Petkakis <[EMAIL PROTECTED]> wrote:

> > "kdeinit could not launch '/usr/bin/krusader' "...something else i could
> > do??

Have you looked at the access rights/ownership of /usr/bin/krusader just in 
case there's a fs corruption or something else amiss?
-- 
Regards,
Mick


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] emerge wine

2008-03-13 Thread Robert Stockdale IV
On Wed, Mar 12, 2008 at 9:19 PM, Neil Bothwick <[EMAIL PROTECTED]> wrote:

> On Wed, 12 Mar 2008 21:07:11 -0400, Robert Stockdale IV wrote:
>
> > [ebuild   R   ] sys-devel/gcc-4.1.2  USE="fortran gcj gtk mudflap* nls
> > (-altivec) -bootstrap -build -d -doc (-hardened) -ip28 -ip32r10k
> > -libffi% (-multilib) -multislot (-n32) (-n64) -nocxx -objc -objc++
> > -objc-gc -test -vanilla" 38,841 kB
>
>
> > I already have gcc 4.2.3 installed and emerge wants to downgrade to
> > 4.1.2.
>
> No it doesn't, it wants to reinstall 4.1.2 because of the changed mudflap
> USE flag. gcc is slotted, so you can have 4.1 and 4.2 installed at the
> same time and switch between them with gcc-config.
>
>
> --
> Neil Bothwick
>
> Home is where you hang your @.
>

Well I got it compiling. However it seems to die with errors with the USE
flag and FEATURES. It also will not take the multilib use flag. I use the
-uDNav option on emerge and multilib is shown as (-multilib). How can I get
it to show multilib* instead of (-multilib). Thank you.
Bob


Re: Re[2]: [gentoo-user] OT - Exim question

2008-03-13 Thread Michael Sullivan

On Thu, 2008-03-13 at 21:47 +0200, Sergey Kobzar wrote:
> Hi Michael,
> 
> > Mar 13 14:22:01 baby exim[25957]: 2008-03-13 14:22:01 unqualified
> > recipient rejected:  H=([192.168.0.2]) [192.168.1.100] (failed to
> > find host name from IP address)
> 
> > I guess 192.168.1.100 is what my main router calls the subrouter.  The
> > subrouter is configured to use the address 192.168.0.1.
> 
> Probably this address is NATed.
> 
> 
> > Do I need to add 192.168.1.100 to the hostlist in exim.conf and
> > restart exim?
> 
> Yes - this is easy solution for your problem ;)
> 
> 
> -- 
> Sergey
> 

It didn't work:

Mar 13 15:13:31 baby exim[26470]: 2008-03-13 15:13:31 unqualified
recipient rejected:  H=([192.168.0.2]) [192.168.1.100] (failed to
find host name from IP address)
baby bind # grep 192.168.1.100 /etc/exim/exim.conf
hostlist   relay_from_hosts = 127.0.0.1 : 192.168.1.2 : 192.168.1.3 :
192.168.1.4 : 192.168.0.2 192.168.1.100

Is there any other option?

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



[gentoo-user] hugin error message

2008-03-13 Thread David Harel

Hi,


I emerged hugin-0.6.1-r2 (latest stable) with everything it depends on 
and when I run it I get:


*$ hugin
Fatal Error: Mismatch between the program and library build versions 
detected.
The library used 2.6 (no debug,ANSI,compiler with C++ ABI 102,wx 
containers,compatible with 2.4),
and your program used 2.6 (no debug,ANSI,compiler with C++ ABI 1002,wx 
containers,compatible with 2.4).

Aborted*

Which library? Any idea?


--
Regards.

David Harel,

==

Home office +972 77 7657645
Fax:+972 77 7657645
Cellular:   +972 54 4534502
Snail Mail: Amuka
   D.N Merom Hagalil
   13802
   Israel
Email:  [EMAIL PROTECTED]


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



Re[4]: [gentoo-user] OT - Exim question

2008-03-13 Thread Sergey Kobzar
Hi Michael,

Thursday, March 13, 2008, 10:15:33 PM, you wrote:

> It didn't work:

> Mar 13 15:13:31 baby exim[26470]: 2008-03-13 15:13:31 unqualified
> recipient rejected:  H=([192.168.0.2]) [192.168.1.100] (failed to
> find host name from IP address)
> baby bind # grep 192.168.1.100 /etc/exim/exim.conf
> hostlist   relay_from_hosts = 127.0.0.1 : 192.168.1.2 : 192.168.1.3 :
> 192.168.1.4 : 192.168.0.2 192.168.1.100

> Is there any other option?

1. Show your config.
2. Tell Exim to not do resolving for hosts from 192.168.0/24 and
   192.168.1/24 networks (host_lookup option).


-- 
Sergey

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



Re: [gentoo-user] Re: Nvidia GeForce Go 6800 and nvidia-drivers ==> Cannot switch to ttys or close X

2008-03-13 Thread Matthias Bethke
Hi 7v5w7go9ub0o,
on Thu, Mar 13, 2008 at 12:09:15PM -0400, you wrote:
> Help, please! I'm thinking of building a new box: asus p5e/intel core2 
> quad. I had thought of getting an NV. Would ATI be the better choice?

As far as I've heard, all proprietary graphics drivers on Linux suck but
NVidia's suck a little less. I've had big stability problems as well
with 169.09-r1 on an el-cheapo GeForce 7300 but 169.12 has been rock
solid for about a week now. At the speed any modern chip runs at, I
don't feel the need for any framebuffer tricksi any more---the console
runs in regular 1980s VGA 80x25 text mode which is fine for the boot
process, after that I use gnome-terminal in fullscreen mode which looks
just like a framebuffer console but with full unicode support and
everything.

cheers,
Matthias
-- 
I prefer encrypted and signed messages. KeyID: FAC37665
Fingerprint: 8C16 3F0A A6FC DF0D 19B0  8DEF 48D9 1700 FAC3 7665


pgpb9viY8caea.pgp
Description: PGP signature


Re: [gentoo-user] Make krusader default file manager

2008-03-13 Thread Danis Petkakis
"-rwxr-xr-x 1 root root 5356 2008-02-03 22:47 /usr/kde/3.5/bin/konqueror
-rwxr-xr-x 1 root root 2106844 2008-03-07 21:28 /usr/bin/krusader"

this is what 'ls' gives me for both applications...the access rights seem to

be the same for both...

On 13/03/2008, Mick <[EMAIL PROTECTED]> wrote:
>
> On Thursday 13 March 2008, Danis Petkakis wrote:
> > any ideas on what might have been wrong?? thanks in advance...
>
>
> I don't really know, because I have never used krusader, but see below:
>
>
> > On 07/03/2008, Danis Petkakis <[EMAIL PROTECTED]> wrote:
>
>
> > > "kdeinit could not launch '/usr/bin/krusader' "...something else i
> could
> > > do??
>
>
> Have you looked at the access rights/ownership of /usr/bin/krusader just
> in
> case there's a fs corruption or something else amiss?
> --
> Regards,
>
> Mick
>
>


Re: [gentoo-user] OT - Exim question

2008-03-13 Thread kashani

Michael Sullivan wrote:

Do I need to add 192.168.1.100 to the hostlist in exim.conf and
restart exim?

Yes - this is easy solution for your problem ;)


--
Sergey



It didn't work:

Mar 13 15:13:31 baby exim[26470]: 2008-03-13 15:13:31 unqualified
recipient rejected:  H=([192.168.0.2]) [192.168.1.100] (failed to
find host name from IP address)
baby bind # grep 192.168.1.100 /etc/exim/exim.conf
hostlist   relay_from_hosts = 127.0.0.1 : 192.168.1.2 : 192.168.1.3 :
192.168.1.4 : 192.168.0.2 192.168.1.100

Is there any other option?



Add 192.168.0.2 and .100 to your /etc/hosts file. You've got Exim set to 
deny IP addresses that do not resolve.


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



[gentoo-user] intelfb and 945GM

2008-03-13 Thread Sergey Kobzar
Hi


Linux 2.6.24-gentoo-r3 i686

I have Asus U5F laptop:

# lspci
00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 
945GT Express Memory Controller Hub (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 
943/940GML Express Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS, 943/940GML 
Express Integrated Graphics Controller (rev 03)
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition 
Audio Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 
(rev 02)
00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 
(rev 02)
00:1c.2 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 3 
(rev 02)
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI 
Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI 
Controller #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI 
Controller #3 (rev 02)
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI 
Controller #4 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI 
Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge 
(rev 02)
00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA IDE 
Controller (rev 02)
01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI 
Express Gigabit Ethernet controller (rev 01)
02:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG Network 
Connection (rev 02)
08:03.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller
08:03.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host 
Adapter (rev 19)
08:03.2 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter 
(rev 0a)
08:03.3 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev 05)


and can't get working intelfb module on it. Kernel config:

# cat /usr/src/linux/.config | grep FB | grep -v '#'
CONFIG_FB=y
CONFIG_FB_DDC=y
CONFIG_FB_CFB_FILLRECT=y
CONFIG_FB_CFB_COPYAREA=y
CONFIG_FB_CFB_IMAGEBLIT=y
CONFIG_FB_DEFERRED_IO=y
CONFIG_FB_MODE_HELPERS=y
CONFIG_FB_INTEL=y
CONFIG_FB_INTEL_I2C=y

# dmesg | grep intel
intelfb: Framebuffer driver for Intel(R) 
830M/845G/852GM/855GM/865G/915G/915GM/945G/945GM chipsets
intelfb: Version 0.9.4
intelfb: 00:02.0: Intel(R) 945GM, aperture size 256MB, stolen memory 7932kB
intelfb: Non-CRT device is enabled ( LVDS port ).  Disabling mode switching.
intelfb: Video mode must be programmed at boot time.


I tried these kernel kernel options:
kernel /boot/kernel-2.6.24-gentoo-r3-b2 root=/dev/sda5 video=intelfb vga=0x318
kernel /boot/kernel-2.6.24-gentoo-r3-b2 root=/dev/sda5 video=intelfb:[EMAIL 
PROTECTED]
kernel /boot/kernel-2.6.24-gentoo-r3-b2 root=/dev/sda5 vga=792

and in all cases I see blank screen or screen with many scrolling
white lines.


Any chance to get framebuffer working on my laptop?


-- 
Sergey

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



Re: [gentoo-user] Make krusader default file manager

2008-03-13 Thread Alan McKinnon
On Thursday 13 March 2008, Danis Petkakis wrote:
> "-rwxr-xr-x 1 root root 5356 2008-02-03 22:47
> /usr/kde/3.5/bin/konqueror -rwxr-xr-x 1 root root 2106844 2008-03-07
> 21:28 /usr/bin/krusader"
>
> this is what 'ls' gives me for both applications...the access rights
> seem to
>
> be the same for both...

It's probably this:

[EMAIL PROTECTED] ~ $ krusader /home/alan/
krusader: Unexpected argument '/home/alan/'.
krusader: Use --help to get a list of available command line options.
[EMAIL PROTECTED] ~ $ krusader
[EMAIL PROTECTED] ~ $ krusader --help
Usage: krusader [Qt-options] [KDE-options] [options]

Krusader
Twin-Panel File Manager for KDE

Generic options:
  --helpShow help about options
  --help-qt Show Qt specific options
  --help-kdeShow KDE specific options
  --help-allShow all options
  --author  Show author information
  -v, --version Show version information
  --license Show license information
  --End of options

Options:
  --left  Start left panel at 
  --right Start right panel at 
  --profile  Load this profile on startup

So it would appear that krusader doesn't start like a regular file 
manager, and 'krusader %U' won't work.

Dunno why it won't launch from your terminal though, it does fine here 
on mine. As a last grasp at straws, what's your output from 

ldd /usr/bin/krusader


-- 
Alan McKinnon
alan dot mckinnon at gmail dot com

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



Re: [gentoo-user] emerge wine

2008-03-13 Thread Dale

Robert Stockdale IV wrote:


Well I got it compiling. However it seems to die with errors with the 
USE flag and FEATURES. It also will not take the multilib use flag. I 
use the -uDNav option on emerge and multilib is shown as (-multilib). 
How can I get it to show multilib* instead of (-multilib). Thank you.

Bob


You should add multilib to your make.conf file USE flags.  If it is not 
a global need, put it in package.use. 

Question, are you new to Gentoo?  If you are, maybe we need to go more 
into detail here.


Dale

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



Re: [gentoo-user] Make krusader default file manager

2008-03-13 Thread Danis Petkakis
" ldd /usr/bin/krusader
linux-gate.so.1 =>  (0xe000)
libkonq.so.4 => /usr/kde/3.5/lib/libkonq.so.4 (0xb7e6b000)
libkhtml.so.4 => /usr/kde/3.5/lib/libkhtml.so.4 (0xb7a8d000)
libkjs.so.1 => /usr/kde/3.5/lib/libkjs.so.1 (0xb7a1f000)
libpcreposix.so.0 => /usr/lib/libpcreposix.so.0 (0xb79fe000)
libpcre.so.0 => /usr/lib/libpcre.so.0 (0xb79d7000)
libkdeprint.so.4 => /usr/kde/3.5/lib/libkdeprint.so.4 (0xb7905000)
libkparts.so.2 => /usr/kde/3.5/lib/libkparts.so.2 (0xb78be000)
libkutils.so.1 => /usr/kde/3.5/lib/libkutils.so.1 (0xb7859000)
libkio.so.4 => /usr/kde/3.5/lib/libkio.so.4 (0xb7504000)
libacl.so.1 => /lib/libacl.so.1 (0xb74fd000)
libattr.so.1 => /lib/libattr.so.1 (0xb74f8000)
libkdesu.so.4 => /usr/kde/3.5/lib/libkdesu.so.4 (0xb74e)
libfam.so.0 => /usr/lib/libfam.so.0 (0xb74d7000)
libkwalletclient.so.1 => /usr/kde/3.5/lib/libkwalletclient.so.1
(0xb74c5000)
libkdeui.so.4 => /usr/kde/3.5/lib/libkdeui.so.4 (0xb71d3000)
libkdecore.so.4 => /usr/kde/3.5/lib/libkdecore.so.4 (0xb6f8b000)
libutempter.so.0 => /usr/lib/libutempter.so.0 (0xb6f89000)
libDCOP.so.4 => /usr/kde/3.5/lib/libDCOP.so.4 (0xb6f54000)
libresolv.so.2 => /lib/libresolv.so.2 (0xb6f42000)
libutil.so.1 => /lib/libutil.so.1 (0xb6f3e000)
libart_lgpl_2.so.2 => /usr/lib/libart_lgpl_2.so.2 (0xb6f28000)
libidn.so.11 => /usr/lib/libidn.so.11 (0xb6ef6000)
libkdefx.so.4 => /usr/kde/3.5/lib/libkdefx.so.4 (0xb6eca000)
libXfixes.so.3 => /usr/lib/libXfixes.so.3 (0xb6ec4000)
libxml2.so.2 => /usr/lib/libxml2.so.2 (0xb6da7000)
libqt-mt.so.3 => /usr/qt/3/lib/libqt-mt.so.3 (0xb669f000)
libmng.so.1 => /usr/lib/libmng.so.1 (0xb6641000)
libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0xb6621000)
libXi.so.6 => /usr/lib/libXi.so.6 (0xb6619000)
libXrender.so.1 => /usr/lib/libXrender.so.1 (0xb660f000)
libXrandr.so.2 => /usr/lib/libXrandr.so.2 (0xb6609000)
libXcursor.so.1 => /usr/lib/libXcursor.so.1 (0xb65ff000)
libXft.so.2 => /usr/lib/libXft.so.2 (0xb65ec000)
libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0xb657)
libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0xb6545000)
libpng12.so.0 => /usr/lib/libpng12.so.0 (0xb652)
libz.so.1 => /lib/libz.so.1 (0xb650e000)
libXext.so.6 => /usr/lib/libXext.so.6 (0xb650)
libX11.so.6 => /usr/lib/libX11.so.6 (0xb6414000)
libXau.so.6 => /usr/lib/libXau.so.6 (0xb6411000)
libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0xb640c000)
libdl.so.2 => /lib/libdl.so.2 (0xb6407000)
libSM.so.6 => /usr/lib/libSM.so.6 (0xb63fe000)
libICE.so.6 => /usr/lib/libICE.so.6 (0xb63e6000)
libpthread.so.0 => /lib/libpthread.so.0 (0xb63cf000)
libstdc++.so.6 =>
/usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6 (0xb62e6000)
libm.so.6 => /lib/libm.so.6 (0xb62c)
libgcc_s.so.1 => /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libgcc_s.so.1
(0xb62b3000)
libc.so.6 => /lib/libc.so.6 (0xb6183000)
/lib/ld-linux.so.2 (0xb7ef1000)"

i don't know how you got the impression that it won't start from my
terminal...i don't believe
i said something like that...it starts just fine issuing 'krussader' at
konsole...however
'krusader /home/jrn23' gives me the same error you posted...

On 13/03/2008, Alan McKinnon <[EMAIL PROTECTED]> wrote:
>
> On Thursday 13 March 2008, Danis Petkakis wrote:
>
> > "-rwxr-xr-x 1 root root 5356 2008-02-03 22:47
> > /usr/kde/3.5/bin/konqueror -rwxr-xr-x 1 root root 2106844 2008-03-07
> > 21:28 /usr/bin/krusader"
> >
> > this is what 'ls' gives me for both applications...the access rights
> > seem to
> >
> > be the same for both...
>
>
> It's probably this:
>
> [EMAIL PROTECTED] ~ $ krusader /home/alan/
> krusader: Unexpected argument '/home/alan/'.
> krusader: Use --help to get a list of available command line options.
> [EMAIL PROTECTED] ~ $ krusader
> [EMAIL PROTECTED] ~ $ krusader --help
> Usage: krusader [Qt-options] [KDE-options] [options]
>
> Krusader
> Twin-Panel File Manager for KDE
>
> Generic options:
>   --helpShow help about options
>   --help-qt Show Qt specific options
>   --help-kdeShow KDE specific options
>   --help-allShow all options
>   --author  Show author information
>   -v, --version Show version information
>   --license Show license information
>   --End of options
>
> Options:
>   --left  Start left panel at 
>   --right Start right panel at 
>   --profile  Load this profile on startup
>
> So it would appear that krusader doesn't start like a regular file
> manager, and 'krusader %U' won't work.
>
> Dunno why it won't launch from your terminal though, it does fine here
> o

Re: [gentoo-user] Make krusader default file manager

2008-03-13 Thread Danis Petkakis
you did the trick...i tried something and it worked...in "file
associations->
inode-directory" i put krusader as the default application but using the
following command " '/usr/bin/krusader' --left %u --right
/home/jrn23/Desktop "
and now it opens every directory i double-click on...i wouldn't have noticed
it
without your help...thanks again for your help...

On 13/03/2008, Alan McKinnon <[EMAIL PROTECTED]> wrote:
>
> On Thursday 13 March 2008, Danis Petkakis wrote:
>
> > "-rwxr-xr-x 1 root root 5356 2008-02-03 22:47
> > /usr/kde/3.5/bin/konqueror -rwxr-xr-x 1 root root 2106844 2008-03-07
> > 21:28 /usr/bin/krusader"
> >
> > this is what 'ls' gives me for both applications...the access rights
> > seem to
> >
> > be the same for both...
>
>
> It's probably this:
>
> [EMAIL PROTECTED] ~ $ krusader /home/alan/
> krusader: Unexpected argument '/home/alan/'.
> krusader: Use --help to get a list of available command line options.
> [EMAIL PROTECTED] ~ $ krusader
> [EMAIL PROTECTED] ~ $ krusader --help
> Usage: krusader [Qt-options] [KDE-options] [options]
>
> Krusader
> Twin-Panel File Manager for KDE
>
> Generic options:
>   --helpShow help about options
>   --help-qt Show Qt specific options
>   --help-kdeShow KDE specific options
>   --help-allShow all options
>   --author  Show author information
>   -v, --version Show version information
>   --license Show license information
>   --End of options
>
> Options:
>   --left  Start left panel at 
>   --right Start right panel at 
>   --profile  Load this profile on startup
>
> So it would appear that krusader doesn't start like a regular file
> manager, and 'krusader %U' won't work.
>
> Dunno why it won't launch from your terminal though, it does fine here
> on mine. As a last grasp at straws, what's your output from
>
> ldd /usr/bin/krusader
>
>
> --
> Alan McKinnon
> alan dot mckinnon at gmail dot com
>
>
> --
>
> gentoo-user@lists.gentoo.org mailing list
>
>


Re: [gentoo-user] emerge wine

2008-03-13 Thread Robert Stockdale IV
On Thu, Mar 13, 2008 at 5:44 PM, Dale <[EMAIL PROTECTED]> wrote:

> Robert Stockdale IV wrote:
> >
> > Well I got it compiling. However it seems to die with errors with the
> > USE flag and FEATURES. It also will not take the multilib use flag. I
> > use the -uDNav option on emerge and multilib is shown as (-multilib).
> > How can I get it to show multilib* instead of (-multilib). Thank you.
> > Bob
>
> You should add multilib to your make.conf file USE flags.  If it is not
> a global need, put it in package.use.
>
> Question, are you new to Gentoo?  If you are, maybe we need to go more
> into detail here.
>
> Dale
>
> :-)  :-)
> --
> gentoo-user@lists.gentoo.org mailing list
>
>
multilib is in both /etc/make.conf and in /etc/portage/package.use.  In fact
this is the line I have in the package.use file for gcc:

=sys-devel/gcc-4.2.3 multislot multilib altivec build fortran nls nocxx doc
gcj gtk hardened libffi objc vanilla ip28 ip32r10k n32 n64 objc-gc mudflap
objc++  openmp -sandbox

No, I'm not entirely new to Gentoo. I just recently returned after
approximately 2 years with Ubuntu. I missed Gentoo and portage. Was
reintroduced to it with Sabayon Linux and just came back to full blown
Gentoo. Still a little rusty with portage and gcc. Should have stuck with
Gentoo all along.
Thank you,
Bob


Re: [gentoo-user] emerge wine

2008-03-13 Thread Neil Bothwick
On Thu, 13 Mar 2008 16:15:24 -0400, Robert Stockdale IV wrote:

> Well I got it compiling. However it seems to die with errors with the
> USE flag and FEATURES.

And those errors are...?

> It also will not take the multilib use flag. I
> use the -uDNav option on emerge and multilib is shown as (-multilib).
> How can I get it to show multilib* instead of (-multilib).

Parentheses around a USE flag mean that it is forced or masked in your
profile. Which profile are you using?


-- 
Neil Bothwick

"Bother," said Pooh, as he connected at 300 bps.


signature.asc
Description: PGP signature


Re: [gentoo-user] Make krusader default file manager

2008-03-13 Thread Alan McKinnon
On Thursday 13 March 2008, Danis Petkakis wrote:
> " ldd /usr/bin/krusader
> linux-gate.so.1 =>  (0xe000)
> libkonq.so.4 => /usr/kde/3.5/lib/libkonq.so.4 (0xb7e6b000)
> libkhtml.so.4 => /usr/kde/3.5/lib/libkhtml.so.4 (0xb7a8d000)
> libkjs.so.1 => /usr/kde/3.5/lib/libkjs.so.1 (0xb7a1f000)
> libpcreposix.so.0 => /usr/lib/libpcreposix.so.0 (0xb79fe000)
> libpcre.so.0 => /usr/lib/libpcre.so.0 (0xb79d7000)
> libkdeprint.so.4 => /usr/kde/3.5/lib/libkdeprint.so.4
> (0xb7905000) libkparts.so.2 => /usr/kde/3.5/lib/libkparts.so.2
> (0xb78be000) libkutils.so.1 => /usr/kde/3.5/lib/libkutils.so.1
> (0xb7859000) libkio.so.4 => /usr/kde/3.5/lib/libkio.so.4 (0xb7504000)
> libacl.so.1 => /lib/libacl.so.1 (0xb74fd000)
> libattr.so.1 => /lib/libattr.so.1 (0xb74f8000)
> libkdesu.so.4 => /usr/kde/3.5/lib/libkdesu.so.4 (0xb74e)
> libfam.so.0 => /usr/lib/libfam.so.0 (0xb74d7000)
> libkwalletclient.so.1 =>
> /usr/kde/3.5/lib/libkwalletclient.so.1 (0xb74c5000)
> libkdeui.so.4 => /usr/kde/3.5/lib/libkdeui.so.4 (0xb71d3000)
> libkdecore.so.4 => /usr/kde/3.5/lib/libkdecore.so.4
> (0xb6f8b000) libutempter.so.0 => /usr/lib/libutempter.so.0
> (0xb6f89000) libDCOP.so.4 => /usr/kde/3.5/lib/libDCOP.so.4
> (0xb6f54000) libresolv.so.2 => /lib/libresolv.so.2 (0xb6f42000)
> libutil.so.1 => /lib/libutil.so.1 (0xb6f3e000)
> libart_lgpl_2.so.2 => /usr/lib/libart_lgpl_2.so.2
> (0xb6f28000) libidn.so.11 => /usr/lib/libidn.so.11 (0xb6ef6000)
> libkdefx.so.4 => /usr/kde/3.5/lib/libkdefx.so.4 (0xb6eca000)
> libXfixes.so.3 => /usr/lib/libXfixes.so.3 (0xb6ec4000)
> libxml2.so.2 => /usr/lib/libxml2.so.2 (0xb6da7000)
> libqt-mt.so.3 => /usr/qt/3/lib/libqt-mt.so.3 (0xb669f000)
> libmng.so.1 => /usr/lib/libmng.so.1 (0xb6641000)
> libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0xb6621000)
> libXi.so.6 => /usr/lib/libXi.so.6 (0xb6619000)
> libXrender.so.1 => /usr/lib/libXrender.so.1 (0xb660f000)
> libXrandr.so.2 => /usr/lib/libXrandr.so.2 (0xb6609000)
> libXcursor.so.1 => /usr/lib/libXcursor.so.1 (0xb65ff000)
> libXft.so.2 => /usr/lib/libXft.so.2 (0xb65ec000)
> libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0xb657)
> libfontconfig.so.1 => /usr/lib/libfontconfig.so.1
> (0xb6545000) libpng12.so.0 => /usr/lib/libpng12.so.0 (0xb652)
> libz.so.1 => /lib/libz.so.1 (0xb650e000)
> libXext.so.6 => /usr/lib/libXext.so.6 (0xb650)
> libX11.so.6 => /usr/lib/libX11.so.6 (0xb6414000)
> libXau.so.6 => /usr/lib/libXau.so.6 (0xb6411000)
> libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0xb640c000)
> libdl.so.2 => /lib/libdl.so.2 (0xb6407000)
> libSM.so.6 => /usr/lib/libSM.so.6 (0xb63fe000)
> libICE.so.6 => /usr/lib/libICE.so.6 (0xb63e6000)
> libpthread.so.0 => /lib/libpthread.so.0 (0xb63cf000)
> libstdc++.so.6 =>
> /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6 (0xb62e6000)
> libm.so.6 => /lib/libm.so.6 (0xb62c)
> libgcc_s.so.1 =>
> /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libgcc_s.so.1 (0xb62b3000)
> libc.so.6 => /lib/libc.so.6 (0xb6183000)
> /lib/ld-linux.so.2 (0xb7ef1000)"
>
> i don't know how you got the impression that it won't start from my
> terminal...i don't believe
> i said something like that...it starts just fine issuing 'krussader'
> at konsole...however
> 'krusader /home/jrn23' gives me the same error you posted...

Ah, OK. I understood (assumed?) that when you posted this output:

"jrn23@ ~ > krusader
krusader: Initialisising useractions...
 krusader: 10 useractions read."

that the command failed. I don't get any terminal output at all here 
when I run it like that. I see from your other post that it's all fixed 
now.

Looking back, it's actually kinda obvious now why it was failing. 
Hindsight - it's an exact science :-)



-- 
Alan McKinnon
alan dot mckinnon at gmail dot com

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



Re: [gentoo-user] emerge wine

2008-03-13 Thread Alan McKinnon
On Thursday 13 March 2008, Dale wrote:
> Robert Stockdale IV wrote:
> > Well I got it compiling. However it seems to die with errors with
> > the USE flag and FEATURES. It also will not take the multilib use
> > flag. I use the -uDNav option on emerge and multilib is shown as
> > (-multilib). How can I get it to show multilib* instead of
> > (-multilib). Thank you. Bob
>
> You should add multilib to your make.conf file USE flags.  If it is
> not a global need, put it in package.use.
>
> Question, are you new to Gentoo?  If you are, maybe we need to go
> more into detail here.


I think he is new to Gentoo Dale, he seems to be making the kinda 
elementary mistakes you'd expect from someone suffering from 
information overload after trying to grasp the install docs

Robert, knowing the workings of portage is crucial to a satisfactory 
Gentoo. There isn't a simple way through this, it's just a lot of good 
old RTFM (but we've all done it).

At a minimum you should read everything linked from here several times:
http://www.gentoo.org/doc/en/handbook/index.xml

and read these man pages many many times:

man emerge
man ebuild
man 5 ebuild
man 5 make.conf
man 5 portage

The answers to all your questions in this thread are in those references

-- 
Alan McKinnon
alan dot mckinnon at gmail dot com

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



Re: [gentoo-user] hugin error message

2008-03-13 Thread Alan McKinnon
On Thursday 13 March 2008, David Harel wrote:
> Hi,
>
>
> I emerged hugin-0.6.1-r2 (latest stable) with everything it depends
> on and when I run it I get:
>
> *$ hugin
> Fatal Error: Mismatch between the program and library build versions
> detected.
> The library used 2.6 (no debug,ANSI,compiler with C++ ABI 102,wx
> containers,compatible with 2.4),
> and your program used 2.6 (no debug,ANSI,compiler with C++ ABI
> 1002,wx containers,compatible with 2.4).
> Aborted*
>
> Which library? Any idea?

No idea, but I'll bet revdep-rebuild does :-)

On second thoughts, maybe not. (it's still worth a try). Try run ldd on 
the hugin binary, note which libs look like they are specific-ish to 
hugin, identify the packages that supplied them and recompile  those 
together with hugin itself.

I'm thinking a library linked to by hugin was built my your previous C++ 
compiler, not your current one


-- 
Alan McKinnon
alan dot mckinnon at gmail dot com

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



Re: [gentoo-user] emerge wine

2008-03-13 Thread Dale

Alan McKinnon wrote:

On Thursday 13 March 2008, Dale wrote:
  

Robert Stockdale IV wrote:


Well I got it compiling. However it seems to die with errors with
the USE flag and FEATURES. It also will not take the multilib use
flag. I use the -uDNav option on emerge and multilib is shown as
(-multilib). How can I get it to show multilib* instead of
(-multilib). Thank you. Bob
  

You should add multilib to your make.conf file USE flags.  If it is
not a global need, put it in package.use.

Question, are you new to Gentoo?  If you are, maybe we need to go
more into detail here.




I think he is new to Gentoo Dale, he seems to be making the kinda 
elementary mistakes you'd expect from someone suffering from 
information overload after trying to grasp the install docs


Robert, knowing the workings of portage is crucial to a satisfactory 
Gentoo. There isn't a simple way through this, it's just a lot of good 
old RTFM (but we've all done it).


At a minimum you should read everything linked from here several times:
http://www.gentoo.org/doc/en/handbook/index.xml

and read these man pages many many times:

man emerge
man ebuild
man 5 ebuild
man 5 make.conf
man 5 portage

The answers to all your questions in this thread are in those references

  


I think so too.  He posted that he used it a few years ago which may be 
worse than starting out completely new.  I noticed he was putting a USE 
and FEATURES variable on the command line instead of make.conf and 
friends.  It sort of tipped me off that he is familiar with Linux but 
new to Gentoo.


We'll get him going tho.   ;-) 


Dale

:-)  :-) 
--

gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] emerge wine

2008-03-13 Thread Robert Stockdale IV
On Thu, Mar 13, 2008 at 6:17 PM, Neil Bothwick <[EMAIL PROTECTED]> wrote:

> On Thu, 13 Mar 2008 16:15:24 -0400, Robert Stockdale IV wrote:
>
> > Well I got it compiling. However it seems to die with errors with the
> > USE flag and FEATURES.
>
> And those errors are...?
>
> > It also will not take the multilib use flag. I
> > use the -uDNav option on emerge and multilib is shown as (-multilib).
> > How can I get it to show multilib* instead of (-multilib).
>
> Parentheses around a USE flag mean that it is forced or masked in your
> profile. Which profile are you using?
>
>
> --
> Neil Bothwick
>
> "Bother," said Pooh, as he connected at 300 bps.
>

According to eselect it is still :default-linux/amd64/2007.0/desktop
This is what I set it at when I installed Gentoo.
Bob


Re: [gentoo-user] emerge wine

2008-03-13 Thread Robert Stockdale IV
>
>   I noticed he was
> putting a USE and FEATURES variable on the command line instead of
> make.conf and
> friends.


This is what a link from a previous post told me to do. The link was in the
first reply and is:

http://forums.gentoo.org/viewtopic-p-2111407.html


>  It sort of tipped me off that he is familiar with Linux but
> new to Gentoo.
>
> We'll get him going tho.   ;-)


Thank you
Bob

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


Re: [gentoo-user] emerge wine

2008-03-13 Thread Dale

Robert Stockdale IV wrote:


  I noticed he was putting a USE and FEATURES variable on the
command line instead of make.conf and
friends. 



This is what a link from a previous post told me to do. The link was 
in the first reply and is:


http://forums.gentoo.org/viewtopic-p-2111407.html
 


 It sort of tipped me off that he is familiar with Linux but
new to Gentoo.

We'll get him going tho.   ;-)


Thank you
Bob



Dale

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




OK.  I see what he was trying to do now.  Basically this was a one time 
thing and would likely be OK.  Sort of a 'exception to the rule' if you 
will.


Dale

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



Re: [gentoo-user] intelfb and 945GM

2008-03-13 Thread Wael Nasreddine
This One Time, at Band Camp, Sergey Kobzar <[EMAIL PROTECTED]> said, On Thu, 
Mar 13, 2008 at 11:34:10PM +0200:
> Hi


> Linux 2.6.24-gentoo-r3 i686

> I have Asus U5F laptop:

> # lspci
> 00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 
> 945GT Express Memory Controller Hub (rev 03)
> 00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 
> 943/940GML Express Integrated Graphics Controller (rev 03)
> 00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS, 943/940GML 
> Express Integrated Graphics Controller (rev 03)
> 00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition 
> Audio Controller (rev 02)
> 00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 
> (rev 02)
> 00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 
> (rev 02)
> 00:1c.2 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 3 
> (rev 02)
> 00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI 
> Controller #1 (rev 02)
> 00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI 
> Controller #2 (rev 02)
> 00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI 
> Controller #3 (rev 02)
> 00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI 
> Controller #4 (rev 02)
> 00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI 
> Controller (rev 02)
> 00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)
> 00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge 
> (rev 02)
> 00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA IDE 
> Controller (rev 02)
> 01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B 
> PCI Express Gigabit Ethernet controller (rev 01)
> 02:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG Network 
> Connection (rev 02)
> 08:03.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller
> 08:03.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host 
> Adapter (rev 19)
> 08:03.2 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter 
> (rev 0a)
> 08:03.3 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev 05)


> and can't get working intelfb module on it. Kernel config:

> # cat /usr/src/linux/.config | grep FB | grep -v '#'
> CONFIG_FB=y
> CONFIG_FB_DDC=y
> CONFIG_FB_CFB_FILLRECT=y
> CONFIG_FB_CFB_COPYAREA=y
> CONFIG_FB_CFB_IMAGEBLIT=y
> CONFIG_FB_DEFERRED_IO=y
> CONFIG_FB_MODE_HELPERS=y
> CONFIG_FB_INTEL=y
> CONFIG_FB_INTEL_I2C=y

> # dmesg | grep intel
> intelfb: Framebuffer driver for Intel(R) 
> 830M/845G/852GM/855GM/865G/915G/915GM/945G/945GM chipsets
> intelfb: Version 0.9.4
> intelfb: 00:02.0: Intel(R) 945GM, aperture size 256MB, stolen memory 7932kB
> intelfb: Non-CRT device is enabled ( LVDS port ).  Disabling mode switching.
> intelfb: Video mode must be programmed at boot time.


> I tried these kernel kernel options:
> kernel /boot/kernel-2.6.24-gentoo-r3-b2 root=/dev/sda5 video=intelfb vga=0x318
> kernel /boot/kernel-2.6.24-gentoo-r3-b2 root=/dev/sda5 video=intelfb:[EMAIL 
> PROTECTED]
> kernel /boot/kernel-2.6.24-gentoo-r3-b2 root=/dev/sda5 vga=792

> and in all cases I see blank screen or screen with many scrolling
> white lines.


> Any chance to get framebuffer working on my laptop?

Don't use intelfb, just use the standard uvesafb.

$ zgrep FB /proc/config.gz
CONFIG_FB=y
# CONFIG_FB_DDC is not set
CONFIG_FB_CFB_FILLRECT=y
CONFIG_FB_CFB_COPYAREA=y
CONFIG_FB_CFB_IMAGEBLIT=y
# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set
# CONFIG_FB_SYS_FILLRECT is not set
# CONFIG_FB_SYS_COPYAREA is not set
# CONFIG_FB_SYS_IMAGEBLIT is not set
# CONFIG_FB_SYS_FOPS is not set
CONFIG_FB_DEFERRED_IO=y
# CONFIG_FB_SVGALIB is not set
# CONFIG_FB_MACMODES is not set
# CONFIG_FB_BACKLIGHT is not set
CONFIG_FB_MODE_HELPERS=y
# CONFIG_FB_TILEBLITTING is not set
# CONFIG_FB_CIRRUS is not set
# CONFIG_FB_PM2 is not set
# CONFIG_FB_CYBER2000 is not set
# CONFIG_FB_ARC is not set
# CONFIG_FB_ASILIANT is not set
# CONFIG_FB_IMSTT is not set
# CONFIG_FB_VGA16 is not set
CONFIG_FB_UVESA=y
# CONFIG_FB_VESA is not set
# CONFIG_FB_EFI is not set
# CONFIG_FB_HECUBA is not set
# CONFIG_FB_HGA is not set
# CONFIG_FB_S1D13XXX is not set
# CONFIG_FB_NVIDIA is not set
# CONFIG_FB_RIVA is not set
# CONFIG_FB_I810 is not set
# CONFIG_FB_LE80578 is not set
# CONFIG_FB_INTEL is not set
# CONFIG_FB_MATROX is not set
# CONFIG_FB_RADEON is not set
# CONFIG_FB_ATY128 is not set
# CONFIG_FB_ATY is not set
# CONFIG_FB_S3 is not set
# CONFIG_FB_SAVAGE is not set
# CONFIG_FB_SIS is not set
# CONFIG_FB_NEOMAGIC is not set
# CONFIG_FB_KYRO is not set
# CONFIG_FB_3DFX is not set
# CONFIG_FB_VOODOO1 is not set
# CONFIG_FB_VT8623 is not set
# CONFIG_FB_CYBLA is not set
# CONFIG_FB_TRIDENT is not set
# CONFIG_FB_ARK is not set
# CONFIG_FB_PM3 is not set
# CONFIG_FB_GEODE is not set
# CONFIG_FB_VIRTUAL is not

Re: Re[4]: [gentoo-user] OT - Exim question

2008-03-13 Thread Michael Sullivan

On Thu, 2008-03-13 at 22:29 +0200, Sergey Kobzar wrote:
> Hi Michael,
> 
> Thursday, March 13, 2008, 10:15:33 PM, you wrote:
> 
> > It didn't work:
> 
> > Mar 13 15:13:31 baby exim[26470]: 2008-03-13 15:13:31 unqualified
> > recipient rejected:  H=([192.168.0.2]) [192.168.1.100] (failed to
> > find host name from IP address)
> > baby bind # grep 192.168.1.100 /etc/exim/exim.conf
> > hostlist   relay_from_hosts = 127.0.0.1 : 192.168.1.2 : 192.168.1.3 :
> > 192.168.1.4 : 192.168.0.2 192.168.1.100
> 
> > Is there any other option?
> 
> 1. Show your config.
> 2. Tell Exim to not do resolving for hosts from 192.168.0/24 and
>192.168.1/24 networks (host_lookup option).
> 
> 
> -- 
> Sergey
> 

Here's the config.  I think I have my sed command correct to remove the
commented lines from the listing:

baby ~ # cat /etc/exim/exim.conf | sed /#/d
domainlist local_domains = @ : espersunited.com :
baby.espersunited.com : localhost : localdomain :
camille.espersunited.com : catherine.espersunited.com : camille :
catherine
domainlist relay_to_domains =
hostlist   relay_from_hosts = 127.0.0.1 : 192.168.1.2 : 192.168.1.3 :
192.168.1.4 : 192.168.0.2 192.168.1.100
acl_smtp_rcpt = acl_check_rcpt
acl_smtp_data = acl_check_data
acl_smtp_mime = acl_check_mime
av_scanner = clamd:/tmp/clamd
spamd_address = 127.0.0.1 783
qualify_domain = espersunited.com
never_users = root
host_lookup = *
rfc1413_hosts = *
rfc1413_query_timeout = 5s
sender_unqualified_hosts = baby.espersunited.com :
camille.espersunited.com : catherine.espersunited.com :
localhost.localdomain
recipient_unqualified_hosts = baby.espersunited.com :
camille.espersunited.com : catherine.espersunited.com :
localhost.localdomain
ignore_bounce_errors_after = 2d
timeout_frozen_after = 7d
begin acl
acl_check_rcpt:
  accept  hosts = :
  denymessage   = Restricted characters in address
 domains   = +local_domains
  local_parts   = ^[.] : [EMAIL PROTECTED]/|]


  denymessage   = Restricted characters in address
  domains   = !+local_domains
  local_parts   = ^[./|] : [EMAIL PROTECTED] : ^.*/\\.\\./


  accept  local_parts   = postmaster
  domains   = +local_domains


  require verify= sender




  accept  hosts = +relay_from_hosts
  control   = submission


  accept  authenticated = *
  control   = submission


  require message = relay not permitted
  domains = +local_domains : +relay_to_domains


  require verify = recipient




  accept




acl_check_data:


  



warnmessage= X-SpamScore: $spam_score ($spam_bar)
spam   = nobody:true
warnmessage= X-SpamReport: $spam_report
spam   = nobody:true
warnmessage= X-Spam-Flag: ${if \
 >{$spam_score_int}{58}{Almost Certainly}\
 {${if >{$spam_score_int}{55}{Probably}\
 {${if >{$spam_score_int}{50}{Possibly}{Doubtful}\
 }
spam   = nobody
warn message = Subject: [*SPAM*] $h_Subject ${if \
 >{$spam_score_int}{58}{Almost Certainly}\
 {${if >{$spam_score_int}{55}{Probably}\
 {${if >{$spam_score_int}{50}{Possibly}{Doubtful}\
 }
spam   = nobody

denymessage= Rejected: spam score $spam_score
spam   = nobody:true
condition  = ${if >{$spam_score_int}{60}{1}{0}}

accept

acl_check_mime:
   warn decode = default

   deny message = Blacklisted file extension detected
   condition = ${if match \
   {${lc:$mime_filename}} \
   {\N(\.exe|\.pif|\.bat|\.scr|\.lnk|\.com|.vbs)$\N} \
   {1}{0}}

   accept
acl_check_content:
   deny  message = Serious MIME defect detected ($demime_reason)
   demime = *
   condition = ${if >{$demime_errorlevel}{2}{1}{0}}

   deny  message = This message contains malware ($malware_name)
   malware = *

   warn  message = X-Spam-Score: $spam_score ($spam_bar)
   spam = nobody:true
   warn  message = X-Spam-Report: $spam_report
   spam = nobody:true

   warn message = Subject: [*SPAM*] $h_Subject
   spam = nobody

   deny  message = This message scored $spam_score points.
Congratulations!
   spam = nobody:true
   condition = ${if >{$spam_score_int}{50}{1}{0}}

   accept



begin routers





dnslookup:
  driver = dnslookup
  domains = ! +local_domains
  transport = remote_smtp
  ignore_target_hosts = 0.0.0.0 : 127.0.0.0/8
  no_more





system_aliases:
  driver = redirect
  allow_fail
  allow_defer
  data = ${lookup{$local_part}lsearch{/etc/mail/aliases}}
  file_transport = address_file
  pipe_transport = address_pipe







userforward:
  driver = redirect
  check_local_user
  file = $home/.forward
  no_verify
  no_expn
  check_ancestor
  file_transport = address_file
  pipe_transport = address_pipe
  reply_transport = address_reply




localuser:
  driver = accept
  check_local_user
  transport = local_delivery
  cannot_route_messa

Re: [gentoo-user] OT - Exim question

2008-03-13 Thread Michael Sullivan

On Thu, 2008-03-13 at 14:32 -0700, kashani wrote:
> Michael Sullivan wrote:
> >>> Do I need to add 192.168.1.100 to the hostlist in exim.conf and
> >>> restart exim?
> >> Yes - this is easy solution for your problem ;)
> >>
> >>
> >> -- 
> >> Sergey
> >>
> > 
> > It didn't work:
> > 
> > Mar 13 15:13:31 baby exim[26470]: 2008-03-13 15:13:31 unqualified
> > recipient rejected:  H=([192.168.0.2]) [192.168.1.100] (failed to
> > find host name from IP address)
> > baby bind # grep 192.168.1.100 /etc/exim/exim.conf
> > hostlist   relay_from_hosts = 127.0.0.1 : 192.168.1.2 : 192.168.1.3 :
> > 192.168.1.4 : 192.168.0.2 192.168.1.100
> > 
> > Is there any other option?
> > 
> 
> Add 192.168.0.2 and .100 to your /etc/hosts file. You've got Exim set to 
> deny IP addresses that do not resolve.
> 
> kashani

192.168.0.2 was already in there, but I've added 192.168.1.100 to
both /etc/hosts and the DNS server files.  Now, in addition to the
previous error, I get this:

Mar 13 21:14:15 baby exim[30880]: 2008-03-13 21:14:15 unqualified
recipient rejected:  H=([192.168.0.2]) [192.168.1.100]
(192.168.1.100 does not match any IP address for
subrouter.espersunited.com.1.168.192.in-addr.arpa)

baby named # grep subrouter *
db.1.168.192:100 IN PTR subrouter.espersunited.com
db.espersunited.com:subrouter.espersunited.com  IN A 192.168.1.100


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



[gentoo-user] Accept all versions but 9999

2008-03-13 Thread Gustavo Campos
Hi there.

I have a "stable" system (I don't have ~x86 set), but I like to have
the latest versions of some specific software (kde, gnome, amarok,
alsa, pulseaudio, wine and so on). To achieve that, I've been using
autounmask with the parameter -n. When I have a package I want to keep
in the latest version, I just autounmask -n package, so all the
dependencies are unmasked and no version number is appended.

That works fine, but I like to have the latest released versions,
which means I usually want to get away from the * ebuilds. The
trouble is, when I use autounmask without version numbers, those 
packages usually are choosen by portage, for being the effective
latest ones.

I would like to know if there is a way for me to unmask (automatically
if possible) all versions BUT the  ones, so I have the latest
releases but the less CVS/Beta packages as possible.

Any ideas?

-- 
Gustavo Campos

Ciência da Computação / Computer Science - UFMG
--
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] OT - Finding the port NFS runs on

2008-03-13 Thread Michael Sullivan
How can I find out what port NFS is running on so I can let it through
my subrouter?

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



Re: [gentoo-user] OT - Finding the port NFS runs on

2008-03-13 Thread Chris Brennan

install nmap and port map yourself ... or netstat -a | grep nfs(d) 

Michael Sullivan wrote:

How can I find out what port NFS is running on so I can let it through
my subrouter?


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