Re: [gentoo-user] /usr/kde/3.5/lib/ and /usr/lib

2009-06-19 Thread Alan McKinnon
On Friday 19 June 2009 02:09:21 Daniel D Jones wrote:
 I'm getting lots of errors like the following:

 * ERROR: app-office/karbon-1.6.2 failed.
  * Call stack:
  *   ebuild.sh, line   49:  Called src_unpack
  * environment, line 4471:  Called kde-meta_src_unpack 'unpack'
  * environment, line 3153:  Called die
  * The specific snippet of code:
  *   die Can't find library ${libname} under
 ${PREFIX}/$(get_libdir)/;
  *  The die message:
  *   Can't find library libkopainter under /usr/kde/3.5/lib/

 The missing library is under /usr/lib/ rather than /usr/kde/3.5/lib/

 If I create a symlink to the lib under /usr/kde/3.5/lib/, that line passes
 but if fails on another library.  I'd like to find out why the lib is in a
 different place from where it's expected and fix the problem rather than
 patch the issue with lots of symlinks.  Is this a misconfiguration on my
 system?

Definitely something wrong on your box.
KDE-3.5 libs always go in /usr/kde/3.5/lib
KDE-4 libs go in /usr/lib or /usr/kde/4/lib depending on your USE=kdeprefix

Symlinks are not likely to work, as karbon-1.6.2 wants to build against 
KDE-3.5 stuff.

Lets start with your make.conf and emerge --info plus eix kdelibs

-- 
alan dot mckinnon at gmail dot com



[gentoo-user] Fwd: why I do not have /usr/lib/tls on my gentoo?

2009-06-19 Thread David Shen
-- Forwarded message --
From: David Shen davidshe...@googlemail.com
Date: Fri, Jun 19, 2009 at 3:41 PM
Subject: why I do not have /usr/lib/tls on my gentoo?
To: gentoo-am...@lists.gentoo.org, gentoo-...@lists.gentoo.org


Hi,

I am trying to install Xen VM on my gentoo 2008 x64. According to what
http://en.gentoo-wiki.com/wiki/Xen said, I should run mv /usr/lib/tls
/usr/lib/tls.disabled and re-compile glibc and gcc to disable the
'tls' feature. But I found that my system *DOES NOT* have the
/usr/lib/tls file/directory. Does this changed its place, or this
prerequisite does not apply to x64 system?


--
Best Regards,
David Shen



-- 
Best Regards,
David Shen



Re: [gentoo-user] Canonical place to list modules to load

2009-06-19 Thread Alan McKinnon
On Friday 19 June 2009 00:08:04 Neil Bothwick wrote:
 On Thu, 18 Jun 2009 22:45:50 +0100, Mick wrote:
  Why did they *have* to move it to /etc/modules.autoload.d/kernel-2.6.

 They didn't, they moved it from there to /etc/conf.d where all the other
 rc config files live.

  I am still confused with the difference between /etc/rc.conf
  and /etc/conf.d/rc ...

 Then moved that one out of /etc/conf.d :(

Lets not confuse the fellow with our awesome wit :-)

Mick, it's a cleanup operation with openrc to get things a bit more sane.

Unix let's you put config files any damn place you want them. So it's up to 
you to put them someplace sane. The recent trend is to use a structure like

/etc/thing.conf
/etc/thing.d/*

The first one is used for global settings that affect the entire package (or 
system in this case as it's openrc).
The second has individual files, one for each logical sub-section. Package 
managers can then update individual bits independently - trying to do updates 
to one massive file with sed is a distinctly non-trivial operation.

With baselayout-1, the layout was a bit haphazard. baselayout-2 and openrc 
took the opportunity to tidy all this up.

-- 
alan dot mckinnon at gmail dot com



Re: [gentoo-user] Problem with the graphic card

2009-06-19 Thread Massimiliano Ziccardi
Hi James, Ward, Adam!

Thanks for your help!

To James: Yes, I've an intel card. I followed many guides.
My card is :
Identifier  Card0
Driver  intel
VendorName  Intel Corporation
BoardName   Mobile 4 Series Chipset Integrated Graphics Controller
BusID   PCI:0:2:0

To Ward : attached you'll find Xorg.0.log, xorg.conf and lspci.out

To Adam: I tried 'eselect opengl list', but the only answer has been
 [1] xorg-x11 *

I'm going to try exa.

Thanks a lot,
Massimiliano






Xorg.0.log
Description: Binary data


xorg.conf
Description: Binary data


lspci.out
Description: Binary data


Re: [gentoo-user] Problem with the graphic card

2009-06-19 Thread Vasya Volkov
В Птн, 19/06/2009 в 10:12 +0200, Massimiliano Ziccardi пишет:
 Hi James, Ward, Adam!
 
 Thanks for your help!
 
 To James: Yes, I've an intel card. I followed many guides.
 My card is :
 Identifier  Card0
 Driver  intel
 VendorName  Intel Corporation
 BoardName   Mobile 4 Series Chipset Integrated Graphics
 Controller
 BusID   PCI:0:2:0
 
 To Ward : attached you'll find Xorg.0.log, xorg.conf and lspci.out
 
 To Adam: I tried 'eselect opengl list', but the only answer has been
  [1] xorg-x11 *
 
 I'm going to try exa.
 
 Thanks a lot,
 Massimiliano
 
 
 
 
 
Hi. What driver are you using with your graphic cart? Try
x11-drivers/xf86-video-intel-2.1.1, but this driver works bad with
compiz. But you get better performance. 
Intel developers rework their driver and provoke this problems with
performance. Soon there will be all good.




Re: [gentoo-user] Problem with the graphic card

2009-06-19 Thread Massimiliano Ziccardi
Hi Vasya! Thank for your help!!
xf86-video-intel-2.1.1 is an older version: what do I have to do to switch
to that?
And, after I've switched, how will I switch back to the latest one?

Thank you,
Massimiliano


On Fri, Jun 19, 2009 at 10:50 AM, Vasya Volkov my.pipes.b...@gmail.comwrote:

 В Птн, 19/06/2009 в 10:12 +0200, Massimiliano Ziccardi пишет:
  Hi James, Ward, Adam!
 
  Thanks for your help!
 
  To James: Yes, I've an intel card. I followed many guides.
  My card is :
  Identifier  Card0
  Driver  intel
  VendorName  Intel Corporation
  BoardName   Mobile 4 Series Chipset Integrated Graphics
  Controller
  BusID   PCI:0:2:0
 
  To Ward : attached you'll find Xorg.0.log, xorg.conf and lspci.out
 
  To Adam: I tried 'eselect opengl list', but the only answer has been
   [1] xorg-x11 *
 
  I'm going to try exa.
 
  Thanks a lot,
  Massimiliano
 
 
 
 
 
 Hi. What driver are you using with your graphic cart? Try
 x11-drivers/xf86-video-intel-2.1.1, but this driver works bad with
 compiz. But you get better performance.
 Intel developers rework their driver and provoke this problems with
 performance. Soon there will be all good.





Re: [gentoo-user] Umlaut trouble in filenames

2009-06-19 Thread Alex Schuster
Volker Armin Hemmann writes:

 On Donnerstag 18 Juni 2009, Alex Schuster wrote:

  I have lang=de_de.u...@euro set now, before it was unset. Those umlaut

 btw
 use either de...@euro or de_DE.UTF8

Oh, thanks.

I got this setting from the gentoo localization guide (the google cache 
still shows that version), which now suggests using LANG=de_DE.UTF-8 UTF-8 
- any idea why the second UTF-8 would be necessary? It's described in the 
german version only. I have it set to de_DE.UTF8 now.

Wonko




Re: [gentoo-user] Web application for contact management...

2009-06-19 Thread Steve




Mick wrote:

  On Tuesday 16 June 2009, Steve wrote:
  
  
So far I've not got far with either Groupware suite... they're both
close - I wonder how hard it would be to tailor them... Hmmm.

  
  
Have a quick look at InfoLog of eGroupware.  I think that either on its own, 
or as it integrates with AddressBook/ProjectManager/Calendar will do more 
than what you want.  I'll be surprised if you need to customise it at all.

I have not installed this application, but from a little reading I did, it 
seems simply a matter of running apache/MySQL/PHP and unpacking the 
filesystem of egroupware under your /var/www/htdocs/egroupware or what have 
you.  The process is similar to drupal, or any other php based website/CMS 
that I have come across.  Gentoo helps you do this by emerging egroupware and 
I suspect you will then run webapp-config to configure it.
  


I'm glad I persevered with eGroupware - it looks as if it should be
superb. While I'm still only beginning the learning curve, its
features do seem to be just what I was looking for.

One (of many) problems I'm having, however, relate to
configuration/email...

At the setup phase, I get this rather un-nerving warning:


   Checking
PEAR::Auth_SASL is installed: False
  PEAR::Auth_SASL is needed by: EMailAdmin,
felamimail. You can install it by running: pear install Auth_SASL

However, I've installed PEAR::Auth_SASL - and running the command gives
me:

$ pear install Auth_SASL
Ignoring installed package pear/Auth_SASL
Nothing to install
$ pear -V
PEAR Version: 1.6.2
PHP Version: 5.2.9-pl2-gentoo
Zend Engine Version: 2.2.0
Running on: Linux svr 2.6.23-gentoo-r3 #5 SMP Tue Jan 8 22:41:42 GMT
2008 i686
$

I've included the pear version info because all the problems I've found
via google have related to a Pear version of below 1.6.1.

Stumped by why the installation test for SASL failed, I ploughed on to
see where it took me. The answer to this, is as far as trying to
access my (working) IMAP server... eGroupware reports:
The connection to the IMAP
Server failed!!
  
NO, Authentication failed.

I'm stumped as to quite what is wrong - it might be that SASL isn't
working; it might be that eGroupware is having a strop that my SSL Cert
for my IMAP server doesn't match the FQDN I'm using... or it might mean
that I've been bamboozled about how to configure eGroupware and it
needs me to configure usernames/passwords somewhere I've not found.
Any hints about this would be much appreciated.

On a more positive note, the address book (once I've got the hang of
it) combined with Infolog (assuming it continues to behave as it
appears to at the moment) are exactly what I was looking for. What's
more, I'm loving the integrated document management, issue tracker -
and might even make use of the timesheet facility in future.
eGroupware is an excellent find... Thanks... (all I need to do now is
overcome the configuration glitches...)

Steve









Re: [gentoo-user] Fwd: why I do not have /usr/lib/tls on my gentoo?

2009-06-19 Thread Steffen Loos

David Shen schrieb:

-- Forwarded message --
From: David Shen davidshe...@googlemail.com
Date: Fri, Jun 19, 2009 at 3:41 PM
Subject: why I do not have /usr/lib/tls on my gentoo?
To: gentoo-am...@lists.gentoo.org, gentoo-...@lists.gentoo.org


Hi,

I am trying to install Xen VM on my gentoo 2008 x64. According to what
http://en.gentoo-wiki.com/wiki/Xen said, I should run mv /usr/lib/tls
/usr/lib/tls.disabled and re-compile glibc and gcc to disable the
'tls' feature. But I found that my system *DOES NOT* have the
/usr/lib/tls file/directory. Does this changed its place, or this
prerequisite does not apply to x64 system?

It's only a 'feature' on 32bit systems.

I thought it was mentioned in the Xen documentation somewhere ;-)


Steffen



Re: [gentoo-user] Fwd: why I do not have /usr/lib/tls on my gentoo?

2009-06-19 Thread David Shen
So you mean I do not need to bother recompiling my whole system, not
even the glibc, right?


On Fri, Jun 19, 2009 at 6:03 PM, Steffen Loosfe...@gmx.net wrote:
 David Shen schrieb:

 -- Forwarded message --
 From: David Shen davidshe...@googlemail.com
 Date: Fri, Jun 19, 2009 at 3:41 PM
 Subject: why I do not have /usr/lib/tls on my gentoo?
 To: gentoo-am...@lists.gentoo.org, gentoo-...@lists.gentoo.org


 Hi,

 I am trying to install Xen VM on my gentoo 2008 x64. According to what
 http://en.gentoo-wiki.com/wiki/Xen said, I should run mv /usr/lib/tls
 /usr/lib/tls.disabled and re-compile glibc and gcc to disable the
 'tls' feature. But I found that my system *DOES NOT* have the
 /usr/lib/tls file/directory. Does this changed its place, or this
 prerequisite does not apply to x64 system?

 It's only a 'feature' on 32bit systems.

 I thought it was mentioned in the Xen documentation somewhere ;-)


 Steffen





-- 
Best Regards,
David Shen



Re: [gentoo-user] Web application for contact management...

2009-06-19 Thread Steve

Steve wrote:
Stumped by why the installation test for SASL failed, I ploughed on to 
see where it took me.  The answer to this, is as far as trying to 
access my (working) IMAP server...  eGroupware reports:

*The connection to the IMAP Server failed!!*

NO, Authentication failed.
Erm, update... having changed nothing - except using another email 
client to write the above email... it's started working.


I'm not sure what the glitch was - as far as I'm aware I changed nothing 
and it suddenly started working.


Next step: conquer the InfoLog... at the moment any log entry I enter 
seems to disappear from address-book entries.  I suspect this is due to 
how I've tried to use it, rather than being a bug, however.






Re: [gentoo-user] Problem with the graphic card

2009-06-19 Thread Vasya Volkov
В Птн, 19/06/2009 в 10:59 +0200, Massimiliano Ziccardi пишет:
 Hi Vasya! Thank for your help!!
 xf86-video-intel-2.1.1 is an older version: what do I have to do to
 switch to that?
 And, after I've switched, how will I switch back to the latest one?
 
 Thank you,
 Massimiliano
 
 
 On Fri, Jun 19, 2009 at 10:50 AM, Vasya Volkov
 my.pipes.b...@gmail.com wrote:
 В Птн, 19/06/2009 в 10:12 +0200, Massimiliano Ziccardi пишет:
 
  Hi James, Ward, Adam!
 
  Thanks for your help!
 
  To James: Yes, I've an intel card. I followed many guides.
  My card is :
  Identifier  Card0
  Driver  intel
  VendorName  Intel Corporation
  BoardName   Mobile 4 Series Chipset Integrated
 Graphics
  Controller
  BusID   PCI:0:2:0
 
  To Ward : attached you'll find Xorg.0.log, xorg.conf and
 lspci.out
 
  To Adam: I tried 'eselect opengl list', but the only answer
 has been
   [1] xorg-x11 *
 
  I'm going to try exa.
 
  Thanks a lot,
  Massimiliano
 
 
 
 
 
 
 Hi. What driver are you using with your graphic cart? Try
 x11-drivers/xf86-video-intel-2.1.1, but this driver works bad
 with
 compiz. But you get better performance.
 Intel developers rework their driver and provoke this problems
 with
 performance. Soon there will be all good.

 
 
Well, add to /etc/portage/package.mask
x11-drivers/xf86-video-intel-2.1.1 and then emerge
x11-drivers/xf86-video-intel. Of course you need to update (downgrade)
your xorg-server to 1.3.0.0-r6 (same operations:mask every version which
later than 1.3.0.0-r6 x11-base/xorg-server-1.3.0.0-r6) and don't
forget that you can't using evdev afaik with this xorg but
x11-drivers/xf86-input-keyboard and x11-drivers/xf86-input-mice will
replace it. And configure your xorg.conf

For swithcing back just erase strings that you add to package.mask and
then reemerge packets. Don't forget that xorg-1.5* and 1.3* are
different. Read upgrade guide.




Re: [gentoo-user] Problem with the graphic card

2009-06-19 Thread Ward Poelmans
On Fri, Jun 19, 2009 at 13:32, Vasya Volkovmy.pipes.b...@gmail.com wrote:

 For swithcing back just erase strings that you add to package.mask and
 then reemerge packets. Don't forget that xorg-1.5* and 1.3* are
 different. Read upgrade guide.

Are you sure that's a good idea? He has an GM45 which was only
released last year. Isn't this driver older than that?

Ward



Re: [gentoo-user] Problem with the graphic card

2009-06-19 Thread Vasya Volkov
В Птн, 19/06/2009 в 13:37 +0200, Ward Poelmans пишет:
 On Fri, Jun 19, 2009 at 13:32, Vasya Volkovmy.pipes.b...@gmail.com wrote:
 
  For swithcing back just erase strings that you add to package.mask and
  then reemerge packets. Don't forget that xorg-1.5* and 1.3* are
  different. Read upgrade guide.
 
 Are you sure that's a good idea? He has an GM45 which was only
 released last year. Isn't this driver older than that?
 
 Ward
 

I don't understand which older driver do you mean...
Intel rewrite their driver. And there isn't any good support for linux
by their driver at now. As I know they start rewrite thier driver from
version 2.1.1 or so. Version 2.1.1 not good but with it I have reached
best performance.

Wait until they finish work is a good idea.


-- 
Vasya my.pipes.b...@gmail.com




Re: [gentoo-user] Problem with the graphic card

2009-06-19 Thread Massimiliano Ziccardi
Thank you all. I think I'll wait, however, do you think that that is the
problem that cause

glxinfo | grep renderer
direct rendering: Yes
OpenGL renderer string: Software Rasterizer

On my ubuntu machine, I get :
direct rendering: Yes
OpenGL renderer string: Mesa DRI Intel(R) 965Q GEM 20090326 2009Q1 RC2
x86/MMX/SSE2

Thanks,
Massimiliano

On Fri, Jun 19, 2009 at 2:32 PM, Vasya Volkov my.pipes.b...@gmail.comwrote:

 В Птн, 19/06/2009 в 13:37 +0200, Ward Poelmans пишет:
  On Fri, Jun 19, 2009 at 13:32, Vasya Volkovmy.pipes.b...@gmail.com
 wrote:
  
   For swithcing back just erase strings that you add to package.mask and
   then reemerge packets. Don't forget that xorg-1.5* and 1.3* are
   different. Read upgrade guide.
 
  Are you sure that's a good idea? He has an GM45 which was only
  released last year. Isn't this driver older than that?
 
  Ward
 

 I don't understand which older driver do you mean...
 Intel rewrite their driver. And there isn't any good support for linux
 by their driver at now. As I know they start rewrite thier driver from
 version 2.1.1 or so. Version 2.1.1 not good but with it I have reached
 best performance.

 Wait until they finish work is a good idea.


 --
 Vasya my.pipes.b...@gmail.com





[gentoo-user] Re: Canonical place to list modules to load

2009-06-19 Thread Harry Putnam
Neil Bothwick n...@digimed.co.uk writes:

 On Wed, 17 Jun 2009 10:31:23 -0400, Mark Shields wrote:

  So if I want to load `fuse' at boot... where do it put it?

 It's been the same as long as I've been using Gentoo the past 5
 years: /etc/modules.autoload.d/kernel-2.6.  This has always been in the
 handbook as long as I've been using Gentoo, too.

 That's for baselayout1. For baselayout2/openrc it has moved
 to /etc/conf.d/modules.

Thanks... that's what I was after.

Alan McKinnon alan.mckin...@gmail.com writes:

[...]
Alan M wrote:
 With baselayout-1, the layout was a bit haphazard. baselayout-2 and openrc 
 took the opportunity to tidy all this up.

And /etc/conf.d/modules does seem saner.




Re: [gentoo-user] Problem with the graphic card

2009-06-19 Thread Ward Poelmans
2009/6/19 Massimiliano Ziccardi massimiliano.zicca...@gmail.com:
 Thank you all. I think I'll wait, however, do you think that that is the
 problem that cause

Did you enable intel in VIDEO_CARDS for mesa?

Ward



[gentoo-user] Re: Canonical place to list modules to load

2009-06-19 Thread Harry Putnam
Mark Shields laebsh...@gmail.com writes:

 It's been the same as long as I've been using Gentoo the past 5
 years: /etc/modules.autoload.d/kernel-2.6.  This has always been in the
 handbook as long as I've been using Gentoo, too.

Yeah... thats why I was confused.  But as you see, things are
different with baselayout2.

I was fortunate in that I came to baselayout2 on a completely new
install.  I imagine its a bit more confusing moving from baselayout1
to 2.




[gentoo-user] Re: Sysloggers

2009-06-19 Thread Harry Putnam
Mick michaelkintz...@gmail.com writes:

 Perhaps rsyslog?

 http://www.rsyslog.com
 
   Among others, it offers support for on-demand disk buffering, reliable 
 syslog over TCP, SSL, TLS and RELP, writing to databases (MySQL, PostgreSQL, 
 Oracle, and many more), email alerting, fully configurable output formats 
 (including high-precision timestamps), the ability to filter on any part of 
 the syslog message, on-the-wire message compression, and the ability to 
 convert text files to syslog. It is a drop-in replacement for stock syslogd 
 and able to work with the same configuration file syntax.
 

 It's in portage.

And I can say as an rsyslog user...of some mnths, that even if you
don't need all those refinements, for just basic use it just like
syslog and doesn't require learning yet another config syntax like
syslog-ng does.




Re: [gentoo-user] Umlaut trouble in filenames

2009-06-19 Thread Volker Armin Hemmann
On Freitag 19 Juni 2009, Alex Schuster wrote:
 Volker Armin Hemmann writes:
  On Donnerstag 18 Juni 2009, Alex Schuster wrote:
   I have lang=de_de.u...@euro set now, before it was unset. Those umlaut
 
  btw
  use either de...@euro or de_DE.UTF8

 Oh, thanks.

 I got this setting from the gentoo localization guide (the google cache
 still shows that version), which now suggests using LANG=de_DE.UTF-8
 UTF-8 - any idea why the second UTF-8 would be necessary? It's described
 in the german version only. I have it set to de_DE.UTF8 now.

   Wonko

nope, I have:

de_DE.UTF-8 UTF-8
de_DE ISO-8859-1
de...@euro ISO-8859-15

in locale.gen 
and
lang=de...@euro
language=de...@euro
lc_all=de...@euro

set.

which works well. utf gave me trouble in the past, so I shelfed that idea a 
long time ago.



RE: [gentoo-user] Problem with the graphic card

2009-06-19 Thread Adam Carter

Thank you all. I think I'll wait, however, do you think that that is the 
problem that cause

glxinfo | grep renderer
direct rendering: Yes
OpenGL renderer string: Software Rasterizer

On my ubuntu machine, I get :
direct rendering: Yes
OpenGL renderer string: Mesa DRI Intel(R) 965Q GEM 20090326 2009Q1 RC2 
x86/MMX/SSE2

That diference definately explains poorer 3D performance in gentoo compared to 
ubuntu. IIRC GEM is a very new feature in the 2.6.29?? kernel, so at a minimum 
you'll need to enable it in your kernel, to be able to use that feature. There 
may be other things you need as well

You'll probably want to run the very latest version of the intel driver, to try 
it, add the following to /etc/portage/package.keyword;
x11-drivers/xf86-video-intel ~x86
if you're running 32 bit or
x11-drivers/xf86-video-intel ~amd64
if you're running 64 bit, then emerge it again

Have you read http://en.gentoo-wiki.com/wiki/Intel_GMA? Should be better info 
in there


[gentoo-user] how to make large iso with mkisofs?

2009-06-19 Thread David Shen
Hi,

I have a blue-ray dvd copied on disk, it is about 20GB large, when I
use mkisofs, it reports my files are too large. Is there any way to
fix this?


-- 
Best Regards,
David Shen

http://twitter.com/davidshen84



Re: [gentoo-user] Problem with the graphic card

2009-06-19 Thread Massimiliano Ziccardi
Do you mean into the xorg.conf file (I'm not very expert in configuring
X...)?

In my previous mail I sent the xorg.conf file. Do I have to change
something?

Thanks you,
Massimiliano


On Fri, Jun 19, 2009 at 4:09 PM, Ward Poelmans wpoel...@gmail.com wrote:

 2009/6/19 Massimiliano Ziccardi massimiliano.zicca...@gmail.com:
  Thank you all. I think I'll wait, however, do you think that that is the
  problem that cause

 Did you enable intel in VIDEO_CARDS for mesa?

 Ward




Re: [gentoo-user] Umlaut trouble in filenames

2009-06-19 Thread Dirk Heinrichs
Am Freitag 19 Juni 2009 16:42:23 schrieb Volker Armin Hemmann:
 which works well. utf gave me trouble in the past, so I shelfed that idea a
 long time ago.

OTOH, utf8 works perfectly well here, since years.

Bye...

Dirk


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


Re: [gentoo-user] Problem with the graphic card

2009-06-19 Thread Massimiliano Ziccardi
Hi Adam.

Thanks for your help.

I read that document a while ago.
It says I need :
1) gentoo-sources 2.6.29 + : I'm ok, my version is 2.6.29-r5
2) xorg-server 1.6+ : here I'm too old. I have 1.5.3-r6. however, emerge
says that 1.5.3-r6 is the latest available
3) xf86-video-intel 2.6.1+: I have 2.6.3-r1.

Do you think it wold be a good idea to upgrade xorg, even if emerge says
I've the latest available version?

Thank you,
Massimiliano

On Fri, Jun 19, 2009 at 5:01 PM, Adam Carter adam.car...@optus.com.auwrote:


 That diference definately explains poorer 3D performance in gentoo compared
 to ubuntu. IIRC GEM is a very new feature in the 2.6.29?? kernel, so at a
 minimum you'll need to enable it in your kernel, to be able to use that
 feature. There may be other things you need as well

 You'll probably want to run the very latest version of the intel driver, to
 try it, add the following to /etc/portage/package.keyword;
 x11-drivers/xf86-video-intel ~x86
 if you're running 32 bit or
 x11-drivers/xf86-video-intel ~amd64
 if you're running 64 bit, then emerge it again

 Have you read http://en.gentoo-wiki.com/wiki/Intel_GMA? Should be better
 info in there



Re: [gentoo-user] Problem with the graphic card

2009-06-19 Thread Ward Poelmans
On Fri, Jun 19, 2009 at 17:32, Massimiliano
Ziccardimassimiliano.zicca...@gmail.com wrote:
 Do you mean into the xorg.conf file (I'm not very expert in configuring
 X...)?

 In my previous mail I sent the xorg.conf file. Do I have to change
 something?

Your xorg.conf is fine. Take a look at make.conf. Somewhere you should
define a variable VIDEO_CARDS than contains the string intel. If
not, add it and remerge mesa. Take a look at the HOWTO Adam suggested,
http://en.gentoo-wiki.com/wiki/Intel_GMA It's all explained over
there.

Ward



Re: [gentoo-user] how to make large iso with mkisofs?

2009-06-19 Thread Paul Hartman
On Fri, Jun 19, 2009 at 10:03 AM, David Shendavidshe...@googlemail.com wrote:
 Hi,

 I have a blue-ray dvd copied on disk, it is about 20GB large, when I
 use mkisofs, it reports my files are too large. Is there any way to
 fix this?

I don't have a Blu-ray drive and never used one, but you can try to
use growisofs from app-cdr/dvd+rw-tools. It contains examples in the
manpage:

   To master and burn an ISO9660 volume with Joliet and Rock-Ridge
extensions on a DVD or Blu-ray Disc:

growisofs -Z /dev/dvd -R -J /some/files

   To append more data to same media:

growisofs -M /dev/dvd -R -J /more/files

   Make sure to use the same options for both initial burning and
when appending data.

   To finalize the multisession DVD maintaining maximum compatibility:

growisofs -M /dev/dvd=/dev/zero



Re: [gentoo-user] how to make large iso with mkisofs?

2009-06-19 Thread David Shen
thanks, but I have just found an easier solution, just add -iso-level
3 to mkisofs option. the iso level 3 do not have restriction on file
size.


On Fri, Jun 19, 2009 at 11:16 PM, Paul
Hartmanpaul.hartman+gen...@gmail.com wrote:
 On Fri, Jun 19, 2009 at 10:03 AM, David Shendavidshe...@googlemail.com 
 wrote:
 Hi,

 I have a blue-ray dvd copied on disk, it is about 20GB large, when I
 use mkisofs, it reports my files are too large. Is there any way to
 fix this?

 I don't have a Blu-ray drive and never used one, but you can try to
 use growisofs from app-cdr/dvd+rw-tools. It contains examples in the
 manpage:

       To master and burn an ISO9660 volume with Joliet and Rock-Ridge
 extensions on a DVD or Blu-ray Disc:

            growisofs -Z /dev/dvd -R -J /some/files

       To append more data to same media:

            growisofs -M /dev/dvd -R -J /more/files

       Make sure to use the same options for both initial burning and
 when appending data.

       To finalize the multisession DVD maintaining maximum compatibility:

            growisofs -M /dev/dvd=/dev/zero





-- 
Best Regards,
David Shen

http://twitter.com/davidshen84



Re: [gentoo-user] how to make large iso with mkisofs?

2009-06-19 Thread Joerg Schilling
David Shen davidshe...@googlemail.com wrote:

 I have a blue-ray dvd copied on disk, it is about 20GB large, when I
 use mkisofs, it reports my files are too large. Is there any way to
 fix this?

Which files are too large?
Are you using mkisofs?

Jörg

-- 
 EMail:jo...@schily.isdn.cs.tu-berlin.de (home) Jörg Schilling D-13353 Berlin
   j...@cs.tu-berlin.de(uni)  
   joerg.schill...@fokus.fraunhofer.de (work) Blog: 
http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily



Re: [gentoo-user] Problem with the graphic card

2009-06-19 Thread Massimiliano Ziccardi
Sorry, I read that document after I sent the e-mail.

However (but maybe I've understood wrong), it says that I have to define
that variable only if I want to use the old xf86-video-i810 name. If I don't
define that, I should use the new name (xf86-video-intel).
Do I get any improvement using the old one (and, is that a good idea?) ?

Thanks,
Massimiliano

On Fri, Jun 19, 2009 at 5:39 PM, Ward Poelmans wpoel...@gmail.com wrote:

 On Fri, Jun 19, 2009 at 17:32, Massimiliano
 Ziccardimassimiliano.zicca...@gmail.com wrote:
  Do you mean into the xorg.conf file (I'm not very expert in configuring
  X...)?
 
  In my previous mail I sent the xorg.conf file. Do I have to change
  something?

 Your xorg.conf is fine. Take a look at make.conf. Somewhere you should
 define a variable VIDEO_CARDS than contains the string intel. If
 not, add it and remerge mesa. Take a look at the HOWTO Adam suggested,
 http://en.gentoo-wiki.com/wiki/Intel_GMA It's all explained over
 there.

 Ward




Re: [gentoo-user] how to make large iso with mkisofs?

2009-06-19 Thread Joerg Schilling
David Shen davidshe...@googlemail.com wrote:

 thanks, but I have just found an easier solution, just add -iso-level
 3 to mkisofs option. the iso level 3 do not have restriction on file
 size.

If your problem has been that you need multi-extent files for your purpose, you 
are correct.

Jörg

-- 
 EMail:jo...@schily.isdn.cs.tu-berlin.de (home) Jörg Schilling D-13353 Berlin
   j...@cs.tu-berlin.de(uni)  
   joerg.schill...@fokus.fraunhofer.de (work) Blog: 
http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily



Re: [gentoo-user] Canonical place to list modules to load

2009-06-19 Thread Mick
On Friday 19 June 2009, Alan McKinnon wrote:
 On Friday 19 June 2009 00:08:04 Neil Bothwick wrote:
  On Thu, 18 Jun 2009 22:45:50 +0100, Mick wrote:
   Why did they *have* to move it to /etc/modules.autoload.d/kernel-2.6.
 
  They didn't, they moved it from there to /etc/conf.d where all the other
  rc config files live.
 
   I am still confused with the difference between /etc/rc.conf
   and /etc/conf.d/rc ...
 
  Then moved that one out of /etc/conf.d :(

 Lets not confuse the fellow with our awesome wit :-)

 Mick, it's a cleanup operation with openrc to get things a bit more sane.

 Unix let's you put config files any damn place you want them. So it's up to
 you to put them someplace sane. The recent trend is to use a structure like

 /etc/thing.conf
 /etc/thing.d/*

 The first one is used for global settings that affect the entire package
 (or system in this case as it's openrc).
 The second has individual files, one for each logical sub-section. Package
 managers can then update individual bits independently - trying to do
 updates to one massive file with sed is a distinctly non-trivial operation.

 With baselayout-1, the layout was a bit haphazard. baselayout-2 and openrc
 took the opportunity to tidy all this up.

Thank you for the explanation.

I am running stable x86 on all my boxen at the moment.  I guess I'll have to 
become accustomed to the new set up soon.
-- 
Regards,
Mick


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


Re: [gentoo-user] how to make large iso with mkisofs?

2009-06-19 Thread Neil Bothwick
On Fri, 19 Jun 2009 10:16:18 -0500, Paul Hartman wrote:

  I have a blue-ray dvd copied on disk, it is about 20GB large, when I
  use mkisofs, it reports my files are too large. Is there any way to
  fix this?  
 
 I don't have a Blu-ray drive and never used one, but you can try to
 use growisofs from app-cdr/dvd+rw-tools.

growisofs only handles writing the data to the disc,the rest of the work
it hands over to mkisofs.


-- 
Neil Bothwick

Set phasers to extreme itching!


signature.asc
Description: PGP signature


[gentoo-user] emerge -K complains about -fPIC

2009-06-19 Thread Nikos Chantziaras
I prepared some binary packages (with quickpkg) in order to have a 
quicker downgrade path just before emerging some beta software.  The 
beta software didn't work as expected so I simply unmerged it and 
emerged to old ones with emerge -K.  This works fine, but produces 
this warning:


  * Your CFLAGS contains -fPIC which can break packages.
  * Your CXXFLAGS contains -fPIC which can break packages.
  *
  * Before you file a bug, please remove these flags and
  * re-compile the package in question as well as all its dependencies

Why is this?  I do not have -fPIC in my CFLAGS, but AFAIK it's on by 
default on AMD64 anyway.  In this case, why the warning?





[gentoo-user] lvm problem -- is timing?

2009-06-19 Thread Maxim Wexler
Hi group,

Rather than resurrect an old thread though I'd start anew with a fresh clue.

Seems if I add the commands:

vgscan --mknodes
vgchange -a y
mount -a

to /etc/conf.d/bootmisc and add it to the boot runlevel, the eee boots
to a coherent system BUT not before going through LVM failure, errors,
inability to find volumes etc through many console lines until just
after the line:

*Configuring kernel parameters...

comes

Reading all physical volumes. This may take a while...
Found volume group vg using metadata type lvm2
5 logical volume(s) in volume group vg now active
...

And everything is fine after that. So it looks like a question of
timing, of executing bootmisc or something like it earlier, say just
after loading dm-mod and dm-crypt and just before the line in the
console:

*Setting up the Logical Volume Manager...

When it all starts to fall apart.

FWIW I'm using baselayout-2.

Maxim



Re: [gentoo-user] Cannot update world: can't build mesa

2009-06-19 Thread Olekhov Vasiliy



I've been using radeonhd, mesa, dri and others from latest git.

Now i'm trying to update world. emerge fails building mesa-7.4.2 from 
portage


Well, the problem was with headers dri2proto. These were installed in 
/usr/local/include/drm and there was a conflict with /usr/include/drm

The problem is solved.




Re: [gentoo-user] lvm problem -- is timing?

2009-06-19 Thread Mike Kazantsev
On Fri, 19 Jun 2009 22:15:12 -0600
Maxim Wexler maxim.wex...@gmail.com wrote:

 Seems if I add the commands:
 
 vgscan --mknodes
 vgchange -a y
 mount -a
 
 to /etc/conf.d/bootmisc and add it to the boot runlevel, the eee boots
 to a coherent system BUT not before going through LVM failure, errors,
 inability to find volumes etc through many console lines until just
 after the line:
 
 *Configuring kernel parameters...
 
 comes
 
 Reading all physical volumes. This may take a while...
 Found volume group vg using metadata type lvm2
 5 logical volume(s) in volume group vg now active
 ...
 
 And everything is fine after that. So it looks like a question of
 timing, of executing bootmisc or something like it earlier, say just
 after loading dm-mod and dm-crypt and just before the line in the
 console:
 
 *Setting up the Logical Volume Manager...
 
 When it all starts to fall apart.
 
 FWIW I'm using baselayout-2.

I've had such problem in the past, even filed the bug:

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

For me, the problem was that device-mapper initscript started after
lvm.

I believe there's after device-mapper line already in lvm-2.02.45, so
it should run fine, but as an additional precaution I have dm-crypt
script at sysinit runlevel, which starts device-mapper and dm-crypt
before lvm or even it's runlevel (boot).

It makes sense for me, since some lvm pv's (not root) are actually on
encrypted partitions, although I mount these even earlier, but should
initrd become incompatible w/ latest kernel, dm-crypt should do the job
instead.
Guess you can do the same, at least if you don't have dm-crypt
mappings, or you can try adding device-mapper to sysinit level directly.


Here's my boot sequence (from rc.log):


  rc sysinit logging started at Fri Jun 12 04:24:55 2009

 OpenRC 0.4.3 is starting up Gentoo Linux (i686)

  Press I to enter interactive boot mode

  * Mounting /proc...
   [ ok ]
  * Mounting /sys...
   [ ok ]
  * Mounting debug filesystem...
   [ ok ]
  * Mounting /dev...
   [ ok ]
  * Starting udevd...
   [ ok ]
  * Populating /dev with existing devices through uevents...
   [ ok ]
  * Waiting for uevents to be processed...
   [ ok ]
  * Mounting /dev/pts...
   [ ok ]
  * Mounting /dev/shm...
   [ ok ]
  *   device-mapper uses addon code which is deprecated
  *   and may not be available in the future.
  * Setting up dm-crypt mappings...
  * dm-crypt mapping lvcrypt is already configured
   [ ok ]

  rc sysinit logging stopped at Fri Jun 12 04:24:55 2009


  rc boot logging started at Fri Jun 12 04:24:55 2009

  * Setting system clock using the hardware clock [Local Time]...
   [ ok ]
  * Autoloaded 0 module(s)
  *   lvm uses addon code which is deprecated
  *   and may not be available in the future.
  * Setting up the Logical Volume Manager...
Locking type -1 initialisation failed.
   [ ok ]
  * Checking local filesystems ...
  ...



-- 
Mike Kazantsev // fraggod.net


signature.asc
Description: PGP signature