6.5 WS on openSUSE 11.1 - Gtk-WARNING

For the preface to this question, here is some information on the host computer:

Xeon 3.73 GHz Dual Core (2 x)

6 GB OF RAM

Linux-2.6.27.19 - 3.2 - default x86_64

openSUSE 11.1 (x86_64)

KDE 4.1.3 "release 4.9.

Computer is joined to the domain active directory and I connect using my domain credentials

Problem:

Before the redefinition of this computer, I used identification information local and had no problem to run VMware Workstation.  Now that I have the computer joined to the domain (after a format and reinstall), I'm not able to start VMware Workstation, even if it installs without any error.  When I try to start the application via the shortcut icon, it shows a taskbar, but after a few seconds, it closes without windows or error messages.  When I run it from terminal with the command, "vmware &" I received the following:

***

VMware &

25991

Login to /tmp/vmware-CAMPUS\awj071000/setup-25996.log

(vmware - modconfig:25996): Gtk-WARNING *: could not find the theme engine in module_path: "qtcurve."

{/ usr/share/themes/Clearlooks/gtk-2.0/gtkrc:72: error: unexpected identifier 'colorize_scrollbar', the expected character '}'

ModInfo: vmmon module is not found

ModInfo: module vmnet is not found

ModInfo: module vmblock is not found

ModInfo: vmci module is not found

ModInfo: vsock module is not found

ModInfo: vmmon module is not found

ModInfo: module vmnet is not found

ModInfo: module vmblock is not found

ModInfo: vmci module is not found

ModInfo: vsock module is not found

/ usr/bin/VMware: line 31: 25996 Segmentation fault "$BINDIR" / vmware-modconfig - appname = "VMware Workstation" - icon = "vmware-workstation.

+ Output 1 vmware

***

Check the log file, we get this:

***

Mar 13 08:44:59.426: app | Journal for VMware Workstation pid = version 25996 = 6.5.1 build = build-126130 option = output

Mar 13 08:44:59.426: app | Host codepage = UTF-8 encoding = UTF-8

Mar 13 08:44:59.426: app | Logging in/tmp/vmware-
/ Setup - 25996.log lines 1-3/3 (END)

***

Currently, my troubleshooting steps have been limited because my Google searches have found similar problems, but the solutions do not apply or do not work for my case.  Any suggestions would be greatly appreciated?

-Andrew

MV usr/lib/vmware/modules/binary{,.old} should do it.

Tags: VMware

Similar Questions

  • VMware Player 126130 x86_64 RPM fails to start F10

    Hello

    I just installed a new Fedora 10 on my box.

    I can start is no longer the VMware Player: he moved very well (do not notice when the system language is bg_BG, but OK after ' export LANG = en_US), but I can't seem to be able to start the VMware services:

    # /etc/rc.d/init.d/vmware start

    Starting VMware services:

    Virtual machine monitor

    Virtual machine communication interface

    Block file system

    Virtual Ethernet

    And therefore:

    vmplayer $

    Xlib: extension "RANDR" missing on display "localhost:12.0".

    Login to /tmp/vmware-kgeorge/setup-17541.log

    ModInfo: vmmon module is not found

    ModInfo: module vmnet is not found

    ModInfo: module vmblock is not found

    ModInfo: vmci module is not found

    ModInfo: vsock module is not found

    ModInfo: vmmon module is not found

    ModInfo: module vmnet is not found

    ModInfo: module vmblock is not found

    ModInfo: vmci module is not found

    ModInfo: vsock module is not found

    / usr/bin/vmplayer: line 31: 17541 Segmentation fault (core dumped) "$BINDIR" / vmware-modconfig - appname = 'VMware Player' - icon = 'vmware-player '.

    Yes, me too.

    openSUSE 11.1

    VMware-Player - 2.5.1 - 126130.x86_64.rpm

    4G: / home/promo # vmplayer

    Login to /tmp/vmware-root/setup-2668.log

    (vmware - modconfig:2668): Gtk-WARNING *: could not find the theme engine in module_path: "qtcurve."

    {/ usr/share/themes/Clearlooks/gtk-2.0/gtkrc:72: error: unexpected identifier 'colorize_scrollbar', the expected character '}'

    ModInfo: vmmon module is not found

    ModInfo: module vmnet is not found

    ModInfo: module vmblock is not found

    ModInfo: vmci module is not found

    ModInfo: vsock module is not found

    ModInfo: vmmon module is not found

    ModInfo: module vmnet is not found

    ModInfo: module vmblock is not found

    ModInfo: vmci module is not found

    ModInfo: vsock module is not found

    / usr/bin/vmplayer: line 31: 2668 Segmentation fault "$BINDIR" / vmware-modconfig - appname = 'VMware Player' - icon = 'vmware-player '.

    VMware - config.pl is no longer available

    It seems that all the modules are compiled but there are problems with the new kernel new

  • Workstation Ubuntu 16.04-11 start ends in a loop Signal 11

    I recently updated a Ubuntu 14.04 to 16.04 Ubuntu machine. The machine is using VMware Workstation 11.1.3 who worked on 14.04 without problems.

    If I try to boot the workstation on 16.04 via

    vmware

    Nothing happens and he returned to the command prompt. If I start by:

    env VMWARE_USE_SHIPPED_LIBS=1 /usr/bin/vmware

    I do not see a GTK-error repetition

    (vmware-modconfig:14139): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

    that seems to be known and non-critical, then one final GTK error:

    Gtk-Message: Failed to load module "canberra-gtk-module": libcanberra-gtk-module.so: cannot open shared object file: No such file or directory

    and finally the following error:

    Loop on signal 11

    No idea where to start debugging this problem? Most post I found to date on issues of Signal 11 handle with unique departure of virtual machines, then I get this error already trying to startuo workstation itself.

    I can start / stop the service vmware without problems:

    sudo /etc/init.d/vmware start

    Starting VMware services:

      Virtual machine monitor                                            done

      Virtual machine communication interface                            done

      VM communication interface socket family                            done

      Blocking file system                                                done

      Virtual ethernet                                                    done

      VMware Authentication Daemon                                        done

      Shared Memory Available                                            done

    Installation of the modules seems to work as well through. I can add the cmd-output if necessary.

    vmware-modconfig --console --install-all

    I was able to solve the problem as follows:

    Temporary

    export LD_LIBRARY_PATH=/usr/lib/vmware/lib/libglibmm-2.4.so.1/:$LD_LIBRARY_PATH

    Permanent

    echo /usr/lib/vmware/lib/libglibmm-2.4.so.1 | sudo tee - a /etc/ld.so.conf.d/LD_LIBRARY_PATH.conf

    sudo ldconfig

    So I can start again via the workstation

    VMware

    and the GUI is displayed as expected

  • VMware Workstation 11 Pro doesn't work on Ubuntu 15.10 x 64.

    Hello

    I used Ubntu 15.04 x 64 as the host for VMware Workstation 11 Pro. It was working fine.

    I've upgraded to Ubuntu 15.10 x 64, and now my computer does not open.

    When I try vmware-Installer:

    $ vmware-Installer

    GTK-Message: could not load module '-gtk-module unity ": libunity-gtk - module.so: Nao e possible open land of objetos compartilhado: land UO diretorio nao found

    (vmware - install .py: 5489): Gtk-WARNING *: Nao faith possible service a tool of temas no module_path: "murrine"

    ...

    ...

    ...

    GTK-Message: could not load module 'canberra-gtk-module': libcanberra-gtk - module.so: Nao e possible open objetos compartilhado land: land UO diretorio nao sown

    $ vmware-Installer - l

    Product product name version

    ==================== ====================

    VMware-workstation 11.1.2.2780323

    How to solve this problem, please?

    Hello

    The problem has been resolved by the release of VMware Workstation 11.1.3:

    $ sudo /etc/init.d/vmware status
    Module vmmon loaded
    Module vmnet loaded
    
    $ sudo /etc/init.d/vmware stop
    Stopping VMware services:
       VMware Authentication Daemon                                        done
       VM communication interface socket family                            done
       Virtual machine communication interface                             done
       Virtual machine monitor                                             done
       Blocking file system                                                done
    
    $ sudo /etc/init.d/vmware start
    Starting VMware services:
       Virtual machine monitor                                             done
       Virtual machine communication interface                             done
       VM communication interface socket family                            done
       Blocking file system                                                done
       Virtual ethernet                                                    done
       VMware Authentication Daemon                                        done
       Shared Memory Available                                             done
    
    $ vmware-installer -t
    Component Name                              Component Long Name                                 Component Version
    =========================================== =================================================== ====================
    vmware-installer                            VMware Installer                                    2.1.0.2758308
    vmware-player-setup                         VMware Player Setup                                 7.1.3.3206955
    vmware-vmx                                  VMware VMX                                          7.1.3.3206955
    vmware-vix-core                             VMware VIX Core for Linux                           1.14.4.3206955
    vmware-network-editor                       VMware Network Editor                               11.1.3.3206955
    vmware-network-editor-ui                    VMware Network Editor User Interface                11.1.3.3206955
    vmware-tools-netware                        VMware Tools for Netware                            9.9.4.3206955
    vmware-tools-windows                        VMware Tools for Windows                            9.9.4.3206955
    vmware-tools-winPre2k                       VMware Tools for Windows (Pre 2000)                 9.9.4.3206955
    vmware-tools-freebsd                        VMware Tools for FreeBSD                            9.9.4.3206955
    vmware-tools-solaris                        VMware Tools for Solaris                            9.9.4.3206955
    vmware-tools-linux                          VMware Tools for Linux                              9.9.4.3206955
    vmware-usbarbitrator                        VMware USB Arbitrator                               14.1.5.3206955
    vmware-player-app                           VMware Player Application                           7.1.3.3206955
    vmware-vix-lib-Workstation1100andvSphere600 VMware VIX Workstation-11.0.0-and-vSphere-6.0.0 Lib 1.14.4.3206955
    vmware-workstation-server                   VMware Workstation Server                           11.1.3.3206955
    vmware-ovftool                              VMware OVF Tool component for Linux                 4.1.0.2982904
    vmware-vprobe                               VMware vProbe                                       7.1.3.3206955
    vmware-workstation                          VMware Workstation                                  11.1.3.3206955      
    
    $ vmware-installer -l
    Product Name         Product Version
    ==================== ====================
    vmware-workstation   11.1.3.3206955
    
  • Unable to update Jrun insatll - Linux

    Hello

    I am trying to install the update to Jrun in linux and a hard time.

    I had this same problem with the installation of Jrun original, but then I discovered that I can use ColdFusion MultiServer installation in order to install Jrun and worked well.

    Cold Fusion installers work very well.

    Here is the error:


    [root@sdlinux ~] #./jrun4-unix-en-updater.bin-i console
    Preparing to install...
    Extracting the installation resources from archive installation...
    Configure the installer for this system environment...

    Launch of installation...

    WARNING:-Xmx50331648 not understood. Ignorant.
    WARNING:-Xms16777216 not understood. Ignorant.
    Invocation of this Java Application has caused an InvocationTargetException. This application will now exit. (LAX)

    Stack trace:
    java.lang.NoClassDefFoundError: everything by setting the class: ZeroGe
    to java.lang.VMClassLoader.resolveClass (java.lang.Class) (/ usr/lib/libgcj.so.5.0.0)
    at java.lang.Class.initializeClass () (/ usr/lib/libgcj.so.5.0.0)
    to _Jv_ResolvePoolEntry (java.lang.Class, int) (/ usr/lib/libgcj.so.5.0.0)
    to ZeroGd. < clinit > () (unknown Source)
    at java.lang.Class.initializeClass () (/ usr/lib/libgcj.so.5.0.0)
    to _Jv_ResolvePoolEntry (java.lang.Class, int) (/ usr/lib/libgcj.so.5.0.0)
    at com.zerog.ia.installer.LifeCycleManager.a (boolean) (unknown Source)
    to com.zerog.ia.installer.LifeCycleManager.b (java.lang.String []) (unknown Source)
    to com.zerog.ia.installer.LifeCycleManager.a (java.lang.String []) (unknown Source)
    to com.zerog.ia.installer.Main.main (java.lang.String []) (unknown Source)
    Caused by: java.lang.ClassNotFoundException: com.apple.mrj.MRJOSType not found in [file:/tmp/install.dir.6465/InstallerData/, file:/tmp/install.dir.6465/InstallerData/installer.zip, file:/usr/share/java/libgcj-3.4.6.jar, file:./, core: /]
    to java.net.URLClassLoader.findClass (java.lang.String) (/ usr/lib/libgcj.so.5.0.0)
    to gnu.gcj.runtime.VMClassLoader.findClass (java.lang.String) (/ usr/lib/libgcj.so.5.0.0)
    at java.lang.ClassLoader.loadClass (java.lang.String, boolean) (/ usr/lib/libgcj.so.5.0.0)
    at _Jv_FindClass (_Jv_Utf8Const, java.lang.ClassLoader) (/ usr/lib/libgcj.so.5.0.0)
    at java.lang.Class.forName (java.lang.String, Boolean, java.lang.ClassLoader) (/ usr/lib/libgcj.so.5.0.0)
    at _Jv_BytecodeVerifier.verify_instructions_0 () (/ usr/lib/libgcj.so.5.0.0)
    at _Jv_VerifyMethod (_Jv_InterpMethod) (/ usr/lib/libgcj.so.5.0.0)
    to _Jv_PrepareClass (java.lang.Class) (/ usr/lib/libgcj.so.5.0.0)
    to _Jv_WaitForState (java.lang.Class, int) (/ usr/lib/libgcj.so.5.0.0)
    to java.lang.VMClassLoader.linkClass0 (java.lang.Class) (/ usr/lib/libgcj.so.5.0.0)
    to java.lang.VMClassLoader.resolveClass (java.lang.Class) (/ usr/lib/libgcj.so.5.0.0)
    ... 9 more

    (: 6465): Gtk-WARNING *: cannot open display:


    I tried to run juste./jrun4-unix-en-updater.bin
    I tried like user and sudo'ing the file.
    JDK is installed, I have tried versions:
    j2re1.4.2_13 j2sdk1.4.2_13 jdk1.3.1_15 jdk1.3.1_19 jdk1.5.0_06

    Any ideas?

    Thank you

    Luke

    Sorry for don't get back to you sooner, but I tried on one of these days there was only a problem with the site and never returned. In any case, I found something that might help. There is an argument, you can pass the installation. It is LAX_VM. See point http://www.adobe.com/support/documentation/en/flex/1_5/releasenotes.html103870.

    Basically, you're going to replace the CF Installer for the installation of Flex program mentioned in the article and the location of the VM with your 1.4.2 location.

    HTH

    Ted Zimmerman

  • How to install Firefox on Opensuse 11.4 29

    I intend to install Firefox on Opensuse 11.4 29

    29 Firefox as last selenium (used for the automation of GUI) supports up to 29

    OpenSUSE 11.4 due to my project requirements.

    After you have installed Opensuse 114, I knew this version of firefox by default is 4.0b12.

    I met under the site
    https://en.openSUSE.org/Additional_package_repositories#Mozilla

    but this does not indicate a 29 Firefox version.

    Thank you

    Notice the b9 as that means it was beta version 29,0 9. In other words, that he could ask for an update to the latest beta version of 36.0

    https://FTP.Mozilla.org/pub/mozilla.org/Firefox/releases/29.0.1/

  • Why not Firefox OS start Simulator (1.1) the 27 Firefox on OpenSuse 13.1?

    I use the default version of Firefox (27) on OpenSuse 13.1. I downloaded and installed the Firefox os Simulator plugin, version 1.1 have searched with Google, but it does not start. If I open the application manager, and then I click on "start the Simulator", I receive the error that no Simulator is installed. But the "Firefox OS Simulator" menu item in the menu "Tools"->"Web development"...
    EDIT: in 'Tools '->' plugins' we 'Simulator of Firefox OS 4.0.1 by Myk mind. "
    But why?

    Very well, thanks for that info.

    You're not the only user of Linux, the difficulty that there have been a few other reports of the present. While we work to resolve the problem, please follow this bug .

  • Running opensuse 12.3 and FF 19.0.2. What is the name of the file, which contains all of THE bookmarks?

    I need to erase all bookmarks on my FF in opensuse 12.3

    The places.sqlite file contains your bookmarks and history. If this file is missing or damaged, Firefox will restore the last backup of bookmark.

    The bookmarkbackups folder bookmark backups that Firefox creates automatically.

    Both are in your profile folder. Do not delete either so that Firefox is running.

    Note that you can easily delete all bookmarks in the library.

    1. In the library window, click all bookmarks on the left.
    2. Search at the top right, enter in a colon :
    3. Search results are all your bookmarks. Click on a bookmark on the right side to select.
    4. Press on Ctrl + A or click the button hold in the toolbar, then choose Select all.
    5. Press the delete key, or click the button hold in the toolbar, then click on remove.
  • Firefox 15.0 hangs out (12.1 opensuse)

    Recently (maybe since v14) firefox starts to crash whenever I close. I debugged and found that it can be resolved if I do not install some extension or if I reset the preference by deleting the directory preference. But when updated to 15.0, firefox takes up the problem again and again, even as it works in mode safe without any extension or I'll take the .mozilla / directory in my home directory completely. In addition, I tried to uninstall and reinstall firefox, but the problem remains. A share the same problem or has a suggestion? Thank you very much.

    My OS Info
    12.1 openSUSE
    3.1.10 linux kernel - 1.16
    GNOME 3.2.1

    Sorry, but this answer does not really solve the problem.
    There are about 300 reports of incidents in a week
    https://crash-stats.Mozilla.com/report/list?signature=libmozjs185.so.1.0.0%400xa694b

    and here is also a bug report:
    https://Bugzilla.Novell.com/show_bug.cgi?id=759123

    My solution:
    Uninstall libproxy1-pacrunner-mozjs (zypper rm libproxy1-pacrunner-mozjs)
    but I'm not sure what side effects there.

  • I am running openSUSE 11.3 on my desk. A message says I have to update to Firefox. I clicked on upgrade and have downloaded a file named "firefox - 6.0.2.tar.bz2.

    I have extracted the tar file, but could not find a Firefox update script file. I don't want to spoil the Firefox that works, so I'm not blindly run something that I don't know what he'll do. I can't find instructions on how to manually update Firefox, and it will not be upgraded automatically. What is my next step? Can I get help?

    You currently have the version of Firefox which is the hallmark of SUSE, and version should be updated via this facility deposits.

    You can copy the content of archive tar.bz2 to another folder and create a new launcher to launch the firefox script in this folder to run this version of Firefox with this profile by adding Pei 'profile_name' in the command field.

    You must create a new profile if you want to continue to use the version of Firefox 3.6.x

  • No bluetooth on Satellite C870 using OpenSuse Linux

    First of all, thanks for reading and eventually respond to this message

    I installed opensuse 12.3 x86_64 on a Toshiba Satellite C870 - 1 HR with a wifi/bluetooth adapter realtek 8723. The rtl8723ae module is running.
    Wifi works with kernel 3.10 provided by opensuse kernel team, but not the BT. bt kernel modules are loaded, kde recognizes the bt stack, but not access.

    hcitool dev
    Feature:

    and

    rfkill list
    0: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no

    However, I have discovered with dmesg:

    8.347377: HCI device and connection manager Bluetooth Initialise
    8.347389 Bluetooth: socket initialized HCI layer
    8.347391 Bluetooth: L2CAP initialized SSL
    [Bluetooth 8.347399: initialized SCO socket layer]
    8.350732 ACPI WARNING: 0 x 0000000000004040-0x000000000000405f SystemIO comes into conflict with the \_SB_ region. PCI0. SBUS. SMBI 1 (20130328/utaddress-251)
    8.350739] ACPI: If an ACPI driver is available for this device, you must use it instead of the native driver
    8.356121] usbcore: registered new interface driver btusb

    rtl8723ae 8.759901: using the rtlwifi/rtl8723fw_B.bin firmware
    8.875659 ACPI WARNING: 0 x 0000000000000428-0x000000000000042f SystemIO comes into conflict with the \PMIO region 1 (20130328/utaddress-251)
    8.875666 ACPI: If an ACPI driver is available for this device, you must use it instead of the native driver
    8.875670 ACPI WARNING: 0 x 0000000000000530-0x000000000000053f SystemIO comes into conflict with the \GPIO region 1 (20130328/utaddress-251)
    8.875674 ACPI WARNING: 0 x 0000000000000530-0x000000000000053f SystemIO comes into conflict with the \GPXX region 2 (20130328/utaddress-251)
    8.875677 ACPI: If an ACPI driver is available for this device, you must use it instead of the native driver
    8.875679 ACPI WARNING: 0 x 0000000000000500-0x000000000000052f SystemIO comes into conflict with the \GPIO region 1 (20130328/utaddress-251)
    8.875681 ACPI WARNING: 0 x 0000000000000500-0x000000000000052f SystemIO comes into conflict with the \GPXX region 2 (20130328/utaddress-251)
    8.875684 ACPI: If an ACPI driver is available for this device, you must use it instead of the native driver
    lpc_ich 8.875686: resource found on gpio_ich
    8.888936 ieee80211 phy0: rate control algorithm selected "rtl_rc".
    rtlwifi 8.889107: wireless switch is on

    Any idea?

    Hello

    Your problem is a little weird!

    Your wireless network card is a BT / WLAN combo and should be supported by the kernel used in openSuse 12.3.
    Check the functionality in Windows or any other end Linux distribution?

    I would say to download Fedora 19 and run as a direct medium OS to check the operation of BT.
    If it works fine, I belive there is a bug in the distro openSuse.
    If this isn't the case, I really think you should consider checking your hardware.

    I have the same card in my works C850 and BT just perfect in Fedora 19.

    Hope this helps you out

    Tom BR

  • Satellite A300D overheating using Linux OpenSuse 12.2

    Hello everyone.

    I'm a linux user, I am currently using opensuse 12.2 with xfce as desktop environment.
    I have a huge problem: my laptop is overheating and I can't sort.

    I do not know how to configure the bios with the upgrade, because it seems that toshiba has an upgrade only to windows. I don't have a windows partition. I have already downgraded openSUSE 12.3 with gnome, xfce with the 12.2, but the pc still works more than 70 degrees with only a few applications (chrome and thunderbird). Can someone help me please? Thanks Paolo

    Hello

    What makes you think the unit is overheated outside temp?
    It gets hotter than in an environment of WinVista?

    Tom BR

  • WIFI works only on Portege Z830-10Z not running OpenSuse 12.1

    Hi people

    I bought a Toshiba Ultrabook Z830 Z, after that I dug through the net and found a few positive comments on this laptop on Linux. I installed linux opensuse 12.1.

    Everything goes well and smoothly, but the WIFI does not work... It's may be completely normal for a laptop and linux...

    So I started to find the reason... review dmesg and so on...
    Driver is installed and running, but in short, it's the rfkill-guy, that kills my wireless...

    'rfkill list' showed me that my wlan has ' strong blocked: Yes

    I am not able to unlock through "rfkill unblock. It only works with soft blocked items...
    All the time the wlan-led to the laptop is on.

    Does anyone know how to "unlock" the hard blocked thing...
    The laptop has no physical switch at all...

    Thank you
    CJM

    The WiFi never worked? It may be broken or disconnected inside.

  • want and tried installing 3.6 on an OpenSuSE 11.2 -: wrong ElfClass64 /usr/lib64/libdbus-glib-1.so.2 - what to do? Thank you very much

    uploaded to. 3.6 and tried to install
    ...
    linux-User251868:/usr/src/packages/SOURCES/firefox-3.6 # ls
    application.ini components dependentlibs.list greprefs libnspr4.so libnssutil3.so libsoftokn3.so LICENSE plugins searchplugins
    .autoreg crashreporter dictionaries icons libnss3.so libplc4.so libsqlite3.so modules README.txt Throbber - small.gif
    blocklist.XML crashreporter.ini libfreebl3.chk libnssckbi.so libplds4.so libssl3.so files extensions removed mozilla-xremote-client update.locale
    Crashreporter BrowserConfig.Properties - firefox libfreebl3.so libnssdbm3.chk libsmime3.so libxpcom.so res platform.ini override.ini updated
    chrome default firefox-bin libmozjs.so libnssdbm3.so libsoftokn3.chk libxul.so plugin-container run - mozilla.sh updater.ini
    linux-User251868:/usr/src/packages/SOURCES/firefox-3.6 #. / firefox
    . / firefox-bin: error while loading shared libraries: libdbus-glib - 1.so.2: cannot open shared object file: no such file or directory
    linux-User251868:/usr/src/packages/SOURCES/firefox-3.6 # mc
    linux-User251868:/usr/src/packages/SOURCES/firefox-3.6 # s /usr/lib64/libdbus-glib-1.so.2 /usr/lib/libdbus-glib-1.so.2 ln
    linux-User251868:/usr/src/packages/SOURCES/firefox-3.6 #. / firefox
    . / firefox-bin: error while loading shared libraries: libdbus-glib - 1.so.2: evil class ELF: ELFCLASS64
    linux-User251868:/usr/src/packages/SOURCES/firefox-3.6 #. / updater
    Use: updater < path-dir > [parent-pid [work-dir reminder args...]]
    linux-User251868:/usr/src/packages/SOURCES/firefox-3.6 #.

    I don't want to depend on and if OpenSuSE updated to 3.6 - actually before using OpenSuSE 11.2 I had installed firefox 3.5, which has updated automatically, sort of b-Tester, as I trully trust firefox for browsing on the day the day for years.

    Firefox is a 32-bit application, you will need to create a symbolic link to the 32-bit version of this library of dbus (libdbus-glib - 1.so.2). If this library is not installed, you must install it via the installation of the software.

    See also http://www.mozilla.com/firefox/system-requirements.html - Firefox 3.6 system requirements

  • Satellite A300-1EC - how to start openSuse Linux from USB HDD?

    Using the desktop PC, USB HDD was installed openSUSE. The computer starts from USB HDD fine. On the laptop installed windows 7. I tied USB HDD for notebook and laptop computer reboot, select by pressing F12 boot USB, but the HARD drive loading specifications internal (WIN 7).

    What I've done wrong? How can I boot from USB HDD?

    Hi aliks-os.

    I m not owner of the Satellite A300, but maybe that it doesn't support boot from USB HDD...
    Connect the HARD drive before you turn on your laptop. Then turn on your notebook and press F12 to access the start menu.

    The USB HDD is listed? Can choose you?

Maybe you are looking for

  • Video and performance of the Satellite P100-434 game

    I bought a beautiful new P100-434 just 3 weeks, at the start of tring to play a game or a DVD It OK but after a few moments, the pace falls right then back up then back down... I returned to the store and they gave me a new, but the same thing happen

  • Adding hard drive locations

    I have a desktop PC HP Pavilion HPE h8-1210 I'm looking to add additional hard disks to storage. The machine has the ability to add a hard drive more to the system. Who is the limit, or are there parts that can be purchased to add one or two addition

  • In your own words, can you describe for me how networks work at home.

    need help on a project for school.

  • Mask photo gallery when edited

    When I edit a photo in the Gallery, it becomes a hidden file.  I can't see it in the gallery or in the browser, but when I copy the file origin to another folder, it asks if I want to replace the file.  Obviously if this is not corrected Gallery is a

  • Reinstall operating system clean

    Hi, my PC has become very slugish and less than a pleasure to use. In my opinion, only a clean reinstall of Windows XP-Home Edition OS would be an advantage. I do not have the Partition Recovery and recovery disks BUT the OS has a load of change sinc