Kieth Posted November 13, 2009 Share Posted November 13, 2009 (edited) Every time I open a browser, I get strange (strange to me!) messages. Any idea how to correct the problem? Thanks, Kieth [kieth@host-001 ~]$ opera _IceTransSocketUNIXConnect: Cannot connect to non-local host localhost.localdomain _IceTransSocketUNIXConnect: Cannot connect to non-local host localhost.localdomain Session management error: Could not open network socket _IceTransSocketUNIXConnect: Cannot connect to non-local host localhost.localdomain _IceTransSocketUNIXConnect: Cannot connect to non-local host localhost.localdomain Session management error: Could not open network socket [kieth@host-001 ~]$ firefox _IceTransSocketUNIXConnect: Cannot connect to non-local host localhost.localdomain _IceTransSocketUNIXConnect: Cannot connect to non-local host localhost.localdomain (firefox:13540): GnomeUI-WARNING **: While connecting to session manager: Could not open network socket. LoadPlugin: failed to initialize shared library /usr/lib/mozilla/plugins/nppdf.so [/usr/lib/mozilla/plugins/nppdf.so: wrong ELF class: ELFCLASS32] LoadPlugin: failed to initialize shared library /opt/real/RealPlayer/mozilla/nphelix.so [/opt/real/RealPlayer/mozilla/nphelix.so: wrong ELF class: ELFCLASS32] LoadPlugin: failed to initialize shared library /usr/lib/flash-plugin/libflashplayer.so [/usr/lib/flash-plugin/libflashplayer.so: wrong ELF class: ELFCLASS32] LoadPlugin: failed to initialize shared library /home/kieth/.mozilla/plugins/nppdf.so [/home/kieth/.mozilla/plugins/nppdf.so: wrong ELF class: ELFCLASS32] [kieth@host-001 ~]$ galeon _IceTransSocketUNIXConnect: Cannot connect to non-local host localhost.localdomain _IceTransSocketUNIXConnect: Cannot connect to non-local host localhost.localdomain (galeon:13651): GnomeUI-WARNING **: While connecting to session manager: Could not open network socket. ** (galeon:13651): WARNING **: Spinner rest icon not found ** (galeon:13651): WARNING **: Spinner rest icon not found (galeon:13651): GLib-GObject-CRITICAL **: g_object_ref: assertion `G_IS_OBJECT (object)' failed LoadPlugin: failed to initialize shared library libXt.so [libXt.so: cannot open shared object file: No such file or directory] LoadPlugin: failed to initialize shared library libXext.so [libXext.so: cannot open shared object file: No such file or directory] LoadPlugin: failed to initialize shared library /home/kieth/.mozilla/plugins/nppdf.so [/home/kieth/.mozilla/plugins/nppdf.so: wrong ELF class: ELFCLASS32] LoadPlugin: failed to initialize shared library /usr/lib/mozilla/plugins/nppdf.so [/usr/lib/mozilla/plugins/nppdf.so: wrong ELF class: ELFCLASS32] LoadPlugin: failed to initialize shared library /opt/real/RealPlayer/mozilla/nphelix.so [/opt/real/RealPlayer/mozilla/nphelix.so: wrong ELF class: ELFCLASS32] LoadPlugin: failed to initialize shared library /home/kieth/.mozilla/plugins/nppdf.so [/home/kieth/.mozilla/plugins/nppdf.so: wrong ELF class: ELFCLASS32] (galeon:13651): GLib-GObject-CRITICAL **: g_object_ref: assertion `G_IS_OBJECT (object)' failed Edited November 14, 2009 by Kieth Link to comment Share on other sites More sharing options...
scarecrow Posted November 13, 2009 Share Posted November 13, 2009 # cat /etc/hosts Link to comment Share on other sites More sharing options...
Kieth Posted November 13, 2009 Author Share Posted November 13, 2009 # cat /etc/hosts 127.0.0.1 localhost.localdomain localhost Link to comment Share on other sites More sharing options...
K Bergen Posted November 13, 2009 Share Posted November 13, 2009 Odd but here's what I get and everything works cat /etc/hosts 127.0.0.1 localhost You could try editing the file taking out localhost.localdomain Ken Link to comment Share on other sites More sharing options...
Kieth Posted November 14, 2009 Author Share Posted November 14, 2009 Could this problem have something to do with my internet connection? I found this definition on the internet: local domain When you attach your LAN to the Internet, it gets your ISP’s domain name. It becomes effectively part of your ISP’s domain. So for example, all Shaw Cable customers in Victoria become part of the gv.shawcable.net domain. That name is referred to as your local domain name. Shaw lets you use the short name shawnews instead of shawnews.gv.shawcable.net and shawmail instead of shawmail.gv.shawcable.net if you configure Windows or your router to prepend gv.shawcable.net in DNS lookup, if it can’t find a name. Link to comment Share on other sites More sharing options...
Kieth Posted November 14, 2009 Author Share Posted November 14, 2009 OK Ken, I edited the file but it didn't resolve the problem: # cat /etc/hosts 127.0.0.1 localhost With firefox, I still get the same results in console: $ firefox _IceTransSocketUNIXConnect: Cannot connect to non-local host localhost.localdomain _IceTransSocketUNIXConnect: Cannot connect to non-local host localhost.localdomain (firefox:4307): GnomeUI-WARNING **: While connecting to session manager: Could not open network socket. LoadPlugin: failed to initialize shared library /usr/lib/mozilla/plugins/nppdf.so [/usr/lib/mozilla/plugins/nppdf.so: wrong ELF class: ELFCLASS32] LoadPlugin: failed to initialize shared library /home/kieth/.mozilla/plugins/nppdf.so [/home/kieth/.mozilla/plugins/nppdf.so: wrong ELF class: ELFCLASS32] Link to comment Share on other sites More sharing options...
David Batson Posted November 14, 2009 Share Posted November 14, 2009 If this is an upgrade install, maybe there is a problem with permissions. http://wiki.mandriva.com/en/2010.0_Errata#Default_user_UID_is_now_10001_and_not_500 Link to comment Share on other sites More sharing options...
Kieth Posted November 14, 2009 Author Share Posted November 14, 2009 Yep David, that was it. :) $ firefox LoadPlugin: failed to initialize shared library libXt.so [libXt.so: cannot open shared object file: No such file or directory] LoadPlugin: failed to initialize shared library libXext.so [libXext.so: cannot open shared object file: No such file or directory] LoadPlugin: failed to initialize shared library /usr/lib/mozilla/plugins/nppdf.so [/usr/lib/mozilla/plugins/nppdf.so: wrong ELF class: ELFCLASS32] I checked in MCC, and I was listed as 500 and guest as 10000. Firefox still has some problems, but any idea on how to change my user ID? I didn't find a way in MCC. Link to comment Share on other sites More sharing options...
Kieth Posted November 14, 2009 Author Share Posted November 14, 2009 OK, I changed the user ID. I asked the question above before I googled. I used this command: # usermod -u 10001 kieth I set it at 10001 since guest was 10000. Link to comment Share on other sites More sharing options...
SilverSurfer60 Posted November 14, 2009 Share Posted November 14, 2009 (edited) Is your problem addressed here Kieth? Check out the Errata for information on known problems with Mandriva Linux 2010.0 and, where available, how to fix, avoid or work around them.[updated 14 November 2009] In particular Edited November 14, 2009 by SilverSurfer60 Link to comment Share on other sites More sharing options...
Kieth Posted November 14, 2009 Author Share Posted November 14, 2009 Yeh Silversurfer60, that deals with the problem, as David mentioned before. I immediately went to the errata page, but it doesn't mention how to resolve the problem once an install is made. I was able to get the user UID changed, but not the gid or groups. From all I've read, I'm suppose to change them, too. When I open up firefox in console, this is the message: id: cannot find name for group ID 500 [kieth@host-001 ~]$ Here's the info: # groupmod -g 10001 kieth [root@host-001 ~]# id kieth uid=10001(kieth) gid=500 groups=500 [root@host-001 ~]# How can I change the gid and groups? Link to comment Share on other sites More sharing options...
SilverSurfer60 Posted November 14, 2009 Share Posted November 14, 2009 To change your group ID's you need to edit /etc/groups (as root of course). You will see the layout of the file when you open it. You just need to change your group and xguest group if you want to keep it. Save the file and go into mcc > system > users and make sure you are in the kieth group, and that it is your primary group. All should be well then. I have just done mine, as it didn't show up because I did a clean install. Link to comment Share on other sites More sharing options...
Kieth Posted November 14, 2009 Author Share Posted November 14, 2009 Got it! Thanks. [root@host-001 ~]# id kieth uid=10001(kieth) gid=10001(kieth) groups=10001(kieth) In fact, firefox doesn't complain anymore about the localhost: [kieth@host-001 ~]$ firefox LoadPlugin: failed to initialize shared library /usr/lib/mozilla/plugins/nppdf.so [/usr/lib/mozilla/plugins/nppdf.so: wrong ELF class: ELFCLASS32] LoadPlugin: failed to initialize shared library /home/kieth/.mozilla/plugins/nppdf.so [/home/kieth/.mozilla/plugins/nppdf.so: wrong ELF class: ELFCLASS32] Firefox has other problems, but now I can start working on those. Thanks again, Kieth Link to comment Share on other sites More sharing options...
David Batson Posted November 15, 2009 Share Posted November 15, 2009 Glad to hear you got it sorted. :) Sorry, I didn't know enough to guide you to the actual solution. :( Link to comment Share on other sites More sharing options...
Kieth Posted November 15, 2009 Author Share Posted November 15, 2009 David, it wasn't necessary for you to know any more! It all worked out. :) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now