Re: [gentoo-user] Several Gentoo-Problems

2007-01-13 Thread chrissie
On Tue, Jan 09, 2007 at 09:20:18AM +0100, chrissie wrote:
 
 If i launch gnome-volume-control, i get the following message:
 gnome-volume-control: symbol lookup error: gnome-volume-control: undefined
 symbol: __gst_debug_min
 I already searched the web, re-emerged gstreamer, gstreamer-oss,
 gstreamer-alsa but still no solution.

I fixed this by re-emerging 
gnome-base/gnome
strange, but worked.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Several Gentoo-Problems

2007-01-11 Thread chrissie
On Tue, Jan 09, 2007 at 08:13:21PM -0700, Richard Fish wrote:
 
 Both (er, all if you happen to have more than 2) interfaces will need
 to be listed there for it to be effective.  The problem is that if
 some device comes up without a rule and grabs eth0, then udev won't
 take eth0 away from it when a device with a matching rule comes up.

This seems to have worked! Thanks!

 Any hints, also about the gnome-settings-daemon problem?
 
 Well the other old standby advice is to remove/rename ~/.gnome, so you
 end up with the default gnome settings again, and see if that helps.

This did not help. But a Friend told me to do a

# emerge --emptytree world

This ended up with:

 Emerging (229 of 418) net-libs/gnutls-1.4.4-r1 to /

 [...]

 * Failed Running autoconf !
 *
 * Include in your bugreport the contents of:
 *
 *   /var/tmp/portage/gnutls-1.4.4-r1/temp/autoconf-31509.out

balearen chrissie # cat /var/tmp/portage/gnutls-1.4.4-r1/temp/autoconf-31509.out
* autoconf *
configure.in:326: error: possibly undefined macro: AM_PATH_LIBOPENCDK
  If this token and others are legitimate, please use m4_pattern_allow.
  See the Autoconf documentation.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Several Gentoo-Problems

2007-01-11 Thread chrissie
On Thu, Jan 11, 2007 at 09:12:28PM -0700, Richard Fish wrote:
 
 Looks like http://bugs.gentoo.org/show_bug.cgi?id=161173
 
 Try:
 WANT_AUTOMAKE=1.9 emerge --oneshot =net-libs/gnutls-1.4.4-r1
 emerge --resume

Thanks, this works.
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Several Gentoo-Problems

2007-01-09 Thread chrissie

Hi,

after a upgrade i ran into the following problems:
(emerge --deep --upgrade --newuse world)

I habe to Network Interface Cards installed in my machine: one VIA-Rhine-II
and one 3Com 3c59x. Now the cards get randomized at every boot, sometimes teh
VIA is eth0, sometimes the 3Com. I want the 3Com to be eth0 at every time,
how to fix this?

If i launch gnome-volume-control, i get the following message:
gnome-volume-control: symbol lookup error: gnome-volume-control: undefined
symbol: __gst_debug_min
I already searched the web, re-emerged gstreamer, gstreamer-oss,
gstreamer-alsa but still no solution.

Everytime i log into Gnome, the gnome-settings-daemon crashes, and bug-buddy
shows up. If i press Cancel in Bug-Buddy, gnome-settings-daemon crashes again
and again. If i move the Bug-Buddy-window to Workspace 4 everything works
fine and the settings are correct. Also the settings-daemon is running. This
happens after i emerged the clearlooks-theme.

The machine is AMD XP 1500+/256 MB RAM
And yes, i did etc-update recently.

Thanks for any pointers in the right direction.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Several Gentoo-Problems

2007-01-09 Thread chrissie
On Tue, Jan 09, 2007 at 01:31:17AM -0700, Richard Fish wrote:
 On 1/9/07, chrissie [EMAIL PROTECTED] wrote:
 I habe to Network Interface Cards installed in my machine: one VIA-Rhine-II
 and one 3Com 3c59x. Now the cards get randomized at every boot, sometimes teh
 VIA is eth0, sometimes the 3Com. I want the 3Com to be eth0 at every time,
 how to fix this?
 
 Assuming you just upgraded to udev-103, run:
 
 # /lib/udev/write_net_rules all_interfaces
 
balearen chrissie # /lib/udev/write_net_rules all_interfaces
/etc/udev/rules.d/70-persistent-net.rules exists, persistent interface names
not saved.

 Then edit /etc/udev/rules.d/70-persistent-net.rules to assign the
 interface names you want if they turn up wrong.

balearen chrissie # cat /etc/udev/rules.d/70-persistent-net.rules
[...]
# PCI device 0x1106:0x3065 (via-rhine)
SUBSYSTEM==net, DRIVERS==?*, ATTRS{address}==00:0b:6a:c2:de:7f,
NAME=eth0

I think there is nothing wrong at the moment, via-rhine should be the eth0
interface. But it is the 3com at the moment (just wondering if it is
via-rhine after the next boot).

balearen chrissie # ifconfig
eth0  Link encap:Ethernet  HWaddr 00:10:4B:42:98:29
  inet addr:10.11.1.100  Bcast:10.11.1.255  Mask:255.255.255.0learen
[...]

chrissie # cat /etc/conf.d/net
[...]
config_eth0=( 10.11.1.100 netmask 255.255.255.0 brd 10.11.1.255 )
routes_eth0=( default gw 10.11.1.1 )

Ok, i can remove the second card from this desktop-system because i really do
not need it at the moment. But i am looking for the gentoo way to solve this
problem, especially if you have three network cards from the same vendor.

 If i launch gnome-volume-control, i get the following message:
 gnome-volume-control: symbol lookup error: gnome-volume-control: undefined
 symbol: __gst_debug_min
 I already searched the web, re-emerged gstreamer, gstreamer-oss,
 gstreamer-alsa but still no solution.
 
 Everytime i log into Gnome, the gnome-settings-daemon crashes, and bug-buddy
 shows up. If i press Cancel in Bug-Buddy, gnome-settings-daemon crashes again
 and again. If i move the Bug-Buddy-window to Workspace 4 everything works
 fine and the settings are correct. Also the settings-daemon is running. This
 happens after i emerged the clearlooks-theme.
 
 I don't use gnome, so I cannot say for sure, but maybe you need to do
 a revdep-rebuild to rebuild anything with broken dependancies?

balearen chrissie # revdep-rebuild
Configuring search environment for revdep-rebuild
Collecting system binaries and libraries... done.
Collecting complete LD_LIBRARY_PATH... done.
Checking dynamic linking consistency...

some evolution-links msissing, but nothing directly assigned to gnome or
volume.

Assigning files to ebuilds... done.
Evaluating package order... done.
dynamic linking on your system is consistent... All done.

Any hints, also about the gnome-settings-daemon problem?
-- 
gentoo-user@gentoo.org mailing list