* [gentoo-user] Several Gentoo-Problems @ 2007-01-09 8:20 chrissie 2007-01-09 8:31 ` Richard Fish ` (3 more replies) 0 siblings, 4 replies; 11+ messages in thread From: chrissie @ 2007-01-09 8:20 UTC (permalink / raw To: gentoo-user 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 ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] Several Gentoo-Problems 2007-01-09 8:20 [gentoo-user] Several Gentoo-Problems chrissie @ 2007-01-09 8:31 ` Richard Fish 2007-01-09 20:33 ` chrissie 2007-01-09 8:34 ` Dale ` (2 subsequent siblings) 3 siblings, 1 reply; 11+ messages in thread From: Richard Fish @ 2007-01-09 8:31 UTC (permalink / raw To: gentoo-user On 1/9/07, chrissie <chrissie@x-tra-designs.org> 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 Then edit /etc/udev/rules.d/70-persistent-net.rules to assign the interface names you want if they turn up wrong. > 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? -Richard -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] Several Gentoo-Problems 2007-01-09 8:31 ` Richard Fish @ 2007-01-09 20:33 ` chrissie 2007-01-09 23:16 ` Iain Buchanan 2007-01-10 3:13 ` Richard Fish 0 siblings, 2 replies; 11+ messages in thread From: chrissie @ 2007-01-09 20:33 UTC (permalink / raw To: gentoo-user On Tue, Jan 09, 2007 at 01:31:17AM -0700, Richard Fish wrote: > On 1/9/07, chrissie <chrissie@x-tra-designs.org> 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 ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] Several Gentoo-Problems 2007-01-09 20:33 ` chrissie @ 2007-01-09 23:16 ` Iain Buchanan 2007-01-10 3:13 ` Richard Fish 1 sibling, 0 replies; 11+ messages in thread From: Iain Buchanan @ 2007-01-09 23:16 UTC (permalink / raw To: gentoo-user On Tue, 2007-01-09 at 21:33 +0100, chrissie wrote: > On Tue, Jan 09, 2007 at 01:31:17AM -0700, Richard Fish wrote: > > On 1/9/07, chrissie <chrissie@x-tra-designs.org> 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. if it already exists, try moving it to ~/ or somewhere safe, then run write_net_rules again... Hopefully you'll get both interfaces in there then. HTH, -- Iain Buchanan <iaindb at netspace dot net dot au> The universe seems neither benign nor hostile, merely indifferent. -- Sagan -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] Several Gentoo-Problems 2007-01-09 20:33 ` chrissie 2007-01-09 23:16 ` Iain Buchanan @ 2007-01-10 3:13 ` Richard Fish 2007-01-11 17:01 ` chrissie 1 sibling, 1 reply; 11+ messages in thread From: Richard Fish @ 2007-01-10 3:13 UTC (permalink / raw To: gentoo-user On 1/9/07, chrissie <chrissie@x-tra-designs.org> wrote: > 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). 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. So if one is missing, remove/rename the file as Iain suggested and re-run the script. > 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. -Richard -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] Several Gentoo-Problems 2007-01-10 3:13 ` Richard Fish @ 2007-01-11 17:01 ` chrissie 2007-01-12 4:12 ` Richard Fish 0 siblings, 1 reply; 11+ messages in thread From: chrissie @ 2007-01-11 17:01 UTC (permalink / raw To: gentoo-user 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 ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] Several Gentoo-Problems 2007-01-11 17:01 ` chrissie @ 2007-01-12 4:12 ` Richard Fish 2007-01-12 7:29 ` chrissie 0 siblings, 1 reply; 11+ messages in thread From: Richard Fish @ 2007-01-12 4:12 UTC (permalink / raw To: gentoo-user On 1/11/07, chrissie <chrissie@x-tra-designs.org> wrote: > * 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. 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 -Richard -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] Several Gentoo-Problems 2007-01-12 4:12 ` Richard Fish @ 2007-01-12 7:29 ` chrissie 0 siblings, 0 replies; 11+ messages in thread From: chrissie @ 2007-01-12 7:29 UTC (permalink / raw To: gentoo-user 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 ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] Several Gentoo-Problems 2007-01-09 8:20 [gentoo-user] Several Gentoo-Problems chrissie 2007-01-09 8:31 ` Richard Fish @ 2007-01-09 8:34 ` Dale 2007-01-09 8:39 ` Neil Bothwick 2007-01-13 16:19 ` chrissie 3 siblings, 0 replies; 11+ messages in thread From: Dale @ 2007-01-09 8:34 UTC (permalink / raw To: gentoo-user chrissie wrote: > 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. > I'm not sure how much this will help but I read this the other day when someone else was having simalar problems. You can tell udev to set the names each time to the same thing. It is done through udev rules if I recall correctly. I think it does it by using the mac address too. I don't know how to do it but you may can search the forums or the archives here and find a fix faster than waiting on a guru to roll out of bed. ;-) I hope this helps, get you started anyway. Dale :-) :-) :-) -- www.myspace.com/dalek1967 -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] Several Gentoo-Problems 2007-01-09 8:20 [gentoo-user] Several Gentoo-Problems chrissie 2007-01-09 8:31 ` Richard Fish 2007-01-09 8:34 ` Dale @ 2007-01-09 8:39 ` Neil Bothwick 2007-01-13 16:19 ` chrissie 3 siblings, 0 replies; 11+ messages in thread From: Neil Bothwick @ 2007-01-09 8:39 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 477 bytes --] On Tue, 9 Jan 2007 09:20:18 +0100, chrissie 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? Set up some udev rules as in my post of a few hours ago on "net.eth0 net.eth1 net.eth2 *" -- Neil Bothwick Gravity isn't MY fault! I voted for VELCRO! [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 189 bytes --] ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] Several Gentoo-Problems 2007-01-09 8:20 [gentoo-user] Several Gentoo-Problems chrissie ` (2 preceding siblings ...) 2007-01-09 8:39 ` Neil Bothwick @ 2007-01-13 16:19 ` chrissie 3 siblings, 0 replies; 11+ messages in thread From: chrissie @ 2007-01-13 16:19 UTC (permalink / raw To: gentoo-user 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 ^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2007-01-13 16:28 UTC | newest] Thread overview: 11+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2007-01-09 8:20 [gentoo-user] Several Gentoo-Problems chrissie 2007-01-09 8:31 ` Richard Fish 2007-01-09 20:33 ` chrissie 2007-01-09 23:16 ` Iain Buchanan 2007-01-10 3:13 ` Richard Fish 2007-01-11 17:01 ` chrissie 2007-01-12 4:12 ` Richard Fish 2007-01-12 7:29 ` chrissie 2007-01-09 8:34 ` Dale 2007-01-09 8:39 ` Neil Bothwick 2007-01-13 16:19 ` chrissie
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox