Iscsiadm never returns after upgrading to Solaris10 U4

After upgrading to Solaris10 U4, iscsiadm stopped working.
Even calling iscsiadm without any parameter, the help message is displayed but the command never returns.
I cannot list my discovery address, neither add new ones.
I tried to reinstall SUNWiscsir and SUNWiscsiu without changes.
Does anybody else experienced this problem?
Thanks
Marco

We had the same problem but in X86 server with Solaris 10 Update 3. Sun support provided a library file libima.so.1 and replaced the old library with the one that Sun provided and everything went fine.
If you have support contract from Sun you could ask for a copy of it.

Similar Messages

  • Mac Pro never sleeps after upgrading to Mavericks

    Hi Folks
    Just realised that after upgrading to Mavericks from Mountain Lion, my Mac Pro never goes into sleep mode after the time set for it in System Preferences > Energy Saver.
    This never happened with Mountain Lion.
    Any body here having the same issue?
    FYI - This is a 2012 Mac Pro having duo 6-cores, 64 GB RAM, 1 x SSD and 3 x HDD.
    Thanks you for your comments.
    B

    Test after each of the following steps that you haven’t already tried:
    Step 1
    Take all the steps suggested in this support article. That's the starting point for any further effort to solve the problem. Skipping any of those steps may mean that the problem won't be solved. Note that, as stated in the article, the computerwill not sleep if Internet Sharing is enabled.
    Step 2
    From the menu bar, select
     ▹ System Preferences ▹ Accessibility ▹ Speakable Items: Off
    Step 3
    Select
     ▹ System Preferences ▹ Bluetooth ▹ Advanced...
    and uncheck both boxes marked
    Open Bluetooth Setup Assistant at startup if...
    Step 4
    Reset the SMC.
    Step 5
    Boot in safe mode and log in to the account with the problem. Note: If FileVault is enabled on some models, or if a firmware password is set, or if the boot volume is a software RAID, you can’t do this. Post for further instructions.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Safe mode is much slower to boot and run than normal. Don’t launch any applications at first. If sleep still doesn’t work properly, back up all data and reinstall the OS. After that, if you still have the issue, make a “Genius” appointment at an Apple Store to have the machine tested.
    If sleep now works as expected, go on to the next step.
    Step 6
    Still in safe mode, launch the usual set of applications that are running when you have the problem, including your login items, one at a time, testing after each one. Some applications may not work; skip them. You might be able to identify the cause of the problem this way.
    Step 7
    If sleep is still working after you’ve launched all the usual applications, reboot as usual (not in safe mode) and test again. If sleep still works, you’re done, at least for the moment.
    If you still have the sleep issue after booting out of safe mode, post again.

  • SaveState and restoreState never called after upgrade to JSF2.1.1

    Hi,
    I upgraded my project to JSF2.1.1.
    For all my custom compontent the saveState and restoreState is never called.
    Are there any required changes due to JSF2.1.1 release?
    Thanks in advance,
    Pieter

    Most likely, this will fix your issue:
    1: http://docs.info.apple.com/article.html?artnum=93698
    Also clean up your temp files:
    (Empty your Temp directory and restart)
    2: http://docs.info.apple.com/article.html?artnum=93976
    If you get an error when uninstalling quicktime, go through article 1, then run the Microsoft Cleanup Utility to remove quicktime afterwards:
    3: http://support.microsoft.com/default.aspx?scid=kb;en-us;290301

  • ITunes never starts after upgrade to 7.1.1.5

    I let the apple updater upgrade my iTunes to a newer version of '7' to hopefully fix a few lingering bugs. After doing so, everything seemed to work fine. Songs and playlists were present and my iPods were synced.
    After rebooting a few days later (windows XP, latest service pack/patches), iTunes will not start. When I select the shortcut or the program from 'all programs', it gives me the hourglass for a couple of seconds and does nothing afterward. No errors in the event log, no popup windows addressing an error situation. It just doesn't start. Quicktime player (7.1.5) works fine. This happens after a clean powerup, before any other apps are started.
    Any ideas? I hate to think that I have to uninstall and reinstall again. I did many times after 7.x was released (including one full refresh of the XP opsys after corruption from the first release of 7). After the initial upgrade, I thought that the bugs in 7 were finally ironed out for me.

    Most likely, this will fix your issue:
    1: http://docs.info.apple.com/article.html?artnum=93698
    Also clean up your temp files:
    (Empty your Temp directory and restart)
    2: http://docs.info.apple.com/article.html?artnum=93976
    If you get an error when uninstalling quicktime, go through article 1, then run the Microsoft Cleanup Utility to remove quicktime afterwards:
    3: http://support.microsoft.com/default.aspx?scid=kb;en-us;290301

  • QueueRequestor.request(msg) never returns after a few requests

    Hi,
    I've written a command-line client for an university-project.
    Each message to a message-driven bean should get a response, to keep things simple I used a QueueRequestor.
    The problem is the code works fine for a few requests (usually in the range 1-3), but suddently the
    client blocks in request(), waiting for the MDB's answer which it never receives.
    Any idea what could be the problem?
    Thank you in advance, Clemens
    Client-Code is:
    QueueRequestor queueRequestor = new QueueRequestor(queueSession, queue);
         while (true) {
             String command = scanner.next();
             ObjectMessage objMsg = queueSession.createObjectMessage();
             objMsg.setStringProperty("command", command);
             ObjectMessage reply = (ObjectMessage) queueRequestor.request(objMsg);
            }The MDB on the server-side looks like this:
          QueueConnection queueConnection = queueConnectionFactory.createQueueConnection();
          QueueSession  session = queueConnection.createQueueSession(false, Session.AUTO_ACKNOWLEDGE);
         Message reply = session.createObjectMessage(task.generateDTO());
         Queue replyQueue = (Queue) msg.getJMSReplyTo();
         QueueSender replySender = session.createSender(replyQueue);
         replySender.send(reply);
         replySender.close();
         session.close();
         queueConnection.close();
        }

    Your code looks fine (obviously you didn't provide the complete MDB, but it looks OK). I have code almost identical to that which works just fine.
    Did you check the Broker log as well as the Server log? This is in glassfish\domains\domain1\imq\instances\imqbroker\log under your Glassfish installation.
    Nigel

  • After upgrading to Lion the bookmarks in Preview returns error message.

    After upgrading to Lion the bookmarks in Preview returns error message : The File "****" couldn't be opened because you don't have permission to view it. To change the perimssion, select the item in finder and Choose File info.  I have bookmarked plenty of files in Preview.  How to overcome this error message???

    Doesn't work Steve. I think it is an issue with Preview being sandboxed (check the sandbox column in Activity Monitor: Preview = Yes). Sandboxed apps restrict file access to those the user has explicitly selected. My theory is that this causes the unfortunate side effect of bookmarked or linked PDFs not working. A simple test: open a file with bookmarks, manually open the bookmarked file and then select the bookmark in the first file - it should open with no complaints about permissions (which leads to a weak workaround: open all the PDFs you intend to work with!).

  • After upgrading to iOS 5 I have lost all my sent messages'all my deleted messages have returned ,2 of which I also can't delete!

    After upgrading to ios5 all my sent messages disappeared,my deleted messages returned,a couple of which I also cannot delete!Anyone any ideas?I am thinking I should have stayed with ios4,as ios5 seems to be pitched at iPad 2 users.

    Thanks for the clarification.    Yes, I do access my email from 2 different sources. 
    FYI, I use the POP mailserver as I need most of the information to be loaded onto my PC while on a plane / not connected to the interenet.
    The primary use of mail on my iPhone is to be available as much as possible - even when I'm away from my office.
    Thanks again for your help.   I'll start deleting them in segments of 100.......

  • Popup LOV returns not found on this server after upgrading to APEX 3.2

    The Popup Key LOV (Displays description, returns key value) does not work after upgrading to APEX 3.2 from APEX 3.0.
    Don't now if the character set is relevant.
    The database character set on APEX 3.0 was:
    NLS_CHARACTERSET: WE8MSWIN1252
    DAD CHARACTERSET: WINDOWS-1252
    APEX 3.2:
    NLS_CHARACTERSET:     AL32UTF8
    DAD CHARACTERSET:     UTF-8
    When clicking on the popup the message is "The requested URL /pls/apex31mb/wwv_flow_utilities.gen_popup_list was not found on this server.".
    This error applies for both Firefox and IE.

    Can't reproduce the error on apex.oracle.com, the popup works fine.
    The only difference I notice on the environments is the database version (our: 10g, oracle.apex.com: 11g), but I can't see this have any influence.

  • After upgrading my ipad3 to ios7 it asked me for a passcode which i have never set on my ipad. My ipad is now disabled

    After upgrading my ipad3 to ios7 it is asking me for a passcode. I have never had a passcode on my ipad so I tried a few and it is now disabled.

    Hi neil161,
    This article contains instructions on what to do if your device is disabled:
    iOS: Forgotten passcode or device disabled after entering wrong passcode
    http://support.apple.com/kb/ht1212
    Take care,
    - Ari

  • After upgrade to ios5, none of the apps will load.  Touching an icon does not open the app; it just blinks and returns to the screen.

    After upgrade to ios5, none of the apps will load.  Touching an icon does not open the app; it just blinks and returns to the screen.

    Go to the App Stor and download an app- any free app will do, it doesn't matter.
    Doing this usually "resets" your device's "app awareness" and you should be able to run any app with no problem.
    And no, you don't have to keep that free one you just downloaded.  You can delete it if you don't want it.

  • IPad 3 freezes after upgrade to 8.0.  Never ever had a problem with 7, at all.  want to throw the stupid thing out.

    After upgrading from 7 to 8 my iPad 3 will freeze using email, safari, games.  I never ever had a problem before this upgrade.  Have done all the temporary suggestions but nothing is a permanent and will come right back.  I am so sorry that I upgraded, can not go back.  I really want to thank the IOS guys for screwing everything up.  Seems like old times with the Microsoft Tech guys.  I have no problem with my iPhone 6 Plus phone.

    It seems to be caused by roboform 7.5.1. I upgraded to the latest version of robo and it's working now. Sorry mozilla, not your fault.. very frustrated.

  • After upgrade to ios7, few time i am having problem with my sound/speaker with terroble sound effect like machine or something.but after restart it will be fine.but how this thing can be fix? Because i never had this problem before upgrade to ios7.tq

    After upgrade to ios7, few time i am having problem with my sound/speaker with terroble sound effect like machine or something.but after restart it will be fine.but how this thing can be fix? Because i never had this problem before upgrade to ios7.tq

    Try going into your settings and 'reset all settings'
    You will need to retweak your device but it's been said to help with sound issues.

  • Never remember history not working after upgrade to 4, it always reverts to use custom settings

    Hi, I use private browsing mode and when I try to adjust the settings to never remember history, whenever I look it always reverts to use custom settings. Sometimes when I close firefox and then reopen the old cookies are still there.

    The OP reported their line-in input "broke" after upgrading to Leopard, however my MBP stopped recognising input from the mic on my headset a few weeks ago when I was still running Tiger. This might possibly indicate that the change in OS X's handling of the line-in input was present in a Tiger update, but I can't remember the exact correlation between the dates of my last update and this problem. All the same, I'm pretty annoyed that a headset that worked perfectly for several months is now suddenly unusable without a USB adapter.
    Prior to stumbling across this thread, I visited two Apple stores, who both tested with an output from an iPod and told me that the input was working fine, leading me to buy a brand-new headset (even though I'd tested other working headsets without success) which, naturally, produced the same results.
    Seems to me that the hardware is fully capable of processing a mic input through the line-in port, as it's never had any problems with any unpowered source until recently, so Apple must surely be able to undo the change they made?

  • Return to Original - Doesn work after upgrade

    Strangely after upgrading iPhoto, in Edit mode, "Enhance" button does not seem to have any effect. Plus, after edit if we click "Return to Original" the image is damaged forever in iPhoto... kind of blurred image. It was working fine before the Mavericks upgrade. Also it was a new set of photos.. not from the old iPhoto library.

    Can't reproduce that here.
    What does
    if we click "Return to Original" the image is damaged forever
    mean?
    As a Test:
    Hold down the option (or alt) key and launch iPhoto. From the resulting menu select 'Create Library'
    Import a few pics into this new, blank library. Is the Problem repeated there?
    Post back with the result.

  • Openoffice does not work after upgrade [Never mind]

    After I upgraded and tried to use any openoffice component, I get this after running soffice in both fluxbox and KDE4:
    [insertmyusernamehere@myhost ~]$ soffice
    terminate called after throwing an instance of 'com::sun::star::uno::RuntimeException'
    And this is the log of my system upgrade today. I know it cannot be the kernel since the last few times I was using the new kernel, openoffice was working perfectly until I tried using hwd (because it was one of those moments where my mouse failed again b/c of its batteries) to set xorg.conf (<-- I know, wut?)...and then I deleted the xorg.conf after taking out hwd and its dependencies. Turns out I had to make new settings...
    [2009-11-02 13:52] synchronizing package lists
    [2009-11-02 13:53] starting full system upgrade
    [2009-11-02 13:54] starting full system upgrade
    [2009-11-02 14:19] upgraded kernel-headers (2.6.30.5-1 -> 2.6.31.4-2)
    [2009-11-02 14:19] Generating locales...
    [2009-11-02 14:19] en_US.UTF-8... done
    [2009-11-02 14:19] en_US.ISO-8859-1... done
    [2009-11-02 14:19] Generation complete.
    [2009-11-02 14:19] upgraded glibc (2.10.1-4 -> 2.10.1-5)
    [2009-11-02 14:19] upgraded attr (2.4.43-1 -> 2.4.44-1)
    [2009-11-02 14:19] upgraded acl (2.2.47-2 -> 2.2.48-1)
    [2009-11-02 14:19] upgraded bash (4.0.033-1 -> 4.0.035-1)
    [2009-11-02 14:19] upgraded binutils (2.19.1-5 -> 2.20-1)
    [2009-11-02 14:19] upgraded dbus-glib (0.82-1 -> 0.82-2)
    [2009-11-02 14:19] upgraded eigen (2.0.6-1 -> 2.0.9-1)
    [2009-11-02 14:19] upgraded gcc-libs (4.4.1-1 -> 4.4.2-2)
    [2009-11-02 14:19] upgraded libx11 (1.2.2-1 -> 1.3.2-1)
    [2009-11-02 14:19] upgraded libxt (1.0.6-1 -> 1.0.7-1)
    [2009-11-02 14:19] upgraded xulrunner (1.9.1.3-2 -> 1.9.1.4-1)
    [2009-11-02 14:19] upgraded firefox (3.5.3-1 -> 3.5.4-1)
    [2009-11-02 14:19] upgraded xextproto (7.0.5-1 -> 7.1.1-1)
    [2009-11-02 14:19] upgraded fixesproto (4.0-3 -> 4.1.1-1)
    [2009-11-02 14:20] upgraded gcc (4.4.1-1 -> 4.4.2-2)
    [2009-11-02 14:20] upgraded gnutls (2.8.3-1 -> 2.8.4-1)
    [2009-11-02 14:20] upgraded gstreamer0.10 (0.10.24-1 -> 0.10.25-1)
    [2009-11-02 14:20] upgraded libxext (1.0.5-2 -> 1.1.1-1)
    [2009-11-02 14:20] upgraded libxv (1.0.4-1 -> 1.0.5-1)
    [2009-11-02 14:20] upgraded gstreamer0.10-base (0.10.24-1 -> 0.10.25-1)
    [2009-11-02 14:20] upgraded libtheora (1.0-1 -> 1.1.1-1)
    [2009-11-02 14:20] upgraded gstreamer0.10-base-plugins (0.10.24-1 -> 0.10.25-1)
    [2009-11-02 14:20] upgraded gstreamer0.10-python (0.10.16-1 -> 0.10.17-1)
    [2009-11-02 14:20] upgraded inputproto (1.5.1-2 -> 2.0-1)
    [2009-11-02 14:20] upgraded libdrm (2.4.13-1 -> 2.4.15-1)
    [2009-11-02 14:20] upgraded libxxf86vm (1.0.99.1-1 -> 1.1.0-1)
    [2009-11-02 14:20] upgraded libxfixes (4.0.3-2 -> 4.0.4-1)
    [2009-11-02 14:20] upgraded libxdamage (1.1.1-2 -> 1.1.2-1)
    [2009-11-02 14:20] upgraded libgl (7.5.1-2 -> 7.6-2)
    [2009-11-02 14:20] upgraded intel-dri (7.5.1-2 -> 7.6-2)
    [2009-11-02 14:20] upgraded libmpcdec (1.2.6-1 -> 1.2.6-2)
    [2009-11-02 14:20] upgraded taglib (1.6-1 -> 1.6.1-1)
    [2009-11-02 14:20] upgraded k3b (1.66.0alpha2-3 -> 1.68.0alpha3-1)
    [2009-11-02 14:20] >>> Updating module dependencies. Please wait ...
    [2009-11-02 14:20] >>> MKINITCPIO SETUP
    [2009-11-02 14:20] >>> ----------------
    [2009-11-02 14:20] >>> If you use LVM2, Encrypted root or software RAID,
    [2009-11-02 14:20] >>> Ensure you enable support in /etc/mkinitcpio.conf .
    [2009-11-02 14:20] >>> More information about mkinitcpio setup can be found here:
    [2009-11-02 14:20] >>> http://wiki.archlinux.org/index.php/Mkinitcpio
    [2009-11-02 14:20]
    [2009-11-02 14:20] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2009-11-02 14:20] ==> Building image "default"
    [2009-11-02 14:20] ==> Running command: /sbin/mkinitcpio -k 2.6.31-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26.img
    [2009-11-02 14:20] :: Begin build
    [2009-11-02 14:20] :: Parsing hook [base]
    [2009-11-02 14:20] :: Parsing hook [udev]
    [2009-11-02 14:20] :: Parsing hook [autodetect]
    [2009-11-02 14:20] :: Parsing hook [pata]
    [2009-11-02 14:20] :: Parsing hook [scsi]
    [2009-11-02 14:20] :: Parsing hook [sata]
    [2009-11-02 14:20] :: Parsing hook [usb]
    [2009-11-02 14:20] :: Parsing hook [pcmcia]
    [2009-11-02 14:20] :: Parsing hook [usbinput]
    [2009-11-02 14:20] :: Parsing hook [keymap]
    [2009-11-02 14:20] :: Parsing hook [filesystems]
    [2009-11-02 14:20] :: Generating module dependencies
    [2009-11-02 14:20] :: Generating image '/boot/kernel26.img'...SUCCESS
    [2009-11-02 14:20] ==> SUCCESS
    [2009-11-02 14:20] ==> Building image "fallback"
    [2009-11-02 14:20] ==> Running command: /sbin/mkinitcpio -k 2.6.31-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26-fallback.img -S autodetect
    [2009-11-02 14:20] :: Begin build
    [2009-11-02 14:21] :: Parsing hook [base]
    [2009-11-02 14:21] :: Parsing hook [udev]
    [2009-11-02 14:21] :: Parsing hook [pata]
    [2009-11-02 14:21] :: Parsing hook [scsi]
    [2009-11-02 14:21] :: Parsing hook [sata]
    [2009-11-02 14:21] :: Parsing hook [usb]
    [2009-11-02 14:21] :: Parsing hook [pcmcia]
    [2009-11-02 14:21] :: Parsing hook [usbinput]
    [2009-11-02 14:21] :: Parsing hook [keymap]
    [2009-11-02 14:21] :: Parsing hook [filesystems]
    [2009-11-02 14:21] :: Generating module dependencies
    [2009-11-02 14:21] :: Generating image '/boot/kernel26-fallback.img'...SUCCESS
    [2009-11-02 14:21] ==> SUCCESS
    [2009-11-02 14:21] upgraded kernel26 (2.6.31.4-1 -> 2.6.31.5-1)
    [2009-11-02 14:21] upgraded libdmx (1.0.99.1-1 -> 1.1.0-1)
    [2009-11-02 14:21] upgraded libgphoto2 (2.4.6-3 -> 2.4.7-1)
    [2009-11-02 14:21] upgraded libgsf (1.14.15-1 -> 1.14.16-1)
    [2009-11-02 14:22] upgraded libldap (2.4.18-1 -> 2.4.19-1)
    [2009-11-02 14:22] upgraded libxmu (1.0.4-2 -> 1.0.5-1)
    [2009-11-02 14:22] upgraded libxpm (3.5.7-2 -> 3.5.8-1)
    [2009-11-02 14:22] upgraded libxaw (1.0.6-1 -> 1.0.7-1)
    [2009-11-02 14:22] upgraded libxcomposite (0.4.0-2 -> 0.4.1-1)
    [2009-11-02 14:22] upgraded libxdmcp (1.0.2-2 -> 1.0.3-1)
    [2009-11-02 14:22] upgraded libxfont (1.4.0-1 -> 1.4.1-1)
    [2009-11-02 14:22] upgraded libxfontcache (1.0.4-2 -> 1.0.5-1)
    [2009-11-02 14:22] upgraded renderproto (0.9.3-2 -> 0.11-1)
    [2009-11-02 14:22] upgraded libxrender (0.9.4-2 -> 0.9.5-1)
    [2009-11-02 14:22] upgraded libxft (2.1.13-1 -> 2.1.14-1)
    [2009-11-02 14:22] upgraded libxi (1.2.1-1 -> 1.3-2)
    [2009-11-02 14:22] upgraded libxinerama (1.0.99.1-1 -> 1.1-1)
    [2009-11-02 14:22] upgraded libxkbfile (1.0.5-1 -> 1.0.6-1)
    [2009-11-02 14:22] upgraded libxtst (1.0.3-2 -> 1.1.0-1)
    [2009-11-02 14:22] upgraded libxvmc (1.0.4-2 -> 1.0.5-1)
    [2009-11-02 14:22] upgraded libxxf86dga (1.1.1-0.1 -> 1.1.1-1)
    [2009-11-02 14:22] upgraded libxxf86misc (1.0.1-2 -> 1.0.2-1)
    [2009-11-02 14:22] upgraded mesa (7.5.1-2 -> 7.6-2)
    [2009-11-02 14:22] upgraded nspr (4.8-1 -> 4.8.2-1)
    [2009-11-02 14:22] upgraded openssh (5.3p1-1 -> 5.3p1-2)
    [2009-11-02 14:22] upgraded pcre (7.9-1 -> 8.00-1)
    [2009-11-02 14:22] upgraded sg3_utils (1.27-2 -> 1.28-1)
    [2009-11-02 14:22] upgraded shared-mime-info (0.70-1 -> 0.70-2)
    [2009-11-02 14:22] upgraded xf86-input-evdev (2.2.5-1 -> 2.3.0-1)
    [2009-11-02 14:22] upgraded xf86-video-intel (2.8.1-1 -> 2.9.1-1)
    [2009-11-02 14:22] upgraded xf86-video-vesa (2.2.0-1 -> 2.2.1-1)
    [2009-11-02 14:22] upgraded xorg-apps (7.5-1.1 -> 7.5-2)
    [2009-11-02 14:22] upgraded xorg-font-utils (7.4-3 -> 7.5-2)
    [2009-11-02 14:22] upgraded xorg-fonts-alias (1.0.1-2 -> 1.0.2-1)
    [2009-11-02 14:22] Regenerating font encodings... done.
    [2009-11-02 14:22] upgraded xorg-fonts-encodings (1.0.2-3 -> 1.0.3-1)
    [2009-11-02 14:22] upgraded xorg-server-utils (7.4-7 -> 7.5-3)
    [2009-11-02 14:22] upgraded xorg-server (1.6.3.901-1 -> 1.7.1-1)
    [2009-11-02 14:22] installed printproto (1.0.4-1)
    [2009-11-02 14:22] installed libxp (1.0.0-3)
    [2009-11-02 14:22] upgraded xorg-utils (7.4-4 -> 7.5-1)
    [2009-11-02 14:22] upgraded xorg-xauth (1.0.3-1 -> 1.0.4-1)
    [2009-11-02 14:22] upgraded xorg-xkb-utils (7.4-2 -> 7.5-1)
    [2009-11-02 14:22] NOTE:
    [2009-11-02 14:22] If you experience any problems after upgrading xsane
    [2009-11-02 14:22] it may help to remove the setup and preferences files
    [2009-11-02 14:22] of xsane:
    [2009-11-02 14:22]
    [2009-11-02 14:22] $ rm -rf ~/.sane/xsane
    [2009-11-02 14:22]
    [2009-11-02 14:22] upgraded xsane (0.996-2 -> 0.997-1)
    [2009-11-02 14:22] upgraded xterm (246-1 -> 250-1)
    [2009-11-02 15:01] installed ddcxinfo-arch (0.8-2)
    [2009-11-02 15:01]
    [2009-11-02 15:01] lshwd dependency is replaced by pciutils and usbutils.
    [2009-11-02 15:01]
    [2009-11-02 15:01] Run 'hwd -u' to update xorgtable, pci-, and usb.ids.
    [2009-11-02 15:01]
    [2009-11-02 15:01] installed hwd (5.5.2-1)
    [2009-11-02 15:10] removed hwd (5.5.2-1)
    [2009-11-02 15:10] removed ddcxinfo-arch (0.8-2)
    Last edited by ShadowKyogre (2009-11-03 05:18:31)

    Removing the config directory solved the problem for me.
    rm -rf ~/.openoffice.org
    Last edited by riivo (2009-11-15 14:04:42)

Maybe you are looking for