Re: [gentoo-user] /etc/portage/package.keywords syntax

2009-04-15 Thread Justin
Thanasis schrieb:
 on 04/14/2009 11:09 PM Neil Bothwick wrote the following:
 On Tue, 14 Apr 2009 16:01:23 +0300, Thanasis wrote:

   
 Suppose I want to set the series of  kernel sources:
 gentoo-sources-2.6.28*
 with the ~x86 keyword.
 What should I write in /etc/portage/package.keywords ?
 
 ~sys-kernel/gentoo-sources-2.6.28 ~x86

 or, if you are running x86,

 ~sys-kernel/gentoo-sources-2.6.28
   
 What is the meaning of the ~ in front ?
 Is it documented?
 
same as =...2.6.28*

but I disagree with the second suggestion, because no keyword means any keyword.



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] Mythfrontend segfaults

2009-04-15 Thread Neil Bothwick
On Tue, 14 Apr 2009 19:02:59 -0500, Michael Sullivan wrote:

 There are no mythfrontend logs unless they go somewhere
 besides /var/log/mythtv...

You need to explicitly tell mythfrontend to use a log file. I
run it with

mythfrontend -l /var/log/mythtv/mythfrontend.log -v important,general


-- 
Neil Bothwick

Idaho - It's not the end of the world, but you can see it from there.


signature.asc
Description: PGP signature


Re: [gentoo-user] /etc/portage/package.keywords syntax

2009-04-15 Thread Neil Bothwick
On Wed, 15 Apr 2009 08:56:32 +0300, Thanasis wrote:

  ~sys-kernel/gentoo-sources-2.6.28
  
 What is the meaning of the ~ in front ?
 Is it documented?

This is Gentoo, everything is documented... somewhere :)

man portage

-- 
Neil Bothwick

On a clear disk, you can seek forever.


signature.asc
Description: PGP signature


Re: [gentoo-user] /etc/portage/package.keywords syntax

2009-04-15 Thread Neil Bothwick
On Wed, 15 Apr 2009 08:47:29 +0200, Justin wrote:

  ~sys-kernel/gentoo-sources-2.6.28
  
  What is the meaning of the ~ in front ?
  Is it documented?

 same as =...2.6.28*

Not quite, 2.6.28* could also match 2.6.280-r3.

 but I disagree with the second suggestion, because no keyword means any
 keyword.

No it doesn't, it means use the ~arch version of whatever you have in
ACCEPT_KEYWORDS.


-- 
Neil Bothwick

Beam me aboard, Scotty!
Aye, Cap'n! Uh, will a two-by-four do?


signature.asc
Description: PGP signature


Re: [gentoo-user] What do I mask to go back to xorg-server-1.3.0.0-r6

2009-04-15 Thread Kevin O'Gorman
On Tue, Apr 14, 2009 at 7:40 PM, Robert Bridge rob...@robbieab.com wrote:
 Michael Sullivan wrote:

 I'm trying to roll back xorg-server, and I keep getting stuck:

 camille log # emerge -pvuD world

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

 Calculating dependencies... done!

 !!! All ebuilds that could satisfy =x11-base/xorg-server-1.5 have
 been masked.
 !!! One of the following masked packages is required to complete your
 request:
 - x11-base/xorg-server-1.5.3-r5 (masked by: package.mask)
 /etc/portage/package.mask:
 #   xorg-server masking  #

 - x11-base/xorg-server-1.5.3-r4 (masked by: package.mask, ~x86 keyword)

 For more information, see the MASKED PACKAGES section in the emerge
 man page or refer to the Gentoo Handbook.
 (dependency required by
 x11-drivers/xf86-video-intel-2.6.3-r1 [ebuild])
 (dependency required by x11-base/xorg-server-1.3.0.0-r6 [installed])
 (dependency required by x11-libs/gtk+-2.14.7-r2 [installed])
 (dependency required by app-text/ghostscript-gpl-8.64-r2 [installed])
 (dependency required by kde-base/kdegraphics-3.5.9 [installed])
 (dependency required by kde-base/kde-3.5.9 [installed])
 (dependency required by world [argument])

 How do I get passed (sp?) this?


 You need to mask the most recent intel drivers
 (x11-drivers/xf86-video-intel)



You may also want other stuff.  To stop xorg-server-1.5 I had to add

=x11-drivers/xf86-input-joystick-1.3.1
=x11-drivers/ati-drivers-8.552-r2

But there are still some 72 packages that want to emerge, a lot of them from
x11-drivers; and I'm still too nervous about this to let it proceed.

-- 
Kevin O'Gorman, PhD



Re: [gentoo-user] /etc/portage/package.keywords syntax

2009-04-15 Thread Jorge Morais
On Wed, 15 Apr 2009 08:47:29 +0200
Justin jus...@j-schmitz.net wrote:

 Thanasis schrieb:
  on 04/14/2009 11:09 PM Neil Bothwick wrote the following:
  On Tue, 14 Apr 2009 16:01:23 +0300, Thanasis wrote:
 

  Suppose I want to set the series of  kernel sources:
  gentoo-sources-2.6.28*
  with the ~x86 keyword.
  What should I write in /etc/portage/package.keywords ?
  
  ~sys-kernel/gentoo-sources-2.6.28 ~x86
 
  or, if you are running x86,
 
  ~sys-kernel/gentoo-sources-2.6.28

  What is the meaning of the ~ in front ?
  Is it documented?
  
 same as =...2.6.28*
 
 but I disagree with the second suggestion, because no keyword means any 
 keyword.
 
You both should read the manual. I have copied some excerpts from relevant
man pages, and even surrounded the most relevant parts with the word
MYEMPHASIS. Not everyone has this patience.
From man portage:

package.keywords
   Per-package  KEYWORDS.   Useful for mixing unstable pack-
   ages in with a normally  stable  system  or  vice  versa.
   This  will  allow  ACCEPT_KEYWORDS  to be augmented for a
   single package.

   Format:
   - comment lines begin with # (no inline comments)
   - one DEPEND atom per line followed by additional KEYWORDS
MYEMPHASIS
   - lines without any KEYWORDS imply unstable host arch
/MYEMPHASIS
   Example:
   # always use unstable libgd
   media-libs/libgd ~x86
   # only use stable mplayer
   media-video/mplayer -~x86
   # always use unstable netcat
   net-analyzer/netcat

   Note:
   In addition to the  normal  values  from  ACCEPT_KEYWORDS
   package.keywords supports three special tokens:

   *  package is visible if it is stable on any architecture
   ~* package is visible if it is in testing on any architecture
   ** package is always visible (KEYWORDS are ignored completely)

   Additional  Note:  If  you encounter the -* KEYWORD, this
   indicates that the package is known to be broken  on  all
   systems  which are not otherwise listed in KEYWORDS.  For
   example, a binary only package which  is  built  for  x86
   will look like:

   games-fps/quake3-demo-1.11.ebuild:KEYWORDS=-* x86

   If  you wish to accept this package anyways, then use one
   of the other keywords in your package.keywords like this:

   games-fps/quake3-demo x86

From man 5 ebuild:

DEPEND This  should  contain a list of all packages that are required for the 
program to com-
   pile.

   DEPEND Atoms
  A depend atom is simply a dependency that is used by portage  when  
calculating
  relationships  between  packages.  Please note that if the atom has not 
already
  been emerged, then the latest version available is matched.

  Atom Bases
 The base atom is just a full  category/packagename.   Hence,  these  
are
 base atoms:

 sys-apps/sed
 sys-libs/zlib
 net-misc/dhcp

  Atom Versions
 It  is  nice  to  be more specific and say that only certain versions 
of
 atoms are acceptable.  Note that versions must be combined with a 
prefix
 (see  below).   Hence  you  may add a version number as a postfix to 
the
 base:

 sys-apps/sed-4.0.5
 sys-libs/zlib-1.1.4-r1
 net-misc/dhcp-3.0_p2

 Versions are normally made up of two or three numbers separated by 
peri-
 ods,  such  as 1.2 or 4.5.2.  This string may be followed by a 
character
 such as 1.2a or 4.5.2z.  Note that this letter is not meant to  
indicate
 alpha,  beta,  etc... status.  For that, use the optional suffix; 
either
 _alpha, _beta,  _pre  (pre-release),  _rc  (release  candidate),  or  
_p
 (patch).  This means for the 3rd pre-release of a package, you would 
use
 something like 1.2_pre3.  The suffixes here can be  arbitrarily  
chained
 without limitation.

  Atom Prefix Operators [ = = = ]
 Sometimes  you want to be able to depend on general versions rather 
than
 specifying exact versions all the time.  Hence we provide standard 
bool-
 ean operators:

 media-libs/libgd-1.6
 =media-libs/libgd-1.6
 =media-libs/libgd-1.6
 =media-libs/libgd-1.6
 media-libs/libgd-1.6

  Extended Atom Prefixes [!~] and Postfixes [*]
 Now to get even fancier, we provide the ability to define blocking 
pack-
 ages and version range matching.  Also note  that  these  extended  
pre-
 fixes/postfixes may be combined in any way with the atom classes 
defined
 above.  Here are some common examples you may find in the portage tree:

 !app-text/dos2unix
 =dev-libs/glib-2*
 !=net-fs/samba-2*
 ~net-libs/libnet-1.0.2a
 !!sys-apps/portage-2.1.4_rc1

 ! means block packages from being installed at the same time.
 !! means block packages from  being  installed  

[gentoo-user] Fonts garbled with Xorg 1.5

2009-04-15 Thread Konstantinos Agouros
Hi,

I am having problems with some webpages in FireFox as well as Eclipse. 
Fonts are totally garbled. It looks like they were written with chalk
and then somebody wiped over them. A redraw fixes is sometimes but
then it gets garbled again. I am using nvidia-drivers 96.XX for legacy
reasons.

Anybody got a clue how to fix this? Do I need to change something in
xorg.conf?

Regards,

Konstantin
-- 
Dipl-Inf. Konstantin Agouros aka Elwood Blues. Internet: elw...@agouros.de
Otkerstr. 28, 81547 Muenchen, Germany. Tel +49 89 69370185

Captain, this ship will not survive the forming of the cosmos. B'Elana Torres



Re: [gentoo-user] KDE 4.2.1 : goodbye good riddance

2009-04-15 Thread Jorge Morais
On Tue, 14 Apr 2009 09:56:20 -0700
Mark Knecht markkne...@gmail.com wrote:

 While not a KDE user I echo your thoughts. I'm personally a bit
 worried about Gentoo overlords sort of pushing this hald thing with
 reasons like 'Gnome's automounting depends on it'.
Where have you got that from? I have not heard of that. I don't use
hal either, and I have -hal in /etc/make.conf

 I started in Linux about 12 years ago and the best environment for my
 needs at that time (audio recording, 32 channels of live audio,
 real-time kernels, Ardour, etc.) was fluxbox. Low overhead. Easily
 customizable. Every time I get fed up with Gnome I go back to fluxbox.
 Takes a few minutes to build, not hours like Gnome or days like KDE.
 Not a great environment for my wife and kids, so they get Gnome.
I have used Xfce at version 4.4.2 (or 4.4.3, I don't remember) and
I think it has a lot of user-friendliness. And it is even similar
to GNOME, so GNOME users will feel at home.
I think Xubuntu is a good example of a well put together Xfce desktop.
I don't agree with every Xubuntu choice for default apps, but it is
a great start if you want to build a user-friendly, lightweight,
customizable desktop with Xfce plus the right applications.
So if you like simplicity and lightweight, but think your wife
won't like fluxbox, give Xfce a try.
Maybe even fluxbox could be configured and combined with the
right applications to be easy to use, but starting with
Xfce would probably be much easier (I say probably because
I have never performed either of these tasks).
On the other hand, maybe you should continue giving GNOME
to your wife simply because GNOME is much more common than Xfce and,
by knowing GNOME, she is more likely to know how to use another
GNU/Linux computer, and if she needs technical support from, say,
the ISP, the technicians are more likely to know GNOME and Xfce.

For the record, I have moved from Xfce to LXDE because I am a 
speed freak and also a simplicity freak. More on simplicity
below.
 
 I hope the future of Linux desktops doesn't look anything like
 Windows. Sometimes it seems to me we're moving too far that direction
 too fast.
I get that feeling too. When I use Ubuntu and something fails, sometimes
I feel it is hard to diagnose and fix the problem. Maybe this is
the cost of things being automagic: when it works, great, but when
it doesn't work, you've got to be a wizard to fix it.

Car analogy:
A person with mediocre knowledge of car mechanics can understand how
a classical car works, and doesn't complain that the transmission is
manual. He can even fix simple problems.
A person with good knowledge of car mechanics can even fix more serious
problems, because the car is simple, and many of its parts can be
serviced by an interested man.

But a modern car...
With all of its automatic transmission and everything, one does not
even need mediocre knowledge to drive it; but to understand how it
works is hard. To fix simple problems is harder. To fix serious problems,
one needs complex tools and specific knowledge that is almost beyond
the reach of the common man.

So I think that automagic things often tend to be harder
to understand and much harder to fix.

But so far, Ubuntu is actually *more* automagic than Windows
but more open, easier to understand and easier to fix (Windows
is a badly documented black box).

And a Gentoo desktop is easier to understand and fix than Ubuntu.
Specially if the user selected simple software such as Xfce or,
even simpler, LXDE.
Of course, you can theorize that at least part of this impression of
mine is caused by me being used to my simple no-hal no-nothing LXDE
Gentoo desktop and me being unfamiliar with Ubuntu.


Regards,
Jorge

-- 
Software is like sex: it is better when it is free. --Linus Torvalds



Re: [gentoo-user] Fonts garbled with Xorg 1.5

2009-04-15 Thread Gregory Shearman
In linux.gentoo.user, you wrote:

 Hi,

 I am having problems with some webpages in FireFox as well as Eclipse. 
 Fonts are totally garbled. It looks like they were written with chalk
 and then somebody wiped over them. A redraw fixes is sometimes but
 then it gets garbled again. I am using nvidia-drivers 96.XX for legacy
 reasons.

One of my machines runs a GeForce4 card and uses the legacy 96.XX
drivers.

 Anybody got a clue how to fix this? Do I need to change something in
 xorg.conf?

I had the same problems with font smudging in *all* programs and on the
kde desktop. It was almost impossible to even read the start menu.

I solved the problem by adding nvidia-drivers
(x11-drivers/nvidia-drivers ~x86) to /etc/portage/package.keywords. The
latest 96.XX driver was installed which was 96.43.11

You do need:

=x11-drivers/nvidia-drivers-100.00.00

in /etc/portage/package.mask so that the latest (~x86) 96.XX driver will be 
installed.

I'm not sure if it will work for you, but maybe it's work a try.

-- 
Regards,

Gregory.
Gentoo Linux - Penguin Power



Re: [gentoo-user] Mythfrontend segfaults

2009-04-15 Thread Mark Knecht
On Tue, Apr 14, 2009 at 11:48 PM, Neil Bothwick n...@digimed.co.uk wrote:
 On Tue, 14 Apr 2009 19:02:59 -0500, Michael Sullivan wrote:

 There are no mythfrontend logs unless they go somewhere
 besides /var/log/mythtv...

 You need to explicitly tell mythfrontend to use a log file. I
 run it with

 mythfrontend -l /var/log/mythtv/mythfrontend.log -v important,general


 --
 Neil Bothwick


I rolled back to xorg-server-1.3 but a slightly newer version of the
intel driver and mythfrontend still segfaulted.

I then tried to roll back to the same version of the Intel driver that
I had before (According to the /var/log/emerge.log it was 2.1.1) and
that won't build!

Not a happy camper in sight around here right now ;-)

I'll have to try this again later today.

- Mark



[gentoo-user] CMake and empty directories

2009-04-15 Thread Patrick Holthaus
Hello gentooers!

Maybe some of you can help me with this one. I'm trying to create an ebuild to 
test some of our university software on my laptop. It is using cmake as a 
build tool. CMakeLists.txt states the following (among others :)

SET(PREFIX ${CMAKE_INSTALL_PREFIX})
SET(INCLUDEDIR_B ${PREFIX}/include)

INSTALL(CODE FILE(MAKE_DIRECTORY ${INCLUDEDIR_B}/iwPlugins))

Everything is compiling fine, but the install procedure gets interrupted with a 
sandbox violation:

ACCESS DENIED  mkdir:/usr/include/iwPlugins 


CMake Error at cmake_install.cmake:92 (FILE):   


  file problem creating directory: /usr/include/iwPlugins   




It seems for me that the variable INCLUDEDIR_B is not expanded to the sandbox 
path but /usr/include within the CODE statement. Other INSTALL instructions 
like FILES and TARGETS work fine. Is it advisable to have another method of 
creating an empty directory?

Thanks in advance
Patrick


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


Re: [gentoo-user] CMake and empty directories

2009-04-15 Thread Arttu V.
On 4/15/09, Patrick Holthaus patrick.holth...@uni-bielefeld.de wrote:
 INSTALL(CODE FILE(MAKE_DIRECTORY ${INCLUDEDIR_B}/iwPlugins))
snip/
 It seems for me that the variable INCLUDEDIR_B is not expanded to the
 sandbox path but /usr/include within the CODE statement.

Just a wild guess from a perl-fan: would it work if you escaped that
dollar sign with a backslash? It might move the expansion around a
bit, maybe even to the right place if you're lucky.

-- 
Arttu V.



[gentoo-user] xorg-server-1.5 breaks X, How to downgrade?

2009-04-15 Thread Grant
Upgrading to xorg-server-1.5 went relatively smoothly on 2 laptops,
but my first attempt on a desktop has been a failure.  I get:

Backtrace:
Inconsistency detected by ld.so: dl-open.c: 260: dl_open_worker:
Assertion `_dl_debug_initialize (0, args-nsid)-r_state ==
RT_CONSISTENT' failed!

So many packages were upgraded along with xorg-server that I'm not
sure what to downgrade.  Here are the packages that were upgraded at
the same time.  Can anyone suggest any to downgrade?  I've already
downgraded to xorg-server-1.3.0.0-r6 and mesa-6.5.2-r1.

dev-db:sqlite
sys-libs:timezone-data
dev-libs:libevent
x11-misc:util-macros
x11-proto:xproto
x11-proto:inputproto
x11-libs:xtrans
x11-proto:renderproto
x11-proto:randrproto
x11-libs:pixman
x11-proto:xf86driproto
x11-proto:printproto
dev-libs:libpthread-stubs
x11-proto:dri2proto
x11-proto:xextproto
x11-libs:libXau
x11-libs:libdrm
x11-apps:rgb
x11-apps:sessreg
x11-libs:libX11
x11-libs:libXext
x11-libs:libXrender
x11-libs:libxkbfile
x11-apps:luit
x11-libs:libXi
x11-libs:libXrandr
x11-libs:libXxf86vm
x11-apps:xkbcomp
x11-libs:libXScrnSaver
x11-libs:libXinerama
x11-libs:libXv
x11-apps:xrandr
x11-apps:mkfontscale
x11-libs:libXfont
x11-apps:mkfontdir
net-libs:gnutls
x11-misc:xkeyboard-config
x11-libs:libXft
x11-libs:libSM
x11-libs:libXmu
media-libs:mesa
x11-apps:xauth
x11-apps:xrdb
x11-wm:twm
x11-apps:xprop
x11-apps:xwininfo
x11-apps:mesa-progs
x11-libs:libXaw
x11-apps:xsm
x11-apps:xclock
x11-apps:xmessage
x11-terms:xterm
x11-apps:xinit
x11-libs:libpciaccess
x11-base:xorg-server
x11-drivers:xf86-input-evdev

Should I just mask the installed version of all of these?  Thanks for
any advice.

- Grant



Re: [gentoo-user] xorg-server-1.5 breaks X, How to downgrade?

2009-04-15 Thread Mark Knecht
Please read the thread from yesterday entitled

What do I mask to go back to xorg-server-1.3.0.0-r6

Cheers,
Mark

On Wed, Apr 15, 2009 at 9:28 AM, Grant emailgr...@gmail.com wrote:
 Upgrading to xorg-server-1.5 went relatively smoothly on 2 laptops,
 but my first attempt on a desktop has been a failure.  I get:

 Backtrace:
 Inconsistency detected by ld.so: dl-open.c: 260: dl_open_worker:
 Assertion `_dl_debug_initialize (0, args-nsid)-r_state ==
 RT_CONSISTENT' failed!

 So many packages were upgraded along with xorg-server that I'm not
 sure what to downgrade.  Here are the packages that were upgraded at
 the same time.  Can anyone suggest any to downgrade?  I've already
 downgraded to xorg-server-1.3.0.0-r6 and mesa-6.5.2-r1.

 dev-db:sqlite
 sys-libs:timezone-data
 dev-libs:libevent
 x11-misc:util-macros
 x11-proto:xproto
 x11-proto:inputproto
 x11-libs:xtrans
 x11-proto:renderproto
 x11-proto:randrproto
 x11-libs:pixman
 x11-proto:xf86driproto
 x11-proto:printproto
 dev-libs:libpthread-stubs
 x11-proto:dri2proto
 x11-proto:xextproto
 x11-libs:libXau
 x11-libs:libdrm
 x11-apps:rgb
 x11-apps:sessreg
 x11-libs:libX11
 x11-libs:libXext
 x11-libs:libXrender
 x11-libs:libxkbfile
 x11-apps:luit
 x11-libs:libXi
 x11-libs:libXrandr
 x11-libs:libXxf86vm
 x11-apps:xkbcomp
 x11-libs:libXScrnSaver
 x11-libs:libXinerama
 x11-libs:libXv
 x11-apps:xrandr
 x11-apps:mkfontscale
 x11-libs:libXfont
 x11-apps:mkfontdir
 net-libs:gnutls
 x11-misc:xkeyboard-config
 x11-libs:libXft
 x11-libs:libSM
 x11-libs:libXmu
 media-libs:mesa
 x11-apps:xauth
 x11-apps:xrdb
 x11-wm:twm
 x11-apps:xprop
 x11-apps:xwininfo
 x11-apps:mesa-progs
 x11-libs:libXaw
 x11-apps:xsm
 x11-apps:xclock
 x11-apps:xmessage
 x11-terms:xterm
 x11-apps:xinit
 x11-libs:libpciaccess
 x11-base:xorg-server
 x11-drivers:xf86-input-evdev

 Should I just mask the installed version of all of these?  Thanks for
 any advice.

 - Grant





Re: [gentoo-user] xorg-server-1.5 breaks X, How to downgrade?

2009-04-15 Thread Grant
 Please read the thread from yesterday entitled

 What do I mask to go back to xorg-server-1.3.0.0-r6

 Cheers,
 Mark

Thanks a lot Mark, much appreciated.

- Grant


 On Wed, Apr 15, 2009 at 9:28 AM, Grant emailgr...@gmail.com wrote:
 Upgrading to xorg-server-1.5 went relatively smoothly on 2 laptops,
 but my first attempt on a desktop has been a failure.  I get:

 Backtrace:
 Inconsistency detected by ld.so: dl-open.c: 260: dl_open_worker:
 Assertion `_dl_debug_initialize (0, args-nsid)-r_state ==
 RT_CONSISTENT' failed!

 So many packages were upgraded along with xorg-server that I'm not
 sure what to downgrade.  Here are the packages that were upgraded at
 the same time.  Can anyone suggest any to downgrade?  I've already
 downgraded to xorg-server-1.3.0.0-r6 and mesa-6.5.2-r1.

 dev-db:sqlite
 sys-libs:timezone-data
 dev-libs:libevent
 x11-misc:util-macros
 x11-proto:xproto
 x11-proto:inputproto
 x11-libs:xtrans
 x11-proto:renderproto
 x11-proto:randrproto
 x11-libs:pixman
 x11-proto:xf86driproto
 x11-proto:printproto
 dev-libs:libpthread-stubs
 x11-proto:dri2proto
 x11-proto:xextproto
 x11-libs:libXau
 x11-libs:libdrm
 x11-apps:rgb
 x11-apps:sessreg
 x11-libs:libX11
 x11-libs:libXext
 x11-libs:libXrender
 x11-libs:libxkbfile
 x11-apps:luit
 x11-libs:libXi
 x11-libs:libXrandr
 x11-libs:libXxf86vm
 x11-apps:xkbcomp
 x11-libs:libXScrnSaver
 x11-libs:libXinerama
 x11-libs:libXv
 x11-apps:xrandr
 x11-apps:mkfontscale
 x11-libs:libXfont
 x11-apps:mkfontdir
 net-libs:gnutls
 x11-misc:xkeyboard-config
 x11-libs:libXft
 x11-libs:libSM
 x11-libs:libXmu
 media-libs:mesa
 x11-apps:xauth
 x11-apps:xrdb
 x11-wm:twm
 x11-apps:xprop
 x11-apps:xwininfo
 x11-apps:mesa-progs
 x11-libs:libXaw
 x11-apps:xsm
 x11-apps:xclock
 x11-apps:xmessage
 x11-terms:xterm
 x11-apps:xinit
 x11-libs:libpciaccess
 x11-base:xorg-server
 x11-drivers:xf86-input-evdev

 Should I just mask the installed version of all of these?  Thanks for
 any advice.

 - Grant



[gentoo-user] gentoo installation - emerge problem

2009-04-15 Thread Christoph Schrauth
Hi all,

I'm installing a new gentoo system.
After installing the minimal system I tried to emerge applications like kde, 
samba, cups or something like that, but everytime I get the following message:

emerge -av kde-meta

These are the packages that would be merged, in order:
Calculating dependencies... done!

emerge: there are no ebuilds built with USE flags to satisfy 
app-text/docbook-sgml-utils[jadetex].
!!! One of the following packages is required to complete your request:
- app-text/docbook-sgml-utils-0.6.14 (Change USE: +jadetex)
(dependency required by media-libs/fontconfig-2.6.0-r2 [ebuild])
(dependency required by app-text/ghostscript-gpl-8.64-r2 [ebuild])
(dependency required by net-print/foomatic-filters-3.0.20080507 [ebuild])
(dependency required by net-print/foomatic-filters-ppds-20070501 [ebuild])
(dependency required by net-print/cups-1.3.9-r1 [ebuild])
(dependency required by net-fs/samba-3.0.33 [ebuild])




app-text/docbook-sgml-utils is emerged without the jadetex USE flag.
If I try to emerge docbook-sgml-utils with jadetex USE flag I get the following 
error message:
...
...
('ebuild', '/', 'dev-libs/dbus-glib-0.76', 'merge') (hard)
('ebuild', '/', 'dev-libs/gtk+-2.14.7-r2', 'merge') (hard)
('ebuild', '/', 'sys-apps/dbus-1.2.3-r1', 'merge') (hard)
* Note that circular dependencies can often be avoided by temporarily
* disabling USE flags what trigger optional dependencies.


This is my emerge --info:
Portage 2.1.6.7 (default/linux/amd64/2008.0/desktop, gcc-4.1.2, 
glibc-2.8_p20080602-r1, 2.6.27-gentoo-r8 x86_64)
=
System uname: 
Linux-2.6.27-gentoo-r8-x86_64-AMD_Athlon-tm-_64_X2_Dual_Core_Processor_4200+-with-glibc2.2.5
Timestamp of tree: Wed, 15 Apr 2009 15:45:01 +
ccache version 2.4 [enabled]
app-shells/bash: 3.2_p39
dev-lang/python: 2.4.4-r13, 2.5.2-r7
dev-python/pycrypto: 2.0.1-r6
dev-util/ccache: 2.4-r7
sys-apps/baselayout: 1.12.11.1
sys-apps/sandbox:1.2.18.1-r2
sys-devel/autoconf:  2.13, 2.63
sys-devel/automake:  1.5, 1.9.6-r2, 1.10.2
sys-devel/binutils:  2.18-r3
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   1.5.26
virtual/os-headers:  2.6.27-r2
ACCEPT_KEYWORDS=amd64
CBUILD=x86_64-pc-linux-gnu
CFLAGS=-march=k8 -O2 -pipe -msse3
CHOST=x86_64-pc-linux-gnu
CONFIG_PROTECT=/etc
CONFIG_PROTECT_MASK=/etc/ca-certificates.conf /etc/env.d /etc/gconf 
/etc/revdep-rebuild /etc/splash /etc/terminfo /etc/udev/rules.d
CXXFLAGS=-march=k8 -O2 -pipe -msse3
DISTDIR=/usr/portage/distfiles
FEATURES=ccache distlocks fixpackages parallel-fetch protect-owned sandbox 
sfperms strict unmerge-orphans userfetch
GENTOO_MIRRORS=ftp://ftp.uni-erlangen.de/pub/mirrors/gentoo 
ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ 
LANG=de_DE.utf8
LC_ALL=de_DE.utf8
LDFLAGS=-Wl,-O1
LINGUAS=de
MAKEOPTS=-j3
PKGDIR=/usr/portage/packages
PORTAGE_CONFIGROOT=/
PORTAGE_RSYNC_OPTS=--recursive --links --safe-links --perms --times --compress 
--force --whole-file --delete --stats --timeout=180 --exclude=/distfiles 
--exclude=/local --exclude=/packages
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
SYNC=rsync://rsync.europe.gentoo.org/gentoo-portage
USE=X X509 acl acpi alsa amd64 berkdb bluetooth branding bzip2 cairo cdr cli 
cracklib crypt cups dbus doc dri dvd dvdr dvdread eds emboss encode esd evo 
examples fam firefox fortran gd gdbm gif gnome gpm gstreamer gtk hal hardened 
iconv ipv6 isdnlog jpeg kde ldap libnotify mad midi mikmod mmx mp3 mpeg mudflap 
multilib mysql ncurses network-cron nls nptl nptlonly ogg opengl openmp pam 
pcre pdf perl png ppds pppd profile python qt3 qt3support qt4 quicktime 
readline reflection samba sdl session spell spl sse sse2 ssl 
startup-notification svg sysfs tcl tcpd tetex threads tiff truetype unicode usb 
vorbis xml xorg xulrunner xv zlib ALSA_CARDS=emu10k1 ALSA_PCM_PLUGINS=adpcm 
alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa 
lfloat linear meter mmap_emul mulaw multi null plug rate route share shm 
softvol APACHE2_MODULES=actions alias auth_basic authn_alias authn_anon 
authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile 
authz_h
 ost authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir 
disk_cache env expires ext_filter file_cache filter headers include info 
log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling 
status unique_id userdir usertrack vhost_alias ELIBC=glibc 
INPUT_DEVICES=keyboard mouse KERNEL=linux LCD_DEVICES=bayrad cfontz 
cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text LINGUAS=de 
USERLAND=GNU VIDEO_CARDS=nv nvidia vesa
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, 
PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, 
PORTDIR_OVERLAY


Has someone any idea?

Best regards,
Christoph Schrauth

-- 
Neu: GMX FreeDSL Komplettanschluss mit DSL 6.000 Flatrate + Telefonanschluss 
für nur 17,95 Euro/mtl.!* 

Re: [gentoo-user] Fonts garbled with Xorg 1.5

2009-04-15 Thread Konstantinos Agouros
In 20090415113152.ga11...@pacific.net.au zek...@gmail.com (Gregory Shearman) 
writes:

In linux.gentoo.user, you wrote:

 Hi,

 I am having problems with some webpages in FireFox as well as Eclipse. 
 Fonts are totally garbled. It looks like they were written with chalk
 and then somebody wiped over them. A redraw fixes is sometimes but
 then it gets garbled again. I am using nvidia-drivers 96.XX for legacy
 reasons.

One of my machines runs a GeForce4 card and uses the legacy 96.XX
drivers.

 Anybody got a clue how to fix this? Do I need to change something in
 xorg.conf?

I had the same problems with font smudging in *all* programs and on the
kde desktop. It was almost impossible to even read the start menu.

I solved the problem by adding nvidia-drivers
(x11-drivers/nvidia-drivers ~x86) to /etc/portage/package.keywords. The
latest 96.XX driver was installed which was 96.43.11

You do need:

=x11-drivers/nvidia-drivers-100.00.00

in /etc/portage/package.mask so that the latest (~x86) 96.XX driver will be 
installed.

I'm not sure if it will work for you, but maybe it's work a try.
Thanks for the tip. Do I need to rebuild anything but nvidia-drivers?

Thanks,

Konstantin

-- 
Regards,

Gregory.
Gentoo Linux - Penguin Power

-- 
Dipl-Inf. Konstantin Agouros aka Elwood Blues. Internet: elw...@agouros.de
Otkerstr. 28, 81547 Muenchen, Germany. Tel +49 89 69370185

Captain, this ship will not survive the forming of the cosmos. B'Elana Torres



[gentoo-user] Re: gentoo installation - emerge problem

2009-04-15 Thread ABCD
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Christoph Schrauth wrote:
 Hi all,
 
 I'm installing a new gentoo system.
 After installing the minimal system I tried to emerge applications like kde, 
 samba, cups or something like that, but everytime I get the following message:
 
 emerge -av kde-meta
 
 These are the packages that would be merged, in order:
 Calculating dependencies... done!
 
 emerge: there are no ebuilds built with USE flags to satisfy 
 app-text/docbook-sgml-utils[jadetex].
 !!! One of the following packages is required to complete your request:
 - app-text/docbook-sgml-utils-0.6.14 (Change USE: +jadetex)
 (dependency required by media-libs/fontconfig-2.6.0-r2 [ebuild])
 (dependency required by app-text/ghostscript-gpl-8.64-r2 [ebuild])
 (dependency required by net-print/foomatic-filters-3.0.20080507 [ebuild])
 (dependency required by net-print/foomatic-filters-ppds-20070501 [ebuild])
 (dependency required by net-print/cups-1.3.9-r1 [ebuild])
 (dependency required by net-fs/samba-3.0.33 [ebuild])
 
 
 
 
 app-text/docbook-sgml-utils is emerged without the jadetex USE flag.
 If I try to emerge docbook-sgml-utils with jadetex USE flag I get the 
 following error message:
 ...
 ...
 ('ebuild', '/', 'dev-libs/dbus-glib-0.76', 'merge') (hard)
 ('ebuild', '/', 'dev-libs/gtk+-2.14.7-r2', 'merge') (hard)
 ('ebuild', '/', 'sys-apps/dbus-1.2.3-r1', 'merge') (hard)
 * Note that circular dependencies can often be avoided by temporarily
 * disabling USE flags what trigger optional dependencies.
 
 Has someone any idea?
 
 Best regards,
 Christoph Schrauth
 

You didn't send the important part of the error message, but my guess
would be a circular dependency between a few components - if you try
emerging x11-libs/gtk+ with USE='-cups', you might get a little further
(and can rebuild x11-libs/gtk+ with USE='cups' later, if desired).

- --
ABCD
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAknmGoUACgkQOypDUo0oQOq63gCgjYAZQAsgPL4yp2o4nUf+iq6k
gmAAniSYgGciTztUV798h6AUUWBVnw/D
=1V5u
-END PGP SIGNATURE-




Re: [gentoo-user] gentoo installation - emerge problem

2009-04-15 Thread Arttu V.
On 4/15/09, Christoph Schrauth schrauth-christ...@gmx.de wrote:
 Hi all,

 I'm installing a new gentoo system.
 After installing the minimal system I tried to emerge applications like kde,
 samba, cups or something like that, but everytime I get the following
 message:

 emerge -av kde-meta

 These are the packages that would be merged, in order:
 Calculating dependencies... done!

 emerge: there are no ebuilds built with USE flags to satisfy
 app-text/docbook-sgml-utils[jadetex].
 !!! One of the following packages is required to complete your request:
 - app-text/docbook-sgml-utils-0.6.14 (Change USE: +jadetex)
 (dependency required by media-libs/fontconfig-2.6.0-r2 [ebuild])

Could you relax your USE-flags, i.e., drop USE=doc?

Fontconfig's ebuild only needs the sgml stuff for extraneous docs and
I doubt whether you really need the pdf documents created by that USE
flag -- especially given that you're apparently still on the command
line where viewing them might req ...

-- 
Arttu V.



Re: [gentoo-user] xorg-server-1.5 breaks X, How to downgrade?

2009-04-15 Thread Dale
Grant wrote:
 Upgrading to xorg-server-1.5 went relatively smoothly on 2 laptops,
 but my first attempt on a desktop has been a failure.  I get:

 Backtrace:
 Inconsistency detected by ld.so: dl-open.c: 260: dl_open_worker:
 Assertion `_dl_debug_initialize (0, args-nsid)-r_state ==
 RT_CONSISTENT' failed!

 So many packages were upgraded along with xorg-server that I'm not
 sure what to downgrade.  Here are the packages that were upgraded at
 the same time.  Can anyone suggest any to downgrade?  I've already
 downgraded to xorg-server-1.3.0.0-r6 and mesa-6.5.2-r1.

   SNIP 

 Should I just mask the installed version of all of these?  Thanks for
 any advice.

 - Grant


   

This is the list I used:

#   xorg-server masking  #

=x11-base/xorg-server-1.5.3-r4
=x11-drivers/xf86-input-keyboard-1.3.2
=x11-drivers/xf86-input-evdev-2.1.3
=x11-proto/printproto-1.0.4
=x11-proto/renderproto-0.9.3


=x11-libs/libXrender-0.9.4


That should be a start at least.

Dale

:-)  :-) 



Re: [gentoo-user] What do I mask to go back to xorg-server-1.3.0.0-r6

2009-04-15 Thread Mark Knecht
On Wed, Apr 15, 2009 at 12:15 AM, Kevin O'Gorman kogor...@gmail.com wrote:
 On Tue, Apr 14, 2009 at 7:40 PM, Robert Bridge rob...@robbieab.com wrote:
 Michael Sullivan wrote:

 I'm trying to roll back xorg-server, and I keep getting stuck:

 camille log # emerge -pvuD world

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

 Calculating dependencies... done!

 !!! All ebuilds that could satisfy =x11-base/xorg-server-1.5 have
 been masked.
 !!! One of the following masked packages is required to complete your
 request:
 - x11-base/xorg-server-1.5.3-r5 (masked by: package.mask)
 /etc/portage/package.mask:
 #   xorg-server masking  #

 - x11-base/xorg-server-1.5.3-r4 (masked by: package.mask, ~x86 keyword)

 For more information, see the MASKED PACKAGES section in the emerge
 man page or refer to the Gentoo Handbook.
 (dependency required by
 x11-drivers/xf86-video-intel-2.6.3-r1 [ebuild])
 (dependency required by x11-base/xorg-server-1.3.0.0-r6 [installed])
 (dependency required by x11-libs/gtk+-2.14.7-r2 [installed])
 (dependency required by app-text/ghostscript-gpl-8.64-r2 [installed])
 (dependency required by kde-base/kdegraphics-3.5.9 [installed])
 (dependency required by kde-base/kde-3.5.9 [installed])
 (dependency required by world [argument])

 How do I get passed (sp?) this?


 You need to mask the most recent intel drivers
 (x11-drivers/xf86-video-intel)



 You may also want other stuff.  To stop xorg-server-1.5 I had to add

=x11-drivers/xf86-input-joystick-1.3.1
=x11-drivers/ati-drivers-8.552-r2

 But there are still some 72 packages that want to emerge, a lot of them from
 x11-drivers; and I'm still too nervous about this to let it proceed.

 --
 Kevin O'Gorman, PhD

You may need to check packages.keywords/unmask/mask to look for things
added earlier. I had a ~x86 on the intel driver package which was
causing the driver to go newer and this was forcing the xorg-server to
go newer, etc. Make sure you don't have anything like that hanging
about.

Note that mythfrontend started segfaulting on an intel graphics
machine when I went to the newer xorg. Unfortunately it did not stop
segfaulting when I went back. I cannot explain this yet.

- Mark



Re: [gentoo-user] What do I mask to go back to xorg-server-1.3.0.0-r6

2009-04-15 Thread Alan McKinnon
On Wednesday 15 April 2009 20:31:09 Mark Knecht wrote:
 Note that mythfrontend started segfaulting on an intel graphics
 machine when I went to the newer xorg. Unfortunately it did not stop
 segfaulting when I went back. I cannot explain this yet.

When you reverted back to the prior working versions, did you also revert back 
to the prior working *configuration files*?

-- 
alan dot mckinnon at gmail dot com



Re: [gentoo-user] Fonts garbled with Xorg 1.5

2009-04-15 Thread Paul Hartman
On Wed, Apr 15, 2009 at 2:29 AM, Konstantinos Agouros elw...@agouros.de wrote:
 Hi,

 I am having problems with some webpages in FireFox as well as Eclipse.
 Fonts are totally garbled. It looks like they were written with chalk
 and then somebody wiped over them. A redraw fixes is sometimes but
 then it gets garbled again. I am using nvidia-drivers 96.XX for legacy
 reasons.

Check this list's archives from a couple weeks ago for a thread called
Ugly fonts on some seb sites (sic), there were a couple of hints
posted by Nikos Chantziaras that really made my fonts look a lot
better in Firefox and friends. Maybe it will help you, too.



Re: [gentoo-user] What do I mask to go back to xorg-server-1.3.0.0-r6

2009-04-15 Thread Mark Knecht
On Wed, Apr 15, 2009 at 11:34 AM, Alan McKinnon alan.mckin...@gmail.com wrote:
 On Wednesday 15 April 2009 20:31:09 Mark Knecht wrote:
 Note that mythfrontend started segfaulting on an intel graphics
 machine when I went to the newer xorg. Unfortunately it did not stop
 segfaulting when I went back. I cannot explain this yet.

 When you reverted back to the prior working versions, did you also revert back
 to the prior working *configuration files*?

 --
 alan dot mckinnon at gmail dot com

I believe I did but there's always a chance for mistakes. This is
getting more confusing all the time. I've now gone back and forth
between old and new a couple of times and there are other issues
showing up with even building the older versions anymore. I cannot
even get the older intel driver to build on this morning's pass with
the older xorg-server, so I've gone to the new xorg again just so my
wife can use the system. It definitely built last evening.

1) With the old xorg I used xorg.conf, keyboard, mouse and intel in
make.conf. (I think it was intel and not i810 in make.conf.) I used
i810 in xorg.conf.
2) With the new xorg I renamed xorg.conf to xorg.conf.old and used the
default automatically provided by xorg and hald. In make.conf I used
evdev and intel.
3) I believe hald was enabled in both configurations, but possibly it
was turned off with the older xorg. Don't know any way to check for
sure.

With the old xorg the i810 driver got loaded from
xf86-video-intel-2.1.1, at least according to my emerge.log file that
was what was on the system prior to recent updates. I know for certain
that the driver in memory was i810. With the new xorg the i915 driver
got loaded from xf86-video-intel-2.6.3.r1.

As far as I know both times the dri flag was set when the above
packages were compiled.

This is all pretty messed up at this point. for the day anyway I seem
to be forced to use the newer xorg-server and mythfrontend still
segfaults. I see a couple of messages in different log files, all
relating to being unable to pin an xv buffer. The exact message was:

(EE) intel(0): Failed to pin xv buffer

With another line saying it had segfault. There was no backtrace of any kind.

The second post in the following thread sounds similar to my results
although he was able to get things working and he's using 1 version
newer on xorg-server (1.6) than we are talking about here:

http://forums.freebsd.org/archive/index.php/t-3222.html

At this point I'm lost and with trading to  do and taxes to get out
today I'm buried. Maybe more tomorrow when things calm down.

Thanks,
Mark



Re: [gentoo-user] Re: gentoo installation - emerge problem

2009-04-15 Thread Christoph Schrauth

 Original-Nachricht 
 Datum: Wed, 15 Apr 2009 13:33:58 -0400
 Von: ABCD en.a...@gmail.com
 An: gentoo-user@lists.gentoo.org
 Betreff: [gentoo-user]  Re: gentoo installation - emerge problem

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Christoph Schrauth wrote:
  Hi all,
  
  I'm installing a new gentoo system.
  After installing the minimal system I tried to emerge applications like
 kde, samba, cups or something like that, but everytime I get the following
 message:
  
  emerge -av kde-meta
  
  These are the packages that would be merged, in order:
  Calculating dependencies... done!
  
  emerge: there are no ebuilds built with USE flags to satisfy
 app-text/docbook-sgml-utils[jadetex].
  !!! One of the following packages is required to complete your request:
  - app-text/docbook-sgml-utils-0.6.14 (Change USE: +jadetex)
  (dependency required by media-libs/fontconfig-2.6.0-r2 [ebuild])
  (dependency required by app-text/ghostscript-gpl-8.64-r2 [ebuild])
  (dependency required by net-print/foomatic-filters-3.0.20080507
 [ebuild])
  (dependency required by net-print/foomatic-filters-ppds-20070501
 [ebuild])
  (dependency required by net-print/cups-1.3.9-r1 [ebuild])
  (dependency required by net-fs/samba-3.0.33 [ebuild])
  
  
  
  
  app-text/docbook-sgml-utils is emerged without the jadetex USE flag.
  If I try to emerge docbook-sgml-utils with jadetex USE flag I get the
 following error message:
  ...
  ...
  ('ebuild', '/', 'dev-libs/dbus-glib-0.76', 'merge') (hard)
  ('ebuild', '/', 'dev-libs/gtk+-2.14.7-r2', 'merge') (hard)
  ('ebuild', '/', 'sys-apps/dbus-1.2.3-r1', 'merge') (hard)
  * Note that circular dependencies can often be avoided by temporarily
  * disabling USE flags what trigger optional dependencies.
  
  Has someone any idea?
  
  Best regards,
  Christoph Schrauth
  
 
 You didn't send the important part of the error message, but my guess
 would be a circular dependency between a few components - if you try
 emerging x11-libs/gtk+ with USE='-cups', you might get a little further
 (and can rebuild x11-libs/gtk+ with USE='cups' later, if desired).
 
 - --
 ABCD

sorry, here is the complete message after USE=-cups emerge -av gtk+:



[nomerge ] x11-libs/gtk+-2.14.7-r2  USE=X doc jpeg tiff -cups -debug 
-jpeg2k -vim-syntax -xinerama 
[nomerge ]  x11-libs/cairo-1.8.6-r1  USE=X doc opengl svg -cleartype 
-debug -directfb -glitz -xcb 
[nomerge ]   media-libs/fontconfig-2.6.0-r2  USE=doc 
[ebuild  R   ]app-text/docbook-sgml-utils-0.6.14  USE=jadetex* 
[ebuild N] app-text/jadetex-3.13-r2 
[ebuild N]  virtual/latex-base-1.0 
[ebuild N]   dev-texlive/texlive-latexrecommended-2008-r2  USE=doc 
-source 
[ebuild N]dev-texlive/texlive-latex-2008-r1  USE=doc -source 
[ebuild N] dev-tex/luatex-0.30.3  USE=doc 
[ebuild N]  dev-libs/zziplib-0.13.49-r1  USE=sdl -test 
[ebuild N]   media-libs/libsdl-1.2.13-r1  USE=X alsa audio esd 
joystick opengl video xv -aalib -arts -custom-cflags -dga -directfb -fbcon -ggi 
-libcaca -nas -oss -pulseaudio -svga -xinerama 
[nomerge ] gnome-base/libgnomeui-2.24.0  USE=doc -debug 
[nomerge ]  gnome-base/libbonoboui-2.24.0  USE=X doc -debug 
[nomerge ]   gnome-base/libbonobo-2.24.0  USE=doc -debug 
[nomerge ]dev-libs/dbus-glib-0.76  USE=doc -debug -selinux 
[nomerge ] app-doc/doxygen-1.5.4  USE=doc qt3 -debug -latex -nodot 
[ebuild N]  media-gfx/graphviz-2.20.3  USE=cairo doc examples gnome 
gtk jpeg nls perl png python tcl -cgraph -java -ruby 
[ebuild N]   gnome-base/libgnomeui-2.24.0  USE=doc -debug 
[ebuild N]gnome-base/libbonoboui-2.24.0  USE=X doc -debug 
[ebuild N] gnome-base/libgnome-2.24.1  USE=doc esd -debug 
[ebuild N]  media-sound/esound-0.2.41  USE=alsa doc ipv6 tcpd 
-debug 
[ebuild N]   media-libs/alsa-lib-1.0.18  USE=doc midi python 
-alisp -debug ALSA_PCM_PLUGINS=adpcm alaw asym copy dmix dshare dsnoop empty 
extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw 
multi null plug rate route share shm softvol 
[ebuild N]app-doc/doxygen-1.5.4  USE=[doc qt3 -debug -latex 
-nodot 
[ebuild N]  gnome-base/libbonobo-2.24.0  USE=doc -debug 
[ebuild N]gnome-base/gnome-keyring-2.22.3-r1  USE=doc hal pam 
-debug -test 
[ebuild N] sys-apps/dbus-1.2.3-r1  USE=X doc -debug -selinux 
[nomerge ] app-text/jadetex-3.13-r2 
[ebuild N]  dev-texlive/texlive-fontsrecommended-2008  USE=doc -source 
[ebuild N]   dev-texlive/texlive-basic-2008  USE=doc -source 
[ebuild N]dev-texlive/texlive-documentation-base-2008  USE=-source 
[nomerge ] app-text/jadetex-3.13-r2 
[nomerge ]  dev-texlive/texlive-latexrecommended-2008-r2  USE=doc -source 
[nomerge ]   app-text/texlive-core-2008-r4  USE=X doc -source -tk 
[nomerge ]dev-tex/luatex-0.30.3  USE=doc 
[ebuild N] 

Re: [gentoo-user] gentoo installation - emerge problem

2009-04-15 Thread Christoph Schrauth

 Original-Nachricht 
 Datum: Wed, 15 Apr 2009 21:19:37 +0300
 Von: Arttu V. arttu...@gmail.com
 An: gentoo-user@lists.gentoo.org
 Betreff: Re: [gentoo-user] gentoo installation - emerge problem

 On 4/15/09, Christoph Schrauth schrauth-christ...@gmx.de wrote:
  Hi all,
 
  I'm installing a new gentoo system.
  After installing the minimal system I tried to emerge applications like
 kde,
  samba, cups or something like that, but everytime I get the following
  message:
 
  emerge -av kde-meta
 
  These are the packages that would be merged, in order:
  Calculating dependencies... done!
 
  emerge: there are no ebuilds built with USE flags to satisfy
  app-text/docbook-sgml-utils[jadetex].
  !!! One of the following packages is required to complete your request:
  - app-text/docbook-sgml-utils-0.6.14 (Change USE: +jadetex)
  (dependency required by media-libs/fontconfig-2.6.0-r2 [ebuild])
 
 Could you relax your USE-flags, i.e., drop USE=doc?
 
 Fontconfig's ebuild only needs the sgml stuff for extraneous docs and
 I doubt whether you really need the pdf documents created by that USE
 flag -- especially given that you're apparently still on the command
 line where viewing them might req ...
 
 -- 
 Arttu V.


Thanks Arttu,

I set USE=-doc and now I can emerge gtk+.


Christoph Schrauth 
-- 
Pt! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen: 
http://www.gmx.net/de/go/multimessenger01



Re: [gentoo-user] Re: gentoo installation - emerge problem

2009-04-15 Thread Alan McKinnon
On Wednesday 15 April 2009 21:07:56 Christoph Schrauth wrote:

  You didn't send the important part of the error message, but my guess
  would be a circular dependency between a few components - if you try
  emerging x11-libs/gtk+ with USE='-cups', you might get a little further
  (and can rebuild x11-libs/gtk+ with USE='cups' later, if desired).
 
  - --
  ABCD

 sorry, here is the complete message after USE=-cups emerge -av gtk+:

[snip huge tome of emerge output ...]

Wow, that's a huge list. You must be starting from a very old stage. And you 
have the upgrade to xorg-1.5.3 issue to deal with too.

I have no idea what stage you started with, but if it's very old, it would be 
much better to just download a more recent one and start over.

Failing that, you have to take that list and break it up into manageable 
chunks. I see at least three to start with: xorg, qt, gnome. Run these 
commands:

emerge -avuND world
emerge -av1 xorg-x11
emerge -av1 gnome

Deal with blockers etc in small chunks and let all the various bits shake 
themselves out as things progress. You should emerge world *first* to get your 
current stuff up to date, then add major sections as the next step. Those 
emerge commands won't put the named packages into world - don't worry about 
that, it will all be fixed with the first --depclean.

If you run into issues with each step and can't figure it out, post back here 
individually

-- 
alan dot mckinnon at gmail dot com



[gentoo-user] My USB camera no longer works.

2009-04-15 Thread Dale
Hi,

I have a Canon PowerShot A95 camera that until today worked fine.  Gtkam
could see it and download my pictures.  I'm on the same old kernel but
did upgrade some stuff recently. 

If you have been here more than a few days, you know I tried the new
xorg-server then downgraded.  I'm not sure if something got upgraded
that I need to downgrade again or what.  How would I go about finding
out what to downgrade or even check?  Nothing sees my camera at all. 
This is the output I get:

r...@smoker / # lsusb
Bus 002 Device 001: ID :
Bus 001 Device 001: ID :
r...@smoker / #

Hmmm, looks like my printer isn't found either.  Nope, I can't print
either.  Looks like something borked my USB stuff. 

I can't find anything on the forums about this either.  Ideas?

Dale

:-)  :-) 





[gentoo-user] Re: gentoo installation - emerge problem

2009-04-15 Thread ABCD
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Christoph Schrauth wrote:
  Original-Nachricht 
 Datum: Wed, 15 Apr 2009 13:33:58 -0400
 Von: ABCD en.a...@gmail.com
 An: gentoo-user@lists.gentoo.org
 Betreff: [gentoo-user]  Re: gentoo installation - emerge problem
 

 Christoph Schrauth wrote:
 Hi all,

 I'm installing a new gentoo system.
 After installing the minimal system I tried to emerge applications like
 kde, samba, cups or something like that, but everytime I get the following
 message:
 emerge -av kde-meta

 These are the packages that would be merged, in order:
 Calculating dependencies... done!

 emerge: there are no ebuilds built with USE flags to satisfy
 app-text/docbook-sgml-utils[jadetex].
 !!! One of the following packages is required to complete your request:
 - app-text/docbook-sgml-utils-0.6.14 (Change USE: +jadetex)
 (dependency required by media-libs/fontconfig-2.6.0-r2 [ebuild])
 (dependency required by app-text/ghostscript-gpl-8.64-r2 [ebuild])
 (dependency required by net-print/foomatic-filters-3.0.20080507
 [ebuild])
 (dependency required by net-print/foomatic-filters-ppds-20070501
 [ebuild])
 (dependency required by net-print/cups-1.3.9-r1 [ebuild])
 (dependency required by net-fs/samba-3.0.33 [ebuild])




 app-text/docbook-sgml-utils is emerged without the jadetex USE flag.
 If I try to emerge docbook-sgml-utils with jadetex USE flag I get the
 following error message:
 ...
 ...
 ('ebuild', '/', 'dev-libs/dbus-glib-0.76', 'merge') (hard)
 ('ebuild', '/', 'dev-libs/gtk+-2.14.7-r2', 'merge') (hard)
 ('ebuild', '/', 'sys-apps/dbus-1.2.3-r1', 'merge') (hard)
 * Note that circular dependencies can often be avoided by temporarily
 * disabling USE flags what trigger optional dependencies.

 Has someone any idea?

 Best regards,
 Christoph Schrauth

 You didn't send the important part of the error message, but my guess
 would be a circular dependency between a few components - if you try
 emerging x11-libs/gtk+ with USE='-cups', you might get a little further
 (and can rebuild x11-libs/gtk+ with USE='cups' later, if desired).

 sorry, here is the complete message after USE=-cups emerge -av gtk+:
 
[snip]
 
 
 Christoph

Try doing that with USE='-doc' as well, USE=doc can cause lots of
circular deps.

- --
ABCD
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAknmPIcACgkQOypDUo0oQOpHowCfVR78dYYAVhXXo7SOVP4ppzvv
IIEAoLCJDZs6KL6nG6sTSLOVgz77pAV9
=XLFv
-END PGP SIGNATURE-




Re: [gentoo-user] My USB camera no longer works.

2009-04-15 Thread pk
Dale wrote:
 Hi,
 
 I have a Canon PowerShot A95 camera that until today worked fine.  Gtkam
 could see it and download my pictures.  I'm on the same old kernel but
 did upgrade some stuff recently. 

UDEV?

Also, there might be other stuff that messes with the udev rules
(libgphoto2, which is the backend of gtkam, has its own udev rules).
Check your /etc/udev/rules.d/ to see if there are any changes...

Best regards

Peter K



Re: [gentoo-user] xorg-server-1.5 breaks X, How to downgrade?

2009-04-15 Thread Grant
 Upgrading to xorg-server-1.5 went relatively smoothly on 2 laptops,
 but my first attempt on a desktop has been a failure.  I get:

 Backtrace:
 Inconsistency detected by ld.so: dl-open.c: 260: dl_open_worker:
 Assertion `_dl_debug_initialize (0, args-nsid)-r_state ==
 RT_CONSISTENT' failed!

 So many packages were upgraded along with xorg-server that I'm not
 sure what to downgrade.  Here are the packages that were upgraded at
 the same time.  Can anyone suggest any to downgrade?  I've already
 downgraded to xorg-server-1.3.0.0-r6 and mesa-6.5.2-r1.

   SNIP 

 Should I just mask the installed version of all of these?  Thanks for
 any advice.

 - Grant




 This is the list I used:

 #   xorg-server masking  #

=x11-base/xorg-server-1.5.3-r4
 =x11-drivers/xf86-input-keyboard-1.3.2
 =x11-drivers/xf86-input-evdev-2.1.3
 =x11-proto/printproto-1.0.4
 =x11-proto/renderproto-0.9.3


 =x11-libs/libXrender-0.9.4


 That should be a start at least.

Worked perfectly, thank you.

- Grant



Re: [gentoo-user] Re: gentoo installation - emerge problem

2009-04-15 Thread Christoph Schrauth

 Original-Nachricht 
 Datum: Wed, 15 Apr 2009 21:24:03 +0200
 Von: Alan McKinnon alan.mckin...@gmail.com
 An: gentoo-user@lists.gentoo.org
 Betreff: Re: [gentoo-user]  Re: gentoo installation - emerge problem

 On Wednesday 15 April 2009 21:07:56 Christoph Schrauth wrote:
 
   You didn't send the important part of the error message, but my guess
   would be a circular dependency between a few components - if you try
   emerging x11-libs/gtk+ with USE='-cups', you might get a little
 further
   (and can rebuild x11-libs/gtk+ with USE='cups' later, if desired).
  
   - --
   ABCD
 
  sorry, here is the complete message after USE=-cups emerge -av gtk+:
 
 [snip huge tome of emerge output ...]
 
 Wow, that's a huge list. You must be starting from a very old stage. And
 you 
 have the upgrade to xorg-1.5.3 issue to deal with too.
 
 I have no idea what stage you started with, but if it's very old, it would
 be 
 much better to just download a more recent one and start over.
 
 Failing that, you have to take that list and break it up into manageable 
 chunks. I see at least three to start with: xorg, qt, gnome. Run these 
 commands:
 
 emerge -avuND world
 emerge -av1 xorg-x11
 emerge -av1 gnome
 
 Deal with blockers etc in small chunks and let all the various bits shake 
 themselves out as things progress. You should emerge world *first* to get
 your 
 current stuff up to date, then add major sections as the next step. Those 
 emerge commands won't put the named packages into world - don't worry
 about 
 that, it will all be fixed with the first --depclean.
 
 If you run into issues with each step and can't figure it out, post back
 here 
 individually
 
 -- 
 alan dot mckinnon at gmail dot com


I started from a stage3_amd64_2008 from 2009/04/13.
After removing the doc USE flag I emerge I emerged xorg-1.5.3.

I removed the doc USE flag as Arttur said and now I can emerge everything.

Thanks for your help.

Christoph
-- 
Pt! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen: 
http://www.gmx.net/de/go/multimessenger01



Re: [gentoo-user] Re: gentoo installation - emerge problem

2009-04-15 Thread Alan McKinnon
On Wednesday 15 April 2009 23:07:37 Christoph Schrauth wrote:
 I started from a stage3_amd64_2008 from 2009/04/13.
 After removing the doc USE flag I emerge I emerged xorg-1.5.3.

 I removed the doc USE flag as Arttur said and now I can emerge
 everything.

That's a relief :-)

Sometimes the solution is really simple, like in this case

-- 
alan dot mckinnon at gmail dot com



Re: [gentoo-user] My USB camera no longer works.

2009-04-15 Thread Dale
pk wrote:
 Dale wrote:
   
 Hi,

 I have a Canon PowerShot A95 camera that until today worked fine.  Gtkam
 could see it and download my pictures.  I'm on the same old kernel but
 did upgrade some stuff recently. 
 

 UDEV?

 Also, there might be other stuff that messes with the udev rules
 (libgphoto2, which is the backend of gtkam, has its own udev rules).
 Check your /etc/udev/rules.d/ to see if there are any changes...

 Best regards

 Peter K


   

I ran udevadm monitor and then turned on the camera.  It didn't see
anything either.  It acts like it is not plugged in. 

I also tried to run gtkam as root and it saw nothing either.  I don't
think it is a permissions issue, which I have had a long time ago. 

I did check for the udev rules and it was updated a couple weeks ago. 
I'll reemerge libgphoto and friends.  Maybe it will help.

Open to other ideas tho.

Dale

:-)  :-) 



Re: [gentoo-user] My USB camera no longer works.

2009-04-15 Thread Paul Hartman
On Wed, Apr 15, 2009 at 4:26 PM, Dale rdalek1...@gmail.com wrote:
 pk wrote:
 Dale wrote:

 Hi,

 I have a Canon PowerShot A95 camera that until today worked fine.  Gtkam
 could see it and download my pictures.  I'm on the same old kernel but
 did upgrade some stuff recently.


 UDEV?

 Also, there might be other stuff that messes with the udev rules
 (libgphoto2, which is the backend of gtkam, has its own udev rules).
 Check your /etc/udev/rules.d/ to see if there are any changes...

 Best regards

 Peter K




 I ran udevadm monitor and then turned on the camera.  It didn't see
 anything either.  It acts like it is not plugged in.

 I also tried to run gtkam as root and it saw nothing either.  I don't
 think it is a permissions issue, which I have had a long time ago.

 I did check for the udev rules and it was updated a couple weeks ago.
 I'll reemerge libgphoto and friends.  Maybe it will help.

 Open to other ideas tho.

I have a Canon PowerShot SD550 camera at home. I haven't tried hooking
it up with the USB interface in a looong time, so if your problem
was caused by an update of some sort it may have happened to me, too.
I'll give it a go tonight when I get home and let you know how it
turns out. (It uses the ptp2 driver, I believe)



Re: [gentoo-user] My USB camera no longer works.

2009-04-15 Thread Dale
Paul Hartman wrote:
 On Wed, Apr 15, 2009 at 4:26 PM, Dale rdalek1...@gmail.com wrote:
   
 pk wrote:
 
 Dale wrote:

   
 Hi,

 I have a Canon PowerShot A95 camera that until today worked fine.  Gtkam
 could see it and download my pictures.  I'm on the same old kernel but
 did upgrade some stuff recently.

 
 UDEV?

 Also, there might be other stuff that messes with the udev rules
 (libgphoto2, which is the backend of gtkam, has its own udev rules).
 Check your /etc/udev/rules.d/ to see if there are any changes...

 Best regards

 Peter K



   
 I ran udevadm monitor and then turned on the camera.  It didn't see
 anything either.  It acts like it is not plugged in.

 I also tried to run gtkam as root and it saw nothing either.  I don't
 think it is a permissions issue, which I have had a long time ago.

 I did check for the udev rules and it was updated a couple weeks ago.
 I'll reemerge libgphoto and friends.  Maybe it will help.

 Open to other ideas tho.
 

 I have a Canon PowerShot SD550 camera at home. I haven't tried hooking
 it up with the USB interface in a looong time, so if your problem
 was caused by an update of some sort it may have happened to me, too.
 I'll give it a go tonight when I get home and let you know how it
 turns out. (It uses the ptp2 driver, I believe)


   


Thanks.  I'm not sure if this is part of the xorg-server update and I
missed downgrading something or if it is something else.  I know I
downloaded pics just before all that mess happened tho.  Mine is ptp as
well.  I think most all Canons are.

Look forward to hearing whether yours works or not.  Also, my printer
don't work either.  Anything USB is dead.

Dale

:-)  :-) 



[gentoo-user] gnome-keyring-daemon log

2009-04-15 Thread Thanasis
/var/log/messages is full of the following type of messages:

Apr 16 00:56:27 laptop sshd[19430]: gnome-keyring-daemon: couldn't
lookup keyring component setting: Failed to contact configuration
server; some possible causes are that you need to enable TCP/IP
networking for ORBit, or you have stale NFS locks due to a system crash.
See http://www.gnome.org/projects/gconf/ for information. (Details -  1:
Not running within active session)gnome-keyring-daemon: couldn't lookup
ssh component setting: Failed to contact configuration server; some
possible causes are that you need to enable TCP/IP networking for ORBit,
or you have stale NFS locks due to a system crash. See
http://www.gnome.org/projects/gconf/ for information. (Details -  1: Not
running within active session)gnome-keyring-daemon: couldn't lookup
pkcs11 component setting: Failed to contact configuration server; some
possible causes are that you need to enable TCP/IP networking for ORBit,
or you have stale NFS locks due to a system crash. See
http://www.gnome.org/projects/gconf/ for information. (Details -  1: Not
running within active session)

Any idea what is causing them / how to solve it ?




Re: [gentoo-user] My USB camera no longer works.

2009-04-15 Thread Mark Knecht
On Wed, Apr 15, 2009 at 2:59 PM, Dale rdalek1...@gmail.com wrote:
SNIP


 Thanks.  I'm not sure if this is part of the xorg-server update and I
 missed downgrading something or if it is something else.  I know I
 downloaded pics just before all that mess happened tho.  Mine is ptp as
 well.  I think most all Canons are.

 Look forward to hearing whether yours works or not.  Also, my printer
 don't work either.  Anything USB is dead.

 Dale

 :-)  :-)

If you downgraded the xorg-server then I'd ask if were you using hald
before the upgrade and if not did you try shutting it off?

- Mark



Re: [gentoo-user] xorg-server-1.5 breaks X, How to downgrade?

2009-04-15 Thread Dale
Grant wrote:
 Upgrading to xorg-server-1.5 went relatively smoothly on 2 laptops,
 but my first attempt on a desktop has been a failure.  I get:

 Backtrace:
 Inconsistency detected by ld.so: dl-open.c: 260: dl_open_worker:
 Assertion `_dl_debug_initialize (0, args-nsid)-r_state ==
 RT_CONSISTENT' failed!

 So many packages were upgraded along with xorg-server that I'm not
 sure what to downgrade.  Here are the packages that were upgraded at
 the same time.  Can anyone suggest any to downgrade?  I've already
 downgraded to xorg-server-1.3.0.0-r6 and mesa-6.5.2-r1.

   SNIP 

 Should I just mask the installed version of all of these?  Thanks for
 any advice.

 - Grant



   
 This is the list I used:

 #   xorg-server masking  #

 
 =x11-base/xorg-server-1.5.3-r4
   
 =x11-drivers/xf86-input-keyboard-1.3.2
 =x11-drivers/xf86-input-evdev-2.1.3
 =x11-proto/printproto-1.0.4
 =x11-proto/renderproto-0.9.3


 =x11-libs/libXrender-0.9.4


 That should be a start at least.
 

 Worked perfectly, thank you.

 - Grant


   

You happen to have a camera that is ptp?  Mine is a Canon and it won't
work.  I'm not sure if it is something during this upgrade or something
else.  If you do have one, see if it works.  May want to check your
printer if it is USB.  If you don't have any of that, disregard.

Glad you got it sorted out tho.  Having a GUI is nice.

Dale

:-)  :-) 



Re: [gentoo-user] /etc/portage/package.keywords syntax

2009-04-15 Thread Thanasis
on 04/15/2009 10:23 AM Jorge Morais wrote the following:
 snip
 MYEMPHASIS
  ~  means  match  any  revision of the base version specified.  So in 
 the
  above  example,  we  would   match   versions   '1.0.2a',   
 '1.0.2a-r1',
  '1.0.2a-r2', etc...
 /MYEMPHASIS
   A
Thanks Jorge :-)




Re: [gentoo-user] xorg-server-1.5 breaks X, How to downgrade?

2009-04-15 Thread Grant
 Upgrading to xorg-server-1.5 went relatively smoothly on 2 laptops,
 but my first attempt on a desktop has been a failure.  I get:

 Backtrace:
 Inconsistency detected by ld.so: dl-open.c: 260: dl_open_worker:
 Assertion `_dl_debug_initialize (0, args-nsid)-r_state ==
 RT_CONSISTENT' failed!

 So many packages were upgraded along with xorg-server that I'm not
 sure what to downgrade.  Here are the packages that were upgraded at
 the same time.  Can anyone suggest any to downgrade?  I've already
 downgraded to xorg-server-1.3.0.0-r6 and mesa-6.5.2-r1.

   SNIP 

 Should I just mask the installed version of all of these?  Thanks for
 any advice.

 - Grant




 This is the list I used:

 #   xorg-server masking  #


 =x11-base/xorg-server-1.5.3-r4

 =x11-drivers/xf86-input-keyboard-1.3.2
 =x11-drivers/xf86-input-evdev-2.1.3
 =x11-proto/printproto-1.0.4
 =x11-proto/renderproto-0.9.3


 =x11-libs/libXrender-0.9.4


 That should be a start at least.


 Worked perfectly, thank you.

 - Grant




 You happen to have a camera that is ptp?  Mine is a Canon and it won't
 work.  I'm not sure if it is something during this upgrade or something
 else.  If you do have one, see if it works.  May want to check your
 printer if it is USB.  If you don't have any of that, disregard.

 Glad you got it sorted out tho.  Having a GUI is nice.

 Dale

I do have a Logitech camera attached but I don't know what ptp is and
I can't get an answer from Google.  I also have 2 USB printers
attached.  I'm not sure if they worked under xorg-server-1.5 though
since I didn't test them.  Very happy to have a GUI again. :)

- Grant



[gentoo-user] {OT} HD makes weird noise, smartmontools says OK

2009-04-15 Thread Grant
A desktop Seagate 320GB hard drive of mine sometimes makes a buzzing
noise.  I ran 'smartctl -t long /dev/sda' and I get:

Num  Test_DescriptionStatus  Remaining
LifeTime(hours)  LBA_of_first_error
# 1  Extended offlineCompleted without error   00% 11740 -

Does the noise mean I need to replace the drive, or would
smartmontools tell me if there was a problem?

- Grant



Re: [gentoo-user] Radeon woes

2009-04-15 Thread Alex Schuster
Paul Hartman writes:

 On Tue, Apr 14, 2009 at 4:54 PM, Mick michaelkintz...@gmail.com wrote:
  On Tuesday 14 April 2009, Alex Schuster wrote:
  I already have the hal USE flag set. I added evdev to INPUT_DEVICES,
  and tried again with and without existing xorg.conf. No real change
  - X starts, but the mouse does not move, and nothing else happens.
 
  I assume you re-emerged xorg after you changed your INPUT_DEVICES
  with evdev in it, right?

Oh, sure. Sorry for not mentioning this.

 and re-emerge evdev after re-emerging xorg :)

Didn't have it emerged before.

Wonko



Re: [gentoo-user] xorg-server-1.5 breaks X, How to downgrade?

2009-04-15 Thread Paul Hartman
On Wed, Apr 15, 2009 at 5:53 PM, Grant emailgr...@gmail.com wrote:
 Upgrading to xorg-server-1.5 went relatively smoothly on 2 laptops,
 but my first attempt on a desktop has been a failure.  I get:

 Backtrace:
 Inconsistency detected by ld.so: dl-open.c: 260: dl_open_worker:
 Assertion `_dl_debug_initialize (0, args-nsid)-r_state ==
 RT_CONSISTENT' failed!

 So many packages were upgraded along with xorg-server that I'm not
 sure what to downgrade.  Here are the packages that were upgraded at
 the same time.  Can anyone suggest any to downgrade?  I've already
 downgraded to xorg-server-1.3.0.0-r6 and mesa-6.5.2-r1.

   SNIP 

 Should I just mask the installed version of all of these?  Thanks for
 any advice.

 - Grant




 This is the list I used:

 #   xorg-server masking  #


 =x11-base/xorg-server-1.5.3-r4

 =x11-drivers/xf86-input-keyboard-1.3.2
 =x11-drivers/xf86-input-evdev-2.1.3
 =x11-proto/printproto-1.0.4
 =x11-proto/renderproto-0.9.3


 =x11-libs/libXrender-0.9.4


 That should be a start at least.


 Worked perfectly, thank you.

 - Grant




 You happen to have a camera that is ptp?  Mine is a Canon and it won't
 work.  I'm not sure if it is something during this upgrade or something
 else.  If you do have one, see if it works.  May want to check your
 printer if it is USB.  If you don't have any of that, disregard.

 Glad you got it sorted out tho.  Having a GUI is nice.

 Dale

 I do have a Logitech camera attached but I don't know what ptp is and
 I can't get an answer from Google.  I also have 2 USB printers
 attached.  I'm not sure if they worked under xorg-server-1.5 though
 since I didn't test them.  Very happy to have a GUI again. :)

PTP is Picture Transfer Protocol. Basically a standard protocol for
connecting a digital camera (rather than each vendor using their
proprietary method). I think if you use gphoto2 it can detect attached
cameras and protocols.



Re: [gentoo-user] {OT} HD makes weird noise, smartmontools says OK

2009-04-15 Thread Paul Hartman
On Wed, Apr 15, 2009 at 6:19 PM, Grant emailgr...@gmail.com wrote:
 A desktop Seagate 320GB hard drive of mine sometimes makes a buzzing
 noise.  I ran 'smartctl -t long /dev/sda' and I get:

 Num  Test_DescriptionStatus  Remaining
 LifeTime(hours)  LBA_of_first_error
 # 1  Extended offlineCompleted without error   00% 11740 -

 Does the noise mean I need to replace the drive, or would
 smartmontools tell me if there was a problem?

Any weird noises from a hard drive scare me... make a backup as soon
as possible. In fact I had a 320GB Seagate drive start making funny
noises recently (but in my case it was the click of doom and the drive
going offline).

However, in case it's just a weird noise caused by it spinning at just
the right speed with the heads at just the right place which is
causing some vibration, you might try adjusting the acoustic settings
on it with hdparm to see if it makes any difference (if supported, and
if you dare). Or maybe even re-seat the drive in the case.

The fan on top of my case randomly starts vibrating and makes the most
awful buzzing noise. If I touch the case in a certain spot it goes
away (until I remove my finger). :) I usually just give it a couple
whacks and it stops... but that's probably not a good course to take
with a hard drive. :)



[gentoo-user] Has RgbPath gone away in new xorg?

2009-04-15 Thread Allan Gottlieb
I have just emerged the new xorg after reading many of the posts here,
which were quite helpful.

I have USE=-hal and left my xorg.conf alone
(except for adding  Option AutoAddDevices false)

I received an error msg stating that RgbPath was invalid in the
Files section.  I commented it out and all seems well.
Should I be putting RgbPath elsewhere or should I omit it?

thanks,
allan



Re: [gentoo-user] My USB camera no longer works.

2009-04-15 Thread Dale
Mark Knecht wrote:
 On Wed, Apr 15, 2009 at 2:59 PM, Dale rdalek1...@gmail.com wrote:
 SNIP
   
 Thanks.  I'm not sure if this is part of the xorg-server update and I
 missed downgrading something or if it is something else.  I know I
 downloaded pics just before all that mess happened tho.  Mine is ptp as
 well.  I think most all Canons are.

 Look forward to hearing whether yours works or not.  Also, my printer
 don't work either.  Anything USB is dead.

 Dale

 :-)  :-)
 

 If you downgraded the xorg-server then I'd ask if were you using hald
 before the upgrade and if not did you try shutting it off?

 - Mark


   

I was using hald, dbus and even ivman before the upgrade.  I have tried
reemerging xorg-server with and without hal and it makes no difference. 
I think the problem is BEFORE even hal comes into the picture.  lsusb
doesn't report anything being connected either and I think it would even
if a GUI was not running.  I don't think this is related to xorg-server
or KDE and friends.  It acts like a kernel problem but I'm booting the
same old kernel that I have had for quite a while now.  I can't upgrade
because the new kernel doesn't like my IDE chipset and gcc doesn't like
it much either.  I get compile errors that according to google are being
fixed.  Those two appear to be related.

It seems like my Linux is going belly up here lately.  First xorg, then
my camera and now my printer is dead too.  Add in that I can't upgrade
my kernel because of some other issues.  Jeez, make me think.

Dale

:-)  :-) 

P. S.  This may help.  If you need more, just let me know.   I'll
downgrade something if needed.  Heck, I'll downgrade a lot of things if
needed.  lol  I'm just not going to install windoze.  :-@

r...@smoker / # emerge -vp hal dbus xorg-server libgphoto2

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

Calculating dependencies... done!
[ebuild   R   ] sys-apps/hal-0.5.11-r8  USE=X acpi crypt -apm -debug
-dell -disk-partition -doc -laptop (-selinux) 0 kB
[ebuild   R   ] sys-apps/dbus-1.2.3-r1  USE=X -debug -doc (-selinux) 0 kB
[ebuild   R   ] x11-base/xorg-server-1.3.0.0-r6  USE=dri ipv6 nptl sdl
xorg xprint -3dfx -debug -dmx -kdrive -minimal INPUT_DEVICES=evdev
keyboard mouse -acecad -aiptek -calcomp -citron -digitaledge -dmc
-dynapro -elo2300 -elographics -fpit -hyperpen -jamstudio -joystick
-magellan -microtouch -mutouch -palmax -penmount -spaceorb -summa
-synaptics -tek4957 -ur98 -vmmouse -void -wacom VIDEO_CARDS=nv nvidia
-apm -ark -chips -cirrus -cyrix -dummy -epson -fbdev -fglrx -glint -i128
-i740 (-impact) -imstt -intel -mach64 -mga -neomagic (-newport) -nsc
-r128 -radeon -rendition -s3 -s3virge -savage -siliconmotion -sis
-sisusb (-sunbw2) (-suncg14) (-suncg3) (-suncg6) (-sunffb) (-sunleo)
(-suntcx) -tdfx -tga -trident -tseng -v4l -vesa -vga -via -vmware
-voodoo 0 kB
[ebuild   R   ] media-libs/libgphoto2-2.4.3  USE=exif hal -bonjour -doc
-nls CAMERAS=canon ptp2 -adc65 -agfa_cl20 -aox -barbie -casio_qv
-clicksmart310 -digigr8 -digita -dimagev -dimera3500 -directory
-enigma13 -fuji -gsmart300 -hp215 -iclick -jamcam -jd11 -jl2005a
-kodak_dc120 -kodak_dc210 -kodak_dc240 -kodak_dc3200 -kodak_ez200
-konica -konica_qm150 -largan -lg_gsm -mars -mustek -panasonic_coolshot
-panasonic_dc1000 -panasonic_dc1580 -panasonic_l859 -pccam300 -pccam600
-polaroid_pdc320 -polaroid_pdc640 -polaroid_pdc700 -ricoh -ricoh_g3
-samsung -sierra -sipix_blink -sipix_blink2 -sipix_web2 -smal -sonix
-sony_dscf1 -sony_dscf55 -soundvision -spca50x -sq905 -stv0674 -stv0680
-sx330z -template -topfield -toshiba_pdrm11 0 kB

Total: 4 packages (4 reinstalls), Size of downloads: 0 kB
r...@smoker / #   



Re: [gentoo-user] My USB camera no longer works.

2009-04-15 Thread Paul Hartman
On Wed, Apr 15, 2009 at 4:33 PM, Paul Hartman
paul.hartman+gen...@gmail.com wrote:
 On Wed, Apr 15, 2009 at 4:26 PM, Dale rdalek1...@gmail.com wrote:
 pk wrote:
 Dale wrote:

 Hi,

 I have a Canon PowerShot A95 camera that until today worked fine.  Gtkam
 could see it and download my pictures.  I'm on the same old kernel but
 did upgrade some stuff recently.


 UDEV?

 Also, there might be other stuff that messes with the udev rules
 (libgphoto2, which is the backend of gtkam, has its own udev rules).
 Check your /etc/udev/rules.d/ to see if there are any changes...

 Best regards

 Peter K




 I ran udevadm monitor and then turned on the camera.  It didn't see
 anything either.  It acts like it is not plugged in.

 I also tried to run gtkam as root and it saw nothing either.  I don't
 think it is a permissions issue, which I have had a long time ago.

 I did check for the udev rules and it was updated a couple weeks ago.
 I'll reemerge libgphoto and friends.  Maybe it will help.

 Open to other ideas tho.

 I have a Canon PowerShot SD550 camera at home. I haven't tried hooking
 it up with the USB interface in a looong time, so if your problem
 was caused by an update of some sort it may have happened to me, too.
 I'll give it a go tonight when I get home and let you know how it
 turns out. (It uses the ptp2 driver, I believe)

I just tried it, works fine. I plugged it in and KDE4 popped up a new
device plugged in box showing USB Imaging Interface. I clicked it and
Digikam popped up and showed me the pictures on the camera, and I was
able to copy them to my PC. I'm using all the newest ~amd64 version of
everything... so while that doesn't necessarily rule our your xorg
woes, at least I know that the /new/ version of everything doesn't
break it.

I have /etc/udev/rules.d/70-libgphoto2.rules which was generated by
gphoto2. My user is in the plugdev group and has access to the device
node for the camera.

$ gphoto2 --auto-detect
Model  Port
--
Canon Digital IXUS 750 (PTP mode) usb:
Canon Digital IXUS 750 (PTP mode) usb:001,036

(IXUS 750 is known as SD550 in the United States)

dmesg showed this when I plugged it in:

usb 1-4: new high speed USB device using ehci_hcd and address 36
usb 1-4: New USB device found, idVendor=04a9, idProduct=3116
usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 1-4: Product: Canon Digital Camera
usb 1-4: Manufacturer: Canon Inc.
usb 1-4: configuration #1 chosen from 1 choice


When plugging it in, udev shows this:

# udevadm monitor
monitor will print the received events for:
UDEV - the event which udev sends out after rule processing
KERNEL - the kernel uevent

KERNEL[1239840372.308016] add
/devices/pci:00/:00:0b.1/usb1/1-4 (usb)
KERNEL[1239840372.310580] add
/devices/pci:00/:00:0b.1/usb1/1-4/1-4:1.0 (usb)
UDEV  [1239840372.310666] add
/devices/pci:00/:00:0b.1/usb1/1-4 (usb)
KERNEL[1239840372.311815] add
/devices/pci:00/:00:0b.1/usb1/1-4/1-4:1.0/usb_endpoint/usbdev1.37_ep81
(usb_endpoint)
KERNEL[1239840372.313347] add
/devices/pci:00/:00:0b.1/usb1/1-4/1-4:1.0/usb_endpoint/usbdev1.37_ep02
(usb_endpoint)
KERNEL[1239840372.313442] add
/devices/pci:00/:00:0b.1/usb1/1-4/1-4:1.0/usb_endpoint/usbdev1.37_ep83
(usb_endpoint)
KERNEL[1239840372.313517] add
/devices/pci:00/:00:0b.1/usb1/1-4/usb_endpoint/usbdev1.37_ep00
(usb_endpoint)
UDEV  [1239840372.313623] add
/devices/pci:00/:00:0b.1/usb1/1-4/1-4:1.0 (usb)
UDEV  [1239840372.314474] add
/devices/pci:00/:00:0b.1/usb1/1-4/1-4:1.0/usb_endpoint/usbdev1.37_ep81
(usb_endpoint)
UDEV  [1239840372.315209] add
/devices/pci:00/:00:0b.1/usb1/1-4/1-4:1.0/usb_endpoint/usbdev1.37_ep02
(usb_endpoint)
UDEV  [1239840372.315982] add
/devices/pci:00/:00:0b.1/usb1/1-4/usb_endpoint/usbdev1.37_ep00
(usb_endpoint)
UDEV  [1239840372.335215] add
/devices/pci:00/:00:0b.1/usb1/1-4/1-4:1.0/usb_endpoint/usbdev1.37_ep83
(usb_endpoint)



Re: [gentoo-user] My USB camera no longer works.

2009-04-15 Thread Paul Hartman
On Wed, Apr 15, 2009 at 7:03 PM, Dale rdalek1...@gmail.com wrote:
 Mark Knecht wrote:
 On Wed, Apr 15, 2009 at 2:59 PM, Dale rdalek1...@gmail.com wrote:
 SNIP

 Thanks.  I'm not sure if this is part of the xorg-server update and I
 missed downgrading something or if it is something else.  I know I
 downloaded pics just before all that mess happened tho.  Mine is ptp as
 well.  I think most all Canons are.

 Look forward to hearing whether yours works or not.  Also, my printer
 don't work either.  Anything USB is dead.

 Dale

 :-)  :-)


 If you downgraded the xorg-server then I'd ask if were you using hald
 before the upgrade and if not did you try shutting it off?

 - Mark




 I was using hald, dbus and even ivman before the upgrade.  I have tried
 reemerging xorg-server with and without hal and it makes no difference.
 I think the problem is BEFORE even hal comes into the picture.  lsusb
 doesn't report anything being connected either and I think it would even
 if a GUI was not running.  I don't think this is related to xorg-server
 or KDE and friends.  It acts like a kernel problem but I'm booting the
 same old kernel that I have had for quite a while now.  I can't upgrade
 because the new kernel doesn't like my IDE chipset and gcc doesn't like
 it much either.  I get compile errors that according to google are being
 fixed.  Those two appear to be related.

I don't know about the printer... but if you re-emerge libgphoto2 it
will (or will tell you how to) generate the udev rules and HAL fdi
file for camera support, just in case one or the other of those got
hosed in your upgrade/downgrade nightmare.



Re: [gentoo-user] xorg-server-1.5 breaks X, How to downgrade?

2009-04-15 Thread Grant
 Upgrading to xorg-server-1.5 went relatively smoothly on 2 laptops,
 but my first attempt on a desktop has been a failure.  I get:

 Backtrace:
 Inconsistency detected by ld.so: dl-open.c: 260: dl_open_worker:
 Assertion `_dl_debug_initialize (0, args-nsid)-r_state ==
 RT_CONSISTENT' failed!

 So many packages were upgraded along with xorg-server that I'm not
 sure what to downgrade.  Here are the packages that were upgraded at
 the same time.  Can anyone suggest any to downgrade?  I've already
 downgraded to xorg-server-1.3.0.0-r6 and mesa-6.5.2-r1.

   SNIP 

 Should I just mask the installed version of all of these?  Thanks for
 any advice.

 - Grant




 This is the list I used:

 #   xorg-server masking  #


 =x11-base/xorg-server-1.5.3-r4

 =x11-drivers/xf86-input-keyboard-1.3.2
 =x11-drivers/xf86-input-evdev-2.1.3
 =x11-proto/printproto-1.0.4
 =x11-proto/renderproto-0.9.3


 =x11-libs/libXrender-0.9.4


 That should be a start at least.


 Worked perfectly, thank you.

 - Grant




 You happen to have a camera that is ptp?  Mine is a Canon and it won't
 work.  I'm not sure if it is something during this upgrade or something
 else.  If you do have one, see if it works.  May want to check your
 printer if it is USB.  If you don't have any of that, disregard.

 Glad you got it sorted out tho.  Having a GUI is nice.

 Dale

 I do have a Logitech camera attached but I don't know what ptp is and
 I can't get an answer from Google.  I also have 2 USB printers
 attached.  I'm not sure if they worked under xorg-server-1.5 though
 since I didn't test them.  Very happy to have a GUI again. :)

 PTP is Picture Transfer Protocol. Basically a standard protocol for
 connecting a digital camera (rather than each vendor using their
 proprietary method). I think if you use gphoto2 it can detect attached
 cameras and protocols.

I'm emerging gphoto2 now, but isn't it just a way of getting photos
from your camera (Nokia N82 here) onto your system?  With dbus, when I
plug my camera into USB, it automounts and I can copy the photos over
easily.

- Grant



Re: [gentoo-user] Has RgbPath gone away in new xorg?

2009-04-15 Thread Paul Hartman
On Wed, Apr 15, 2009 at 6:40 PM, Allan Gottlieb gottl...@nyu.edu wrote:
 I have just emerged the new xorg after reading many of the posts here,
 which were quite helpful.

 I have USE=-hal and left my xorg.conf alone
 (except for adding  Option AutoAddDevices false)

 I received an error msg stating that RgbPath was invalid in the
 Files section.  I commented it out and all seems well.
 Should I be putting RgbPath elsewhere or should I omit it?

As far as I know, if you're using modular xorg and have x11-apps/rgb
package installed, you do not need RgbPath in your xorg.conf file.



Re: [gentoo-user] {OT} HD makes weird noise, smartmontools says OK

2009-04-15 Thread Grant
 A desktop Seagate 320GB hard drive of mine sometimes makes a buzzing
 noise.  I ran 'smartctl -t long /dev/sda' and I get:

 Num  Test_Description    Status                  Remaining
 LifeTime(hours)  LBA_of_first_error
 # 1  Extended offline    Completed without error       00%     11740         
 -

 Does the noise mean I need to replace the drive, or would
 smartmontools tell me if there was a problem?

 Any weird noises from a hard drive scare me... make a backup as soon
 as possible. In fact I had a 320GB Seagate drive start making funny
 noises recently (but in my case it was the click of doom and the drive
 going offline).

 However, in case it's just a weird noise caused by it spinning at just
 the right speed with the heads at just the right place which is
 causing some vibration, you might try adjusting the acoustic settings
 on it with hdparm to see if it makes any difference (if supported, and
 if you dare). Or maybe even re-seat the drive in the case.

 The fan on top of my case randomly starts vibrating and makes the most
 awful buzzing noise. If I touch the case in a certain spot it goes
 away (until I remove my finger). :) I usually just give it a couple
 whacks and it stops... but that's probably not a good course to take
 with a hard drive. :)

I was hoping it was that type of noise but after testing and
reseating, it's some kind of an internal noise.  It started a month or
so ago and sometimes it stops.  Is there any other type of test I can
do to see if the thing is healthy?

- Grant



Re: [gentoo-user] My USB camera no longer works.

2009-04-15 Thread Dale
Paul Hartman wrote:

 I just tried it, works fine. I plugged it in and KDE4 popped up a new
 device plugged in box showing USB Imaging Interface. I clicked it and
 Digikam popped up and showed me the pictures on the camera, and I was
 able to copy them to my PC. I'm using all the newest ~amd64 version of
 everything... so while that doesn't necessarily rule our your xorg
 woes, at least I know that the /new/ version of everything doesn't
 break it.

 I have /etc/udev/rules.d/70-libgphoto2.rules which was generated by
 gphoto2. My user is in the plugdev group and has access to the device
 node for the camera.

 $ gphoto2 --auto-detect
 Model  Port
 --
 Canon Digital IXUS 750 (PTP mode) usb:
 Canon Digital IXUS 750 (PTP mode) usb:001,036

 (IXUS 750 is known as SD550 in the United States)

 dmesg showed this when I plugged it in:

 usb 1-4: new high speed USB device using ehci_hcd and address 36
 usb 1-4: New USB device found, idVendor=04a9, idProduct=3116
 usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
 usb 1-4: Product: Canon Digital Camera
 usb 1-4: Manufacturer: Canon Inc.
 usb 1-4: configuration #1 chosen from 1 choice


 When plugging it in, udev shows this:

 # udevadm monitor
 monitor will print the received events for:
 UDEV - the event which udev sends out after rule processing
 KERNEL - the kernel uevent

   

I'm still using KDE 3.5.10 at the moment.  I'm in the process of
downloading KDE 4 now.  Dial-up takes a while.  Anyway, I want to get
this camera and printer thing fixed before I upgrade anything else. 
When I run udevadm monitor, I get nothing at all.  I cut my puter off
when I went to town but when I booted back up, it still does nothing at
all.  Nothing USB works.

I'm in the process of a emerge -ev @system right now.  I hope maybe
something just needs to be recompiled against something else and will
then work.

Still open to ideas tho.  It looks and smells like a kernel issue and I
can't seem to get a working kernel right now, gcc problem.

Thanks.

Dale

:-)  :-) 



Re: [gentoo-user] xorg-server-1.5 breaks X, How to downgrade?

2009-04-15 Thread Paul Hartman
On Wed, Apr 15, 2009 at 7:13 PM, Grant emailgr...@gmail.com wrote:
 Upgrading to xorg-server-1.5 went relatively smoothly on 2 laptops,
 but my first attempt on a desktop has been a failure.  I get:

 Backtrace:
 Inconsistency detected by ld.so: dl-open.c: 260: dl_open_worker:
 Assertion `_dl_debug_initialize (0, args-nsid)-r_state ==
 RT_CONSISTENT' failed!

 So many packages were upgraded along with xorg-server that I'm not
 sure what to downgrade.  Here are the packages that were upgraded at
 the same time.  Can anyone suggest any to downgrade?  I've already
 downgraded to xorg-server-1.3.0.0-r6 and mesa-6.5.2-r1.

   SNIP 

 Should I just mask the installed version of all of these?  Thanks for
 any advice.

 - Grant




 This is the list I used:

 #   xorg-server masking  #


 =x11-base/xorg-server-1.5.3-r4

 =x11-drivers/xf86-input-keyboard-1.3.2
 =x11-drivers/xf86-input-evdev-2.1.3
 =x11-proto/printproto-1.0.4
 =x11-proto/renderproto-0.9.3


 =x11-libs/libXrender-0.9.4


 That should be a start at least.


 Worked perfectly, thank you.

 - Grant




 You happen to have a camera that is ptp?  Mine is a Canon and it won't
 work.  I'm not sure if it is something during this upgrade or something
 else.  If you do have one, see if it works.  May want to check your
 printer if it is USB.  If you don't have any of that, disregard.

 Glad you got it sorted out tho.  Having a GUI is nice.

 Dale

 I do have a Logitech camera attached but I don't know what ptp is and
 I can't get an answer from Google.  I also have 2 USB printers
 attached.  I'm not sure if they worked under xorg-server-1.5 though
 since I didn't test them.  Very happy to have a GUI again. :)

 PTP is Picture Transfer Protocol. Basically a standard protocol for
 connecting a digital camera (rather than each vendor using their
 proprietary method). I think if you use gphoto2 it can detect attached
 cameras and protocols.

 I'm emerging gphoto2 now, but isn't it just a way of getting photos
 from your camera (Nokia N82 here) onto your system?  With dbus, when I
 plug my camera into USB, it automounts and I can copy the photos over
 easily.

Well, there is libgphoto2 which is what most (all?) of the camera
programs use to access the camera, because many (most?) cameras lack
USB mass storage support... one such camera would be my Canon. :)
Since you can't mount the camera and just browse and copy the files,
programs need to use libgphoto2 (or similar) to be able to communicate
with the camera and do things like list the files or download the
images to the PC.

I guess with your N82 you're just connecting it in mass storage mode
and not using gnokii or anything, right? So in that case you don't
need any special software such as gphoto2, you can just copy the files
as if you were using a card reader. Which, by the way, is why I use a
card reader with my camera instead of the stupid PTP interface. :) On
my N95 I don't take many pictures, so I used to use bluetooth to send
it to my PC... but apparently bluez is all kinds of broken right now,
and KDE4 may not have any bluetooth at all as far as I know, so now
I'll  just e-mail them from the phone or use Share Online to post it
to the web.

By the way - speaking of photos on your N82, I recommend trying
http://betalabs.nokia.com/betas/view/nokia-photo-browser if you
haven't already.  It's very basic but has lots of potential. :)



Re: [gentoo-user] {OT} HD makes weird noise, smartmontools says OK

2009-04-15 Thread Paul Hartman
On Wed, Apr 15, 2009 at 7:18 PM, Grant emailgr...@gmail.com wrote:
 A desktop Seagate 320GB hard drive of mine sometimes makes a buzzing
 noise.  I ran 'smartctl -t long /dev/sda' and I get:

 Num  Test_DescriptionStatus  Remaining
 LifeTime(hours)  LBA_of_first_error
 # 1  Extended offlineCompleted without error   00% 11740
  -

 Does the noise mean I need to replace the drive, or would
 smartmontools tell me if there was a problem?

 Any weird noises from a hard drive scare me... make a backup as soon
 as possible. In fact I had a 320GB Seagate drive start making funny
 noises recently (but in my case it was the click of doom and the drive
 going offline).

 However, in case it's just a weird noise caused by it spinning at just
 the right speed with the heads at just the right place which is
 causing some vibration, you might try adjusting the acoustic settings
 on it with hdparm to see if it makes any difference (if supported, and
 if you dare). Or maybe even re-seat the drive in the case.

 The fan on top of my case randomly starts vibrating and makes the most
 awful buzzing noise. If I touch the case in a certain spot it goes
 away (until I remove my finger). :) I usually just give it a couple
 whacks and it stops... but that's probably not a good course to take
 with a hard drive. :)

 I was hoping it was that type of noise but after testing and
 reseating, it's some kind of an internal noise.  It started a month or
 so ago and sometimes it stops.  Is there any other type of test I can
 do to see if the thing is healthy?

You could try booting SeaTools for DOS from a floppy/CD/USB, it may be
able to do more specific tests on your drive than S.M.A.R.T. is
capable of.

http://www.seagate.com/www/en-us/support/downloads/seatools

(they used to have a Linux version, but it's old and doesn't support
things like SATA...)



Re: [gentoo-user] {OT} HD makes weird noise, smartmontools says OK

2009-04-15 Thread Albert Hopkins
On Wed, 2009-04-15 at 16:19 -0700, Grant wrote:
 A desktop Seagate 320GB hard drive of mine sometimes makes a buzzing
 noise.  I ran 'smartctl -t long /dev/sda' and I get:
 
 Num  Test_DescriptionStatus  Remaining
 LifeTime(hours)  LBA_of_first_error
 # 1  Extended offlineCompleted without error   00% 11740 -
 
 Does the noise mean I need to replace the drive, or would
 smartmontools tell me if there was a problem?
 

If a tree falls in the forest and no one hears it does it make a sound?




Re: [gentoo-user] {OT} HD makes weird noise, smartmontools says OK

2009-04-15 Thread Grant
 A desktop Seagate 320GB hard drive of mine sometimes makes a buzzing
 noise.  I ran 'smartctl -t long /dev/sda' and I get:

 Num  Test_Description    Status                  Remaining
 LifeTime(hours)  LBA_of_first_error
 # 1  Extended offline    Completed without error       00%     11740       
   -

 Does the noise mean I need to replace the drive, or would
 smartmontools tell me if there was a problem?

 Any weird noises from a hard drive scare me... make a backup as soon
 as possible. In fact I had a 320GB Seagate drive start making funny
 noises recently (but in my case it was the click of doom and the drive
 going offline).

 However, in case it's just a weird noise caused by it spinning at just
 the right speed with the heads at just the right place which is
 causing some vibration, you might try adjusting the acoustic settings
 on it with hdparm to see if it makes any difference (if supported, and
 if you dare). Or maybe even re-seat the drive in the case.

 The fan on top of my case randomly starts vibrating and makes the most
 awful buzzing noise. If I touch the case in a certain spot it goes
 away (until I remove my finger). :) I usually just give it a couple
 whacks and it stops... but that's probably not a good course to take
 with a hard drive. :)

 I was hoping it was that type of noise but after testing and
 reseating, it's some kind of an internal noise.  It started a month or
 so ago and sometimes it stops.  Is there any other type of test I can
 do to see if the thing is healthy?

 You could try booting SeaTools for DOS from a floppy/CD/USB, it may be
 able to do more specific tests on your drive than S.M.A.R.T. is
 capable of.

 http://www.seagate.com/www/en-us/support/downloads/seatools

 (they used to have a Linux version, but it's old and doesn't support
 things like SATA...)

Thanks Paul, sounds like extra noise isn't an absolute kiss of death.

- Grant



Re: [gentoo-user] {OT} HD makes weird noise, smartmontools says OK

2009-04-15 Thread Grant
 A desktop Seagate 320GB hard drive of mine sometimes makes a buzzing
 noise.  I ran 'smartctl -t long /dev/sda' and I get:

 Num  Test_Description    Status                  Remaining
 LifeTime(hours)  LBA_of_first_error
 # 1  Extended offline    Completed without error       00%     11740         
 -

 Does the noise mean I need to replace the drive, or would
 smartmontools tell me if there was a problem?


 If a tree falls in the forest and no one hears it does it make a sound?

No?

- Grant



Re: [gentoo-user] My USB camera no longer works.

2009-04-15 Thread Dale
Paul Hartman wrote:
 On Wed, Apr 15, 2009 at 7:03 PM, Dale rdalek1...@gmail.com wrote:
   
 Mark Knecht wrote:
 
 On Wed, Apr 15, 2009 at 2:59 PM, Dale rdalek1...@gmail.com wrote:
 SNIP

   
 Thanks.  I'm not sure if this is part of the xorg-server update and I
 missed downgrading something or if it is something else.  I know I
 downloaded pics just before all that mess happened tho.  Mine is ptp as
 well.  I think most all Canons are.

 Look forward to hearing whether yours works or not.  Also, my printer
 don't work either.  Anything USB is dead.

 Dale

 :-)  :-)

 
 If you downgraded the xorg-server then I'd ask if were you using hald
 before the upgrade and if not did you try shutting it off?

 - Mark



   
 I was using hald, dbus and even ivman before the upgrade.  I have tried
 reemerging xorg-server with and without hal and it makes no difference.
 I think the problem is BEFORE even hal comes into the picture.  lsusb
 doesn't report anything being connected either and I think it would even
 if a GUI was not running.  I don't think this is related to xorg-server
 or KDE and friends.  It acts like a kernel problem but I'm booting the
 same old kernel that I have had for quite a while now.  I can't upgrade
 because the new kernel doesn't like my IDE chipset and gcc doesn't like
 it much either.  I get compile errors that according to google are being
 fixed.  Those two appear to be related.
 

 I don't know about the printer... but if you re-emerge libgphoto2 it
 will (or will tell you how to) generate the udev rules and HAL fdi
 file for camera support, just in case one or the other of those got
 hosed in your upgrade/downgrade nightmare.


   

I think these two are related.  It appears that something has changed
USB on the kernel level.  I don't think udev sees it and from my
understanding udev would be the first one to see it get connected.  So
if udev is not seeing it, then neither can hal or his friends. 
Something somewhere has wrecked my USB.  If I am wrong about the order
things get recognized, please correct me.

Dale

:-)  :-)



Re: [gentoo-user] My USB camera no longer works.

2009-04-15 Thread Paul Hartman
On Wed, Apr 15, 2009 at 7:24 PM, Dale rdalek1...@gmail.com wrote:
 Paul Hartman wrote:

 I just tried it, works fine. I plugged it in and KDE4 popped up a new
 device plugged in box showing USB Imaging Interface. I clicked it and
 Digikam popped up and showed me the pictures on the camera, and I was
 able to copy them to my PC. I'm using all the newest ~amd64 version of
 everything... so while that doesn't necessarily rule our your xorg
 woes, at least I know that the /new/ version of everything doesn't
 break it.

 I have /etc/udev/rules.d/70-libgphoto2.rules which was generated by
 gphoto2. My user is in the plugdev group and has access to the device
 node for the camera.

 $ gphoto2 --auto-detect
 Model  Port
 --
 Canon Digital IXUS 750 (PTP mode) usb:
 Canon Digital IXUS 750 (PTP mode) usb:001,036

 (IXUS 750 is known as SD550 in the United States)

 dmesg showed this when I plugged it in:

 usb 1-4: new high speed USB device using ehci_hcd and address 36
 usb 1-4: New USB device found, idVendor=04a9, idProduct=3116
 usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
 usb 1-4: Product: Canon Digital Camera
 usb 1-4: Manufacturer: Canon Inc.
 usb 1-4: configuration #1 chosen from 1 choice


 When plugging it in, udev shows this:

 # udevadm monitor
 monitor will print the received events for:
 UDEV - the event which udev sends out after rule processing
 KERNEL - the kernel uevent



 I'm still using KDE 3.5.10 at the moment.  I'm in the process of
 downloading KDE 4 now.  Dial-up takes a while.  Anyway, I want to get
 this camera and printer thing fixed before I upgrade anything else.
 When I run udevadm monitor, I get nothing at all.  I cut my puter off
 when I went to town but when I booted back up, it still does nothing at
 all.  Nothing USB works.

 I'm in the process of a emerge -ev @system right now.  I hope maybe
 something just needs to be recompiled against something else and will
 then work.

 Still open to ideas tho.  It looks and smells like a kernel issue and I
 can't seem to get a working kernel right now, gcc problem.

 Thanks.

 Dale

Since nothing USB is working (do you use a USB keyboard or mouse, by
the way?) I would think it's either a kernel setting problem or an
unfortunate hardware failure of your USB hub or controller... though
the latter seems highly unlikely.

app-admin/usbview is a little app that shows all of your USB hardware;
basically a GUI for lsusb that makes it a little easier to visualize
the hierarchy of devices and controllers. It may be useful for
troubleshooting these USB issues. (you may need to run it as root)

For example in usbview it makes it very easy for me to see that my
keyboard and two mice and running on the OHCI host controller, and my
monitor's built-in USB hub and my external hard drive are attached to
the EHCI host controller.



Re: [gentoo-user] xorg-server-1.5 breaks X, How to downgrade?

2009-04-15 Thread Grant
 Upgrading to xorg-server-1.5 went relatively smoothly on 2 laptops,
 but my first attempt on a desktop has been a failure.  I get:

 Backtrace:
 Inconsistency detected by ld.so: dl-open.c: 260: dl_open_worker:
 Assertion `_dl_debug_initialize (0, args-nsid)-r_state ==
 RT_CONSISTENT' failed!

 So many packages were upgraded along with xorg-server that I'm not
 sure what to downgrade.  Here are the packages that were upgraded at
 the same time.  Can anyone suggest any to downgrade?  I've already
 downgraded to xorg-server-1.3.0.0-r6 and mesa-6.5.2-r1.

   SNIP 

 Should I just mask the installed version of all of these?  Thanks for
 any advice.

 - Grant




 This is the list I used:

 #   xorg-server masking  #


 =x11-base/xorg-server-1.5.3-r4

 =x11-drivers/xf86-input-keyboard-1.3.2
 =x11-drivers/xf86-input-evdev-2.1.3
 =x11-proto/printproto-1.0.4
 =x11-proto/renderproto-0.9.3


 =x11-libs/libXrender-0.9.4


 That should be a start at least.


 Worked perfectly, thank you.

 - Grant




 You happen to have a camera that is ptp?  Mine is a Canon and it won't
 work.  I'm not sure if it is something during this upgrade or something
 else.  If you do have one, see if it works.  May want to check your
 printer if it is USB.  If you don't have any of that, disregard.

 Glad you got it sorted out tho.  Having a GUI is nice.

 Dale

 I do have a Logitech camera attached but I don't know what ptp is and
 I can't get an answer from Google.  I also have 2 USB printers
 attached.  I'm not sure if they worked under xorg-server-1.5 though
 since I didn't test them.  Very happy to have a GUI again. :)

 PTP is Picture Transfer Protocol. Basically a standard protocol for
 connecting a digital camera (rather than each vendor using their
 proprietary method). I think if you use gphoto2 it can detect attached
 cameras and protocols.

 I'm emerging gphoto2 now, but isn't it just a way of getting photos
 from your camera (Nokia N82 here) onto your system?  With dbus, when I
 plug my camera into USB, it automounts and I can copy the photos over
 easily.

 Well, there is libgphoto2 which is what most (all?) of the camera
 programs use to access the camera, because many (most?) cameras lack
 USB mass storage support... one such camera would be my Canon. :)
 Since you can't mount the camera and just browse and copy the files,
 programs need to use libgphoto2 (or similar) to be able to communicate
 with the camera and do things like list the files or download the
 images to the PC.

 I guess with your N82 you're just connecting it in mass storage mode
 and not using gnokii or anything, right? So in that case you don't
 need any special software such as gphoto2, you can just copy the files
 as if you were using a card reader. Which, by the way, is why I use a
 card reader with my camera instead of the stupid PTP interface. :) On
 my N95 I don't take many pictures, so I used to use bluetooth to send
 it to my PC... but apparently bluez is all kinds of broken right now,
 and KDE4 may not have any bluetooth at all as far as I know, so now
 I'll  just e-mail them from the phone or use Share Online to post it
 to the web.

OK, I'll stick with USB mass storage.

 By the way - speaking of photos on your N82, I recommend trying
 http://betalabs.nokia.com/betas/view/nokia-photo-browser if you
 haven't already.  It's very basic but has lots of potential. :)

Very nice, Nokia Maps 3.0 is beta too and also looks like a big step
up.  I'll keep an eye on the new photo browser for sure, that would be
a welcome upgrade.

- Grant



Re: [gentoo-user] My USB camera no longer works.

2009-04-15 Thread Dale
Paul Hartman wrote:

 Since nothing USB is working (do you use a USB keyboard or mouse, by
 the way?) I would think it's either a kernel setting problem or an
 unfortunate hardware failure of your USB hub or controller... though
 the latter seems highly unlikely.

 app-admin/usbview is a little app that shows all of your USB hardware;
 basically a GUI for lsusb that makes it a little easier to visualize
 the hierarchy of devices and controllers. It may be useful for
 troubleshooting these USB issues. (you may need to run it as root)

 For example in usbview it makes it very easy for me to see that my
 keyboard and two mice and running on the OHCI host controller, and my
 monitor's built-in USB hub and my external hard drive are attached to
 the EHCI host controller.


   

My keyboard and mouse are PS/2 connected.  Thank goodness for that.  I
have been using lsusb and udev monitor to check for what the kernel
sees.  So far, it has seen nothing at all.  I may not completely
understand the output but having no output says a lot too.

I'm part way through the emerge -e @system and I hope that will help.

Thanks.

Dale

:-)  :-) 



[gentoo-user] Adobe Air and TweetDeck

2009-04-15 Thread Drew Tomlinson
Has anyone had luck installing Adobe Air and TweetDeck on Gentoo?  I
followed
http://www.flashinthepan.ca/computer-tips/linux-computer-tips/adobe-air-on-gentoo-linux
to get the SDK installed and attempted to run TweetDeck 0.25.  It starts
but I get a lot of errors.  Has anyone had luck getting this working?

Thanks,

Drew

--- BEGIN Errors ---

# /opt/AIR-SDK/bin/adl
/opt/AIR-apps/TweetDeck/META-INF/AIR/application.xml /opt/AIR-apps/TweetDeck
Gtk-Message: Failed to load module gnomebreakpad: libgnomebreakpad.so:
cannot open shared object file: No such file or directory
Gtk-Message: Failed to load module gnomebreakpad: libgnomebreakpad.so:
cannot open shared object file: No such file or directory
Gtk-Message: Failed to load module canberra-gtk-module:
libcanberra-gtk-module.so: cannot open shared object file: No such file
or directory
I/O warning : failed to load external entity
/etc/opt/Adobe/certificates/crypt//config.xml
Unable to parse Document: /etc/opt/Adobe/certificates/crypt//config.xml.
libgnome-keyring.so: cannot open shared object file: No such file or
directory
Error: EncryptedLocalStore database access error
at flash.data::EncryptedLocalStore$/processErrorCode()
at flash.data::EncryptedLocalStore$/getItem()
at TweetDeck/init()
at TweetDeck/___TweetDeck_WindowedApplication1_applicationComplete()
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at mx.core::UIComponent/dispatchEvent()
at mx.managers::SystemManager/preloader_preloaderDoneHandler()
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at mx.preloaders::Preloader/displayClassCompleteHandler()
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at mx.preloaders::DownloadProgressBar/timerHandler()
at mx.preloaders::DownloadProgressBar/initCompleteHandler()
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at mx.preloaders::Preloader/dispatchAppEndEvent()
at mx.preloaders::Preloader/appCreationCompleteHandler()
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at mx.core::UIComponent/dispatchEvent()
at mx.core::UIComponent/set initialized()
at mx.managers::LayoutManager/doPhasedInstantiation()
at Function/http://adobe.com/AS3/2006/builtin::apply()
at mx.core::UIComponent/callLaterDispatcher2()
at mx.core::UIComponent/callLaterDispatcher()

-- 
Be a Great Magician!
Visit The Alchemist's Warehouse

http://www.alchemistswarehouse.com




Re: [gentoo-user] Has RgbPath gone away in new xorg?

2009-04-15 Thread Allan Gottlieb
At Wed, 15 Apr 2009 19:16:34 -0500 Paul Hartman paul.hartman+gen...@gmail.com 
wrote:

 On Wed, Apr 15, 2009 at 6:40 PM, Allan Gottlieb gottl...@nyu.edu wrote:
 I have just emerged the new xorg after reading many of the posts here,
 which were quite helpful.

 I have USE=-hal and left my xorg.conf alone
 (except for adding  Option AutoAddDevices false)

 I received an error msg stating that RgbPath was invalid in the
 Files section.  I commented it out and all seems well.
 Should I be putting RgbPath elsewhere or should I omit it?

 As far as I know, if you're using modular xorg and have x11-apps/rgb
 package installed, you do not need RgbPath in your xorg.conf file.

Thanks.  That is just the info I needed.
allan



Re: [gentoo-user] gnome-keyring-daemon log

2009-04-15 Thread Thanasis
on 04/16/2009 01:02 AM Thanasis wrote the following:
 /var/log/messages is full of the following type of messages:

 Apr 16 00:56:27 laptop sshd[19430]: gnome-keyring-daemon: couldn't
 lookup keyring component setting: snip
   
Actually this happens whenever I login through ssh, either as root or user.



Re: [gentoo-user] Fonts garbled with Xorg 1.5

2009-04-15 Thread Gregory Shearman
In linux.gentoo.user, you wrote:
 In 20090415113152.ga11...@pacific.net.au zek...@gmail.com (Gregory 
 Shearman) writes:

I solved the problem by adding nvidia-drivers
(x11-drivers/nvidia-drivers ~x86) to /etc/portage/package.keywords. The
latest 96.XX driver was installed which was 96.43.11

You do need:

=x11-drivers/nvidia-drivers-100.00.00

in /etc/portage/package.mask so that the latest (~x86) 96.XX driver will be 
installed.

I'm not sure if it will work for you, but maybe it's work a try.
 Thanks for the tip. Do I need to rebuild anything but nvidia-drivers?

No, I just added the nvidia drivers line to
/etc/portage/package.keywords and emerged the nvidia-drivers. I hope it
works for you.

-- 
Regards,

Gregory.
Gentoo Linux - Penguin Power