Re: [gentoo-user] Connecting to VPN

2012-06-05 Thread Massimiliano Ziccardi
Thank you!

I'm giving a look to the links: I'll let you know the results!

Best regards,
Massimiliano Ziccardi

On Tue, Jun 5, 2012 at 4:28 PM, Michael Mol mike...@gmail.com wrote:

 On Tue, Jun 5, 2012 at 9:54 AM, Massimiliano Ziccardi
 massimiliano.zicca...@gmail.com wrote:
  Hi all!
 
  Are you aware of a software I can use to connect my gentoo PC to an ATT
  IPSec DualAccess VPN?
 
  Thanks in advance,
  Massimiliano Ziccardi


 http://www.ibmconnections.org/wordpress/index.php/2009/01/ibm-att-vpn-client-on-linux-ubuntu/

 From the sound of it, they have their own VPN client. If you grab
 their package, you can probably repackage such that it'd work on
 Gentoo. I know that's how one would [used to] install closed binary
 packages like Skype.

 That said, it's possible they're using a combination of existing
 tools. Given that they're using IPSec, it may be that all you need is
 racoon.

 http://en.gentoo-wiki.com/wiki/IPsec_L2TP_VPN_server



 --
 :wq




[gentoo-user] Network problem with linux server

2011-11-07 Thread Massimiliano Ziccardi
Hi All.

This problem is not strictly related to gentoo, however I'm sure someone
here will be able to help me in some way: sorry if I bother you!

I'm having a really strange problem: for some reason, everytime I reboot my
server, the default gateway gets attached to the 'lo' interface, even if I
correctly attached it to the eth0 device.

I fixed the problem editing the /etc/sysconfig/network file and adding

GATEWAY=195.75.145.1
GATEWAYDEV=eth0

however I'm not sure this is the solution: I already configured the default
gateway only in the ifcfg-eth0 file!

After this, I have an even worse problem: doing an ssh 195.75.145.1, I get
an answer from my own server like if it was a loopback address !

Here is the output of ifconfig:

eth0  Link encap:Ethernet  HWaddr 5C:F3:FC:55:63:42
  inet addr:195.75.145.122  Bcast:195.75.145.255  Mask:255.255.255.0
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:4281 errors:0 dropped:0 overruns:0 frame:0
  TX packets:25 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000
  RX bytes:4934949 (4.7 MiB)  TX bytes:2133 (2.0 KiB)
  Interrupt:28 Memory:9200-92012800

eth2  Link encap:Ethernet  HWaddr 00:1B:21:8E:0A:86
  inet addr:192.168.19.95  Bcast:192.168.19.255  Mask:255.255.255.0
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:2049 errors:0 dropped:0 overruns:0 frame:0
  TX packets:917 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000
  RX bytes:236160 (230.6 KiB)  TX bytes:99635 (97.2 KiB)
  Memory:97d8-97e0

loLink encap:Local Loopback
  inet addr:127.0.0.1  Mask:255.0.0.0
  UP LOOPBACK RUNNING  MTU:16436  Metric:1
  RX packets:56 errors:0 dropped:0 overruns:0 frame:0
  TX packets:56 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0
  RX bytes:7714 (7.5 KiB)  TX bytes:7714 (7.5 KiB)

lo:0  Link encap:Local Loopback
  inet addr:195.75.145.120  Mask:255.255.255.0
  UP LOOPBACK RUNNING  MTU:16436  Metric:1

here is the output of ip route

192.168.19.0/24 dev eth2  proto kernel  scope link  src 192.168.19.95
195.75.145.0/24 dev eth0  proto kernel  scope link  src 195.75.145.122
169.254.0.0/16 dev eth0  scope link  metric 1002
169.254.0.0/16 dev eth2  scope link  metric 1004
default via 195.75.145.1 dev eth0

Please!! Do you have any advice?

Thanks,
Massimiliano


Re: [gentoo-user] Network problem with linux server

2011-11-07 Thread Massimiliano Ziccardi
You are totally right: I'm not using gentoo, but I'm serching for help and
gentoo's mailing list is the most technical one: I'm truly sorry for the OT.

Just some hint about what could be wrong or some command to launch to
understand what's wrong would be great: I'm getting crazy!!

My distribution is CENTOS but couldn't get much help there, so I tried here.

Thanks a lot!

Massimiliano

On Mon, Nov 7, 2011 at 12:24, J. Roeleveld jo...@antarean.org wrote:

 On Mon, November 7, 2011 12:13 pm, Massimiliano Ziccardi wrote:
  Hi All.
 
  This problem is not strictly related to gentoo, however I'm sure someone
  here will be able to help me in some way: sorry if I bother you!
 
  I'm having a really strange problem: for some reason, everytime I reboot
  my
  server, the default gateway gets attached to the 'lo' interface, even if
 I
  correctly attached it to the eth0 device.
 
  I fixed the problem editing the /etc/sysconfig/network file and adding
 
  GATEWAY=195.75.145.1
  GATEWAYDEV=eth0
 
  however I'm not sure this is the solution: I already configured the
  default
  gateway only in the ifcfg-eth0 file!

 Which Linux distribution are you using?
 Gentoo does not use those files.

 Try editing the /etc/conf.d/net file to match your network settings.

 --
 Joost





Re: [gentoo-user] Network problem with linux server

2011-11-07 Thread Massimiliano Ziccardi
Already done.
I asked here because I hoped someone would be able to give me some hint
about why with the routes I sent in the previous e-mail pinging the default
gateway it
pings itself (I verified that pinging every server with address
195.75.145.xxx pings the server itself as if it was a loopback address).

Thanks,
Massimiliano

On Mon, Nov 7, 2011 at 12:52, Michael Schreckenbauer grim...@gmx.de wrote:

 Hi,

 Am Montag, 7. November 2011, 12:13:58 schrieb Massimiliano Ziccardi:
  Hi All.
 
  This problem is not strictly related to gentoo, however I'm sure someone
  here will be able to help me in some way: sorry if I bother you!

 have a look at:
 http://www.centos.org/docs/5/html/5.1/Deployment_Guide/s1-networkscripts-
 static-routes.html

 Best,
 Michael





Re: [gentoo-user] Network problem with linux server

2011-11-07 Thread Massimiliano Ziccardi

 Please do NOT top-post


Sorry.

If asking questions on how to do things on non-Gentoo installations,
 please always mention the distribution in your email.


Ok, sorry again!

What about the documentation?
 I have noticed that most binary distros require the use of their graphical
 admin tools to make any changes to the configuration.


I read the documentation and tried to carefully follow it. Now I'm getting
this strange behaviour and don't know what's happening.
I tried both editing the config files and using the network config tool,
but with no luck.

I thought it was a routing problem, but as you can see, the routes I sent
seems to be ok.

However, I'm not a networking guru, so I don't know what to look else.
Maybe the arp tables?

Here is the arptables -L output:

Chain IN (policy ACCEPT)
target source-ipdestination-ip   source-hw
 destination-hw hlen   op hrdpro

Chain OUT (policy ACCEPT)
target source-ipdestination-ip   source-hw
 destination-hw hlen   op hrdpro

Chain FORWARD (policy ACCEPT)
target source-ipdestination-ip   source-hw
 destination-hw hlen   op hrdpro


Re: [gentoo-user] Network problem with linux server

2011-11-07 Thread Massimiliano Ziccardi
Hi All.

The routes and ifconfig seems correct to me.

How is the router configured?
I specifically mean, does it have any firewall configurations redirecting
SSH-traffic to your machine?

I don't have access to the routers, however they are used for many other
servers too.
Moreover, I tried the ssh command because I wanted to be sure I was pinging
the right servers (for some reason they can't ping me!) and I discovered
that I was pinging myself.

Moreover I'm trying to ping/ssh on servers that are on the same lan and the
network technician (?!) assured me there is no firewall between my server
and, for example, 195.75.145.33.

Another strange thing I noticed is that :

   1. 195.75.146.104 (that passes through a firewall!!) is able to ping my
   server
   2. 195.75.145.33 (that is on the same net without firewall) is not able
   to ping my server

I have the dubt something strange happens in the routers/switch, etc.
However, since I have that strange behaviour on my machine (ping itself,
etc.), thay says my server is bad configured.

Moreover, 195.75.145.33 is able to ping many other servers on the same net
but mine.

Don't know what else to do...

Regards,
Massimiliano


Re: [gentoo-user] Network problem with linux server

2011-11-07 Thread Massimiliano Ziccardi
 you have those link-local entries in your routes (169.254.0.0/16), Try
 adding
 NOZEROCONF= yes to /etc/sysconfig/network


Already tried, but no luck...

Thanks,
Massimiliano


Re: [gentoo-user] Network problem with linux server

2011-11-07 Thread Massimiliano Ziccardi

 could you post  the output of
 ip route
 with zeroconf disabled?


Here it is!

192.168.19.0/24 dev eth2  proto kernel  scope link  src 192.168.19.95
195.75.145.0/24 dev eth0  proto kernel  scope link  src 195.75.145.122
default via 195.75.145.1 dev eth0


Thanks,
Massimiliano


Re: [gentoo-user] Network problem with linux server

2011-11-07 Thread Massimiliano Ziccardi

 seems to be a really tricky one...
 What does
 tracepath 195.75.145.33
 give?


Here is the output:

 1:  195.75.145.33 (195.75.145.33)  0.074ms pmtu
16436
 1:  195.75.145.33 (195.75.145.33)  0.039ms reached
 1:  195.75.145.33 (195.75.145.33)  0.028ms reached

I tried shutting down localhost with:

ifconfig lo down.

Now I can't ping 195.75.145.33 anymore (as all the other 195.75.145.xx
addresses).

And now tracepath gives:

1:  send failed
 Resume: pmtu 65535

So, for some reason, seems it always uses the 'lo' device...

Any idea?

Regards,
Massimiliano


Re: [gentoo-user] Network problem with linux server

2011-11-07 Thread Massimiliano Ziccardi

 I've been deploying multi-interface Linux gateways since 2008, so I'll try.
 Please post:
 - output of ip rule sh


# ip rule sh
0:  from all lookup local
32766:  from all lookup main
32767:  from all lookup default

# ip route sh table 0
192.168.19.0/24 dev eth2  proto kernel  scope link  src 192.168.19.95
195.75.145.0/24 dev eth0  proto kernel  scope link  src 195.75.145.122
default via 195.75.145.1 dev lo  scope link
broadcast 127.255.255.255 dev lo  table local  proto kernel  scope link
 src 127.0.0.1
local 195.75.145.122 dev eth0  table local  proto kernel  scope host  src
195.75.145.122
broadcast 192.168.19.0 dev eth2  table local  proto kernel  scope link  src
192.168.19.95
broadcast 195.75.145.255 dev eth0  table local  proto kernel  scope link
 src 195.75.145.122
broadcast 195.75.145.255 dev lo  table local  proto kernel  scope link  src
195.75.145.120
local 195.75.145.120 dev lo  table local  proto kernel  scope host  src
195.75.145.120
local 192.168.19.95 dev eth2  table local  proto kernel  scope host  src
192.168.19.95
broadcast 192.168.19.255 dev eth2  table local  proto kernel  scope link
 src 192.168.19.95
broadcast 195.75.145.0 dev eth0  table local  proto kernel  scope link  src
195.75.145.122
broadcast 195.75.145.0 dev lo  table local  proto kernel  scope link  src
195.75.145.120
broadcast 127.0.0.0 dev lo  table local  proto kernel  scope link  src
127.0.0.1
local 127.0.0.1 dev lo  table local  proto kernel  scope host  src 127.0.0.1
local 195.75.145.0/24 dev lo  table local  proto kernel  scope host  src
195.75.145.120
local 127.0.0.0/8 dev lo  table local  proto kernel  scope host  src
127.0.0.1

# ip route sh table 32766
# ip route sh table 32767

Both 32766 and 32767 are empty

Thanks very much!

Regards,
Massimiliano



On Mon, Nov 7, 2011 at 14:59, Pandu Poluan pa...@poluan.info wrote:


 On Nov 7, 2011 8:38 PM, Massimiliano Ziccardi 
 massimiliano.zicca...@gmail.com wrote:
 
  seems to be a really tricky one...
  What does
  tracepath 195.75.145.33
  give?
 
 
  Here is the output:
 
   1:  195.75.145.33 (195.75.145.33)  0.074ms pmtu
 16436
   1:  195.75.145.33 (195.75.145.33)  0.039ms
 reached
   1:  195.75.145.33 (195.75.145.33)  0.028ms
 reached
 
  I tried shutting down localhost with:
 
  ifconfig lo down.
 
  Now I can't ping 195.75.145.33 anymore (as all the other 195.75.145.xx
 addresses).
 
  And now tracepath gives:
 
  1:  send failed
   Resume: pmtu 65535
 
  So, for some reason, seems it always uses the 'lo' device...
 
  Any idea?
 

 I've been deploying multi-interface Linux gateways since 2008, so I'll try.

 Please post:

 - output of ip rule sh
 - output of ip route sh table $t, where $t is *all* table names/numbers
 you get from the first output ( ... lookup $t )

 Rgds,



Re: [gentoo-user] Network problem with linux server

2011-11-07 Thread Massimiliano Ziccardi
Our network admin told me to create a lo:0 to that address to create a VIP
to be balanced by the network load balancer.

That is why lo:0 is there...

Thanks!

Regards,
Massimiliano Ziccardi

On Mon, Nov 7, 2011 at 15:01, Michael Schreckenbauer grim...@gmx.de wrote:

 Am Montag, 7. November 2011, 14:35:46 schrieb Massimiliano Ziccardi:
   seems to be a really tricky one...
   What does
   tracepath 195.75.145.33
   give?
 
  Here is the output:
 
   1:  195.75.145.33 (195.75.145.33)  0.074ms pmtu
  16436
   1:  195.75.145.33 (195.75.145.33)  0.039ms
 reached
   1:  195.75.145.33 (195.75.145.33)  0.028ms
 reached
 
  I tried shutting down localhost with:
 
  ifconfig lo down.
 
  Now I can't ping 195.75.145.33 anymore (as all the other 195.75.145.xx
  addresses).
 
  And now tracepath gives:
 
  1:  send failed
   Resume: pmtu 65535
 
  So, for some reason, seems it always uses the 'lo' device...
 
  Any idea?

 I noticed lo:0 is on the same net and has the same netmask as eth0.
 Where does lo:0 come from? Is it needed?
 I have no idea, if this is the problem or even related, just wondering.

  Regards,
  Massimiliano

 Best,
 Michael





Re: [gentoo-user] Network problem with linux server

2011-11-07 Thread Massimiliano Ziccardi
Sorry, I sent you the wrong output of ip route sh table 0.

Follows the right one (sorry!)

# ip route sh table 0
192.168.19.0/24 dev eth2  proto kernel  scope link  src 192.168.19.95
195.75.145.0/24 dev eth0  proto kernel  scope link  src 195.75.145.122
default via 195.75.145.1 dev eth0
broadcast 127.255.255.255 dev lo  table local  proto kernel  scope link
 src 127.0.0.1
local 195.75.145.122 dev eth0  table local  proto kernel  scope host  src
195.75.145.122
broadcast 192.168.19.0 dev eth2  table local  proto kernel  scope link  src
192.168.19.95
broadcast 195.75.145.255 dev eth0  table local  proto kernel  scope link
 src 195.75.145.122
broadcast 195.75.145.255 dev lo  table local  proto kernel  scope link  src
195.75.145.120
local 195.75.145.120 dev lo  table local  proto kernel  scope host  src
195.75.145.120
local 192.168.19.95 dev eth2  table local  proto kernel  scope host  src
192.168.19.95
broadcast 192.168.19.255 dev eth2  table local  proto kernel  scope link
 src 192.168.19.95
broadcast 195.75.145.0 dev eth0  table local  proto kernel  scope link  src
195.75.145.122
broadcast 195.75.145.0 dev lo  table local  proto kernel  scope link  src
195.75.145.120
broadcast 127.0.0.0 dev lo  table local  proto kernel  scope link  src
127.0.0.1
local 127.0.0.1 dev lo  table local  proto kernel  scope host  src 127.0.0.1
local 195.75.145.0/24 dev lo  table local  proto kernel  scope host  src
195.75.145.120
local 127.0.0.0/8 dev lo  table local  proto kernel  scope host  src
127.0.0.1

Regards,
Massimiliano

On Mon, Nov 7, 2011 at 14:59, Pandu Poluan pa...@poluan.info wrote:


 On Nov 7, 2011 8:38 PM, Massimiliano Ziccardi 
 massimiliano.zicca...@gmail.com wrote:
 
  seems to be a really tricky one...
  What does
  tracepath 195.75.145.33
  give?
 
 
  Here is the output:
 
   1:  195.75.145.33 (195.75.145.33)  0.074ms pmtu
 16436
   1:  195.75.145.33 (195.75.145.33)  0.039ms
 reached
   1:  195.75.145.33 (195.75.145.33)  0.028ms
 reached
 
  I tried shutting down localhost with:
 
  ifconfig lo down.
 
  Now I can't ping 195.75.145.33 anymore (as all the other 195.75.145.xx
 addresses).
 
  And now tracepath gives:
 
  1:  send failed
   Resume: pmtu 65535
 
  So, for some reason, seems it always uses the 'lo' device...
 
  Any idea?
 

 I've been deploying multi-interface Linux gateways since 2008, so I'll try.

 Please post:

 - output of ip rule sh
 - output of ip route sh table $t, where $t is *all* table names/numbers
 you get from the first output ( ... lookup $t )

 Rgds,



Re: [gentoo-user] Network problem with linux server

2011-11-07 Thread Massimiliano Ziccardi
Maybe I found where the problem is!
Shutting down lo:0 everything seems to work properly!

However I need to configure lo:0 for local triangulation (balancing through
RADWARE): how should I configure it to not conflict with the other network
cards?

Thanks!

Massimiliano Ziccardi


Re: [gentoo-user] Network problem with linux server

2011-11-07 Thread Massimiliano Ziccardi

 try assigning a netmask of 255.255.255.255 to it.


Seems to work!
I'm asking to the network administrators if 255.255.255.255 is ok !

I'll let you know!

Thank you all! Gentoo's mailing list il always the best one!

Thanks!


Re: [gentoo-user] Network problem with linux server

2011-11-07 Thread Massimiliano Ziccardi
they told me 255.255.255.255 is ok

I really thank you all very much for your support!

Regards,
Massimiliano

On Mon, Nov 7, 2011 at 15:48, Massimiliano Ziccardi 
massimiliano.zicca...@gmail.com wrote:

 try assigning a netmask of 255.255.255.255 to it.


 Seems to work!
 I'm asking to the network administrators if 255.255.255.255 is ok !

 I'll let you know!

 Thank you all! Gentoo's mailing list il always the best one!

 Thanks!




Re: [gentoo-user] Problem with revdep-rebuild

2010-08-20 Thread Massimiliano Ziccardi
Hi all!
Thanks to your beautiful support, I solved my issue!
Again, as usual, I've to send my compliments to this mailing list: every
time I've a problem here there is someone that tries to help me (and usually
solves my problems)!
Moreover, simply reading the ML I always learn new commands that reduces my
needs to bother you here!

Thank you all! You are just great!
(can't say the same of other distribution's mailing lists )

Massimiliano

On Tue, Aug 17, 2010 at 12:21 PM, Jake Moe jakesaddr...@gmail.com wrote:

  On 08/16/10 19:47, Massimiliano Ziccardi wrote:
  Some new people think it knows where things come from even if it is not
  installed.  It can't do that so I posted that in case the person didn't
  know.
 
  Well, I'm not very expert about gentoo... I though it would query some
 kind
  of database to ask what package contains a certain file
 
  Now I know it works differently...
 
  It would be neat if it could do that tho.  Just have no idea how it
 could.
   ;-)
 
  I think querying an online database could be a nice solution.
 
  Thanks!
 
  On Mon, Aug 16, 2010 at 11:38 AM, Dale rdalek1...@gmail.com wrote:
 
  Peter Humphrey wrote:
 
  On Monday 16 August 2010 09:13:29 Dale wrote:
 
  Massimiliano Ziccardi wrote:
 
  # equery belongs /usr/lib/libxfce4util.lahttp://libxfce4util.la
  [ Searching for file(s) /usr/lib/libxfce4util.la
  http://libxfce4util.la  in *... ]
  #
  
  Equery doesn't give any results because it is not installed.
  If it weren't installed it wouldn't be able to announce what it was
  searching for and where   :-)
  Some new people think it knows where things come from even if it is not
  installed.  It can't do that so I posted that in case the person didn't
  know.  Then I posted a way to find out even if a package is not
 installed.
   I didn't know about that website until someone pointed it out to me
 many
  ages ago.
 
  It would be neat if it could do that tho.  Just have no idea how it
 could.
   ;-)
 
  Dale
 
  :-)  :-)
 Yeah, sorry, I only included that equery belongs bit last time to show
 that it was installed on my system, and that the libxfce4util package
 installed it.  I didn't mean to say you should look for it there; it's
 not going to find it, as has been pointed out before.  My only point was
 that emerging libxfce4util *should* have installed that file; since it
 didn't, I would assume you need to look at that emerge process to find
 out why; either it's not building it for some reason, or not installing
 it after it's been built.

 Jake Moe




Re: [gentoo-user] Problem with revdep-rebuild

2010-08-16 Thread Massimiliano Ziccardi
Thanks all.
Installing portage 2 and uninstalling some other package now I'm able to
update the system.

I've uninstalled xfce, firefox (??!) and kde.

Now the update seems to proceed. Then I'll reinstall everything.

However, I tried emerge belong on my system, but it gave me no output:


# equery belongs /usr/lib/libxfce4util.la
[ Searching for file(s) /usr/lib/libxfce4util.la in *... ]
#

On Sat, Aug 14, 2010 at 3:26 AM, Jake Moe jakesaddr...@gmail.com wrote:

  On 08/13/10 23:50, Alex Schuster wrote:
  Massimiliano Ziccardi writes:
 
  I'm trying to update my gentoo after a long time.
  That tends to be more problematic than regular updates.
 
  I tried the update (emerge -uD world) but I got some problem about
  conflicting and missing libraries, so I've uninstalled some software.
  portage 2.2 may ease these things, it does some automatic blocker
  resolution (does not work always for me, but most of the times). It is
  still masked, but people use it for far over a year now, and I did not
  read about big problems.
 
 
  When it tries to emerge xfce4-panel it always gives this error during
  the build process:
 
  /usr/lib/libxfce4util.la: No such file or directory
 
  I tried to re-emerge the libxfce4util package, but with no luck : that
  file do not exists!!!
 
  Any idea?
  Maybe give 'lafilefixer --justfixit' a try? Emerge lafilefixer if you do
  not have it already.
 
  Have you read all he elog messages? They sometimes tell about additional
  manual steps that have to be done.
 
Wonko
 Well, on my system, that file does belong to libxfce4util:

 j...@aus8617 ~ $ equery belongs /usr/lib/libxfce4util.la
 [ Searching for file(s) /usr/lib/libxfce4util.la in *... ]
 xfce-base/libxfce4util-4.6.2 (/usr/lib/libxfce4util.la)

 What does the screen say when it gets to the install phase of emerge?
 Any errors there, especially with that file?

 Jake Moe




Re: [gentoo-user] Problem with revdep-rebuild

2010-08-16 Thread Massimiliano Ziccardi

 Some new people think it knows where things come from even if it is not
 installed.  It can't do that so I posted that in case the person didn't
 know.


Well, I'm not very expert about gentoo... I though it would query some kind
of database to ask what package contains a certain file

Now I know it works differently...

It would be neat if it could do that tho.  Just have no idea how it could.
  ;-)


I think querying an online database could be a nice solution.

Thanks!

On Mon, Aug 16, 2010 at 11:38 AM, Dale rdalek1...@gmail.com wrote:

 Peter Humphrey wrote:

 On Monday 16 August 2010 09:13:29 Dale wrote:


 Massimiliano Ziccardi wrote:


 # equery belongs /usr/lib/libxfce4util.lahttp://libxfce4util.la
 [ Searching for file(s) /usr/lib/libxfce4util.la
 http://libxfce4util.la  in *... ]
 #
 


 Equery doesn't give any results because it is not installed.


 If it weren't installed it wouldn't be able to announce what it was
 searching for and where   :-)




 Some new people think it knows where things come from even if it is not
 installed.  It can't do that so I posted that in case the person didn't
 know.  Then I posted a way to find out even if a package is not installed.
  I didn't know about that website until someone pointed it out to me many
 ages ago.

 It would be neat if it could do that tho.  Just have no idea how it could.
  ;-)

 Dale

 :-)  :-)




[gentoo-user] Problem with revdep-rebuild

2010-08-13 Thread Massimiliano Ziccardi
Hi all!

I'm trying to update my gentoo after a long time.

I tried the update (emerge -uD world) but I got some problem about
conflicting and missing libraries, so I've uninstalled some software.

After that, I ran an revdep-rebuild, but it do not works.

When it tries to emerge xfce4-panel it always gives this error during the
build process:

/usr/lib/libxfce4util.la: No such file or directory

I tried to re-emerge the libxfce4util package, but with no luck : that file
do not exists!!!

Any idea?

Thanks in advance,
Massimiliano


[gentoo-user] Login through KDM

2010-04-21 Thread Massimiliano Ziccardi
Hi all!

Lately I can't login anymore to my GENTOO pc through KDM (ssh login works).

I tried to look inside the kdm.log file, but could not see any useful
message.

Could someone point me to where to look to find some information?

Thanks a lot,
Massimiliano


[gentoo-user] Re: Problem with update world

2009-11-10 Thread Massimiliano Ziccardi
One more info you could find useful.

Yesterday update world did work.

Today, I've enabled the ffmpeg flag and launched an update world,
getting the error

Thanks,
Massimiliano

On Tue, Nov 10, 2009 at 3:31 PM, Massimiliano Ziccardi
massimiliano.zicca...@gmail.com wrote:
 Hi all!

 Sorry to bother you again : it was a long time!

 I've again one problem I'm not sure I can easily solve...

 Today, I did:

 emerge -upD --newuse world

 but I got an error:

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

 Calculating dependencies   done!
 [ebuild   R   ] media-libs/swfdec-0.8.4  USE=ffmpeg*
 [ebuild   R   ] app-cdr/k3b-1.68.0_alpha3  USE=ffmpeg*
 [ebuild     U ] www-client/mozilla-firefox-3.5.4 [3.0.14] USE=alsa%*
 -sqlite% LINGUAS=-as% -bn_BD% -es_CL% -es_MX% -fa% -hr% -kk% -ml%
 -or% -rm% -ta% -ta_LK% -vi%
 [ebuild   R   ] media-video/vlc-1.0.2  USE=ffmpeg*
 [nomerge      ] sys-apps/hal-0.5.13-r2 [0.5.12_rc1-r8]
 [ebuild     U ]  app-misc/hal-info-20090716 [20090414]
 [ebuild     U ] sys-apps/busybox-1.14.2 [1.13.2]
 [ebuild     U ] sys-apps/hal-0.5.13-r2 [0.5.12_rc1-r8]
 [nomerge      ] media-video/vlc-1.0.2  USE=ffmpeg*
 [ebuild     U ]  net-libs/xulrunner-1.9.1.4 [1.9.0.14] USE=alsa%*
 python%* -debug% -sqlite%
 [nomerge      ] media-libs/swfdec-0.8.4  USE=ffmpeg*
 [ebuild  N    ]  media-plugins/gst-plugins-ffmpeg-0.10.7
 [ebuild     U ] sys-fs/udev-146-r1 [141] USE=-devfs-compat% -extras%
 [nomerge      ] kde-base/kdm-4.3.1-r2
 [nomerge      ]  x11-libs/qt-qt3support-4.5.3
 [nomerge      ]   x11-libs/qt-sql-4.5.3
 [ebuild     U ]    dev-db/mysql-5.0.84-r1 [5.0.70-r1] USE=-community%
 -profiling%
 [blocks B     ] sys-fs/device-mapper (sys-fs/device-mapper is
 blocking sys-fs/udev-146-r1)

  * Error: The above package list contains packages which cannot be
  * installed at the same time on the same system.

  ('ebuild', '/', 'sys-fs/udev-146-r1', 'merge') pulled in by
    =sys-fs/udev-117 required by ('ebuild', '/',
 'sys-apps/hal-0.5.13-r2', 'merge')
    sys-fs/udev required by ('installed', '/',
 'sys-kernel/gentoo-sources-2.6.30-r8', 'nomerge')
    =sys-fs/udev-124 required by ('installed', '/',
 'sys-fs/cryptsetup-1.0.6-r2', 'nomerge')
    (and 2 more)

  ('installed', '/', 'sys-fs/device-mapper-1.02.24-r1', 'nomerge') pulled in by
    =sys-fs/device-mapper-1.00.07-r1 required by ('installed', '/',
 'sys-fs/cryptsetup-1.0.6-r2', 'nomerge')


 Have you an idea about how to solve this?
 Should I unmask a new version of 'device-mapper'?

 My package.keywords and package.unmask are empty.

 Thanks.

 Massimiliano




Re: [gentoo-user] Problem with update world

2009-11-10 Thread Massimiliano Ziccardi
That solved the problem.

this was answered earlier today on this very list:

Sorry, it has been my fault: I should have performed a deeper search.

Thank you!

Massimiliano.

On Tue, Nov 10, 2009 at 3:34 PM, Alan McKinnon alan.mckin...@gmail.com wrote:
 On Tuesday 10 November 2009 16:31:34 Massimiliano Ziccardi wrote:
 Hi all!

 Sorry to bother you again : it was a long time!

 I've again one problem I'm not sure I can easily solve...

 Today, I did:

 emerge -upD --newuse world

 but I got an error:

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

 Calculating dependencies   done!
 [ebuild   R   ] media-libs/swfdec-0.8.4  USE=ffmpeg*
 [ebuild   R   ] app-cdr/k3b-1.68.0_alpha3  USE=ffmpeg*
 [ebuild     U ] www-client/mozilla-firefox-3.5.4 [3.0.14] USE=alsa%*
 -sqlite% LINGUAS=-as% -bn_BD% -es_CL% -es_MX% -fa% -hr% -kk% -ml%
 -or% -rm% -ta% -ta_LK% -vi%
 [ebuild   R   ] media-video/vlc-1.0.2  USE=ffmpeg*
 [nomerge      ] sys-apps/hal-0.5.13-r2 [0.5.12_rc1-r8]
 [ebuild     U ]  app-misc/hal-info-20090716 [20090414]
 [ebuild     U ] sys-apps/busybox-1.14.2 [1.13.2]
 [ebuild     U ] sys-apps/hal-0.5.13-r2 [0.5.12_rc1-r8]
 [nomerge      ] media-video/vlc-1.0.2  USE=ffmpeg*
 [ebuild     U ]  net-libs/xulrunner-1.9.1.4 [1.9.0.14] USE=alsa%*
 python%* -debug% -sqlite%
 [nomerge      ] media-libs/swfdec-0.8.4  USE=ffmpeg*
 [ebuild  N    ]  media-plugins/gst-plugins-ffmpeg-0.10.7
 [ebuild     U ] sys-fs/udev-146-r1 [141] USE=-devfs-compat% -extras%
 [nomerge      ] kde-base/kdm-4.3.1-r2
 [nomerge      ]  x11-libs/qt-qt3support-4.5.3
 [nomerge      ]   x11-libs/qt-sql-4.5.3
 [ebuild     U ]    dev-db/mysql-5.0.84-r1 [5.0.70-r1] USE=-community%
 -profiling%
 [blocks B     ] sys-fs/device-mapper (sys-fs/device-mapper is
 blocking sys-fs/udev-146-r1)

  * Error: The above package list contains packages which cannot be
  * installed at the same time on the same system.

   ('ebuild', '/', 'sys-fs/udev-146-r1', 'merge') pulled in by

     =sys-fs/udev-117 required by ('ebuild', '/',

 'sys-apps/hal-0.5.13-r2', 'merge')
     sys-fs/udev required by ('installed', '/',
 'sys-kernel/gentoo-sources-2.6.30-r8', 'nomerge')

     =sys-fs/udev-124 required by ('installed', '/',

 'sys-fs/cryptsetup-1.0.6-r2', 'nomerge')
     (and 2 more)

   ('installed', '/', 'sys-fs/device-mapper-1.02.24-r1', 'nomerge') pulled
  in by

     =sys-fs/device-mapper-1.00.07-r1 required by ('installed', '/',

 'sys-fs/cryptsetup-1.0.6-r2', 'nomerge')


 Have you an idea about how to solve this?
 Should I unmask a new version of 'device-mapper'?

 this was answered earlier today on this very list:

 unmerge device-mapper
 merge lvm2


 --
 alan dot mckinnon at gmail dot com





[gentoo-user] Problem with KDESU not accepting root password

2009-10-05 Thread Massimiliano Ziccardi
Hi All!! Long time since last time I bothered you all! ;-)

I googled around and found many people having my same problem, but could not
find any solution.

Sudo works just great on my machine, while kdesu always says 'Bad password'.

Have you any idea about what I can check to fix such issue?

Thanks a lot,
Massimiliano


Re: [gentoo-user] Problem with KDESU not accepting root password

2009-10-05 Thread Massimiliano Ziccardi
Hmmm. No, I wasn't.

Now it works. Thank you very much! Very prompt answer/solution!

Probably it's my ignorance, but, my kdesu is configured to use sudo.
Why did sudo work while kdesu didn't ?

Thanks,
Massimiliano

On Mon, Oct 5, 2009 at 12:03 PM, Volker Armin Hemmann 
volkerar...@googlemail.com wrote:

 On Montag 05 Oktober 2009, Massimiliano Ziccardi wrote:
  Hi All!! Long time since last time I bothered you all! ;-)
 
  I googled around and found many people having my same problem, but could
   not find any solution.
 
  Sudo works just great on my machine, while kdesu always says 'Bad
   password'.
 
  Have you any idea about what I can check to fix such issue?
 
  Thanks a lot,
  Massimiliano
 

 and your user is in group wheel?




[gentoo-user] Where is pam_winbind.so?

2009-09-22 Thread Massimiliano Ziccardi
Hi all!

I'm here again, sorry!

I'm configuring my gentoo linux so that it authenticates inside a windows
domain.
I was configuring PAM, when I found the pam_winbind.so file was not inside
/lib/security.

I tried reading many documentation, but couldn't find a way to find wich
package I should emerge to obtain a file.

It seems gentoolkit does not have such feature...

Have you any idea about how can I discover wich package contains
pam_winbind.so ?

Thank you all for your help and your patience!

Massimiliano


Re: [gentoo-user] Where is pam_winbind.so?

2009-09-22 Thread Massimiliano Ziccardi
Thank you all. I was missing the pam flag (I was sure it was there, sorry!)

However, the pfl package is masked... Do you think it would be a good idea
to unmask it?
Or, are there other tools than efile?

Thanks,
Massimiliano


[gentoo-user] Question about a strange emerge warning

2009-09-18 Thread Massimiliano Ziccardi
Hi all.

Thanks to your support, I think I got a little bit of knowledge of how
emerge works, so I started cleaning my USE flags (I had lot of useless
stuff...).
To perform such cleaning, I started with USE=-* and than added everything I
needed.

It hasn't been very hard (but quite long :-) )to make things working: emerge
is a really cool tool.
However, I got this strange message:

 * Detected file collision(s):
 *
 *  /usr/lib/mozilla-firefox/defaults/autoconfig/prefcalls.js
 *  /usr/lib/mozilla-firefox/defaults/autoconfig/platform.js
 *
 * Searching all installed packages for file collisions...
 *
 * Press Ctrl-C to Stop
 *
 * net-libs/xulrunner-1.9.0.14
 *  /usr/lib/mozilla-firefox/defaults/autoconfig/platform.js
 *  /usr/lib/mozilla-firefox/defaults/autoconfig/prefcalls.js
 *
 * Package 'www-client/mozilla-firefox-3.0.14' NOT merged due to file
 * collisions. If necessary, refer to your elog messages for the whole
 * content of the above message.

If I understood, it seems that xulrunner and firefox package contains the
same files (prefcalls.js and platform.js) in the same directory.
Is it normal? Should I worry? Or I simply have to ignore it?

What makes me worried is: Package 'www-client/mozilla-firefox-3.0.14'
**NOT** merged

One more question : what is the difference between
www-client/mozilla-firefox and www-client/mozilla-firefox-bin ?

Thanks in advance,
Massimiliano


Re: [gentoo-user] Re: Question about a strange emerge warning

2009-09-18 Thread Massimiliano Ziccardi
Thank you Volker, thank you Walt!

It seems that adding the xulrunner flag was the right way to go.

However

euse -i xulrunner

says

'Build native browser integration against xulrunner instead of firefox or
seamonkey'

So.. do I really need xulrunner? I think seamonkey is enought for me...

To answer I tried

equery d xulrunner

[ Searching for packages depending on xulrunner... ]
media-video/vlc-0.9.10 (nsplugin  !seamonkey? net-libs/xulrunner-1.9.1)
   (nsplugin!seamonkey? =net-libs/xulrunner-1.8)
www-client/mozilla-firefox-3.0.14 (xulrunner? =net-libs/xulrunner-1.9.0*)

but I'm not sure I've interpreted right the result...
Do it means that vlc-0.9.10 depends on an xulrunner version between 1.8 and
1.9.1 if I don't have seamonkey installed?

If that would be the case, I should simply emerge seamonkey, right?

(Sorry for the newbie questions: I'm doing my best to become as much
independent as possible!!)

Thanks a lot,
Massimiliano


Re: [gentoo-user] Re: Error emergin mkinitrd

2009-09-14 Thread Massimiliano Ziccardi
As Jocob says, I don't use genkernel

Do you think I should reopen the bug?

Thanks,
Massimiliano

On Fri, Sep 11, 2009 at 7:31 PM, Jacob Todd jaketodd...@gmail.com wrote:

 On Fri, Sep 11, 2009 at 12:23:23PM -0700, walt wrote:
  On 09/11/2009 08:58 AM, Massimiliano Ziccardi wrote:
   Hi all.
  
   I've a problem trying to emerge mkinitrd.
  
   Everytime I try, I get:
  
 * ERROR: sys-apps/mkinitrd-3.5.7-r3 failed.
 * Call stack:
 *   ebuild.sh, line   49:  Called src_compile
 * environment, line 2212:  Called die
 * The specific snippet of code:
 *   emake || die nash compile failed.;
 
  A search at bugs.gentoo.org turned up this bug report,
  filed in June and solved almost a month ago:
 
  http://bugs.gentoo.org/show_bug.cgi?id=268285
 
  So why is package still broken?  Good question.  Why are
  more people not complaining?  Dunno.  I don't use that
  package and it seems that very few others do.  Just out
  of curiosity, why are you trying to install mkinitrd?
 
 

 Because making a initrd is a pain in the ass, and he probably doesn't want
 to
 use genkernel.

 --
 Jake Todd
 // If it isn't broke, tweak it!



Re: [gentoo-user] Re: Error emergin mkinitrd

2009-09-14 Thread Massimiliano Ziccardi
Hi all.

I'm trying to apply the workaround suggested in the BUG at
http://bugs.gentoo.org/show_bug.cgi?id=268285

I've changed the file accordingly, however, everytime I emerge mkinitrd, the
file (obviously) get overwritten.

I tried to search, but didn't find anything...

Is there an emerge flag to instruct emerge to compile what it finds in /var
instead of downloading it?

Thanks,
Massimiliano


Re: [gentoo-user] Re: Error emergin mkinitrd

2009-09-14 Thread Massimiliano Ziccardi
Thank you! That worked!!!

Massimiliano

On Mon, Sep 14, 2009 at 1:58 PM, Alex Schuster wo...@wonkology.org wrote:

 Massimiliano Ziccardi writes:

  I'm trying to apply the workaround suggested in the BUG at
  http://bugs.gentoo.org/show_bug.cgi?id=268285
 
  I've changed the file accordingly, however, everytime I emerge mkinitrd,
  the file (obviously) get overwritten.
 
  I tried to search, but didn't find anything...
 
  Is there an emerge flag to instruct emerge to compile what it finds in
  /var instead of downloading it?

 To try it out once, you can do it like this:

 ebuild /usr/portage/sys-apps/mkinitrd/mkinitrd-3.5.7-r3.ebuild unpack
 change things in /var/tmp/portage/sys-apps/mkinitrd-3.5.7-r3
 ebuild /usr/portage/sys-apps/mkinitrd/mkinitrd-3.5.7-r3.ebuild merge

 The cleaner way would be to modify the ebuild and put it into your overlay
 (along with the modified mkinitrd-3.5.7-dietssp.patch), but on the other
 hand the bug might already be fixed anyway when you emerge the package the
 next time.

Wonko




[gentoo-user] Error emergin mkinitrd

2009-09-11 Thread Massimiliano Ziccardi
Hi all.

I've a problem trying to emerge mkinitrd.

Everytime I try, I get:

 * ERROR: sys-apps/mkinitrd-3.5.7-r3 failed.
 * Call stack:
 *   ebuild.sh, line   49:  Called src_compile
 * environment, line 2212:  Called die
 * The specific snippet of code:
 *   emake || die nash compile failed.;
 *  The die message:
 *   nash compile failed.

I've searched through the net, but couldn't find a solution (one suggested
to re-emerge glibc, but that didn't work).

Any idea?

Thanks,
Massimiliano


[gentoo-user] Problem with emerge -uD world

2009-09-09 Thread Massimiliano Ziccardi
Hi all (sorry to bother you again!!)

I'm still in the middle of the process of updating to KDE4

Now the update blocks with and svn error:

 *  The die message:
 *   subversion: can't fetch to
/usr/portage/distfiles/svn-src/eselect-python/trunk from
https://overlays.gentoo.org/svn/proj/python/projects/eselect-python/trunk.

I've configured the proxy setting both http_proxy and https_proxy.

Do I have to configure something else?

Usually emerge has always worked, so I thing it's an SVN problem,
however, through the browser, I successfully connect to the site...


Any idea?

Thanks a lot,
Massimiliano



Re: [gentoo-user] Problem with emerge -uD world

2009-09-09 Thread Massimiliano Ziccardi
Thanks!

I removed it and now it works... however, I think autounmask added it (I
never did : I swear! :-) )

I thought however that 999 was a strange version number :-)
Thanks,
Massimiliano


On Wed, Sep 9, 2009 at 11:56 AM, Alan McKinnon alan.mckin...@gmail.comwrote:

 On Wednesday 09 September 2009 11:22:31 Massimiliano Ziccardi wrote:
  Hi all (sorry to bother you again!!)
 
  I'm still in the middle of the process of updating to KDE4
 
  Now the update blocks with and svn error:
 
   *  The die message:
   *   subversion: can't fetch to
  /usr/portage/distfiles/svn-src/eselect-python/trunk from
 
 https://overlays.gentoo.org/svn/proj/python/projects/eselect-python/trunk.
 
  I've configured the proxy setting both http_proxy and https_proxy.
 
  Do I have to configure something else?
 
  Usually emerge has always worked, so I thing it's an SVN problem,
  however, through the browser, I successfully connect to the site...

 From your log of yesterday:


 [nomerge  ] kde-base/plasma-workspace-4.3.1  USE=handbook python
 (-aqua)
 -debug -google-gadgets (-kdeprefix) -rss -xinerama
 [ebuild  N]  dev-python/sip-4.8.2  USE=-debug -doc 601 kB
 [ebuild U ]   app-admin/eselect-python- [20090606] 0 kB


 Do you really really want the latest bleeding edge eselect-python from svn?

 You will have an entry in package.keywords or maybe package.unmask causing
 this. Remove those entries.

 Even better, put -python in USE and enable it only for those packages where
 you know you want it. Python-based plugins in KDE cause no end of build
 issues
 and are seldom needed.

 --
 alan dot mckinnon at gmail dot com



Re: [gentoo-user] Problem with emerge -uD world

2009-09-09 Thread Massimiliano Ziccardi
Well..
as a gentoo newbie, I can say autounmask made my life much easier.

Of course the error has been mine: I should have used the 'pretend' switch
and look closer to the list...

However, I don't think I would have noticed much: don't blame me, but many
emerge aspects are still alien beasts to me :-)


Re: [gentoo-user] KDE4.x installation blocks

2009-09-08 Thread Massimiliano Ziccardi
I have exactly the same problem:

I tried everything (well, everything I'm aware of :-) ) but I always get:

[blocks B ] net-wireless/bluez (net-wireless/bluez is blocking
net-wireless/bluez-libs-3.36)
[blocks B ] net-wireless/bluez-libs (net-wireless/bluez-libs is
blocking net-wireless/bluez-4.39-r1)


Any idea?

Thanks,
Massimiliano


Re: [gentoo-user] KDE4.x installation blocks

2009-09-08 Thread Massimiliano Ziccardi
Already done

localhost ~ # emerge --search bluez | egrep bluez|installed | egrep -v
Homepage|Description
[ Results for search key : bluez ]
*  dev-python/pybluez
  Latest version installed: [ Not Installed ]
*  net-wireless/bluez
  Latest version installed: [ Not Installed ]
*  net-wireless/bluez-bluefw
  Latest version installed: [ Not Installed ]
*  net-wireless/bluez-firmware
  Latest version installed: [ Not Installed ]
*  net-wireless/bluez-gnome
  Latest version installed: [ Not Installed ]
*  net-wireless/bluez-hcidump
  Latest version installed: [ Not Installed ]
*  net-wireless/bluez-hciemu
  Latest version installed: [ Not Installed ]
*  net-wireless/bluez-libs
  Latest version installed: [ Not Installed ]
*  net-wireless/bluez-utils
  Latest version installed: [ Not Installed ]
*  sec-policy/selinux-bluez
  Latest version installed: [ Not Installed ]
*  x11-plugins/gkrellm-bluez [ Masked ]
  Latest version installed: [ Not Installed ]


So I guess I don't have bluez anymore

Any other idea?

Thanks.
Massimiliano


Re: [gentoo-user] KDE4.x installation blocks

2009-09-08 Thread Massimiliano Ziccardi
equery d bluez did not return anything...

localhost ~ # equery d bluez
[ Searching for packages depending on bluez... ]
localhost ~ #

Any other idea?

Thank you!!


Re: [gentoo-user] KDE4.x installation blocks

2009-09-08 Thread Massimiliano Ziccardi
Thank you people!!

I'm trying Alan's tip. I'll let you know when I'll finish : it must perform
26 compilations :-( )

Just one question : how did you notice the problem was kdesu? I didn't see
any
dependency from bluez...

Thanks,
Massimiliano


Re: [gentoo-user] KDE4.x installation blocks

2009-09-08 Thread Massimiliano Ziccardi
Yep, sorry.

Same question : how did you notice the problem was gksu? I didn't notice any
dependency from bluez...

(I'd like to be able to solve these problems without bother you)

Thanks,
Massimiliano


Re: [gentoo-user] KDE4.x installation blocks

2009-09-08 Thread Massimiliano Ziccardi
Thanks a lot!

Massimiliano


Re: [gentoo-user] KDE4.x installation blocks

2009-09-08 Thread Massimiliano Ziccardi
Hmmm.. It seems that uninstalling firefox did solve the problem

Thank you all!!

Today you teched me a lot of things about gentoo!!!

Thank you,
Massimiliano


Re: [gentoo-user] KDE4.x installation blocks

2009-09-08 Thread Massimiliano Ziccardi
I hate this Now I get this error:

Calculating dependencies... done!

 Verifying ebuild manifests

!!! Digest verification failed:
!!! /usr/portage/dev-python/PyQt4/ChangeLog
!!! Reason: Filesize does not match recorded size
!!! Got: 11925
!!! Expected: 11928


Have you any idea?

Thanks a lot,
Massimiliano

On 9/8/09, Alan McKinnon alan.mckin...@gmail.com wrote:
 On Tuesday 08 September 2009 15:14:40 Volker Armin Hemmann wrote:
 On Dienstag 08 September 2009, Alan McKinnon wrote:
  On Tuesday 08 September 2009 14:56:35 Volker Armin Hemmann wrote:
   On Dienstag 08 September 2009, Alan McKinnon wrote:
On Tuesday 08 September 2009 14:14:27 Volker Armin Hemmann wrote:
 On Dienstag 08 September 2009, Massimiliano Ziccardi wrote:
  equery d bluez did not return anything...
 
  localhost ~ # equery d bluez
  [ Searching for packages depending on bluez... ]
  localhost ~ #
 
  Any other idea?
 
  Thank you!!

 yes, get rid of wicd and its dependencies.
   
No, he doesn't need to do that. gksu is one of three options:
   
RDEPEND=
   
|| ( x11-misc/ktsuss x11-libs/gksu kde-base/kdesu )
   
So he probably wants to do this:
   
emerge -av1 kdesu
emerge -avuND world
   
This works. I know it works. I have wicd and I do not have gksu and
emerge doesn't feel inclined to tell me to get gksu.
  
   the problem is that gksu is already installed. He has to remove that
   and all its deps or emerge will always try to pull in bluez-libs.
 
  So why are you telling him to get rid of wicd?

 because wicd was/is pulling in gksu on his system, which is pulling in
 nautilus, which is pulling in a lot of other stuff.

 Which conflicts with this prior statement of yours:

 the problem is that gksu is already installed

 If it's already installed, it will pull in bluez. It's in the dep tree not
 because he wants wicd, but because it is already present.

 wicd works just fine without gksu. It will use kdesu, which is also fine as
 he
 wants to merge kde-meta

 --
 alan dot mckinnon at gmail dot com





Re: [gentoo-user] KDE4.x installation blocks

2009-09-08 Thread Massimiliano Ziccardi
hmm... an emerge-webrsync seems to have solved it

Thank you a lot!!!


On 9/8/09, Massimiliano Ziccardi massimiliano.zicca...@gmail.com wrote:
 I hate this Now I get this error:

 Calculating dependencies... done!

 Verifying ebuild manifests

 !!! Digest verification failed:
 !!! /usr/portage/dev-python/PyQt4/ChangeLog
 !!! Reason: Filesize does not match recorded size
 !!! Got: 11925
 !!! Expected: 11928


 Have you any idea?

 Thanks a lot,
 Massimiliano

 On 9/8/09, Alan McKinnon alan.mckin...@gmail.com wrote:
 On Tuesday 08 September 2009 15:14:40 Volker Armin Hemmann wrote:
 On Dienstag 08 September 2009, Alan McKinnon wrote:
  On Tuesday 08 September 2009 14:56:35 Volker Armin Hemmann wrote:
   On Dienstag 08 September 2009, Alan McKinnon wrote:
On Tuesday 08 September 2009 14:14:27 Volker Armin Hemmann wrote:
 On Dienstag 08 September 2009, Massimiliano Ziccardi wrote:
  equery d bluez did not return anything...
 
  localhost ~ # equery d bluez
  [ Searching for packages depending on bluez... ]
  localhost ~ #
 
  Any other idea?
 
  Thank you!!

 yes, get rid of wicd and its dependencies.
   
No, he doesn't need to do that. gksu is one of three options:
   
RDEPEND=
   
|| ( x11-misc/ktsuss x11-libs/gksu kde-base/kdesu )
   
So he probably wants to do this:
   
emerge -av1 kdesu
emerge -avuND world
   
This works. I know it works. I have wicd and I do not have gksu
and
emerge doesn't feel inclined to tell me to get gksu.
  
   the problem is that gksu is already installed. He has to remove that
   and all its deps or emerge will always try to pull in bluez-libs.
 
  So why are you telling him to get rid of wicd?

 because wicd was/is pulling in gksu on his system, which is pulling in
 nautilus, which is pulling in a lot of other stuff.

 Which conflicts with this prior statement of yours:

 the problem is that gksu is already installed

 If it's already installed, it will pull in bluez. It's in the dep tree
 not
 because he wants wicd, but because it is already present.

 wicd works just fine without gksu. It will use kdesu, which is also fine
 as
 he
 wants to merge kde-meta

 --
 alan dot mckinnon at gmail dot com






Re: [gentoo-user] KDE4.x installation blocks

2009-09-08 Thread Massimiliano Ziccardi
Thank you all a lot.
I won't bother you for some time :-)

Just one thing: people often thinks gentoo is harder than other
distributions to use.

Well, maybe that's true, however here I found the best support I've ever
found for a linux distribution (and for softwares in general...).

Keep on this way.

Thanks,
Massimiliano


On Tue, Sep 8, 2009 at 5:53 PM, Alan McKinnon alan.mckin...@gmail.comwrote:

 On Tuesday 08 September 2009 17:42:26 Massimiliano Ziccardi wrote:
  Hi Alan... Thank you... No, I don't want gnome at all...
 
  Is a 'set USE=-gnome' enough?

 No. Doing that is not persistent.

 I recommend you need to re-read the Gentoo docs, the chapter about USE
 flags.

 --
 alan dot mckinnon at gmail dot com




Re: [gentoo-user] KDE4.x installation blocks

2009-09-08 Thread Massimiliano Ziccardi
Hi Alan... Thank you... No, I don't want gnome at all...

Is a 'set USE=-gnome' enough?

Thanks,
Massimiliano


[gentoo-user] KDE 4 installation

2009-08-28 Thread Massimiliano Ziccardi
Hi all.

Reading http://www.gentoo.org/proj/en/desktop/kde/kde4-guide.xml#kde_portage

I found the following sentence:

8x--
KDE 4 is the current KDE version supported by upstream.
8x--

However, if I try to install KDE 4.2, it says KDE 4.2 is masked...

Is it right? Do I have to unmask it to install KDE 4.2, even if it is the
current KDE version supported by upstream?

(I tried to follow the instruction and unmasking using the provided file,
but I met lot of other masked packages...)

Should I wait for KDE 4 to become unmasked?

Thank you,
Massimiliano


Re: [gentoo-user] KDE 4 installation

2009-08-28 Thread Massimiliano Ziccardi
Thank you all a lot.

When I saw that KDE4 was the current supported version, I though I had to
update to KDE4, but emerge wasn't able to update from KDE 3 to KDE 4 for
some reason (I had a similar problem some time ago with the monolithic
package).

I'll wait for KDE 4 to be stabilized.

Again, gentoo community is the best!

Thanks!

---
Massimiliano

On Fri, Aug 28, 2009 at 4:16 PM, Dale rdalek1...@gmail.com wrote:

 Massimiliano Ziccardi wrote:
  Hi all.
 
  Reading
  http://www.gentoo.org/proj/en/desktop/kde/kde4-guide.xml#kde_portage
 
  I found the following sentence:
 
  8x--
  KDE 4 is the current KDE version supported by upstream.
  8x--
 
  However, if I try to install KDE 4.2, it says KDE 4.2 is masked...
 
  Is it right? Do I have to unmask it to install KDE 4.2, even if it is
  the current KDE version supported by upstream?
 
  (I tried to follow the instruction and unmasking using the provided
  file, but I met lot of other masked packages...)
 
  Should I wait for KDE 4 to become unmasked?
 
  Thank you,
  Massimiliano

 Just to add a little more info.  When it says that KDE is basically only
 supporting KDE4, that just means there is no more features being added
 to KDE3 and most likely only a few bug or security fixes.  They may fix
 some major problem but they are mostly concentrating on KDE4.

 If you want to install KDE4, check out autounmask.  It is a neat little
 tool to deal with all the dependencies that KDE4 needs.

 Dale

 :-)  :-)




Re: [gentoo-user] KDE 4 installation

2009-08-28 Thread Massimiliano Ziccardi
Hi Ben. Thank you too!

Duncan brought it up out of concern that KDE3 may be masked before KDE4 is
marked arch stable, and wanted to the let the AMD64 community know.

That's not very nice. I can't update to KDE4 'couse it's not ready stable
enough, but KDE3 could get maskedIt's seems like I'm living on the
edge... :-)

Maybe would be better to witch to gnome?

Thanks,
Massimiliano






Re: [gentoo-user] KDE 4 installation

2009-08-28 Thread Massimiliano Ziccardi
Instead of Gnome consider something like XFCE

Already tried some time ago but, for some weird reason, it gave me lots of
problems...

I also like fluxbox but it's probably too minimal for a committed KDE user.

That's not a problem: I've used TWM, MWM and WindowMaker for quite long time
too :-)

It's just that I like KDE :-) I have two PC's at work: the dektop one is
with Ubuntu/gnome, while the thinkpad is with gentoo/KDE.

Thanks,
Massimiliano


[gentoo-user] Configure WIFI lan

2009-08-25 Thread Massimiliano Ziccardi
Hi all.

This is the output of dmesg | grep iwl

xxx ~ # dmesg | grep iwl
[1.906142] iwlagn: Intel(R) Wireless WiFi Link AGN driver for Linux,
1.3.27ks
[1.906249] iwlagn: Copyright(c) 2003-2008 Intel Corporation
[1.906361] iwlagn :03:00.0: PCI INT A - GSI 17 (level, low) - IRQ
17
[1.906445] iwlagn :03:00.0: setting latency timer to 64
[1.906464] iwlagn: Detected Intel Wireless WiFi Link 5100AGN REV=0x54
[1.936202] iwlagn: Tunable channels: 13 802.11bg, 24 802.11a channels
[1.936421] iwlagn :03:00.0: PCI INT A disabled
[1.936720] phy0: Selected rate control algorithm 'iwl-agn-rs'

Could someone please point me to some documentation about how to
configure/activate/use wireless with gentoo?

Thank you a lot,
Massimiliano


Re: [gentoo-user] Configure WIFI lan

2009-08-25 Thread Massimiliano Ziccardi
Thank you Alan!
Works!!

On Tue, Aug 25, 2009 at 10:10 AM, Alan McKinnon alan.mckin...@gmail.comwrote:

 On Tuesday 25 August 2009 09:48:34 Massimiliano Ziccardi wrote:
  Hi all.
 
  This is the output of dmesg | grep iwl
 
  xxx ~ # dmesg | grep iwl
  [1.906142] iwlagn: Intel(R) Wireless WiFi Link AGN driver for Linux,
  1.3.27ks
  [1.906249] iwlagn: Copyright(c) 2003-2008 Intel Corporation
  [1.906361] iwlagn :03:00.0: PCI INT A - GSI 17 (level, low) -
 IRQ
  17
  [1.906445] iwlagn :03:00.0: setting latency timer to 64
  [1.906464] iwlagn: Detected Intel Wireless WiFi Link 5100AGN REV=0x54
  [1.936202] iwlagn: Tunable channels: 13 802.11bg, 24 802.11a channels
  [1.936421] iwlagn :03:00.0: PCI INT A disabled
  [1.936720] phy0: Selected rate control algorithm 'iwl-agn-rs'
 
  Could someone please point me to some documentation about how to
  configure/activate/use wireless with gentoo?

 emerge wicd

 All your troubles will just go away. I'm talking about all the troubles
 that
 appear if you are so foolish as to install networkmanager

 --
 alan dot mckinnon at gmail dot com




Re: [gentoo-user] Problem with emerge --update

2009-07-02 Thread Massimiliano Ziccardi
Thank you Alan.

Just as an information, if it happens to something else:

I've installed successfully the split ebuilds.

However, after the upgrade, I had to disable UXA: with UXA Xorg didn't even
start (it crashes).

However (as glxgears says), FPS jumped from 500 to 1300...

Thank you all,
Massimiliano


[gentoo-user] Problem with emerge --update

2009-06-30 Thread Massimiliano Ziccardi
Hi all!!

I tried today :

emerge --update --deep world

but I get the following error:

[blocks B ] kde-base/kdebase (kde-base/kdebase is blocking
kde-base/kdelibs-3.5.10-r6)

I'm not very expert about emerge, have you any idea about this error?

Can I solve it in some way? (Please, don't ask me to uninstall kdebase
:-) )

Thank you,
Massimiliano


Re: [gentoo-user] Problem with emerge --update

2009-06-30 Thread Massimiliano Ziccardi
I'm installing the split ebuild ( Very long operation..  x-/ ).

Wouldn't be better to mask the kdebase monolithic ebuild, so that
unexperienced gentoo
linux users as I am would not spend useless hours installing it?

Thanks again for your prompt help,
Massimiliano

On Tue, Jun 30, 2009 at 3:22 PM, Alex Schuster wo...@wonkology.org wrote:

 Massimiliano Ziccardi writes:

  emerge --update --deep world
 
  but I get the following error:
 
  [blocks B ] kde-base/kdebase (kde-base/kdebase is blocking
  kde-base/kdelibs-3.5.10-r6)
 
  I'm not very expert about emerge, have you any idea about this error?
 
  Can I solve it in some way? (Please, don't ask me to uninstall
  kdebase

 Maybe this large thread gives some insights.
 http://www.mail-archive.com/gentoo-am...@lists.gentoo.org/msg11168.html

Wonko




Re: [gentoo-user] Problem with emerge --update

2009-06-30 Thread Massimiliano Ziccardi
It's far preferable to let people like yourself suffer the consequences of
not
reading documentation

Touched :-)

However, I read the documentation.
It's just that this is my first gentoo installation: I didn't get I had to
uninstall the older version of the software to upgrade to the new one.

Especially when it says 'We still provide monolithic ebuilds for 3.5 (up
till 3.5.9) and they are ***cleanly interoperable*** with the split ones.'

However, I think now I understand how it works a little bit more (but not
too much ;-) ).

One more thing: couldn't those 'stable users' read the documentation too,
and unmask the obsolete package (if they were masked)?

Massimiliano


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

2009-06-23 Thread Massimiliano Ziccardi
Thank you all for your beautiful help and your patience (my thread is 33
mails long!!).

This has been one of the best support I have ever got (much better than many
paid support services).

Thank you!

Massimiliano


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

2009-06-22 Thread Massimiliano Ziccardi
Hi Ward. Thank you for your clarification.

Just to be sure I have undestood right.

The document says:


Since 22 Oct 2008, Gentoo switched all ebuilds to the upstream naming:
x11-drivers/xf86-video-intel. The ebuild xf86-video-i810 no longer exists.
To switch, set the VIDEO_CARDS variable to intel in your /etc/make.conf. See
VIDEO_CARDS for further instructions.


When it says to switch set the VIDEO_CARDS, I thought it meant since
Gentoo switched all ebuilds to the upstream naming
x11-drivers/xf86-video-intel, if you want to switch to the old
xf86-video-i810, set the VIDEO_CARDS variable to intel 

So, your answer made me a little bit confused about that 'if you want to
switch'.

Maybe they mean 'if you want to switch to the new
x11-drivers/xf86-video-intel'?
But, if Gentoo switched all ebuilds to the upstream naming:
x11-drivers/xf86-video-intel, isn't that the default one?

Surely I miss something...

Thank you very much,
Massimiliano



On Sat, Jun 20, 2009 at 11:02 AM, Ward Poelmans wpoel...@gmail.com wrote:

 On Fri, Jun 19, 2009 at 17:50, Massimiliano
 Ziccardimassimiliano.zicca...@gmail.com wrote:
 
  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?) ?

 No, it says you should set that variable regardless of what driver you use.

 Ward




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

2009-06-22 Thread Massimiliano Ziccardi
Done. After that I did:

emerge -av xf86-video-intel
killall -1 X

However, performances didn't change much...

x...@localhost ~ $ glxinfo | grep render
direct rendering: Yes
OpenGL renderer string: Software Rasterizer

Other ideas?

Thank you,
Massimiliano



It just means that you need to change the VIDEO_CARDS to include
intel. So, what you need to do is set VIDEO_CARDS to contain the
string intel. With this variable, gentoo controls which drivers are
being built when you emerge xorg-x11, mesa, etc


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

2009-06-22 Thread Massimiliano Ziccardi
I'm following to the letter, now :-)

However, it says I need xorg 1.6, so, now I'm upgrading.

Here is my package.keyword files

=x11-base/xorg-server-1.6
=x11-libs/libXfont-1.4
=x11-proto/randproto-1.2

I hope it won't break my system :-)

I'll let you know the result.

Thanks a lot,
Massimiliano

On Mon, Jun 22, 2009 at 1:25 PM, Ward Poelmans wpoel...@gmail.com wrote:

 On Mon, Jun 22, 2009 at 13:16, Massimiliano
 Ziccardimassimiliano.zicca...@gmail.com wrote:
  Done. After that I did:
 
  emerge -av xf86-video-intel
  killall -1 X

 Did you merge mesa again? Did you follow the guide to the letter?

 Ward




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

2009-06-22 Thread Massimiliano Ziccardi
Ok. Now I think I did everything

However:
x...@localhost ~ $ glxinfo | grep GEM
x...@localhost ~ $

x...@localhost ~ $ emerge --search xorg-server
Searching...
[ Results for search key : xorg-server ]
[ Applications found : 1 ]

*  x11-base/xorg-server
  Latest version available: 1.6.1.901-r3
  Latest version installed: 1.6.1.901-r3
  Size of files: 4,550 kB
  Homepage:  http://xorg.freedesktop.org/
  Description:   X.Org X servers
  License:   xorg-server MIT

x...@localhost ~ $ glxinfo | grep render
direct rendering: Yes
OpenGL renderer string: Software Rasterizer

Don't know what to do more

Any idea?

Thanks a lot,
Massimiliano



On Mon, Jun 22, 2009 at 3:04 PM, Massimiliano Ziccardi 
massimiliano.zicca...@gmail.com wrote:

 I'm following to the letter, now :-)

 However, it says I need xorg 1.6, so, now I'm upgrading.

 Here is my package.keyword files

 =x11-base/xorg-server-1.6
 =x11-libs/libXfont-1.4
 =x11-proto/randproto-1.2

 I hope it won't break my system :-)

 I'll let you know the result.

 Thanks a lot,
 Massimiliano


 On Mon, Jun 22, 2009 at 1:25 PM, Ward Poelmans wpoel...@gmail.com wrote:

 On Mon, Jun 22, 2009 at 13:16, Massimiliano
 Ziccardimassimiliano.zicca...@gmail.com wrote:
  Done. After that I did:
 
  emerge -av xf86-video-intel
  killall -1 X

 Did you merge mesa again? Did you follow the guide to the letter?

 Ward





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

2009-06-22 Thread Massimiliano Ziccardi
One more thing.
Now, driconf says 'Could not detect any configurable direct-rendering
capable devices. DRIconf will be started in expert mode'.

Before the config changes I did, I never got this message calling driconf

On Mon, Jun 22, 2009 at 4:07 PM, Massimiliano Ziccardi 
massimiliano.zicca...@gmail.com wrote:

 Ok. Now I think I did everything

 However:
 x...@localhost ~ $ glxinfo | grep GEM
 x...@localhost ~ $

 x...@localhost ~ $ emerge --search xorg-server
 Searching...
 [ Results for search key : xorg-server ]
 [ Applications found : 1 ]

 *  x11-base/xorg-server
   Latest version available: 1.6.1.901-r3
   Latest version installed: 1.6.1.901-r3
   Size of files: 4,550 kB
   Homepage:  http://xorg.freedesktop.org/
   Description:   X.Org X servers
   License:   xorg-server MIT

 x...@localhost ~ $ glxinfo | grep render
 direct rendering: Yes
 OpenGL renderer string: Software Rasterizer

 Don't know what to do more

 Any idea?

 Thanks a lot,
 Massimiliano




 On Mon, Jun 22, 2009 at 3:04 PM, Massimiliano Ziccardi 
 massimiliano.zicca...@gmail.com wrote:

 I'm following to the letter, now :-)

 However, it says I need xorg 1.6, so, now I'm upgrading.

 Here is my package.keyword files

 =x11-base/xorg-server-1.6
 =x11-libs/libXfont-1.4
 =x11-proto/randproto-1.2

 I hope it won't break my system :-)

 I'll let you know the result.

 Thanks a lot,
 Massimiliano


 On Mon, Jun 22, 2009 at 1:25 PM, Ward Poelmans wpoel...@gmail.comwrote:

 On Mon, Jun 22, 2009 at 13:16, Massimiliano
 Ziccardimassimiliano.zicca...@gmail.com wrote:
  Done. After that I did:
 
  emerge -av xf86-video-intel
  killall -1 X

 Did you merge mesa again? Did you follow the guide to the letter?

 Ward






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

2009-06-22 Thread Massimiliano Ziccardi
More INFO

Running driconf, I see the following message:

Xlib:  extension XFree86-DRI missing on display :0.0.

However, inside the xorg.0.log, I see:

(II) AIGLX: enabled GLX_MESA_copy_sub_buffer
(II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
(II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
(II) AIGLX: Loaded and initialized /usr/lib/dri/i965_dri.so
(II) GLX: Initialized DRI2 GL provider for screen 0

Any help?

Thank you,
Massimiliano


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

2009-06-22 Thread Massimiliano Ziccardi
I'm close to the solution.

If I run glxinfo | grep renderer as root, I get

direct rendering: Yes
OpenGL renderer string: Mesa DRI Mobile Intel�� GM45 Express Chipset GEM
20090114


while, if I run the same command as a simple user, I get

direct rendering: Yes
OpenGL renderer string: Software Rasterizer

So I think that's a permission problem now.

Have you any idea?

Thanks a lot,
Massimiliano


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

2009-06-22 Thread Massimiliano Ziccardi
Finally it works!

I just had to add my user to the 'video' group.

Shouldn't new user be added to such groups by default?

driconf, always says

Xlib:  extension XFree86-DRI missing on display :0.0.


Thank you a lot,
Massimiliano


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 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] 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





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] 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 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




[gentoo-user] Problem with the graphic card

2009-06-18 Thread Massimiliano Ziccardi
No one answered to my mail so far Do you mean I should switch to windows
? ;-)

Please, can someone give me some hint?
Do you need some more information to be able to help me?

I have a ThinkPad lenovo R500 running the latest GENTOO.

Here is what I found so far.

Everything works, but I have 2 problems:
1) OpenGL screen saver do not works
2) Graphic is not very fast.

I think the first problem is related to the second one.

I think (but I'm not sure) that the source of my problem is this:

x...@localhost ~ $ glxinfo | grep renderer
OpenGL renderer string: Software Rasterizer

However,

x...@localhost ~ $ glxinfo | grep direct
direct rendering: Yes

x...@localhost ~ $ dmesg | grep -i agp
[1.708652] Linux agpgart interface v0.103
[1.708775] agpgart-intel :00:00.0: Intel Mobile Intel�� GM45 Express
Chipset
[1.709925] agpgart-intel :00:00.0: detected 32764K stolen memory
[1.713030] agpgart-intel :00:00.0: AGP aperture is 256M @ 0xd000

Can someone give me some hint about what to do/what to check?

Thank you in advance,
Massimiliano


[gentoo-user] Problem with Thinkpad lenovo 3500

2009-06-17 Thread Massimiliano Ziccardi
Hi all.

I have a ThinkPad lenovo R500 running the latest GENTOO.

Everything works, but I have 2 problems:
1) OpenGL screen saver do not works
2) Graphic is not very fast.

I think the first problem is related to the second one.

I think (but I'm not sure) that the source of my problem is this:

x...@localhost ~ $ glxinfo | grep renderer
OpenGL renderer string: Software Rasterizer

However,

x...@localhost ~ $ glxinfo | grep direct
direct rendering: Yes

x...@localhost ~ $ dmesg | grep -i agp
[1.708652] Linux agpgart interface v0.103
[1.708775] agpgart-intel :00:00.0: Intel Mobile Intel�� GM45 Express
Chipset
[1.709925] agpgart-intel :00:00.0: detected 32764K stolen memory
[1.713030] agpgart-intel :00:00.0: AGP aperture is 256M @ 0xd000

Do you have any idea about what can I do to solve this problem?

Thank you in advance,
Massimiliano


[gentoo-user] Re: Problem with Thinkpad lenovo 3500

2009-06-17 Thread Massimiliano Ziccardi
Do someone know which test can I do to understand what do I miss ?

Thanks,
Massimiliano

On Wed, Jun 17, 2009 at 12:35 PM, Massimiliano Ziccardi 
massimiliano.zicca...@gmail.com wrote:

 Hi all.

 I have a ThinkPad lenovo R500 running the latest GENTOO.

 Everything works, but I have 2 problems:
 1) OpenGL screen saver do not works
 2) Graphic is not very fast.

 I think the first problem is related to the second one.

 I think (but I'm not sure) that the source of my problem is this:

 x...@localhost ~ $ glxinfo | grep renderer
 OpenGL renderer string: Software Rasterizer

 However,

 x...@localhost ~ $ glxinfo | grep direct
 direct rendering: Yes

 x...@localhost ~ $ dmesg | grep -i agp
 [1.708652] Linux agpgart interface v0.103
 [1.708775] agpgart-intel :00:00.0: Intel Mobile Intel�� GM45
 Express Chipset
 [1.709925] agpgart-intel :00:00.0: detected 32764K stolen memory
 [1.713030] agpgart-intel :00:00.0: AGP aperture is 256M @
 0xd000

 Do you have any idea about what can I do to solve this problem?

 Thank you in advance,
 Massimiliano