Re: [gentoo-user] x11-drm compile failure - linux/config.h not found

2006-12-20 Thread Jürgen Pierau

Alan McKinnon schrieb:
I want to install x11-drm and compare it to the drm in the mainline 
2.6.19-suspend2-r1 kernel. I've disabled drm in my kernel config as 
required, and emerge x11-drm fails with this error:


In file included from q:36:
/var/tmp/portage/x11-base/x11-drm-20060608/work/drm/linux-core/drmP.h:44:26: 
error: linux/config.h: No such file or directory


line 44 of drmP.h contains this:

#include linux/config.h
  

Hi Alan,

you seem to be experiencing bug #156784:

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

There is a dirty workaround somewhere around comment #15. I'd recommend 
waiting for an updated ebuild, though.


C'Ya,
Jürgen
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Physikalen Speicher- und Swapverbrauch Anzeigen

2006-11-07 Thread Jürgen Pierau

Fred Kastl schrieb:

Hallo,

gibt es ein Tool das den Arbeitsspeicher und Swapspeicher verbrauch 
aller Processe anzeigt

und diesen wenn möglich auch visuell darstellt ?
Aber nicht den Virtuellen sonder den tatasächlichen Verbrauch.

Eine anzeige wieviele Zugriffe auf welchen Bereich im Swasppeicher 
gemacht werden währe auch schön :-)



[english translation below]

free ist Dein Freund. Ansonsten noch vmstat. Oder auch top. xosview 
könnte auch das sein, wonach Du suchst.
Und wenn Du Fragen in Deutsch stellst, solltest Du Dich an 
gentoo-user-de wenden, nicht an die englischsprachige Variante.


free is your friend. Or maybe vmstat. Or top. xosview might also be what 
you're looking for.
And if you want to ask questions in German, you will have better luck 
posting to gentoo-user-de.


C'Ya,
JP
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Portage weirdness...

2006-06-25 Thread Jürgen Pierau

Yann Garnier wrote:

The second issue I experience is that I cannot update my system 
because I have 2 ebuilds that block the entire update.
I've already seen this issue once and I found a solution by masking 
one of the blocking  ebuild so I tried this time but the update cannot 
be done anyway.
This problem is much more critical for me since I can't update my 
system anymore !

Here is the output of an  emerge -pvuDt world

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

Calculating world dependencies  ...... done!
[blocks B ] sys-apps/pam-login (is blocking 
sys-apps/shadow-4.0.15-r2)
[blocks B ] sys-apps/utempter (is blocking 
sys-libs/libutempter-1.1.2.1)


Hello Yann,

you should:

1. unmask the packages you masked
2. emerge --unmerge pam-login
3. emerge --oneshot shadow
4. emerge --unmerge utempter
5. emerge -avDu world

IMPORTANT: Do NOT log out before step 3. If you logout after unmerging 
pam-login you will NOT be able to login again until you emerge shadow.


That should fix the blocking problem. pam-login has now been merged into 
shadow, so it is no longer needed. utempter..no idea what happened but 
it seems to have changed it's name.


As for the rsync issue: Have you tried using a different rsync server? 
Maybe you should use one of the generic ones like


SYNC=rsync://rsync.de.gentoo.org/gentoo-portage


Hope this helps,
JP
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] how to trigger complete rebuild after changing CFLAGS oder USEFLAGS

2006-05-30 Thread Jürgen Pierau

Enrico Weigelt schrieb:

Hi folks,

can anyone give me a quick hint, how to trigger a complete rebuild
if some build settings, ie CFLAGS or USEFLAGS are changed ? 


thanks
  

Yo Enrico,

emerge -aev world

should do the trick.

Jürgen
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Connlimit (iptables)

2006-04-07 Thread Jürgen Pierau

Mariusz Zalewski schrieb:

~ # grep -i match_limit /usr/src/linux/.config
CONFIG_IP_NF_MATCH_LIMIT=m

Other rules added to OUTPUT chain works fine, only connlimit produce
errors. Is it a bug (should I send it on bugtrack) or there is something
wrong with my system or bad syntax with using connlimit?

  
Did you check if the module has not only been built but was also loaded 
into the kernel?


Bye,
Jürgen
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] File system full issues

2006-02-15 Thread Jürgen Pierau

Mark Knecht wrote:


OK, good info - but what can I remove? Or more important how can I
find what's talking up too much space. /home, /usr/portage and /var
are on partitions of their own. There is about 200MB of Java stuff in
/opt and I deleted everything in /tmp before I wrote the first note.

I do appear to have about 250MB of KDE stuff in /usr/kde. We don't use
KDE but there are some KDE type apps, like k3b, on this machine.
 

One thing that frequently gets me is /usr/src. Every version of the 
Linux kernel takes up something between 200 and 300 MB (more depending 
on how you formatted the underlying partition). So if you inadvertently 
have created a nice archive of kernel sources from the last two years in 
there, unmerge all the old ones. sys-kernel/gentoo-sources is a slotted 
install, so each update ADDS the new kernel sources and doesn't remove 
the old ones.


Just my 0.02$
Jürgen
--
gentoo-user@gentoo.org mailing list