Re: [gentoo-user] FTPs - Is there such a thing?

2006-07-13 Thread Donnie Berkholz
Ow Mun Heng wrote:
 What I meant is secure ftp.
 sort of like httpS as an alternative to http.
 
 short of wrapping/tunneling ftp traffic through SSH. (That's simple)

It's called sftp, and openssh does it with this in /etc/ssh/sshd_config:

# override default of no subsystems
Subsystem   sftp/usr/lib/misc/sftp-server

Most SSH clients will do it, FTP clients may not.

Thanks,
Donnie



signature.asc
Description: OpenPGP digital signature


[gentoo-user] What's an ewarn?

2006-07-13 Thread Kevin O'Gorman

I've seen  mention of something called an ewarn, which makes me hope it's
related to those messages that fly by when I'm doing a big emerge update.
I always mean to go back and look at them, but they get scrolled off.

A modest amount of googling turned up nothing I could understand.

So: in plain English, is ewarn something I should know about?  If so,
where can I read about it?  If it's what I supposed it is, do they get
saved somewhere?

++ kevin

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



[gentoo-user] Eclipse not building for me

2006-07-13 Thread Kevin O'Gorman

I tried emerging eclipse.  No joy.  I went ~x86 on the unstable one
that matches the
version I use elsewhere, on the off chance that would work.  No joy.

It seems to be saying I should know how to set your generation-1 VM again
which I don't.  I have only Java 1.5 installed, which I gather is a problem for
eclipse.  What should I be doing?

Here's what it says.



Emerging (1 of 1) dev-util/eclipse-sdk-3.1.2-r3 to /
Downloading

ftp://fido.online.kz/gentoo/pub/distfiles/eclipse-sourceBuild-srcIncluded-3.1.2.zip
--22:48:26--  
ftp://fido.online.kz/gentoo/pub/distfiles/eclipse-sourceBuild-srcIncluded-3.1.2.zip
  = `/usr/portage/distfiles/eclipse-sourceBuild-srcIncluded-3.1.2.zip'
Resolving fido.online.kz... 212.154.208.7
Connecting to fido.online.kz|212.154.208.7|:21... connected.
Logging in as anonymous ... Logged in!
== SYST ... done.== PWD ... done.
== TYPE I ... done.  == CWD /gentoo/pub/distfiles ... done.
== PASV ... done.== RETR
eclipse-sourceBuild-srcIncluded-3.1.2.zip ... done.
Length: 66,630,673 (64M) (unauthoritative)

100%[===]
66,630,673   121.92K/sETA 00:00

22:57:07 (126.82 KB/s) -
`/usr/portage/distfiles/eclipse-sourceBuild-srcIncluded-3.1.2.zip'
saved [66630673]


checking ebuild checksums ;-)
checking auxfile checksums ;-)
checking miscfile checksums ;-)
checking eclipse-sourceBuild-srcIncluded-3.1.2.zip ;-)

* Enabling generation-2 compatibility ...
* There was a problem determining which VM to use for generation-1
* You may need to set your generation-1 VM again, and run env-update
 source/etc/profile
* Also, make sure you have followed the Java Upgrade Guide:
* http://www.gentoo.org/proj/en/java/java-upgrade.xml
 [ !! ]

!!! ERROR: dev-util/eclipse-sdk-3.1.2-r3 failed.
Call stack:
 ebuild.sh, line 1561:   Called dyn_setup
 ebuild.sh, line 668:   Called pkg_setup
 eclipse-sdk-3.1.2-r3.ebuild, line 45:   Called java-pkg_pkg_setup
 java-pkg.eclass, line 41:   Called die

!!! Couldn't determine VM for generation-1
!!! If you need support, post the topmost build error, and the call
stack if relevant.

treat portage #




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



Re: [gentoo-user] What's an ewarn?

2006-07-13 Thread Alexander Skwar

Kevin O'Gorman schrieb:

I've seen  mention of something called an ewarn, which makes me hope it's
related to those messages that fly by when I'm doing a big emerge update.


It is.


So: in plain English, is ewarn something I should know about?


If the ebuild makes correct use of ewarn and einfo, then I'd say,
yes, you should know about it.


 If so,
where can I read about it?


Read about? What an ewarn is, or about the message that was shown?
If it is the latter, have a look at PORTAGE_ELOG_* in /etc/make.conf.example
and copy what you need to make.conf.


 If it's what I supposed it is, do they get
saved somewhere?


If you configure it so.

Alexander Skwar
--
fenderberg, n.:
The large glacial deposits that form on the insides
of car fenders during snowstorms.
-- Sniglets, Rich Hall  Friends
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] FTPs - Is there such a thing?

2006-07-13 Thread Alexander Skwar

Ow Mun Heng schrieb:

What I meant is secure ftp.
sort of like httpS as an alternative to http.

short of wrapping/tunneling ftp traffic through SSH. (That's simple)


What do you mean? FTP through SSH? Or like the https? Those
are two very different approachs!

The first is called sftp, SSH File Transfer Protocol or Secure File
Transfer Protocol, which are different protocols.
The latter is called ftps, FTP over SSL.

Alexander Skwar
--
It's is not, it isn't ain't, and it's it's, not its, if you mean it
is.  If you don't, it's its.  Then too, it's hers.  It isn't her's.  It
isn't our's either.  It's ours, and likewise yours and theirs.
-- Oxford University Press, Edpress News
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] What's an ewarn?

2006-07-13 Thread Justin R Findlay
On Wed, Jul 12, 2006 at 11:02:10PM -0700, Kevin O'Gorman wrote:
 I've seen  mention of something called an ewarn, which makes me hope it's
 related to those messages that fly by when I'm doing a big emerge update.
 I always mean to go back and look at them, but they get scrolled off.

In =portage-2.1, check out the documentation on the ELOG set of
configuration settings in /etc/make.conf.example.


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



Re: [gentoo-user] What's an ewarn?

2006-07-13 Thread Thomas Cort
On Wed, 12 Jul 2006 23:02:10 -0700
Kevin O'Gorman [EMAIL PROTECTED] wrote:

 If so, where can I read about it?

http://devmanual.gentoo.org/ebuild-writing/messages/index.html


pgpGHgEziCyN1.pgp
Description: PGP signature


Re: [gentoo-user] FTPs - Is there such a thing?

2006-07-13 Thread Justin Krejci
On Thursday 13 July 2006 12:58 am, Donnie Berkholz wrote:
 Ow Mun Heng wrote:
  What I meant is secure ftp.
  sort of like httpS as an alternative to http.
 
  short of wrapping/tunneling ftp traffic through SSH. (That's simple)

 It's called sftp, and openssh does it with this in /etc/ssh/sshd_config:

 # override default of no subsystems
 Subsystem   sftp/usr/lib/misc/sftp-server

 Most SSH clients will do it, FTP clients may not.


there is scp (part of openssh) and also sshfs which allows you to mount an 
sftp connection as a local directory.

If you don't want to mess with ssh (why? it is really easy stuff) read this
http://www.ford-hutchinson.com/~fh-1-pfh/ftps-ext.html
With this ftps I am not sure if just logins are encrypted or if data tranfers 
are encrypted as well.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] FTPs - Is there such a thing?

2006-07-13 Thread Ow Mun Heng
On Wed, 2006-07-12 at 22:58 -0700, Donnie Berkholz wrote:
 Ow Mun Heng wrote:
  What I meant is secure ftp.
  sort of like httpS as an alternative to http.
  
  short of wrapping/tunneling ftp traffic through SSH. (That's simple)
 
 It's called sftp, and openssh does it with this in /etc/ssh/sshd_config:


Sorry, I should have mentioned that I know about that as well.
Most other users are Windows users and they then to just like to click a
link eg:

ftp://1.2.3.4

and it'll open up in explorer. (users, they don't care, as long as it
works)

 # override default of no subsystems
 Subsystem   sftp/usr/lib/misc/sftp-server
 
 Most SSH clients will do it, FTP clients may not.

And I sincerely doubt windows explorer can do it. (Which is the problem)

Thanks
-- 
Ow Mun Heng [EMAIL PROTECTED]

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] revdev-rebuild uing wrong 'ebuilds' ...

2006-07-13 Thread Marc Koschewski
Hi folks,

that's what I just saw when I did a revdev-rebuild on one of my machines:

===

...

broken /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/libgij.la (requires 
/usr/lib/libgcj.la)
broken /usr/lib/libpoppler-cairo.la (requires 
/usr/lib/gcc/i686-pc-linux-gnu/4.1.1//libstdc++.la)
done.
(/root/.revdep-rebuild.3_rebuild)

Assigning files to ebuilds... done.
(/root/.revdep-rebuild.4_ebuilds)

Evaluating package order...
Warning: Failed to resolve package order.
Will merge in random order!
Possible reasons:
- An ebuild is no longer in the portage tree.
- An ebuild is masked, use /etc/portage/packages.keyword
and/or /etc/portage/package.unmask to unmask it
. done.
(/root/.revdep-rebuild.5_order)

All prepared. Starting rebuild...
emerge --oneshot emerge.txt ENV.txt ldapdump.1146827010 ldapdump.1146827010.raw 
wlan0.txt =app-text/poppler-bindings-0.5.1-r1 =dev-java/libgnome-java-2.12.1-r1 
=dev-java/libgtk-java-2.8.3-r1 =dev-lang/icc-9.0.030 =dev-libs/opal-2.1.3 
=dev-libs/xmlrpc-c-1.2 =media-plugins/gst-plugins-neon-0.10.1 
=media-sound/bmpx-0.20.1.1 =media-sound/grip-3.3.1 =sys-devel/gcc-4.1.1
..
Calculating dependencies
emerge: there are no ebuilds to satisfy emerge.txt.

...

===

It wants to emerge the 'emerge.txt ENV.txt ldapdump.1146827010
ldapdump.1146827010.raw wlan0.txt' ebuils which are, however, just files
within root's home directory. Thus emerge bails out with the above error.
Maybe someone could have a look ... :D

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



Re: [gentoo-user] Re: d

2006-07-13 Thread Roy Wright

James wrote:

The biggest problem is I'm looking for a tool, gui, or automated
approach to discover documents (html, xml, doc-book etc) that
go with the myriad of software pacakges. I do not need a
tool to parse my directories, I'm looking for a tool that saves
me time by producing a unified deliver mechanism for ellusive
documentation.

Like man pages for ascii text, but which covers all of the various types
and locations for docs. Collectively, a lot of time is wasted since
each individual has to search ebuilds, lib, share, wikis, web sites
and googling to find these documents, which sometimes exist and sometimes
do not exist, in a menagerie of forms.
  
Playing around I have a little script that does part of what I think you 
are looking for.

Here's a sample output when asking about two terms: portage and lex:

$ about portage lex
checking if lex belongs to a package
lex belongs to flex

sys-apps/portage [http://www.gentoo.org/proj/en/portage/index.xml]  
Installed: 2.1.1_pre2-r7

/usr/share/man/man5
/usr/doc/portage-2.1.1_pre2-r7
/usr/share/doc/portage-2.1.1_pre2-r7
/usr/portage/sys-apps/portage/portage-2.1.1_pre2-r7.ebuild

lex
/usr/share/man/man1p


lex belongs to sys-devel/flex [http://lex.sourceforge.net/]  Installed: 
2.5.33-r1

/usr/share/man/man1
/usr/share/info
/usr/doc/flex-2.5.33-r1
/usr/share/doc/flex-2.5.33-r1
/usr/portage/sys-devel/flex/flex-2.5.33-r1.ebuild


This basically just harvests:

* URL from portage by running `eix --exact --format homepage #{name}`
* if a homepage is not found, then try to find the parent with an 
`equery belongs`

* the directory of any man pages
* the directory of any info pages
* any doc directories for the package

Now it doesn't attempt to harvest any info from the documentation, nor does
it search the web.  I'm playing with harvesting portage elog info next.

If you want to play with it, you will need the following installed:

 app-portage/eix
 app-portage/gentoolkit
 dev-lang/ruby

The script is temporary available at:  http://roy.wright.org/about.rb

Installation is simply to copy it to your ~/bin directory and chmod +x
it.

Have fun,
Roy

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] What's an ewarn?

2006-07-13 Thread Arnau Bria
On Wed, 12 Jul 2006 23:02:10 -0700
Kevin O'Gorman wrote:

[...]
 So: in plain English, is ewarn something I should know about?  If
 so, where can I read about it?  If it's what I supposed it is, do
 they get saved somewhere?

take a look to enotice:
http://www.fmp.com/enotice/

 ++ kevin
Cheers!
-- 
Arnau Bria
http://blog.emergetux.net
La vida es una aplastante derrota tras otra hasta que 
acabas deseando que se muera Flanders.
~Homer J. Simpson~
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Eclipse not building for me

2006-07-13 Thread Richard Fish

On 7/12/06, Kevin O'Gorman [EMAIL PROTECTED] wrote:

I tried emerging eclipse.  No joy.  I went ~x86 on the unstable one
that matches the
version I use elsewhere, on the off chance that would work.  No joy.

It seems to be saying I should know how to set your generation-1 VM again
which I don't.  I have only Java 1.5 installed, which I gather is a problem for
eclipse.  What should I be doing?


For current eclipse versions you need _both_ a 1.5 _and_ a 1.4 jdk
installed.  So install a 1.4 compatible jdk, along with
java-config-1.x, and use java-config-1 to set your generation-1 VM.

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



[gentoo-user] Locate and Fix .text Relocations (TEXTRELs)

2006-07-13 Thread Arnau Bria
Hi,

this morning my akregator didn't want to weak up.
So, I launched it from konsole and as I saw no output, I decide to
rebuild it (I've been playing around with some use flags, adding,
removing...)

#eix akregator
* kde-base/akregator
 Available versions:  3.4.3 3.5.2 ~3.5.3
 Installed:   3.4.3 3.5.2

(Why do I have 2 akregators?)

Then, after akregator compilation, I was looking for some warning and I
found a message that toke me to
http://www.gentoo.org/proj/en/hardened/pic-fix-guide.xml.

I do not understand much from that site, but I did a:
$ scanelf -lpqt |wc -l
114

and, as the howto says:
Ideally, scanelf should not display anything, but on an x86 system,
this is rarely the case.

I thought that 114 are quite enough to ask some one with more knowledge
if my system is completly broken or not.

Anyone could explain me why do I have 114 broken files?

Cheers!

-- 
Arnau Bria
http://blog.emergetux.net
La vida es una aplastante derrota tras otra hasta que 
acabas deseando que se muera Flanders.
~Homer J. Simpson~
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] My CPU seems to run hotter with Gentoo as opposed to Windows XP

2006-07-13 Thread Richard Watson
Hi all, I've loaded Gentoo on a Compaq nx 6150 notebook which reports a
Intel (R) Pentium (R) M Processor 1.73GHz Stepping 08 CPU at dmesg.

For some reason the CPU seems to run very hot with a lot of fan activity
compared to when I boot XP, plus overall performance seems slow in
comparisom to XP with Gnome freezing for a few seconds on occasion as
though the system is stretched.

Does this make sense to anyone? Is there a way of cooling how the CPU runs?

Thanks, Richard

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] My CPU seems to run hotter with Gentoo as opposed to Windows XP

2006-07-13 Thread Janusz Bossy

On 7/13/06, Richard Watson [EMAIL PROTECTED] wrote:

For some reason the CPU seems to run very hot with a lot of fan activity
compared to when I boot XP, plus overall performance seems slow in
comparisom to XP with Gnome freezing for a few seconds on occasion as
though the system is stretched.


I had exactly the same thing on my Athlon-MP. The whole idea is that
Windows automatically scales mobile CPU down (mine to about 500MHz)
when it's not being used so the temperature drops down a bit. I have
configured powernowd to autoscale my CPU and it's working exactly the
same as on Windows now. You can try something like that. Try to find
something what has to do with intelistep (that's the name of the cpu
scaling engine from Intel AFAIR). Good luck!

--
Pozdrawiam
Janusz YANOUSHek Bossy
gg# 791964
tlen [EMAIL PROTECTED]
jabber [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: Cleaner USE variable in /etc/make.conf

2006-07-13 Thread Neil Bothwick
On Wed, 12 Jul 2006 19:56:36 -0400, Walter Dnes wrote:

   This is a convenience thing for when I manually edit USE.  That's all.
 I have this thing about commandlines/declarations/whatever that wrap
 around the edge of the screen.

You can use backslashes to continue the USE declaration over several
lines, but I do like your idea. Another possibility may be to put your
USE flags in a separate file, one per line with comments to label each
group, and put USE=$(grep -v ^# /etc/use.conf) in make.conf.


-- 
Neil Bothwick

Miracle worker, Doctor! I'm a dammit, not a jim.. no, scratch that...


signature.asc
Description: PGP signature


Re: [gentoo-user] Font missing after xorg upgrade

2006-07-13 Thread Alan E. Davis

I haven't checked lately, but when I upgraded to modular Xorg, the
following font package was missing:

 media-fonts/font-schumacher-misc

I was unable to run a program I'd compiled myself---xtide.

Alan Davis

On 7/13/06, Donnie Berkholz [EMAIL PROTECTED] wrote:

Allan Gottlieb wrote:
 I notice that some of the fonts you mention are keyword masked (at
 least on x86).  For example font-bitstream-* (except for -vera) and
 font-ibm-type1.  Are these fonts less tested?  Would you recommend
 unmasking all of them?  Would you want me to file a bug asking for
 stabilization?  I should add that I am not at all hurting with just
 the (stable) fonts that I do have installed.

I've mentioned this elsewhere, but the idea is that we're trying to
figure out which programs, fonts, etc people really use and need. If you
actually use something (not just install it and never use the fonts or
whatever), please file a bug requesting that it be stabled.

Thanks,
Donnie







--
Alan Davis, Kagman High School, Saipan  [EMAIL PROTECTED] 1-670-256-2043

I consider that the golden rule requires that if I like a program I
must share it with other people who like it.
 Richard Stallman
--
gentoo-user@gentoo.org mailing list



[gentoo-user] Seamonkey blocking mozilla and the mozilla blocking seamonkey

2006-07-13 Thread Jacob Klitmøller
Hi

Since Gnome 2.14 is marked stable I thought to upgrade :-)

However when I try to emerge gnome I get

[blocks B ] www-client/seamonkey (is blocking www-client/mozilla-1.7.13)

or the other way around (mozilla blocking seamonkey) - trying to /etc
/portage/package.mask is of no use since both is required. I have also
tried fiddeling fith USE, but with no luck.

How do I resolve this and get gnome 2.14 emerged?

Thanks

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



[gentoo-user] Seamonkey blocking mozilla and mozilla blocking seamonkey

2006-07-13 Thread Jacob Klitmøller
Hi

Since Gnome 2.14 is marked stable I thought to upgrade :-)

However when I try to emerge gnome I get

[blocks B ] www-client/seamonkey (is blocking www-client/mozilla-1.7.13)

or the other way around (mozilla blocking seamonkey) - trying to /etc
/portage/package.mask is of no use since both is required. I have also
tried fiddeling fith USE, but with no luck.

How do I resolve this and get gnome 2.14 emerged?

Thanks

Jacob

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Seamonkey blocking mozilla and the mozilla blocking seamonkey

2006-07-13 Thread Jules Colding
On Fri, 2006-12-08 at 12:08 +0100, Jacob Klitmøller wrote:
 Hi
 
 Since Gnome 2.14 is marked stable I thought to upgrade :-)
 
 However when I try to emerge gnome I get
 
 [blocks B ] www-client/seamonkey (is blocking www-client/mozilla-1.7.13)
 
 or the other way around (mozilla blocking seamonkey) - trying to /etc
 /portage/package.mask is of no use since both is required. I have also
 tried fiddeling fith USE, but with no luck.
 
 How do I resolve this and get gnome 2.14 emerged?

I got around it by un-merging mozilla, adding the firefox USE flags
and then emerging seamonkey.

-- 
  jules



-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Seamonkey blocking mozilla and mozilla blocking seamonkey

2006-07-13 Thread Jacob Klitmøller
Hi

Since Gnome 2.14 is marked stable I thought to upgrade.

However when I try to emerge gnome I get

[blocks B ] www-client/seamonkey (is blocking www-client/mozilla-1.7.13)

or the other way around (mozilla blocking seamonkey) - trying to /etc
/portage/package.mask is of no use since both is required. I have also
tried fiddeling fith USE, but with no luck.

How do I resolve this and get gnome 2.14 emerged?

Thanks

Jacob

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Seamonkey blocking mozilla and the mozilla blocking seamonkey

2006-07-13 Thread Jacob Klitmøller
Hi Jules

Thank you very much - that did the trick.

R.

Jacob

Jules Colding wrote:
 On Fri, 2006-12-08 at 12:08 +0100, Jacob Klitmøller wrote:
   
 Hi

 Since Gnome 2.14 is marked stable I thought to upgrade :-)

 However when I try to emerge gnome I get

 [blocks B ] www-client/seamonkey (is blocking www-client/mozilla-1.7.13)

 or the other way around (mozilla blocking seamonkey) - trying to /etc
 /portage/package.mask is of no use since both is required. I have also
 tried fiddeling fith USE, but with no luck.

 How do I resolve this and get gnome 2.14 emerged?
 

 I got around it by un-merging mozilla, adding the firefox USE flags
 and then emerging seamonkey.

   
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: hardened: setuid

2006-07-13 Thread Mick

On 12/07/06, James [EMAIL PROTECTED] wrote:


I have not seen any indication of comprimise.
Yes the system had redhat some years ago. It's entirely possible the same
partition table was used and therefore these residual files are artifacts
of a previous installation. My googling did not find any thing.

Where did you find out they are redhat files?


Have a look here:

http://rpmfind.net/linux/RPM/Red_Hat_Contrib-Net__rhcn-bugs_redhat.com_.html
http://web.mit.edu/ist/topics/linux/linux-athena.html
http://web.mit.edu/ist/topics/athena/differences.html

I have found that re-using partitions without zeroing them first,
using e.g. dd, or without making a new fs over them ends up in old
files being suddenly resurrected . . .
--
Regards,
Mick
--
gentoo-user@gentoo.org mailing list



[gentoo-user] virtual_mailbox_limit_maps problem

2006-07-13 Thread Niki Balov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi, I have a problem with my MTA system. I'm using postfix, mysql,
amavisd-new, clamav, spamassassin and courrier. The problem is that i
don't have virtual_mailbox_limit_maps in my main.cf, but when i run
postconf it's there:
virtual_mailbox_limit = 5120
virtual_mailbox_limit_inbox = no
virtual_mailbox_limit_maps =
virtual_mailbox_limit_override = no
And when i send email in the logs are the following lines:

 maps_find: virtual_mailbox_maps:
mysql:/etc/postfix/mysql-virtual-maps.cf(0,100): [EMAIL PROTECTED]
= /home/vmail/collectors-bg.com/nuke/.maildir/
Jul 13 14:19:57 dexter postfix/virtual[10766]: mail_addr_find:
[EMAIL PROTECTED] - /home/vmail/collectors-bg.com/nuke/.maildir/
Jul 13 14:19:57 dexter postfix/virtual[10766]: maps_find:
virtual_uid_maps: static:1001(0,100): [EMAIL PROTECTED] = 1001
Jul 13 14:19:57 dexter postfix/virtual[10766]: mail_addr_find:
[EMAIL PROTECTED] - 1001
Jul 13 14:19:57 dexter postfix/virtual[10766]: maps_find:
virtual_uid_maps: static:1001(0,100): [EMAIL PROTECTED] = 1001
Jul 13 14:19:57 dexter postfix/virtual[10766]: mail_addr_find:
[EMAIL PROTECTED] - 1001
Jul 13 14:19:57 dexter postfix/virtual[10766]: maps_find:
virtual_gid_maps: static:1001(0,100): [EMAIL PROTECTED] = 1001
Jul 13 14:19:57 dexter postfix/virtual[10766]: mail_addr_find:
[EMAIL PROTECTED] - 1001
Jul 13 14:19:57 dexter postfix/virtual[10766]: maps_find:
virtual_gid_maps: static:1001(0,100): [EMAIL PROTECTED] = 1001
Jul 13 14:19:57 dexter postfix/virtual[10766]: mail_addr_find:
[EMAIL PROTECTED] - 1001
Jul 13 14:19:57 dexter postfix/virtual[10766]: deliver_mailbox[2]: set
user_attr: ///home/vmail/collectors-bg.com/nuke/.maildir/, uid = 1001,
gid = 1001
Jul 13 14:19:57 dexter postfix/virtual[10766]: deliver_maildir[3]: recip
[EMAIL PROTECTED] deliver [EMAIL PROTECTED]
Jul 13 14:19:57 dexter postfix/virtual[10766]: maps_find:
virtual_mailbox_limit_maps: [EMAIL PROTECTED]: not found
Jul 13 14:19:57 dexter postfix/virtual[10766]: match_string:
collectors-bg.com ~? mail.collectors-bg.com
Jul 13 14:19:57 dexter postfix/virtual[10766]: match_string:
collectors-bg.com ~? localhost.collectors-bg.com
Jul 13 14:19:57 dexter postfix/virtual[10766]: match_string:
collectors-bg.com ~? collectors-bg.com
Jul 13 14:19:57 dexter postfix/virtual[10766]: maps_find:
virtual_mailbox_limit_maps: nuke: not found
Jul 13 14:19:57 dexter postfix/virtual[10766]: maps_find:
virtual_mailbox_limit_maps: @collectors-bg.com: not found
Jul 13 14:19:57 dexter postfix/virtual[10766]: mail_addr_find:
[EMAIL PROTECTED] - (not found)
Jul 13 14:19:57 dexter postfix/virtual[10766]: set_eugid: euid 1001 egid
1001
Jul 13 14:19:57 dexter postfix/virtual[10766]: set_eugid: euid 207 egid 207
Jul 13 14:19:57 dexter postfix/virtual[10766]: 5072231E5E:
to=[EMAIL PROTECTED], relay=virtual, delay=0, status=sent
(delivered to maildir)
Jul 13 14:19:57 dexter postfix/virtual[10766]: deliver_request_final:
send:  0
Jul 13 14:19:57 dexter postfix/virtual[10766]: send attr reason =
Jul 13 14:19:57 dexter postfix/virtual[10766]: send attr status = 0
Jul 13 14:19:57 dexter postfix/virtual[10766]: master_notify: status 1
Jul 13 14:19:57 dexter postfix/virtual[10766]: connection closed
Jul 13 14:19:57 dexter postfix/virtual[10766]: watchdog_stop: 0x8079238
Jul 13 14:19:57 dexter postfix/virtual[10766]: watchdog_start: 0x8079238
Jul 13 14:19:57 dexter postfix/qmgr[10673]: 5072231E5E: removed

My question is: Why postfix use virtual)mailboc_limit_maps?
I don't want them
Please help :)

Best regards,
Niki
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEti15gQurDVtTsywRAtCdAKCIDtU+WBUzeZvZbU6i7qNuvv7vFQCgjv6b
JV2581BbzEf3oynRSXhVAjE=
=441E
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] weird behaviour - unable to connect to wireless router

2006-07-13 Thread Daniel Drake

Fernando Meira wrote:


I been trying to connect my laptop to a wireless router but without success.
The router is a common Linksys WRT54G. My pcmcia card is also a Linksys 
WPC54G.
I am now using a new driver (bcm43xx), instead of ndiswrapper, but I 
think the problem is not from that. I did use my card with this new 
driver successfully before.

The problem arises at the authentication stage.
Somehow, I can't associate or authenticate with the damn router.
Although stupid, I've tried with encryption enable/disable, DHCP server 
enable/disable and many other things that I can change in the router setup.

Nothing seems to work. I could almost say I've tried everything.
With a ether cable, works fine!
And there is other laptop (running windows) connected via wireless to 
the router without any problem.




This patch might help:
http://tinyurl.com/gxoc5

Daniel

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Lirc problems

2006-07-13 Thread Hans-Werner Hilse
Hi,

On Wed, 12 Jul 2006 19:14:00 -0400 [EMAIL PROTECTED] wrote:

 I made a serial reciever I found at Lirc.org a very few components.
 I emerge lirc with LIRC_OPT=serial.  When it goes and compiles the
 lirc_serial module it fails.  Can any one help
 kernel Gentoo-2.6.12-R9
 lirc 0.8

What's the error message? Your kernel version is a bit outdated. I'd
start with a new one after all. LIRC 0.8 is newer than your kernel
version and thus may have a different interface.

 I also have a keyspan media remote it is seen by kernel is there a
 way to get it to work. Lirc doesn't support it.

What's the kernel message or which device list are you referring to by
claiming it being seen by the kernel?

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



Re: [gentoo-user] FTPs - Is there such a thing?

2006-07-13 Thread Justin Krejci
On Thursday 13 July 2006 01:31 am, Ow Mun Heng wrote:
 On Wed, 2006-07-12 at 22:58 -0700, Donnie Berkholz wrote:
  Ow Mun Heng wrote:
   What I meant is secure ftp.
   sort of like httpS as an alternative to http.
  
   short of wrapping/tunneling ftp traffic through SSH. (That's simple)
 
  It's called sftp, and openssh does it with this in /etc/ssh/sshd_config:

 Sorry, I should have mentioned that I know about that as well.
 Most other users are Windows users and they then to just like to click a
 link eg:

 ftp://1.2.3.4

 and it'll open up in explorer. (users, they don't care, as long as it
 works)

  # override default of no subsystems
  Subsystem   sftp/usr/lib/misc/sftp-server
 
  Most SSH clients will do it, FTP clients may not.

 And I sincerely doubt windows explorer can do it. (Which is the problem)

Assuming you mean Microsoft Internet Explorer, you should check into a 
microsoft windows mailing list if this has nothing to Gentoo or even Linux at 
all. There are nice sftp/scp apps for windows - winscp works great.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] FTPs - Is there such a thing?

2006-07-13 Thread Catalin Grigoroscuta

ftps and sftp are different things.
sftp is a service offered by ssh; ftps is ftp over ssl, similar to https.
See http://en.wikipedia.org/wiki/FTPS

Justin Krejci wrote:

On Thursday 13 July 2006 01:31 am, Ow Mun Heng wrote:
  

On Wed, 2006-07-12 at 22:58 -0700, Donnie Berkholz wrote:


Ow Mun Heng wrote:
  

What I meant is secure ftp.
sort of like httpS as an alternative to http.

short of wrapping/tunneling ftp traffic through SSH. (That's simple)


It's called sftp, and openssh does it with this in /etc/ssh/sshd_config:
  

Sorry, I should have mentioned that I know about that as well.
Most other users are Windows users and they then to just like to click a
link eg:

ftp://1.2.3.4

and it'll open up in explorer. (users, they don't care, as long as it
works)



# override default of no subsystems
Subsystem   sftp/usr/lib/misc/sftp-server

Most SSH clients will do it, FTP clients may not.
  

And I sincerely doubt windows explorer can do it. (Which is the problem)



Assuming you mean Microsoft Internet Explorer, you should check into a 
microsoft windows mailing list if this has nothing to Gentoo or even Linux at 
all. There are nice sftp/scp apps for windows - winscp works great.
  


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] virtual_mailbox_limit_maps problem

2006-07-13 Thread Niki Balov
I saw that when i comment the line content_filter =
smtp-amavis:[localhost]:10024 in main.cf there is no call for
virtual_mailbox_limit_maps.
I looked amavisd.conf but didn't see anything strange.
Suggestions?

Regards,
Niki
-- 
Cyberly yours,
Nikolay Balov

mail: [EMAIL PROTECTED]
Linux Registered User #382280
http://keyserver.linux.it/
Key fingerprint: 8151 54E3 F0A7 FCE8 6EA7 0A86 810B AB0D 5B53 B32C
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] FTPs - Is there such a thing?

2006-07-13 Thread Janusz Bossy

On 7/13/06, Justin Krejci [EMAIL PROTECTED] wrote:

Assuming you mean Microsoft Internet Explorer, you should check into a
microsoft windows mailing list if this has nothing to Gentoo or even Linux at
all. There are nice sftp/scp apps for windows - winscp works great.


This is no Internet Explorer thing and this is exactly the place he
should ask. The problem isn't that IE doesn't support sftp but we are
looking for something on Gentoo that IE supports (possibly ftps or
similar).

I haven't heard about anything like that, but on the other side I was
never looking for it :)

--
Pozdrawiam
Janusz YANOUSHek Bossy
gg# 791964
tlen [EMAIL PROTECTED]
jabber [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] FTPs - Is there such a thing?

2006-07-13 Thread Daniel Iliev
Janusz Bossy wrote:
 This is no Internet Explorer thing and this is exactly the place he
 should ask. The problem isn't that IE doesn't support sftp but we are
 looking for something on Gentoo that IE supports (possibly ftps or
 similar).
 
 I haven't heard about anything like that, but on the other side I was
 never looking for it :)
 

Well, if FTPS is supported by MS-IE, then there is a solution in the
portage. It is called *vsftpd*


USE=ssl emerge net-ftp/vsftpd


-- 
Best regards,
Daniel

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Seamonkey blocking mozilla and the mozilla blocking seamonkey

2006-07-13 Thread William Kenworthy
If 2.14 is stable, why do I get:

rattus ~ # emerge gnome -vp

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

Calculating dependencies... done!
[ebuild   R   ] gnome-base/gnome-2.12.3  USE=cdr dvdr hal
-accessibility 0 kB

Total size of downloads: 0 kB

synced yesterday.

BillK



On Fri, 2006-12-08 at 12:08 +0100, Jacob Klitmøller wrote:
 Hi
 
 Since Gnome 2.14 is marked stable I thought to upgrade :-)
 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Seamonkey blocking mozilla and the mozilla blocking seamonkey

2006-07-13 Thread Alexander Skwar
William Kenworthy wrote:
 If 2.14 is stable, why do I get:
 
 rattus ~ # emerge gnome -vp
 
 These are the packages that would be merged, in order:
 
 Calculating dependencies... done!
 [ebuild   R   ] gnome-base/gnome-2.12.3  USE=cdr dvdr hal
 -accessibility 0 kB

Maybe an old profile? Where does /etc/make.profile point to?

Alexander Skwar
-- 
Mal: Listen, if you got guests, I can come back later.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Seamonkey blocking mozilla and the mozilla blocking seamonkey

2006-07-13 Thread Alexander Skwar
William Kenworthy wrote:
 If 2.14 is stable, why do I get:
 
 rattus ~ # emerge gnome -vp
 
 These are the packages that would be merged, in order:
 
 Calculating dependencies... done!
 [ebuild   R   ] gnome-base/gnome-2.12.3  USE=cdr dvdr hal
 -accessibility 0 kB

But it's more probable, that you forgot to mention one very important
thing... One which arch are you? gnome is stable on the arch, that still
most of the people use: i386. So, if you're on something different, you
should say so.

Alexander Skwar
-- 
Mal: Listen, if you got guests, I can come back later.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] revdev-rebuild uing wrong 'ebuilds' ...

2006-07-13 Thread Paul Varner
On Wed, 2006-07-12 at 16:40 +0200, Marc Koschewski wrote:
 It wants to emerge the 'emerge.txt ENV.txt ldapdump.1146827010
 ldapdump.1146827010.raw wlan0.txt' ebuils which are, however, just files
 within root's home directory. Thus emerge bails out with the above error.
 Maybe someone could have a look ... :D

Open a bug at http://bugs.gentoo.org and attach all of the
~/.revdep-rebuild files along with all of the output from
revdep-rebuild.

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



Re: [gentoo-user] Seamonkey blocking mozilla and the mozilla blocking seamonkey

2006-07-13 Thread William Kenworthy
On Thu, 2006-07-13 at 15:43 +0200, Alexander Skwar wrote:
 William Kenworthy wrote:
  If 2.14 is stable, why do I get:
  
...
 Alexander Skwar
 -- 
rattus ~ # ls -al /etc/make.profile
lrwxrwxrwx 1 root root 48 2006-03-12 22:17 /etc/make.profile
- ../usr/portage/profiles/default-linux/x86/2006.0
rattus ~ #

checked 3 machines - all the same (though one is the master for syncing
so I would expect them to be the same!)


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Seamonkey blocking mozilla and the mozilla blocking seamonkey

2006-07-13 Thread William Kenworthy
On Thu, 2006-07-13 at 15:45 +0200, Alexander Skwar wrote:
 William Kenworthy wrote:
  If 2.14 is stable, why do I get:
  
  rattus ~ # emerge gnome -vp
  
  These are the packages that would be merged, in order:
  
  Calculating dependencies... done!
  [ebuild   R   ] gnome-base/gnome-2.12.3  USE=cdr dvdr hal
  -accessibility 0 kB
 
 But it's more probable, that you forgot to mention one very important
 thing... One which arch are you? gnome is stable on the arch, that still
 most of the people use: i386. So, if you're on something different, you
 should say so.
 
 Alexander Skwar
 -- 
 Mal: Listen, if you got guests, I can come back later.

all are either intel or amd 
CHOST=i686-pc-linux-gnu

-- 
William Kenworthy [EMAIL PROTECTED]
Home!
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: / is full

2006-07-13 Thread wieseltux23
https://www.google.com/accounts/ServiceLogin?service=pagescontinue=http%3A%2F%2Fpages.google.com%3A80%2F






On Sat, 14 May 2005 18:56:11 +0300
Matan Peled [EMAIL PROTECTED] wrote:

 Peter Ruskin wrote:
  $ free
   total   used   free sharedbuffers 
  cached
  Mem:   1036512 990012  46500  0 112992 
  559844
  -/+ buffers/cache: 317176 719336
  Swap:  2104432 1388281965604
  
 
 You guys are using HIGHMEM, aren't you?
 
 You must be in order to utilize that 1gb of RAM :)
 
 -- 
 [Name  ]   ::  [Matan I. Peled]
 [Location  ]   ::  [Israel]
 [Public Key]   ::  [0xD6F42CA5]
 [Keyserver ]   ::  [keyserver.kjsl.com]
 encrypted/signed  plain text  preferred
 
 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Style Compile Error

2006-07-13 Thread wieseltux23
https://www.google.com/accounts/ServiceLogin?service=pagescontinue=http%3A%2F%2Fpages.google.com%3A80%2F






On Sat, 14 May 2005 19:49:49 -0700
Peter Gordon [EMAIL PROTECTED] wrote:

 Ian K wrote:
  Great! It worked thanks so much for your help, Peter. Turns out I typed it
  with the wrong syntax. Thanks Again
 
 Nice. Glad it all worked out. =)
 
 
 -- 
 ()  The ASCII Ribbon Campaign - against HTML Email,
 /\  vCards, and proprietary formats.
 ---
 Peter A. Gordon (codergeek42)
 E-Mail: [EMAIL PROTECTED]
 GPG Public Key ID: 0x109DBECE
 GPG Key Fingerprint (SHA1):
E485 E2F7 11CE F9B2 E3D9 C95D 208F B732 109D BECE
 Encrypted and/or Signed correspondence preffered.
 GPG Public Key available upon request or from
pgp.mit.edu's public key server.
 ---
 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Sun SparcStation 5 (Gentoo LiveCD)

2006-07-13 Thread Matthias Bethke
Hi Grzegorz,
on Saturday, 2006-07-08 at 07:57:07, you wrote:
 I decided to set up GenToo linux on Sun SparcStation 5. Since this
 computer is quite old (32 bit architecture, 170MHz CPU) I need a bit
 older version of Getoo (I do not think that this old hardware is
 supported by new versions).

I wouldn't assume that. The kernel supports loads of stoneage PC
hardware so I'd think in the SPARC world with its longer HW cycles that
shouldn't be a problem either. I recently used the latest Gentoo install
CD (2006/0 IIRC) on an HPPA crate from around '94, no problems.

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


pgplfesgmZVyq.pgp
Description: PGP signature


[gentoo-user] Build error: Gnome update

2006-07-13 Thread Meino Christian Cramer

Hi,
 while trying to update my Gentoo I came across this

 emerge gnome-panel
.
.
.
.
.
.
checking for i386-pc-linux-gnu-g77 option to produce PIC... -fPIC
checking if i386-pc-linux-gnu-g77 PIC flag -fPIC works... yes
checking if i386-pc-linux-gnu-g77 static flag -static works... yes
checking if i386-pc-linux-gnu-g77 supports -c -o file.o... yes
checking whether the i386-pc-linux-gnu-g77 linker 
(/usr/i386-pc-linux-gnu/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for glib-genmarshal... /usr/bin/glib-genmarshal
checking for gconftool-2... /usr/bin/gconftool-2
checking what warning flags to pass to the C compiler... -Wall 
-Wmissing-prototypes
checking what language compliance flags to pass to the C compiler...
checking for i386-pc-linux-gnu-pkg-config... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for PANEL... configure: error: Package requirements (ORBit-2.0 = 
2.4.0 gdk-pixbuf-2.0 = 2.7.1 gtk+-2.0 = 2.7.1 libgnome-2.0 = 2.13.0 
libgnomeui-2.0 = 2.5.4 gnome-desktop-2.0 = 2.11.1 gnome-vfs-2.0 = 2.14.2 
libglade-2.0 = 2.5.0 gconf-2.0 = 2.6.1 libgnome-menu = 2.11.1) were not met:

Requested 'gnome-vfs-2.0 = 2.14.2' but version of gnome-vfs is 2.12.2

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables PANEL_CFLAGS
and PANEL_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.


!!! Please attach the following file when filing a report to bugs.gentoo.org:
!!! /var/tmp/portage/gnome-panel-2.14.2/work/gnome-panel-2.14.2/config.log

!!! ERROR: gnome-base/gnome-panel-2.14.2 failed.
Call stack:
  ebuild.sh, line 1539:   Called dyn_compile
  ebuild.sh, line 939:   Called src_compile
  ebuild.sh, line 1248:   Called gnome2_src_compile
  gnome2.eclass, line 63:   Called gnome2_src_configure
  gnome2.eclass, line 59:   Called econf '--disable-scrollkeeper' 
'--enable-eds' '--disable-gtk-doc'
  ebuild.sh, line 541:   Called die

!!! econf failed

H

Any way out ?

Thank you very much for any help in advance !
mcc
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] OT: virtual Windows solution...

2006-07-13 Thread Jarry

Hi,

I still can not get rid completely of MS-Windows, because I am
forced to use some MS-Windows programs. So I am looking for some
virtual solution, which I could use with my gentoo-workstation.

Now my question is, what is generaly a better solution
(stability, compatibility, hardware requirements point of view):

- to use Windows emulator aka Wine (I know, it is NOT emulator)
- or to use PC emulator + Windows installed (like VMware) ???

Up to now I did not test any of them, so could someone please
be so kind and summarise his/her experience, ev. compare those
solutions?

Thanks,
Jarry

(BTW, just yesterday VMware released a free vmware-server...)
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Build error: Gnome update

2006-07-13 Thread Daniel Pielmeier

Requested 'gnome-vfs-2.0 = 2.14.2' but version of gnome-vfs is 2.12.2


maybe this is apackage ordering problem and you have to install gnome-vfs first

emerge --oneshot =gnome-vfs- 2.14.2
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT: virtual Windows solution...

2006-07-13 Thread Richard Fish

On 7/13/06, Jarry [EMAIL PROTECTED] wrote:

- to use Windows emulator aka Wine (I know, it is NOT emulator)
- or to use PC emulator + Windows installed (like VMware) ???


IME wine still has a lot of stabilty and compatibility issues, at
least for the things software I need to run.  But it get's better all
the time, so you should try it.  Be sure to use the ~arch version, and
you will get new versions of wine within a day or so of them being
released.  One caveat: there have been problems getting wine to build
on the x86_64 hosts.

PC virtualization software (qemu+kqemu, vmware) with windows installed
gives you by far the best compatibility and of those, I find vmware to
be the most complete solution.  I highly recommend this! One
possibility here is to use a trial version of workstation to create
your virtual machine, and then use the free vmware-player to run it.

The only really serious problem I've had with vmware is that it has
trouble keeping track of time on some systems (laptops).  There are
(ugly) workarounds for this, so let me know if you run into this.

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



[gentoo-user] Cron and Local Root Vuln

2006-07-13 Thread Ow Mun Heng
There was a disclosure in bugtraq/full-disclosure on this issue.
Main thread is here
http://lists.grok.org.uk/pipermail/full-disclosure/2006-July/047831.html

Workround is here
http://lists.grok.org.uk/pipermail/full-disclosure/2006-July/047868.html

Proof of concept is here
http://www.milw0rm.com/exploits/2006

This is on a GentooLInux Box 2.6.16-suspend2-r1 kernel.

-- 
Ow Mun Heng [EMAIL PROTECTED]

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] My CPU seems to run hotter with Gentoo as opposed to Windows XP

2006-07-13 Thread Richard Fish

On 7/13/06, Renat Golubchyk [EMAIL PROTECTED] wrote:

You have to configure your system to scale down the CPU frequency when
idle. Read this Howto:
http://www.gentoo.org/doc/en/power-management-guide.xml#doc_chap3


Btw, I recommend the simplest approach:

1. Build your kernel with the 'ondemand' governor and intel speedstep support.
2. Merge cpufrequtils
3. Set GOVERNOR=ondemand in /etc/conf.d/cpufrequtils
4. rc-update -a cpufrequtils

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



Re: [gentoo-user] OT: virtual Windows solution...

2006-07-13 Thread Daniel Iliev
Richard Fish wrote:
 On 7/13/06, Jarry [EMAIL PROTECTED] wrote:
 - to use Windows emulator aka Wine (I know, it is NOT emulator)
 - or to use PC emulator + Windows installed (like VMware) ???
 
 IME wine still has a lot of stabilty and compatibility issues, at
 least for the things software I need to run.  But it get's better all
 the time, so you should try it.  Be sure to use the ~arch version, and
 you will get new versions of wine within a day or so of them being
 released.  One caveat: there have been problems getting wine to build
 on the x86_64 hosts.
 
 PC virtualization software (qemu+kqemu, vmware) with windows installed
 gives you by far the best compatibility and of those, I find vmware to
 be the most complete solution.  I highly recommend this! One
 possibility here is to use a trial version of workstation to create
 your virtual machine, and then use the free vmware-player to run it.
 
 The only really serious problem I've had with vmware is that it has
 trouble keeping track of time on some systems (laptops).  There are
 (ugly) workarounds for this, so let me know if you run into this.
 
 -Richard

I absolutely agree! I was going to write the same but Mr. Richard Fish
was faster! ;-)
Additionally known to me there are
*CrossOver office*
commercial product,
site http://www.codeweavers.com/ )
 and
 *Cedega*
commercial product, site: http://www.transgaming.com/

AFAIK both of these are based on wine, but they are specialized
respectively in running (MS) Office applications and games.


The solution with the trial version  the free player of vmware is just
great! It never occurred to me so I'm using qemu. No doubt VMWare is the
best but it costs (much) money.

-- 
Best regards,
Daniel

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT: virtual Windows solution...

2006-07-13 Thread Rumen Yotov
Jarry wrote:
 Hi,
 
 I still can not get rid completely of MS-Windows, because I am
 forced to use some MS-Windows programs. So I am looking for some
 virtual solution, which I could use with my gentoo-workstation.
 
 Now my question is, what is generaly a better solution
 (stability, compatibility, hardware requirements point of view):
 
 - to use Windows emulator aka Wine (I know, it is NOT emulator)
 - or to use PC emulator + Windows installed (like VMware) ???
 
 Up to now I did not test any of them, so could someone please
 be so kind and summarise his/her experience, ev. compare those
 solutions?
 
 Thanks,
 Jarry
 
 (BTW, just yesterday VMware released a free vmware-server...)
Hi,
Try qemu+kqemu - both are in Portage.
Rumen


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] Locate and Fix .text Relocations (TEXTRELs)

2006-07-13 Thread Richard Fish

On 7/13/06, Arnau Bria [EMAIL PROTECTED] wrote:

Then, after akregator compilation, I was looking for some warning and I
found a message that toke me to


I suggest to post the actual warning message[s], and your emerge --info output.

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



[gentoo-user] SATA USB SCSI drives...

2006-07-13 Thread Sieb, Glenn E (Glenn)
Hi everyone..

Running 2006.0, 2.6.15-r5 kernel

1U box, SATA boot drive (sda), and an attached USB drive (in theory, sdb) for 
on-site backup storage. 

Problem is--if the USB drive is plugged into the system when it reboots, the 
*USB drive* comes up as sda.

Somehow I doubt changing /etc/modules.autoload.d/kernel-2.6 is going to fix 
this.

I doubt using udev rules is going to fix this, either--as, frankly, the system 
has to be able to boot in order to read them.

Is there any way of getting the USB drive to *not* mount as sda? Ever? :-\ :-/

Thanks in advance,
Best,
--Glenn

--
Glenn E. Sieb, MTS
Bell Laboratories
[EMAIL PROTECTED]
+1 732 949 5453
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT: virtual Windows solution...

2006-07-13 Thread Donnie Berkholz
Peter Ruskin wrote:
 The free vmware-player will unfortunately refuse to work if you have 
 more than one processor.
 
 Win4LinPro works pretty well (win4lin.com), is cheaper than vmware, 
 but nonetheless pricy.
 
 Parallels Workstation (parallels.com) is much more reasonably 
 priced, but won't work with kernel 2.6.17.

vmware-server is free, but only in the vmware overlay at present.

Thanks,
Donnie



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] OT: virtual Windows solution...

2006-07-13 Thread Alexander Skwar

Daniel Iliev schrieb:


The solution with the trial version  the free player of vmware is just
great! It never occurred to me so I'm using qemu. No doubt VMWare is the
best but it costs (much) money.


No, VMware doesn't cost money. Only VMware Workstation costs
a bit of money (~250,- $) and ESX Server is very expensive. But
VMware Server and VMware Player are for free.


Alexander Skwar
--
The Osmonds!  You are all Osmonds!!  Throwing up on a freeway at dawn!!!
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] SATA USB SCSI drives...

2006-07-13 Thread Richard Fish

On 7/13/06, Sieb, Glenn E (Glenn) [EMAIL PROTECTED] wrote:

Hi everyone..

Running 2006.0, 2.6.15-r5 kernel

1U box, SATA boot drive (sda), and an attached USB drive (in theory, sdb) for 
on-site backup storage.

Problem is--if the USB drive is plugged into the system when it reboots, the 
*USB drive* comes up as sda.


Build USB support as modules, then they won't be available until after
the root filesystem is mounted and udev is started.

At that point, use udev rules to fix the USB drive's device node to
something less generic...like /dev/backups.

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



Re: [gentoo-user] Eclipse not building for me

2006-07-13 Thread Kevin O'Gorman

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

On 7/12/06, Kevin O'Gorman [EMAIL PROTECTED] wrote:
 I tried emerging eclipse.  No joy.  I went ~x86 on the unstable one
 that matches the
 version I use elsewhere, on the off chance that would work.  No joy.

 It seems to be saying I should know how to set your generation-1 VM again
 which I don't.  I have only Java 1.5 installed, which I gather is a problem 
for
 eclipse.  What should I be doing?

For current eclipse versions you need _both_ a 1.5 _and_ a 1.4 jdk
installed.  So install a 1.4 compatible jdk, along with
java-config-1.x, and use java-config-1 to set your generation-1 VM.

-Richard

I have both:
* dev-java/sun-jdk
Available versions:  ~1.2.2.017 1.3.1.17 ~1.3.1.17-r10
1.4.2.10-r2 ~1.4.2.12 1.5.0.07
Installed:   1.4.2.10-r2 1.5.0.07

I've followed the Gentoo Java Upgrade Guide, and even recompiled gtk+
(two slots)
with milder CFLAGS because one of the ebuilds barked at me (I removed
-fomit-frame-pointer
and -msse2).  I think I got farther, because the error messages
changed, but I still cannot
emerge eclipse-sdk:

Would you like to merge these packages? [Yes/No] yes

Emerging (1 of 1) dev-util/eclipse-sdk-3.1.2-r3 to /
checking ebuild checksums ;-)
checking auxfile checksums ;-)
checking miscfile checksums ;-)
checking eclipse-sourceBuild-srcIncluded-3.1.2.zip ;-)

* Enabling generation-2 compatibility ...
* Using sun-jdk-1.4
 [ ok ]
* Checking for at least 768MBytes RAM ...
 [ ok ]
Detected a JDK = 1.4.2

Unpacking source...
Unpacking eclipse-sourceBuild-srcIncluded-3.1.2.zip to

/var/tmp/portage/eclipse-sdk-3.1.2-r3/work
* Applying 06-path-fixups.patch ...
 [ ok ]
* Setting up virtual machine
Detected a JDK  1.5.0
* Cleaning out prebuilt code
* Patching makefiles
* Building GNOME VFS support

Source unpacked.
Compiling source in /var/tmp/portage/eclipse-sdk-3.1.2-r3/work ...

* Using bootclasspath
/opt/sun-jdk-1.4.2.12/jre/lib/rt.jar:/opt/sun-jdk-1.4.2.12/jre/lib/jsse.jar
* Using JVM library path /opt/sun-jdk-1.4.2.12/jre/lib/i386
Invalid implementation version between Ant core and Ant optional tasks.
core: 1.6.5
optional: 1.6.2

!!! ERROR: dev-util/eclipse-sdk-3.1.2-r3 failed.
Call stack:
 ebuild.sh, line 1545:   Called dyn_compile
 ebuild.sh, line 940:   Called src_compile
 eclipse-sdk-3.1.2-r3.ebuild, line 115:   Called die

!!! Failed to bootstrap ecj
!!! If you need support, post the topmost build error, and the call
stack if relevant.

treat init.d #


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



Re: [gentoo-user] What's an ewarn?

2006-07-13 Thread Kevin O'Gorman

On 7/13/06, Arnau Bria [EMAIL PROTECTED] wrote:

On Wed, 12 Jul 2006 23:02:10 -0700
Kevin O'Gorman wrote:

[...]
 So: in plain English, is ewarn something I should know about?  If
 so, where can I read about it?  If it's what I supposed it is, do
 they get saved somewhere?

take a look to enotice:
http://www.fmp.com/enotice/

 ++ kevin
Cheers!
--
Arnau Bria



Thanks to all for the responses.  I'm now awash in email notices, and feeling
a bit more confident.

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



[gentoo-user] Message from gtk+ ebuild:

2006-07-13 Thread Kevin O'Gorman

I've got a perplexing message from the ebuild:  I says there's a
file/scipt/program
at /etc/X11/gtk/gtkrc that I should remove.  I have no such file.  The
message itself
looks a bit garbled, so I'm wondering if I need to do anything.

++ kevin


= Message begins:
INFO: unpack
Applying gtk+-1.2.10-m4.patch ...
Applying gtk+-1.2.10-r8-gentoo.diff.bz2 ...
Applying gtk+-1.2-locale_fix.patch ...
Running elibtoolize in: gtk+-1.2.10
 Applying portage-1.3.4.patch ...
 Applying sed-1.5.6.patch ...
 Applying tmp-1.3.5.patch ...
 Applying uclibc-ltconf-1.3.0.patch ...

INFO: postinst
The old gtkrc is available through the new Gentoo gtk theme.

WARN: postinst
Older versions added /etc/X11/gtk/gtkrc which changed settings for
all themes it seems.  Please remove it manually as it will not due
to /env protection.

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



Re: [gentoo-user] SATA USB SCSI drives...

2006-07-13 Thread Andrew Frink
On 7/13/06, Sieb, Glenn E (Glenn) [EMAIL PROTECTED] wrote:
Hi everyone..Running 2006.0, 2.6.15-r5 kernel1U box, SATA boot drive (sda), and an attached USB drive (in theory, sdb) for on-site backup storage.Problem is--if the USB drive is plugged into the system when it reboots, the *USB drive* comes up as sda.
Somehow I doubt changing /etc/modules.autoload.d/kernel-2.6 is going to fix this.I doubt using udev rules is going to fix this, either--as, frankly, the system has to be able to boot in order to read them.
Is there any way of getting the USB drive to *not* mount as sda? Ever? :-\ :-/Thanks in advance,Best,--Glenn--Glenn E. Sieb, MTSBell Laboratories
[EMAIL PROTECTED]+1 732 949 5453--gentoo-user@gentoo.org mailing listYou could try building USB suport as a module that would autoload during the auto loading modules phase, then you wouldn't have USB support right away and the sata drive should be sda all the time
Cynyr


[gentoo-user] vmware install fails

2006-07-13 Thread Jorge Almeida

I'm giving vmware a try. I emerged app-emulation/vmware-workstation,
which compiled without problems. The problem is with the script
vmware-config.pl. I accepted the default location for C headers and I
checked it corresponds to the current kernel. /usr/src/linux is the
correct symlink, and include/version.h seems right.
I added root to the vmware group.
The forums show similar problems, but no solution.
The links at the end of the error message seem useless.
What can I try?


$ /opt/vmware/workstation/bin/vmware-config.pl
Making sure services for VMware Workstation are stopped.

 * ERROR:  vmware has not yet been started.

Configuring fallback GTK+ 2.4 libraries.

Trying to find a suitable vmmon module for your running kernel.

None of the pre-built vmmon modules for VMware Workstation is suitab
le for your
running kernel.  Do you want this program to try to build the vmmon 
module for
your system (you need to have a C compiler installed on your system)
? [yes]

Using compiler /usr/bin/gcc. Use environment variable CC to override.

What is the location of the directory of C header files that match your running
kernel? [/lib/modules/2.6.16-gentoo-r7/build/include]

Extracting the sources of the vmmon module.

Building the vmmon module.

make: execvp: ./getversion.pl: Permission denied
make: Entering directory `/tmp/vmware-config1/vmmon-only'
Using 2.6.x kernel build system.
make -C /lib/modules/2.6.16-gentoo-r7/build/include/.. SUBDIRS=$PWD 
SRCROOT=$PWD/. modules
make[1]: Entering directory `/usr/src/linux-2.6.16-gentoo-r7'
make[2]: execvp: /tmp/vmware-config1/vmmon-only/./getversion.pl: Permission 
denied
  CC [M]  /tmp/vmware-config1/vmmon-only/linux/driver.o
/tmp/vmware-config1/vmmon-only/linux/driver.c:107: error: syntax error before 
';' token
make[2]: *** [/tmp/vmware-config1/vmmon-only/linux/driver.o] Error 1
make[1]: *** [_module_/tmp/vmware-config1/vmmon-only] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.16-gentoo-r7'
make: *** [vmmon.ko] Error 2
make: Leaving directory `/tmp/vmware-config1/vmmon-only'
Unable to build the vmmon module.

For more information on how to troubleshoot module-related problems, please
visit our Web site at http://www.vmware.com/download/modules/modules.html; and
http://www.vmware.com/support/reference/linux/prebuilt_modules_linux.html;.

Execution aborted.


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



[gentoo-user] World-file and comments

2006-07-13 Thread Meino Christian Cramer
Hi,

 I want to remove some files from the /var/lib/portage/World-file.
 Do I have to _remove_ the according entry or is it sufficient to
 comment it out with # or // or

 Thank you very much for any help in advance !

 Keep hacking and have a nice weekend!
 mcc
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Cron and Local Root Vuln

2006-07-13 Thread kashani

Ow Mun Heng wrote:

There was a disclosure in bugtraq/full-disclosure on this issue.
Main thread is here
http://lists.grok.org.uk/pipermail/full-disclosure/2006-July/047831.html

Workround is here
http://lists.grok.org.uk/pipermail/full-disclosure/2006-July/047868.html

Proof of concept is here
http://www.milw0rm.com/exploits/2006

This is on a GentooLInux Box 2.6.16-suspend2-r1 kernel.



updating to gentoo sources 2.6.16-r12 (2.6.16.24) or 2.6.17-r2 
(2.6.17.4) also fixes it. genpatch-2.6.16-14 is the important file if 
you're using other sources and the ebuild for 
suspend2-sources-2.6.16-r11 includes it.


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



Re: [gentoo-user] Cleaner USE variable in /etc/make.conf

2006-07-13 Thread Peter Kelly
On Tuesday 11 July 2006 06:04, Walter Dnes wrote:
   I have a long USE variable (starts with -*, so I enter stuff
 manually.  At one point it got to be something like...

 USE=-* 3dnow X a52 aac alsa bitmap-fonts bzip2 cdr dga dio divx4linux dri
 dvd dvdr dvdread encode exif ffmpeg flac fortran gb gif gtk2 imlib jpeg
 maildir mikmod mime mmap mmx mng mp3 mpeg ncurses nptl nptlonly nsplugin
 offensive ogg opengl plotutils png posix quicktime readline sdl sharedmem
 slang sockets sse sse2 theora threads tiff truetype truetype-fonts
 type1-fonts vcd vorbis win32codecs wmf xpm xv zlib

   BLEAGH!  I've now broken it up into logical groupings...

 USE_cpu=3dnow mmx sse sse2
 USE_font=bitmap-fonts truetype-fonts type1-fonts
 USE_gui=X dga dri gtk2 opengl sdl xv
 USE_multimedia=a52 aac alsa divx4linux encode exif ffmpeg flac gif jpeg
 mikmod mng mp3 mpeg ogg png quicktime theora tiff vcd vorbis win32codecs
 wmf xpm USE_misc=bzip2 cdr dio dvd dvdr dvdread fortran gb imlib maildir
 mime mmap ncurses nptl nptlonly nsplugin offensive plotutils posix readline
 sharedmem slang sockets threads zlib

   which is followed by...

 USE=-* ${USE_cpu} ${USE_font} ${USE_gui} ${USE_multimedia} ${USE_misc}

Glad to see that using -* made your life easier.

Peter

-- 
I call Christianity the *one* great curse, the *one* great intrinsic 
depravity, the *one* great instinct for revenge for which no expedient
is sufficiently poisonous, secret, subterranean, *petty* -- I call it
the *one* mortal blemish of mankind.
te-- Friedrich Nietzsche
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT: virtual Windows solution...

2006-07-13 Thread Jarry

Alexander Skwar wrote:


No, VMware doesn't cost money. Only VMware Workstation costs
a bit of money (~250,- $) and ESX Server is very expensive. But
VMware Server and VMware Player are for free.


Thanks for all answers...
BTW, what's the difference between all those vmware-versions?

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



Re: [gentoo-user] vmware install fails

2006-07-13 Thread Mauro Faccenda
On Thursday 13 July 2006 16:02, Jorge Almeida wrote:
 I'm giving vmware a try. I emerged app-emulation/vmware-workstation,
 which compiled without problems. The problem is with the script
 vmware-config.pl. I accepted the default location for C headers and I
 checked it corresponds to the current kernel. /usr/src/linux is the
 correct symlink, and include/version.h seems right.
 I added root to the vmware group.
 The forums show similar problems, but no solution.
 The links at the end of the error message seem useless.
 What can I try?


 $ /opt/vmware/workstation/bin/vmware-config.pl
 Making sure services for VMware Workstation are stopped.

   * ERROR:  vmware has not yet been started.

 Configuring fallback GTK+ 2.4 libraries.

 Trying to find a suitable vmmon module for your running kernel.

 None of the pre-built vmmon modules for VMware Workstation is suitab   
 le for your running kernel.
  Do you want this program to try to build the vmmon
 module for your system (you need to have a
 C compiler installed on your system)   
 ? [yes]

 Using compiler /usr/bin/gcc. Use environment variable CC to override.

 What is the location of the directory of C header files that match your
 running kernel? [/lib/modules/2.6.16-gentoo-r7/build/include]

 Extracting the sources of the vmmon module.

 Building the vmmon module.

 make: execvp: ./getversion.pl: Permission denied
 make: Entering directory `/tmp/vmware-config1/vmmon-only'
 Using 2.6.x kernel build system.
 make -C /lib/modules/2.6.16-gentoo-r7/build/include/.. SUBDIRS=$PWD
 SRCROOT=$PWD/. modules make[1]: Entering directory
 `/usr/src/linux-2.6.16-gentoo-r7'
 make[2]: execvp: /tmp/vmware-config1/vmmon-only/./getversion.pl: Permission
 denied CC [M]  /tmp/vmware-config1/vmmon-only/linux/driver.o
 /tmp/vmware-config1/vmmon-only/linux/driver.c:107: error: syntax error
 before ';' token make[2]: ***
 [/tmp/vmware-config1/vmmon-only/linux/driver.o] Error 1 make[1]: ***
 [_module_/tmp/vmware-config1/vmmon-only] Error 2
 make[1]: Leaving directory `/usr/src/linux-2.6.16-gentoo-r7'
 make: *** [vmmon.ko] Error 2
 make: Leaving directory `/tmp/vmware-config1/vmmon-only'
 Unable to build the vmmon module.

 For more information on how to troubleshoot module-related problems, please
 visit our Web site at http://www.vmware.com/download/modules/modules.html;
 and
 http://www.vmware.com/support/reference/linux/prebuilt_modules_linux.html;

do you have something like noexec on your /tmp partition?

[]'s
.m
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] lost deadkeys layout

2006-07-13 Thread Benno Schulenberg
Luigi Pinna wrote:
 Alle 22:32, mercoledì 12 luglio 2006, Benno Schulenberg ha 
 scritto: 
  That symlink shouldn't be necessary, as far as I know.  That
  you need it shows something is wrong with the way you've
  installed modular Xorg.

 I think so too! What must I do? An emerge -e world?

No.  But it's high time now to show us an 'emerge --info'.

 I install modular X from the meta packages (emerge xorg-x11
 x11) and in the list is xdm already there.

Okay.  But what does 'equery belongs xdm' say?  You really seem to 
have trouble reading and following instructions.

 I really don't know... and each try need a lot of time (each time
 that x doesn't start more I must reinstall the xorg-x11-6.8.2-r8
 and update again).

When you try it again, maybe move /etc/X11 out of the way before 
starting to emerge modular Xorg.  Maybe exit from X too before 
starting that emerge.

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



Re: [gentoo-user] Xorg and static libraries

2006-07-13 Thread Benno Schulenberg
Steve Brenneis wrote:
 I am using -hardened and -pie right now.

Minus pie?  That's no USE flag.

 System uname: 2.6.16-gentoo-r11 i686 Intel(R) Pentium(R) M
 CHOST=i386-pc-linux-gnu

Why 386 when your processor is 686?  (You can't change this now, 
mind you; it would need a complete reinstall, as far as I know.)

 CFLAGS=-O2 -march=i686 -fPIC

Ouch.  Take the -fPIC out of there!  Search bugzilla for it.

 VIDEO_CARDS=-apm -ark -chips
 -cirrus -cyrix -dummy -fbdev -fglrx -glint -i128 -i740 -i810
 -imstt -mach64 -mga -neomagic -nsc -nv -nvidia -r128 -radeon
 -rendition -s3 -s3virge -savage -siliconmotion -sis -sisusb -tdfx
 -tga -trident -tseng -v4l -vesa -vga -via -vmware -voodoo

You have no video card?  Put at least VIDEO_CARDS=vesa in your 
/etc/make.conf, and add nv or radeon or whatever your box has.

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



Re: [gentoo-user] OT: virtual Windows solution...

2006-07-13 Thread Alexander Skwar

Jarry schrieb:

Alexander Skwar wrote:


No, VMware doesn't cost money. Only VMware Workstation costs
a bit of money (~250,- $) and ESX Server is very expensive. But
VMware Server and VMware Player are for free.


Thanks for all answers...
BTW, what's the difference between all those vmware-versions?


VMware Player: It plays a vmware configuration. Doesn't allow
to change the configuration. To do so, you need VMware Server
or VMware Workstation.
VMware Server: Free (beer) product from VMware, which allows the
configuration of VMware systems. It also allows to play vmware
configurations.
VMware Workstation: A better VMware Server. Some memory optimizations
and it allows multiple snapshot points in a vmware image. ~250 $, IIRC.
VMware ESX Server: High end solution for clustered physical hardware,
allowing to provide *zero* downtime services. Costs *BIG* bucks!

Alexander Skwar
--
I want to kill everyone here with a cute colorful Hydrogen Bomb!!
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Before doing something wrong

2006-07-13 Thread Benno Schulenberg
Meino Christian Cramer wrote:
  short question: Is

  emerge --clean

  the right way to remove unused stuff from my system

You mean 'emerge --depclean --pretend'?  Heed the warning and do 
an 'emerge -uND world' first.  And if you're not feeling brave, 
quickpkg the stuff that's going to be removed.

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



Re: [gentoo-user] Update xorg-x11

2006-07-13 Thread Richard Fish

On 7/13/06, Juliano Morais Barbosa [EMAIL PROTECTED] wrote:

When I try update my xorg-x11 I receive this message.


First, please do *not* send multi-part HTML email messages to this
list, especially composed with Microsoft Word which imposes it's idea
of sane fonts sizes on the rest of the world.  Your 11pt font looks
absolutely ridiculous on my 133dpi screen.

Second, I find no error message in what you posted.  It all looks
perfectly normal.  What's the problem?

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



Re: [gentoo-user] Xorg and static libraries

2006-07-13 Thread Steve Brenneis
Benno Schulenberg wrote:
 Steve Brenneis wrote:
   
 I am using -hardened and -pie right now.
 

 Minus pie?  That's no USE flag.

   
It was mentioned in one of the Gentoo forums online as a solution to the
static library problem. I have to admit I never heard of it either.
 System uname: 2.6.16-gentoo-r11 i686 Intel(R) Pentium(R) M
 CHOST=i386-pc-linux-gnu
 
 Why 386 when your processor is 686?  (You can't change this now, 
 mind you; it would need a complete reinstall, as far as I know.)

   
At the time I initially installed Gentoo, the i686 CHOST variable was
broken. I can't remember the details, but it caused the initial Gentoo
install to freeze. I may change it one of these days if I decide to
reinstall.
 CFLAGS=-O2 -march=i686 -fPIC
 

 Ouch.  Take the -fPIC out of there!  Search bugzilla for it.

   
It was added to fix another bug with shared libraries. I believe one of
the major packages was broken and tried to build a shared library
without the flag (which will not work). I'll take it out and try again,
but I doubt that is the source of my current problems.
 VIDEO_CARDS=-apm -ark -chips
 -cirrus -cyrix -dummy -fbdev -fglrx -glint -i128 -i740 -i810
 -imstt -mach64 -mga -neomagic -nsc -nv -nvidia -r128 -radeon
 -rendition -s3 -s3virge -savage -siliconmotion -sis -sisusb -tdfx
 -tga -trident -tseng -v4l -vesa -vga -via -vmware -voodoo
 

 You have no video card?  Put at least VIDEO_CARDS=vesa in your 
 /etc/make.conf, and add nv or radeon or whatever your box has.

   
I've never seen any instruction to set this variable. I have been
through half a dozen versions of X and a couple of versions of KDE with
it set this way. Once again, I doubt this is the source of my problem. I
also have about five other Gentoo systems running and haven't set this
variable on any of them. They all work just fine.
 Benno
   

Thanks for the suggestions.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] FTPs - Is there such a thing?

2006-07-13 Thread Ow Mun Heng
On Thu, 2006-07-13 at 08:14 +0200, Alexander Skwar wrote:
 Ow Mun Heng schrieb:
  What I meant is secure ftp.
  sort of like httpS as an alternative to http.
  
  short of wrapping/tunneling ftp traffic through SSH. (That's simple)
 
 What do you mean? FTP through SSH? Or like the https? Those
 are two very different approachs!
 
 The first is called sftp, SSH File Transfer Protocol or Secure File
 Transfer Protocol, which are different protocols.
 The latter is called ftps, FTP over SSL.

Yes. I want FTP over SSl or FTPs. If there exists such a protocol.


 
 Alexander Skwar
 -- 
 It's is not, it isn't ain't, and it's it's, not its, if you mean it
 is.  If you don't, it's its.  Then too, it's hers.  It isn't her's.  It
 isn't our's either.  It's ours, and likewise yours and theirs.
   -- Oxford University Press, Edpress News
-- 
Ow Mun Heng [EMAIL PROTECTED]

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] FTPs - Is there such a thing?

2006-07-13 Thread Ow Mun Heng
On Thu, 2006-07-13 at 16:19 +0300, Daniel Iliev wrote:
 Janusz Bossy wrote:
  This is no Internet Explorer thing and this is exactly the place he
  should ask. The problem isn't that IE doesn't support sftp but we are
  looking for something on Gentoo that IE supports (possibly ftps or
  similar).

Exactly

 
 Well, if FTPS is supported by MS-IE, then there is a solution in the
 portage. It is called *vsftpd*
 
 
 USE=ssl emerge net-ftp/vsftpd
 

I do have vsftpd installed and it's what I'm using as the ftp server on
a Gentoo Box.
I'll go dig and see how to set it up.

Thanks

-- 
Ow Mun Heng [EMAIL PROTECTED]

-- 
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] SATA USB SCSI drives...

2006-07-13 Thread Sieb, Glenn E (Glenn)
[EMAIL PROTECTED] wrote:
 Build USB support as modules, then they won't be available
 until after the root filesystem is mounted and udev is started.

And that was the magic brain unblocker. :) Thanks, Richard!

 At that point, use udev rules to fix the USB drive's device
 node to something less generic...like /dev/backups.

*nod*!

Thanks again!
Best,
--Glenn
-- 
Glenn E. Sieb, MTS
Bell Laboratories
[EMAIL PROTECTED]
+1 732 949 5453
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] after upgrade to xorg-x11 version 7 key 'Alt Gr' doesn't work

2006-07-13 Thread Andreas Schoelver
Hi all

... I am not able to produce special intenational keys any more.
(like @ | [] {} \ on my german keyboard)

old option
   Option  RightAlt  ModeShift
does not work any more.

Thanks in advance
Andreas
-- 
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] Update xorg-x11

2006-07-13 Thread Juliano Morais Barbosa
Hi Richard. Please see the error message.

/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.6/../../../../x86_64-pc-linux-gnu/bin/l
d: skipping incompatible
/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.6/../../../libX11.a when searching for
-lX11
/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.6/../../../../x86_64-pc-linux-gnu/bin/l
d: skipping incompatible /usr/lib/libX11.so when searching for -lX11
/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.6/../../../../x86_64-pc-linux-gnu/bin/l
d: skipping incompatible /usr/lib/libX11.a when searching for -lX11
/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.6/../../../../x86_64-pc-linux-gnu/bin/l
d: cannot find -lX11
collect2: ld returned 1 exit status
mklib: Installing libGL.so.1.2 libGL.so.1 libGL.so in ../../../lib
mv: impossível fazer stat em `libGL.so.1.2': Arquivo ou diretório não
encontrado
make[3]: ** [../../../lib/libGL.so] Erro 1
make[3]: Leaving directory
`/var/tmp/portage/mesa-6.4.2-r2/work/Mesa-6.4.2/src/glx/x11'
make[2]: ** [subdirs] Erro 1
make[2]: Leaving directory
`/var/tmp/portage/mesa-6.4.2-r2/work/Mesa-6.4.2/src'
make[1]: ** [default] Erro 1
make[1]: Leaving directory `/var/tmp/portage/mesa-6.4.2-r2/work/Mesa-6.4.2'
make: ** [linux-dri-x86] Erro 2

!!! ERROR: media-libs/mesa-6.4.2-r2 failed.
Call stack:
  ebuild.sh, line 1539:   Called dyn_compile
  ebuild.sh, line 939:   Called src_compile
  mesa-6.4.2-r2.ebuild, line 235:   Called die

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

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Richard Fish
Sent: Thursday, July 13, 2006 6:07 PM
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Update xorg-x11

On 7/13/06, Juliano Morais Barbosa [EMAIL PROTECTED] wrote:
 When I try update my xorg-x11 I receive this message.

First, please do *not* send multi-part HTML email messages to this
list, especially composed with Microsoft Word which imposes it's idea
of sane fonts sizes on the rest of the world.  Your 11pt font looks
absolutely ridiculous on my 133dpi screen.

Second, I find no error message in what you posted.  It all looks
perfectly normal.  What's the problem?

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



-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT: [OT: JOKE]virtual Windows solution...

2006-07-13 Thread Daniel Iliev
Jarry wrote:
 Hi,
 
 I still can not get rid completely of MS-Windows, because I am
 forced to use some MS-Windows programs. So I am looking for some
 virtual solution, which I could use with my gentoo-workstation.
 
 Now my question is, what is generaly a better solution
 (stability, compatibility, hardware requirements point of view):
 
 - to use Windows emulator aka Wine (I know, it is NOT emulator)
 - or to use PC emulator + Windows installed (like VMware) ???
 
 Up to now I did not test any of them, so could someone please
 be so kind and summarise his/her experience, ev. compare those
 solutions?
 
 Thanks,
 Jarry
 
 (BTW, just yesterday VMware released a free vmware-server...)

As shown in the topic this reply is a joke, of course but, for the sake
of theory, one could take the opposite way: install Windows to run a
real operating system under it.

And there is a FREE solution from Micro$oft:

http://www.microsoft.com/windows/virtualpc/default.mspx

Free and MS in one sentence! Yeah, it's my day! :)


Hope this joke won't make anyone turn to the dark side

-- 
Best regards,
Daniel

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] vmware install fails

2006-07-13 Thread Jorge Almeida

On Thu, 13 Jul 2006, Mauro Faccenda wrote:


do you have something like noexec on your /tmp partition?


Indeed, and that was it. Remounting solved the problem.

Thank you.
--
Jorge Almeida
--
gentoo-user@gentoo.org mailing list



[gentoo-user] problem with eth0 and rc-update

2006-07-13 Thread Manuel Pérez López

I do not know why my eth0 does not start right at default or boot time
(or later). I have to
restart it manualy everytime with '/etc/init.d/net.eth0 restart', and then (it
is my gate to ADSL) my conection to internet is up. What's the problem?

This is my rc-update show (I have 2 eth and 2 wlan)

 acpid |  default
  alsasound |  default
apache2 |  default
  bluetooth |  default
   bootmisc | boot
checkfs | boot
  checkroot | boot
  clock | boot
   coldplug | boot
consolefont | boot
  cupsd |  default
   dbus |  default
 domainname | boot default
ez-ipupdate |  default
   famd |  default
   hald |  default
   hostname | boot
hylafax |  default
   iptables | boot
  ivman |  default
keymaps | boot
kmyfirewall |  default
  lircd |  default
   lisa |  default
  local |  default nonetwork
 localmount | boot
modules | boot
  mysql |  default
   net.eth0 |  default
   net.eth1 |  default
 net.lo |  default
   netmount |  default
  net.wlan0 |  default
  net.wlan1 |  default
proftpd |  default
  rmnologin | boot
  samba |  default
   sshd |  default
  syslog-ng |  default
urandom | boot
 vixie-cron |  default
 webmin |  default
xdm |  default

And this is my 'uncomprensible' /etc/conf.d/net:


config_eth0=( 192.168.1.2 netmask 255.255.255.0 broadcast 192.168.1.255 )
config_eth1=( 192.168.1.3 netmask 255.255.255.0 broadcast 192.168.1.255 )
config_wlan0=( 192.168.1.4 netmask 255.255.255.0 broadcast 192.168.1.255 )
config_wlan1=( 192.168.1.5 netmask 255.255.255.0 broadcast 192.168.1.255 )

#routes_eth0=(default via 192.168.1.1)
routes_eth1=(default via 192.168.1.1)
#routes_wlan0=(default via 192.168.1.1)
#routes_wlan1=(default via 192.168.1.1)


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



Re: [gentoo-user] World-file and comments

2006-07-13 Thread Nick Rout
# works

On Thu, 13 Jul 2006 21:06:18 +0200 (CEST)
Meino Christian Cramer wrote:

 Hi,
 
  I want to remove some files from the /var/lib/portage/World-file.
  Do I have to _remove_ the according entry or is it sufficient to
  comment it out with # or // or
 
  Thank you very much for any help in advance !
 
  Keep hacking and have a nice weekend!
  mcc
 -- 
 gentoo-user@gentoo.org mailing list

-- 
Nick Rout [EMAIL PROTECTED]

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] vmware install fails

2006-07-13 Thread Neil Bothwick
On Thu, 13 Jul 2006 20:02:37 +0100 (WEST), Jorge Almeida wrote:

 $ /opt/vmware/workstation/bin/vmware-config.pl

[snip]

 make: execvp: ./getversion.pl: Permission denied

Are you running vmware-config.pl as root? You should be.


-- 
Neil Bothwick

NOTICE:
  --  THE ELEVATORS WILL BE OUT OF ORDER TODAY  --
  (The nearest working elevators are in the building
   across the street.)


signature.asc
Description: PGP signature


Re: [gentoo-user] Update xorg-x11

2006-07-13 Thread Benno Schulenberg
Juliano Morais Barbosa wrote:
  Emerging (1 of 1) media-libs/mesa-6.4.2-r2 to /
 
  Creating Manifest for /usr/portage/media-libs/mesa

Remove digest and assume-digests from your FEATURES.  Those are 
meant for developers.  You are undoing emerge's security check.  And 
please don't top post.

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



Re: [gentoo-user] FTPs - Is there such a thing?

2006-07-13 Thread Ow Mun Heng
On Thu, 2006-07-13 at 14:33 -0700, Ow Mun Heng wrote:

 I do have vsftpd installed and it's what I'm using as the ftp server on
 a Gentoo Box.
 I'll go dig and see how to set it up.
 

Found it on the wiki. Now, After it's set up, how do I test it? I don't
see any additional ports being opened for SSL. (like in apache)
I'm not too sure if there is / should be a difference.

I tried using lftp (which supports ftps) and traced the connection using
tcpdump/ethereal. 
Nothing happens, looking at the dumps, I see reset packets being sent
back to the server and lftp keeps telling me [Delaying Xsecs before
reconnect]


-- 
Ow Mun Heng [EMAIL PROTECTED]

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] vmware install fails

2006-07-13 Thread Jorge Almeida

On Thu, 13 Jul 2006, Neil Bothwick wrote:


On Thu, 13 Jul 2006 20:02:37 +0100 (WEST), Jorge Almeida wrote:


$ /opt/vmware/workstation/bin/vmware-config.pl


[snip]


make: execvp: ./getversion.pl: Permission denied


Are you running vmware-config.pl as root? You should be.


Yep. But the problem was solved by Mauro's suggestion (/tmp was mounted
noexec).

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



Re: [gentoo-user] /usr/share/fonts/TTF doesn't exist

2006-07-13 Thread Mick
On Wednesday 12 July 2006 23:52, Richard Fish wrote:

 Looks pretty normal to me.  At least it all matches my system.

 -Richard

 PS:
 Ok, so not _every_ directory in /usr/share/fonts needs a FontPath entry. 
 :-P

Phew!  Just as I thought that something was amiss with my system.  ;-)

Note thought that /usr/share/fonts/default has the ghostscript directory in 
it, which is full of fonts.  Does this need a separate path in xorg.conf?
-- 
Regards,
Mick


pgp8rXjqFWrOP.pgp
Description: PGP signature


Re: [gentoo-user] kde volume shortcuts

2006-07-13 Thread Mick
On Thursday 13 July 2006 00:14, Mauro Faccenda wrote:


 If I press fn+down, it decrease the volume to 0%, but again, I cant hear
 any change on volume.

 The same happens with mute toggle. KDE shows that its muted/unmuted, but
 the sound goes on without any change.

 The kmix tray icon, doesnt show any change on volume or muted status.

 Can anyone help me with this?

Does alsamixer (from a terminal) help at all?  My laptop is totally mute until 
I change the volume on a channel in alsamixer, or use the hardware volume 
keys, or use Fn+F5+up.
-- 
Regards,
Mick


pgpxQUR6xVrec.pgp
Description: PGP signature


Re: [gentoo-user] after upgrade to xorg-x11 version 7 key 'Alt Gr' doesn't work

2006-07-13 Thread Nico Schümann

2006/7/13, Andreas Schoelver [EMAIL PROTECTED]:

Hi all

... I am not able to produce special intenational keys any more.
(like @ | [] {} \ on my german keyboard)

old option
   Option  RightAlt  ModeShift
does not work any more.

Thanks in advance
Andreas


Hi Andreas,
looks like wrong configured.
Could you post the InputDevice part of your xorg.conf?

Section InputDevice
   Identifier  Keyboard0
   Driver  kbd
   Option  CoreKeyboard
   Option  XkbRules xorg
   Option  XkbModel pc105
   Option  XkbLayout de
   Option  XkbVariant deadgraveacute
EndSection

Do you run gnome or kde?
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Update xorg-x11

2006-07-13 Thread Mick
On Thursday 13 July 2006 22:47, Juliano Morais Barbosa wrote:

l d: skipping incompatible /usr/lib/libX11.a when searching for -lX11
 /usr/lib/gcc/x86_64-pc-linux-gnu/3.4.6/../../../../x86_64-pc-linux-gnu/bin/
l d: cannot find -lX11

Try (re)merging libX11 and repeat above step.  It should hopefully emerge 
without further errors.
-- 
Regards,
Mick


pgpR0cfnPxynM.pgp
Description: PGP signature


Re: [gentoo-user] OT: [OT: JOKE]virtual Windows solution...

2006-07-13 Thread Daniel Iliev
Nico Schümann wrote:

 Actually, I'd never do dirty things like these. But I really don't
 know how the performance would be. I think, the host sets the
 performance limits. And if the host is kina trash (M$), then there is
 no use of it.
 By the way, I recently read about Vanderpool and Windows. Windows
 works fine under SUSE. I think, if I ever got a new machine, my
 processor would have this nice bunch of Vanderpool features to run
 Windows. I actually don't use Windows. I *do* hate Windows. But how
 about telling people: This is linux. It's that nice - it can run
 trash (pointing at the Windows window) without performance loss. I
 think, that's it.

LOL

Linux can run trash even now. The funniest thing is that *trashers*
don't know it and they think windows is irreplaceable for great many
programs but that's not true...at least not any more.

One of the most popular false beliefs is linux can't run games.

Several months ago a friend of mine came to my place and showed me he
had just bought himself Quake-4. He was paying tributes to Windows and
was explaining me how he was going play, while I could only sit and
watch with my linux.
OK, I knew the guys from ID Software had promised a linux version soon
after the general release, but I was nicely surprised when I found that
not only ID Software had kept their promise, but also the guys from
gentoo had it in the portage!
Well, the installation was windows-easy and I showed my friend Quake-4
under linux on a machine which I doubt is capable of even starting this
game under Windows.

More recently I was glad to rain on his parade again. This time the game
in question was Heroes-4. Well, Heroes-4 was tricky. I had to compile
cedega and it wasn't quite easy, but after all I was glad to send
several screen shots to my friend.
Heroes is deleted already but I'm afraid to touch cedega, because I
don't want to go through compiling from cvs again. It was quite painful.



-- 
Best regards,
Daniel

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Seamonkey blocking mozilla and the mozilla blocking seamonkey

2006-07-13 Thread W.Kenworthy
Yep, thats it.  A sync this morning and its available - must have missed
it by only a short time with the previous sync!

I have been waiting for this to appear, and seeing someone ask that it
had been stable, I assumed that it had been out awhile and I was missing
out on the good stuff :)

BillK


On Thu, 2006-07-13 at 16:06 +0200, Alexander Skwar wrote:
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Lirc problems

2006-07-13 Thread gentoo
On Thursday 13 July 2006 07:57, Hans-Werner Hilse wrote:
 Hi,

 On Wed, 12 Jul 2006 19:14:00 -0400 [EMAIL PROTECTED] wrote:
  I made a serial reciever I found at Lirc.org a very few components.
  I emerge lirc with LIRC_OPT=serial.  When it goes and compiles the
  lirc_serial module it fails.  Can any one help
  kernel Gentoo-2.6.12-R9
  lirc 0.8

 What's the error message? Your kernel version is a bit outdated. I'd
 start with a new one after all. LIRC 0.8 is newer than your kernel
 version and thus may have a different interface.

  I also have a keyspan media remote it is seen by kernel is there a
  way to get it to work. Lirc doesn't support it.

 What's the kernel message or which device list are you referring to by
 claiming it being seen by the kernel?

 -hwh

I upgraded my kernel now it works
thanx
-- 
gentoo-user@gentoo.org mailing list



OT: Re: [gentoo-user] Update xorg-x11

2006-07-13 Thread Fredrik Tolf

On Thu, 13 Jul 2006, Richard Fish wrote:

Your 11pt font looks
absolutely ridiculous on my 133dpi screen.


I'm not a typography expert, so correct me if I'm wrong, but should 11pt 
(being 11/72 by the DTP system) not be the same on any display or other 
device, regardless of resolution?


Are you sure that it isn't your display settings that are wrong?

Fredrik

--
gentoo-user@gentoo.org mailing list



[gentoo-user] Build error: gnumeric-1.4.3-r3

2006-07-13 Thread Meino Christian Cramer
Hi,

 This happens:

i386-pc-linux-gnu-gcc -DHAVE_CONFIG_H
-I. -I. -I../../../.. -I../../../.. -I../../../../src
-I../../../../src -I../../../../src/cut-n-paste-code
-I../../../../src/cut-n-paste-code/goffice
-I../../../../src/cut-n-paste-code/foocanvas -DORBIT2=1 -pthread
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/libgsf-1 -I/usr/include/libxml2
-I/usr/include/pango-1.0 -I/usr/include/freetype2
-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/libglade-2.0 -I/usr/include/libgnomecanvas-2.0
-I/usr/include/libart-2.0 -I/usr/include/libgnomeprint-2.2
-I/usr/include/libgnomeprintui-2.2 -I/usr/include/gconf/2
-I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0
-I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0
-I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0
-I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0
-I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0
-I../../../../src/cut-n-paste-code -O3 -m3dnow -march=athlon-xp
-mtune=athlon64 -msse -msse2 -msse3 -m3dnow -mfpmath=sse
-funroll-loops -fomit-frame-pointer -fforce-mem -fforce-addr
-finline-functions -falign-functions=4 -mpreferred-stack-boundary=2
-DG_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED
-DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED
-DGDK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED
-DLIBGLADE_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED
-DBONOBO_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_DEPRECATED -Wall
-Wmissing-prototypes -Wsign-compare -Wpointer-arith -Wnested-externs
-Wchar-subscripts -Wwrite-strings -MT gog-legend.lo -MD -MP -MF
.deps/gog-legend.Tpo -c gog-legend.c -fPIC -DPIC -o .libs/gog-legend.o
gog-legend.c:266:2: warning: #warning TODO : make this smarter
(multiple columns and shrinking text) make[7]: Leaving directory
`/var/tmp/portage/gnumeric-1.4.3-r3/work/gnumeric-1.4.3/src/cut-n-paste-code/goffice/graph'
make[6]: *** [all-recursive] Error 1 make[6]: Leaving directory
`/var/tmp/portage/gnumeric-1.4.3-r3/work/gnumeric-1.4.3/src/cut-n-paste-code/goffice/graph'
make[5]: *** [all-recursive] Error 1 make[5]: Leaving directory
`/var/tmp/portage/gnumeric-1.4.3-r3/work/gnumeric-1.4.3/src/cut-n-paste-code/goffice'
make[4]: *** [all-recursive] Error 1 make[4]: Leaving directory
`/var/tmp/portage/gnumeric-1.4.3-r3/work/gnumeric-1.4.3/src/cut-n-paste-code'
make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory
`/var/tmp/portage/gnumeric-1.4.3-r3/work/gnumeric-1.4.3/src' make[2]:
*** [all] Error 2 make[2]: Leaving directory
`/var/tmp/portage/gnumeric-1.4.3-r3/work/gnumeric-1.4.3/src' make[1]:
*** [all-recursive] Error 1 make[1]: Leaving directory
`/var/tmp/portage/gnumeric-1.4.3-r3/work/gnumeric-1.4.3' make: ***
[all] Error 2

!!! ERROR: app-office/gnumeric-1.4.3-r3 failed.
Call stack:
  ebuild.sh, line 1539:   Called dyn_compile
  ebuild.sh, line 939:   Called src_compile
  gnumeric-1.4.3-r3.ebuild, line 93:   Called die

!!! Compilation failed

 Any way out ?

Kind regards,
 Meino Cramer
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Font problems with xorg-x11 7.0

2006-07-13 Thread Fredrik Tolf

Hi List!

I recently upgraded xorg-x11 to 7.0, as it was unmasked in stable. 
However, I was given some font problems along with the upgrade. I haven't 
found anything on either Google or on bugs.gentoo.org, so I'm turning to 
the list now.



My main problem is that xfs (the X font server, not the filesystem) hogs 
the CPU for about 2-3 seconds whenever I start a new xterm, blocking the 
new xterm during that time. I haven't found the exact extent of programs 
affected by the problem -- right now, I only know that xterm and twm are 
affected.


I've tried turning off xfs and moving the FontPaths into the X server 
itself, but that only made the problem worse (taking 6+ seconds instead).


Also, when I'm starting xterms from other machines, they don't seem to 
care at all, so I'm guessing that the xterm on my own machine is looking 
for some fonts for which the parameters have somehow changed in 7.0 (I'm 
not very familiar with the X font system, so I don't really know what 
could have changed). It might be related that I am able to view CJK 
characters in the local xterms, but not the remote ones (they display `??' 
instead of one double-width character).



There is also another, unrelated and rather minor, problem: The 8x16 
fixed font seems to have disappeared in 7.0. Does anyone know where it went?



Thanks for reading!

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



[gentoo-user] fvwm conf file request

2006-07-13 Thread maxim wexler
Hi group,

I decided to bring some order to the chaos on my
x-console. So I emerged fvwm.

Anybody got a .fvwm2rc they'd be willing to let me
use?

Something simple, plain, not a lot of eye-candy. Just
something to juggle a few xterms, nedit, firefox, xmms
etc without having to sort through a jumbled pile one
at a time.

TIA

-Maxim

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



Re: [gentoo-user] Build error: gnumeric-1.4.3-r3

2006-07-13 Thread Ryan Tandy

Meino Christian Cramer wrote:

-O3 -m3dnow -march=athlon-xp
-mtune=athlon64 -msse -msse2 -msse3 -m3dnow -mfpmath=sse
-funroll-loops -fomit-frame-pointer -fforce-mem -fforce-addr
-finline-functions -falign-functions=4 -mpreferred-stack-boundary=2


Hmm... do you get a different result with, for example, CFLAGS=-Os 
-march=athlon-xp -pipe?


Yes, I know I'm being a bit of a torch-and-pitchfork type here, but if 
changing the CFLAGS *doesn't* solve anything, I'm perfectly willing to 
dig deeper. ;)

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Build error: gnumeric-1.4.3-r3

2006-07-13 Thread Meino Christian Cramer
From: Ryan Tandy [EMAIL PROTECTED]
Subject: Re: [gentoo-user] Build error: gnumeric-1.4.3-r3
Date: Thu, 13 Jul 2006 20:03:45 -0700

Hi Ryan !
 
 short question is there a way to change CFLAGS on-the-fly without
 hacking any *.conf files ?

 keep hacking!
 mcc

 Meino Christian Cramer wrote:
  -O3 -m3dnow -march=athlon-xp
  -mtune=athlon64 -msse -msse2 -msse3 -m3dnow -mfpmath=sse
  -funroll-loops -fomit-frame-pointer -fforce-mem -fforce-addr
  -finline-functions -falign-functions=4 -mpreferred-stack-boundary=2
 
 Hmm... do you get a different result with, for example, CFLAGS=-Os 
 -march=athlon-xp -pipe?
 
 Yes, I know I'm being a bit of a torch-and-pitchfork type here, but if 
 changing the CFLAGS *doesn't* solve anything, I'm perfectly willing to 
 dig deeper. ;)
 -- 
 gentoo-user@gentoo.org mailing list
 
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] LiveCD genkernel fails

2006-07-13 Thread gentuxx
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I'm trying to build a liveCD for a single-purpose test, and am having
some issues getting the kernel to install.  I actually think that this
error is in the initrd generation, but I'm not totally positive.

I've been using the instructions on the wiki [1], and he recommends
using genkernel to generate the kernel and initrd.  The genkernel
command producing the errors below is `genkernel all --color
- --no-menuconfig --no-clean --gensplash --install', but using the
options recommended in the wiki (all -no-bootsplash -no-clean
- -menuconfig) produces the same errors.

dash/parser.c: In function 'readtoken1':
dash/parser.c:849: warning: 'prevsyntax' may be used uninitialized in
this function
dash/parser.c:838: warning: variable 'out' might be clobbered by
'longjmp' or 'vfork'
dash/parser.c:842: warning: variable 'quotef' might be clobbered by
'longjmp' or 'vfork'
dash/parser.c:843: warning: variable 'dblquote' might be clobbered by
'longjmp' or 'vfork'
dash/parser.c:844: warning: variable 'varnest' might be clobbered by
'longjmp' or 'vfork'
dash/parser.c:845: warning: variable 'arinest' might be clobbered by
'longjmp' or 'vfork'
dash/parser.c:846: warning: variable 'parenlevel' might be clobbered
by 'longjmp' or 'vfork'
dash/parser.c:847: warning: variable 'dqvarnest' might be clobbered by
'longjmp' or 'vfork'
dash/parser.c:848: warning: variable 'oldstyle' might be clobbered by
'longjmp' or 'vfork'
dash/parser.c:849: warning: variable 'prevsyntax' might be clobbered
by 'longjmp' or 'vfork'
dash/parser.c:835: warning: argument 'syntax' might be clobbered by
'longjmp' or 'vfork'
- --
* udev:  Compiling...
COMMAND: make j1  EXTRAS=extras/scsi_id extras/volume_id
extras/ata_id extras/run_directory extras/usb_id extras/floppy
extras/cdrom_id extras/firmware USE_KLIBC=true
KLCC=/var/tmp/genkernel/16341.7588.31471.12235/klibc-build/bin/klcc
USE_LOG=false DEBUG=false udevdir=/dev all
* Gentoo Linux Genkernel; Version 3.3.11d
* Running with options: all --color --no-menuconfig --no-clean
- --gensplash --install

* ERROR: Failed to compile the EXTRAS=extras/scsi_id
extras/volume_id extras/ata_id extras/run_directory extras/usb_id
extras/floppy extras/cdrom_id extras/firmware USE_KLIBC=true
KLCC=/var/tmp/genkernel/16341.7588.31471.12235/klibc-build/bin/klcc
USE_LOG=false DEBUG=false udevdir=/dev all target...

* -- End log... --

* Please consult /var/log/genkernel.log for more information and any
* errors that were reported above.

* Report any genkernel bugs to bugs.gentoo.org and
* assign your bug to [EMAIL PROTECTED] Please include
* as much information as you can in your bug report; attaching
* /var/log/genkernel.log so that your issue can be dealt with effectively.
*
* Please do *not* report compilation failures as genkernel bugs!
*

I'm not too concerned about kernel features, but I will need this to
boot on a number of varied systems, most laptops.  Any help would be
greatly appreciated.

TIA

- --
gentux
echo hfouvyyAhnbjm/dpn | perl -pe 's/(.)/chr(ord($1)-1)/ge'

gentux's gpg fingerprint == 5495 0388 67FF 0B89 1239  D840 4CF0 39E2
18D3 4A9E
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.4 (GNU/Linux)

iD8DBQFEtxGETPA54hjTSp4RAmWSAJ0TvrSkyl+9KQxvv8GLgtGInUJuXQCfcGAp
zfg05sUwv9mks9vUxq34h1s=
=BdW9
-END PGP SIGNATURE-

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Build error: gnumeric-1.4.3-r3

2006-07-13 Thread Allan Gottlieb
At Thu, 13 Jul 2006 20:03:45 -0700 Ryan Tandy [EMAIL PROTECTED] wrote:

 Meino Christian Cramer wrote:
 -O3 -m3dnow -march=athlon-xp
 -mtune=athlon64 -msse -msse2 -msse3 -m3dnow -mfpmath=sse
 -funroll-loops -fomit-frame-pointer -fforce-mem -fforce-addr
 -finline-functions -falign-functions=4 -mpreferred-stack-boundary=2

 Hmm... do you get a different result with, for example, CFLAGS=-Os
 -march=athlon-xp -pipe?

 Yes, I know I'm being a bit of a torch-and-pitchfork type here, but if
 changing the CFLAGS *doesn't* solve anything, I'm perfectly willing to
 dig deeper. ;)

I get a very similar error with more modest CFLAGS.

 i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H
-I. -I. -I../../../.. -I../../../.. -I../../../../src
-I../../../../src -I../../../../src/cut-n-paste-code
-I../../../../src/cut-n-paste-code/goffice
-I../../../../src/cut-n-paste-code/foocanvas -DORBIT2=1 -pthread
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/libgsf-1 -I/usr/include/libxml2
-I/usr/include/pango-1.0 -I/usr/include/freetype2
-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/libglade-2.0 -I/usr/include/libgnomecanvas-2.0
-I/usr/include/libart-2.0 -I/usr/include/libgnomeprint-2.2
-I/usr/include/libgnomeprintui-2.2 -I/usr/include/gconf/2
-I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0
-I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0
-I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0
-I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0
-I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0
-I../../../../src/cut-n-paste-code -march=pentium4 -pipe -O2
-DG_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED
-DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED
-DGDK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED
-DLIBGLADE_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED
-DBONOBO_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_DEPRECATED -Wall
-Wmissing-prototypes -Wsign-compare -Wpointer-arith -Wnested-externs
-Wchar-subscripts -Wwrite-strings -MT gog-axis.lo -MD -MP -MF
.deps/gog-axis.Tpo -c gog-axis.c -fPIC -DPIC -o .libs/gog-axis.o if
/bin/sh ../../../../libtool --mode=compile i686-pc-linux-gnu-gcc
-DHAVE_CONFIG_H -I. -I. -I../../../.. -I../../../.. -I../../../../src
-I../../../../src -I../../../../src/cut-n-paste-code
-I../../../../src/cut-n-paste-code/goffice
-I../../../../src/cut-n-paste-code/foocanvas -DORBIT2=1 -pthread
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/libgsf-1 -I/usr/include/libxml2
-I/usr/include/pango-1.0 -I/usr/include/freetype2
-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/libglade-2.0 -I/usr/include/libgnomecanvas-2.0
-I/usr/include/libart-2.0 -I/usr/include/libgnomeprint-2.2
-I/usr/include/libgnomeprintui-2.2 -I/usr/include/gconf/2
-I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0
-I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0
-I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0
-I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0
-I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0
-I../../../../src/cut-n-paste-code -march=pentium4 -pipe -O2
-DG_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED
-DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED
-DGDK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED
-DLIBGLADE_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED
-DBONOBO_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_DEPRECATED -Wall
-Wmissing-prototypes -Wsign-compare -Wpointer-arith -Wnested-externs
-Wchar-subscripts -Wwrite-strings -MT gog-label.lo -MD -MP -MF
.deps/gog-label.Tpo \ -c -o gog-label.lo `test -f 'gog-label.c' ||
echo './'`gog-label.c; \ then mv -f .deps/gog-label.Tpo
.deps/gog-label.Plo; \ else rm -f .deps/gog-label.Tpo; exit 1; \
fi gog-axis.c:1683:58: macro GSF_CLASS_FULL requires 10 arguments,
but only 7 given gog-axis.c:1686: error: syntax error before
GogAxisType gog-axis.c:1536: warning: 'gog_axis_class_init' defined
but not used gog-axis.c:1622: warning: 'gog_axis_init' defined but not
used gog-axis.c:1674: warning: 'gog_axis_dataset_init' defined but not
used make[7]: *** [gog-axis.lo] Error 1 make[7]: *** Waiting for
unfinished jobs
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Build error: gnumeric-1.4.3-r3

2006-07-13 Thread Allan Gottlieb
As a followup to my previous posting giving this same error with
modest CFLAGS I should point out the following.

1.  During the big upgrade of gnome-lite to 1.14, the following
appeared.

Subject: [portage] ebuild log for gnome-extra/libgsf-1.14.0 on
localhost.localdomain
Date: Thu, 13 Jul 2006 07:38:21 -0400

INFO: unpack
Fixing OMF Makefiles ...

INFO: compile
Running elibtoolize in: libgsf-1.14.0
  Applying portage-1.5.10.patch ...
  Applying max_cmd_len-1.5.20.patch ...
  Applying sed-1.5.6.patch ...

WARN: postinst
An old version of an installed library was detected on your system.
In order to avoid breaking packages that link against it, this older version
is not being removed.  In order to make full use of this newer version,
you will need to execute the following command:
  revdep-rebuild --library libgsf-1.so.1

After doing that, you can safely remove /usr/lib/libgsf-1.so.1
Note: 'emerge gentoolkit' to get revdep-rebuild
An old version of an installed library was detected on your system.
In order to avoid breaking packages that link against it, this older version
is not being removed.  In order to make full use of this newer version,
you will need to execute the following command:
  revdep-rebuild --library libgsf-gnome-1.so.1

After doing that, you can safely remove /usr/lib/libgsf-gnome-1.so.1

Each of these revdep-rebuilds tries to emerge gnumeric and gives the
failure indicated previously.

2.  Presumably unrelated, but I am also now witnessing an infinite
battle between emerge --depclean and revdep-rebuild.

  --depclean wants to remove

media-libs/gst-plugins
selected: 0.8.11
protected: none
omitted: none

 revdep-rebuild then wants it back

[ebuild  N] media-libs/gst-plugins-0.8.11  USE=alsa esd -debug -oss
[ebuild   R   ] media-plugins/gst-plugins-alsa-0.8.11

I will post another msg starting a new thread about this since I
suspect it is not related.

thanks for any help,
allan
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Build error: gnumeric-1.4.3-r3

2006-07-13 Thread Justin R Findlay
On Fri, Jul 14, 2006 at 05:32:03AM +0200, Meino Christian Cramer wrote:
  
  short question is there a way to change CFLAGS on-the-fly without
  hacking any *.conf files ?

# CFLAGS=-Os -march=athlon-xp -pipe emerge gnumeric

Or for more permanence (I know this is going way beyond what you asked,
but I have a propensity for completeness) you can look here,

http://gentoo-wiki.com/TIP_The_/etc/portage/bashrc_file

or here

http://www.google.com/search?q=package.cflags

for info on how to set up an /etc/portage/package.cflags file and thus
specify CFLAGS per package.


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



  1   2   >