Very srange behavior in osx

hello,
I have 10.4.8 and have just recently started to experience very strange behavior with osx.
1) random reboots
2) strange items showing up in finder (see linked picture)
3) items have been removed from the left side of my finder window (customized folders for music, film and photos...all gone)
3) mail application turning into a folder in dock, and when it does load it doesn't have a blue dot by unread mail.
4) applications not loading, just bouncing in the dock and the nothing
I ran a virus scan and nothing came up....most troublesome are the files showing up in finder...again, please take a look at the linked picture.
http://static.flickr.com/97/281490449d4411cd02ao.png
Thanks for any help.
Steve

Hmm. I'd suggest running Apple Hardware test that came with your computer and see if it turns up anything. Run both the short and long tests.
I'd also suggest running the Disk Utility from your OS X install disc. Make sure you're doing the "Repair Disk" and not just the permissions repair. If it makes repairs, run it again until it says the disk is OK. If you have disk corruption problems, they could show up as a problems like these.
As for the files showing up in the Finder, they look like they're temporary files from sqlite, which is a database engine that can be embedded in applications. I'd suggest trying to figure out what was running at the time those files get created. Perhaps one of your applications uses sqlite to store its data.
About the only other thing I can tell you is that Mail turning to a folder is disturbing, but not surprising, since you have other problems. Many applications on OS X are really bundles of files in a special folder that appears to the Finder as an application.
charlie

Similar Messages

  • Re: "Very Slow Internet On OSX 10.5.5"

    Hello all,
    I am creating my own thread in response to ones like rogerjth's July 2008, the subject of which was "Slow Browsing with safari 3.1.2 - Any issues to watch out for?" and Roippeli's from Sep. 21, 2008, the subject of which was "Very Slow Internet On OSX 10.5.5 / Works Fine on XP. Since many people on the forum have been having the same problems and, like myself, have been unable to resolve them by the same methods that seem to have fixed the problem for the majority of people (hence the issue topic being marked "answered" because the topic was indeed answered, but only for the OP), I decided to start this thread again.
    I have been having the same problems as Roippeli and rogerjth for over a week now, and despite having searched the forums exhaustively, I am unable to fix them. I have tried every suggestion, including all of those made by Klaus 1 (emptying cache, resetting Safari, deleting specified files from Home/Library/Preferences and "/"/Safari, adding DNS numbers, scanning for trojan viruses - of which there were none - creating an OpenDNS account and configuring both my router and my PB to utilize OpenDNS), which seem to have solved the problems for many. However, after a short period of subtle yet marked increases in speed, I am back to the same place that I was before taking these steps. Intermittent connection, slow speeds, the works. I'm now ready to smash the router. Help!

    same problem here on a macpro. but only since today, i updated to 10.5.5 a week ago or so when it came out and had no problems until today. the moment i started my macpro internet connection was very slow (with safari, firefox & mail), but the airport network itself seems to be fine though (tried by copying files from a network disk).
    everything else connected to the same network works fine (iphone, other macs without 10.5.5)
    i posted in a german forum too and there are some others having the same problem.
    the question is : why today ??? i didn't change anything serious lately.
    i'm currently trying to download the combo update again and safari standalone but i get one timeout after the other.
    also tried to repair rights, p-ram reset, safari reset - nothing helped.
    Message was edited by: Olaf Dieckmann

  • Mail 6.2 very sluggish in mac osx 10.8.2

    mail 6.2 very sluggish in mac osx 10.8.2

    For me, retrieving of email, the performance is fine.  But going through my inbox (which has less than 30 messages in it), is very sluggish.  The preview pane is active, and as I arrow up or down through messages, it can take up to 5 seconds to move from one message to another.  All gneral activity inacting with the inbox is slugghish like this, whether it's opening a message, moving from one to another, deleting a message.  I'd say this cropped up within the last 4 months or so of various updates.  I can't say specifically like "on this day when this update installed, the problem started" but I do keep all my software up to date, so it's definitely a recent one.
    I have 3 POP accounts and 1 iCloud account (IMAP).  This trouble is the same regardless of which account the messages are in.

  • Master slide and table default - Very confusing behavior

    This odd behavior cost me the last two hours, so I just wanted to check with you folks if you know a work-around.
    Been fiddeling with a new Theme I am building and I was just about to define the default look for a table. Generated a table in the master slides window, applied all formatting I want and I was just about to apply it as the default for this theme (or even this master slide) and POOF - as soon as Keynote finished the
    Format>Advanced>Define Image for Current Master
    the table reverted back to the look of a previous version. No matter how often I truied to re-create the intended look, it always came back in this half-baked form.
    Very irritating, this behavior and I am sure that there is a fix. Anybody any ideas?
    Best Regards,
    /Dirk

    Ok, so I built a new master theme - same effect. The background colors and text formatting for the body of the table would not hold.
    Then I placed a placeholder object into the master slide for the table, did all my formatting, applied it and voila - it carried over.
    Seems that the palceholder did the trick for me.
    Thanks for your support, brian
    /Dirk

  • DriverManager.getConnection() : very strange behavior

    I am currently developping a SWING application generated with NetBeans 6.1 which connects to either a MySQL DB or a PostgresSQL DB, both hosted by a Linux server.
    The application runs just FINE on Solaris/SPARC, Solaris/x86 and Linux/x86.
    The problems come with Windows/x86 : the call to DriverManager.getConnection() just stalls, no error, no timeout, no exception.
    After investigating a little bit more I found some "funny" behaviors that I submit here for comments:
    The drivers loaded since the main() function using:
    Class.forName("com.mysql.jdbc.Driver");
    Class.forName("org.postgresql.Driver");
    The application gets connected to the DB with the following connection code :
    try {  
    DriverManager.getConnection( "jdbc:mysql://192.168.2.3:3306/ZEDB", "user", "pwd" );
    DriverManager.getConnection( "jdbc:postgresql://192.168.2.3:5432/ZEDB", "user", "pwd" );
    catch (Exception x) {  [...] }
    And the results are (tried with JDK 5u16 and JDK 6u7)
    - On Windows :
    -> OK in a console Application
    -> OK in a Swing/AWT Application if the connection code is in the main function
    -> NOK in a Swing/AWT Application if the connection code is placed anywhere within a SWING Form AND server is remote,
    -> Last case if OK if server is "localhost" (tested only with MySQL -for Windows- however ).
    - On Linux or Solaris : OK on any case
    Any idea ?
    - Dom

    Dom- wrote:
    I made at first the same assumption as you did.
    But when I put the "connecting code" into the static main() function - without changing anything else - then it worked. So I can't believe that it is due to any Windows firewalling rules as the rest doesn't change when the code changes place.When it is impossible then it means your assumptions are wrong.
    Hard to say what your assumptions are in this case. But some possibilities. There can be countless others.
    1. You are not running the code that you think you are.
    2. It is not blocking where you think it is.
    And I obviously need to run that connecting code within Swing forms as it is the user who decides which DB to use and what the credentials are...
    I can understand that I have a fundamental design issue. But going again through the whole wizard of Netbeans with a very basic Swing application, I step already on this misbehavior: OK from "static main()", NOK from "App.startup()".Note that myself I didn't say you had a design issue. I don't do GUIs so I certainly don't know how to do them correctly. But I do know that if you have blocking code and you are not careful then it will block the GUI and make it non-responsive to the user.

  • PS CS3 very strange behaviors (won't open only some jpegs)

    I have been having weird problems with PS CS3 all week. I finally resorted to wiping out my login identy for Windows and making a new one and then later of removing all adobe products and then resinstalling them. Still it is doing weird stuff.
    I have two folders of jpegs open. One I can drag into PS and they open find. I can also use the open dialog box and it works great. LR will open anything into PS. Except thsi one folder. It will not recognize any files in this folder. I get the message
    Could not complete your request because of a program error.
    I understand that the techs at Adobe don't care about a set of software that is a couple of cycles back and rarely take the time to look at any concerns with it, as my questions on this forum are rarely resolved and I get help on other sites much quicker, but I am wondering if any PS users out there have encoutnered this kind of ridiculous behavior that seems at the least improbably if not impossible to explain.
    XP pro on a self built intel motherboard with P4 processor
    (lots of plugins - NIK, OnONe etc)

    Thank you for your response Noel. I was under the impression that there were admin that were actual Adobe employees present. My mistake.
    These files will open in any number of other programs - Windows file viewer, Nero, etc.
    There were exported via lightroom and saved as SRGB jpegs to be uploaded onto a webserver. I don't use camera raw (via PS or Bridge) all that often, and never with these particular files.

  • VERY strange behavior - HELP!

    I don't know if anyone can help, but I have had some VERY strange Powerbook this afternoon while doing some Word processing. I was doing a quick search on the internet, when web pages would not load and applications became EXTREMELY SLOW. It was almost as if I had lost my internet connection, but everything was fully connected and fine. Anything action that I took brought up the spinning pinwheel of death. After force quitting all of my apps. and trying to restart, I continued to get the spinning wheel. After leaving the PB for nearly five minutes, the wheel was still spinning and restart did not happen.
    I finally held down the power button until it shut down. After restart, I repaired permissions and received the following, which I thought was strange:
    Disk Utility started.
    Repairing permissions for “Macintosh HD”
    Determining correct file permissions.
    parent directory ./Users/Shared/SC Info does not exist
    We are using special permissions for the file or directory ./Library/Widgets. New permissions are 16877
    Permissions differ on ./private/var/log/secure.log, should be -rw------- , they are -rw-r-----
    Owner and group corrected on ./private/var/log/secure.log
    Permissions corrected on ./private/var/log/secure.log
    We are using special permissions for the file or directory ./usr/lib/php/build/acinclude.m4. New permissions are 33060
    I understand the "special permissions" is due to the latest security update, but the secure.log concerns me. Any ideas?
    Here is part of the system log as well. Any help would be much appreciated. Based on the sys.log towards the bottom, it almost looks as if there was some kind of attempted security breech on the system?
    Thanks,
    Joe B
    Sep 24 18:46:44 localhost kernel[0]: [start] 1
    Sep 24 18:46:44 localhost kernel[0]: HFS: Removed 2 orphaned unlinked files
    Sep 24 18:46:44 localhost kernel[0]: Jettisoning kernel linker.
    Sep 24 18:46:44 localhost kernel[0]: Resetting IOCatalogue.
    Sep 24 18:46:44 localhost kernel[0]: Matching service count = 0
    Sep 24 18:46:44 localhost kernel[0]: Matching service count = 4
    Sep 24 18:46:44 localhost kernel[0]: Matching service count = 4
    Sep 24 18:46:44 localhost kernel[0]: Matching service count = 4
    Sep 24 18:46:44 localhost kernel[0]: Matching service count = 4
    Sep 24 18:46:44 localhost kernel[0]: IPv6 packet filtering initialized, default to accept, logging disabled
    Sep 24 18:46:45 localhost kernel[0]: UniNEnet: Ethernet address 00:0d:93:2e:08:f6
    Sep 24 18:46:45 localhost kernel[0]: AirPortPCI_MM: Ethernet address 00:0d:93:8c:43:18
    Sep 24 18:46:45 localhost DirectoryService[43]: Launched version 2.0.2 (v350.2)
    Sep 24 18:46:45 localhost diskarbitrationd[38]: disk0s3 hfs F03FF213-49C4-3229-9807-105BFEB2EF16 Macintosh HD /
    Sep 24 18:46:47 localhost kernel[0]: [HCIController][setupHardware] AFH Is Supported
    Sep 24 18:46:47 localhost lookupd[67]: lookupd (version 365) starting - Sat Sep 24 18:46:47 2005
    Sep 24 18:46:47 localhost mDNSResponder: Adding browse domain local.
    Sep 24 18:46:47 localhost configd[36]: WirelessConfigure: 88001003
    Sep 24 18:46:47 localhost configd[36]: initCardWithStoredPrefs failed.
    Sep 24 18:46:47 localhost configd[36]: WirelessConfigure: 88001003
    Sep 24 18:46:49 localhost kernel[0]: ATY,Jasper_A: vram [b8000000:08000000]
    Sep 24 18:46:50 localhost kernel[0]: ATY,Jasper_B: vram [b8000000:08000000]
    Sep 24 18:46:50 localhost /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Sep 24 18:46:51 localhost loginwindow[70]: Login Window Started Security Agent
    Sep 24 18:46:56 jbiedlin configd[36]: setting hostname to "jbiedlin.local"
    Sep 24 18:46:57 jbiedlin kernel[0]: AirPort: Link Active: "ARM Wireless" - 00112402fb57 - chan 1
    Sep 24 18:46:57 jbiedlin configd[36]: AppleTalk startup
    Sep 24 18:47:00 jbiedlin launchd: Server 0 in bootstrap 1103 uid 0: "/usr/sbin/lookupd"[67]: exited abnormally: Hangup
    Sep 24 18:4

    All,
    Sorry, I couldn't get all of the sys.log on the last post, so here's the part above where the log failed.
    Sep 24 17:42:55 jbiedlin configd[36]: AppleTalk startup complete
    Sep 24 18:46:44 localhost kernel[0]: standard timeslicing quantum is 10000 us
    Sep 24 18:46:44 localhost lookupd[44]: lookupd (version 365) starting - Sat Sep 24 18:46:44 2005
    Sep 24 18:46:44 localhost kernel[0]: vmpagebootstrap: 253637 free pages
    Sep 24 18:46:44 localhost kernel[0]: migtable_maxdispl = 70
    Sep 24 18:46:44 localhost kernel[0]: 95 prelinked modules
    Sep 24 18:46:44 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Sep 24 18:46:44 localhost mDNSResponder-107 (Mar 20 2005 20: 31:47)[46]: starting
    Sep 24 18:46:44 localhost kernel[0]: The Regents of the University of California. All rights reserved.
    Sep 24 18:46:44 localhost kernel[0]: using 2621 buffer headers and 2621 cluster IO buffer headers
    Sep 24 18:46:44 localhost kernel[0]: IOPCCard info: Intel PCIC probe: TI 1510 rev 00
    Sep 24 18:46:44 localhost kernel[0]: FireWire (OHCI) Apple ID 31 built-in now active, GUID 000d93ff fe2e08f6; max speed s800.
    Sep 24 18:46:44 localhost kernel[0]: CSRHIDTransitionDriver::probe
    Sep 24 18:46:44 localhost kernel[0]: CSRHIDTransitionDriver::start before command
    Sep 24 18:46:44 localhost kernel[0]: ADB present:8c
    Sep 24 18:46:44 localhost kernel[0]: Security auditing service present
    Sep 24 18:46:44 localhost kernel[0]: BSM auditing present
    Sep 24 18:46:44 localhost kernel[0]: disabled
    Sep 24 18:46:44 localhost kernel[0]: rooting via boot-uuid from /chosen: F03FF213-49C4-3229-9807-105BFEB2EF16
    Sep 24 18:46:44 localhost kernel[0]: Waiting on <dict
    ID="0"><key>IOProviderClass</key><string
    ID="1">IOResources</string><key>IOResourceMatch</key><string
    ID="2">boot-uuid-media</string></dict>
    Sep 24 18:46:44 localhost kernel[0]: Got boot device =
    IOService:/MacRISC2PE/pci@f4000000/AppleMacRiscPCI/ata-6@D/AppleKauaiA
    TA/ATADeviceNub@0/IOATABlockStorageDriver/IOATABlockStorageDevice/IOBl
    ockStorageDriver/FUJITSU MHT2080AT
    Media/IOApplePartitionScheme/Untitled@3
    Sep 24 18:46:44 localhost kernel[0]: BSD root: disk0s3, major 14, minor 2
    Sep 24 18:46:44 localhost kernel[0]: jnl: replay_journal: from: 6615552 to: 3109888 (joffset 0x8601000)
    Sep 24 18:46:44 localhost kernel[0]: CSRHIDTransitionDriver::stop
    Sep 24 18:46:44 localhost kernel[0]: [HCIController][start]
    Sep 24 18:46:44 localhost kernel[0]: [AppleUSBHCIController][StopIsochPipeRead] - mInt1IsochInPipe = 0 - numReadsPending = 0
    Sep 24 18:46:44 localhost kernel[0]: [start] 1
    Sep 24 18:46:44 localhost kernel[0]: HFS: Removed 2 orphaned unlinked files
    Sep 24 18:46:44 localhost kernel[0]: Jettisoning kernel linker.
    Sep 24 18:46:44 localhost kernel[0]: Resetting IOCatalogue.
    Sep 24 18:46:44 localhost kernel[0]: Matching service count = 0
    Sep 24 18:46:44 localhost kernel[0]: Matching service count = 4
    Sep 24 18:46:44 localhost kernel[0]: Matching service count = 4
    Sep 24 18:46:44 localhost kernel[0]: Matching service count = 4
    Sep 24 18:46:44 localhost kernel[0]: Matching service count = 4
    Sep 24 18:46:44 localhost kernel[0]: IPv6 packet filtering initialized, default to accept, logging disabled
    [ Edited by Apple Discussions Moderator; wrap long lines ]

  • Very odd behavior regarding variable naming with DataService.fill()

    I'm experiencing this odd behavior in LCDS 2.5, wich pertains
    to variable naming for the objects returned by a DataService.fill()
    call. I ceated a simple destination with a Java adapter. the Server
    side Java data object is defined as follows)
    package test;
    public class RepositoryObject
    private String m_strObjectId;
    private boolean m_bIsValid;
    private long m_lSize;
    [public setters and getters here]
    On Flex side, the ActionScript value object is defined as
    follows:
    package test
    [Bindable]
    [RemoteClass(alias="test.RepositoryObject")]
    public class RepositoryObject
    public var m_strObjectId:String;
    public var m_bIsValid:Boolean;
    public var m_lSize:Number;
    public function RepositoryObject()
    The FDS destination definition (in
    data-management-config.xml):
    <destination id="testDs">
    <adapter ref="java-dao" />
    <properties>
    <source>test.TestDS</source>
    <scope>application</scope>
    <metadata>
    <identity property="m_strObjectId"/>
    </metadata>
    <network>
    <session-timeout>20</session-timeout>
    <paging enabled="false" pageSize="10" />
    <throttle-inbound policy="ERROR" max-frequency="500"/>
    <throttle-outbound policy="REPLACE"
    max-frequency="500"/>
    </network>
    <server>
    <fill-method>
    <name>getObjects</name>
    </fill-method>
    </server>
    </properties>
    </destination>
    What I figured while debugging into the client was is the
    data returned by the service (I'm using the mx:DataService call)
    returns objects whose variable names
    do not match my definition:
    m_strObjectId becomes objectId
    m_lSize becomes size
    m_bIsValid becomes isValid
    I wonder why that renaming??? Basically "m_str" prefix was
    stripped and capital "O" became lower case "o" for my first
    variable etc.
    For instance, in a datagrid cell renderer I could not
    reference the returned value as {data.m_strObjectId}, but if I use
    {data.objectId}, it works.
    Any ideas why this behavior (which I found confusing and odd)
    would be greately appreciated.
    Robert

    The latter, as "getM_strObjectId " is an ugly name... don't
    tell me that causes issue...ok kidding, I got you. The
    setter/getter names are important in this context.
    Thanks a lot.
    Robert

  • My macbook pro is very slow after instal OSX

    My macbook pro is very slow after instal OSX

    Fixing a Mavericks Installation Problem
    How to manage a failed OS X Mavericks installation | MacFixIt - CNET Reviews.
    Try these in order:
    1. a. Resetting your Mac's PRAM and NVRAM
        b. Intel-based Macs: Resetting the System Management Controller (SMC)
    2. Restart the computer in Safe Mode, then restart again, normally. If this doesn't help, then:
         Boot to the Recovery HD: Restart the computer and after the chime press and hold down the
         COMMAND and R keys until the Utilities menu screen appears. Alternatively, restart the computer and
         after the chime press and hold down the OPTION key until the boot manager screen appears.
         Select the Recovery HD and click on the downward pointing arrow button.
    3. Repair the Hard Drive and Permissions: Upon startup select Disk Utility from the Utilities menu. Repair the Hard Drive and Permissions as follows.
    When the recovery menu appears select Disk Utility. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the main menu. Select Restart from the Apple menu.
    4. Reinstall Lion/Mountain Lion, Mavericks: Reboot from the Recovery HD. Select Reinstall Lion/Mountain Lion, Mavericks from the Utilities menu, and click on the Continue button.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible because it is three times faster than wireless.

  • Very irresponsible behavior from Adobe

    All write operations on PCs installed with LR2 will not work at all, will report an error and corrupt the database. Things like convert to DNG or create virtual copy or write metadata to files. This is a documented bug internally at Adobe and according to Adobe engineers that I have been in (extensive) discussion with will be fixed on the next release. I am using 1.4.1 now until the next release as per Adobes recomendation.
    No one at Adobe is reporting on this to customers. I spent the better part of a day and evening helping Dustin Bruzenak (software engineer) at Adobe debug and try to find the source of this very serious bug. To be honest with you I am a bit pissed off that this has not been reported in the Lightroom Journal. This not a game! We are dealing with some serious time and money on the photographers part that could be lost. We are dealing with peoples assets here!!!!. Please discuss this with engineers at Adobe to verify what may seem to you some hysterical rant from me. Since no one will report it at Adobe officially I thought I would post what is going on and let the cards fall where they may.
    The most ammazing thing about all this is that most of the bimbos on this forum are clueless about this or the severity of it. This is a far more serious issue that the 1.4 situation for PC users.
    P.S. It is not a conversion issue. Even if you create a new catalog from scratch it's still there. This does not affect Mac users

    Not ranting but...the silence is deafening. :)
    How I do things...
    1) Download from the card via Windows Explorer to a folder I generate on a 500gig external (my RAW collection...all CR2 formats)
    2) Use "Rename" to globally changed the file names to a YYYYMMDD-Name_xxxx.CR2 format
    3) Use FastStone Viewer (or Irfanview) to cull out the bad ones
    I do these 3 things seperate from LR as it's faster, more user intensive perhaps but speed is substantially less than letting LR do it for me.
    Then I crank up LR2...
    4) Import as DNG to folder in "My Pictures"
    5) Do my editing.
    So far so good. But it was only a few nights ago I realize (via the error message) that I couldn't do VC in LR2. To test I imported as DNG using 1.4.1 and could do a VC. So I don't believe it's a hardware or OS issue (I would suspect that it was if VC didn't work in 1.4.1)
    I'm using XP Pro SP2 and have been for years.
    As I do know that 1.4.1 *does* work...and...I've only just started into LR2 (barely) I guess I could revert back to 1.4.1 in the interim until the issue is resolved.
    But to get back to my initial response, better communication from Adobe regarding acknowledged problems and a timeline towards solution *would* be good to get. How difficult would it be for 'thems in the know' to send out a blanket email?
    Anyway, at least there seems to be some movement on this. Good. Thanks.

  • Very strange behavior when on charge.

    When on charge at night my 5s opens and plays random Utube videos from time to time. Last night as we were laying in bed just about to go to sleep we heard my phone clicking, it turns out it wrote a short text message to someone on my contact list, its nothing to do with siri as we were both silent and about to go to sleep when it happened. Has anyone else heard of this.

    I had this very same problem when i did the switch. The thing was that there where two tools providing this functionality. The gnome power tool thing and some acpi feature started with systemd.
    Try disabling one of them.

  • MSI X99S SLI PLUS and XP941 - Booting, but very erratic behavior

    I finally got my XP941 to boot in my X99S SLI PLUS using the beta BIOS. I Still can't see it listed as a drive in the system settings, but Windows 8 install sees it just fine, and I can see the "Windows Boot Manager" option available to boot from. Windows is booting just fine now, however it will  freeze up for about 3 seconds about every 10 seconds. I used CrystalDiskMark and found that speeds were over 1000MB as expected for sequential reads, but 4KQD32 reads were absolutely abysmal. I can't remember the exact number, but it was around .012 I've seen other reviews of the XP941 showing much higher speeds than this. I think the slow random read performance is causing the machine to lockup and have erratic behavior.
    Does anybody have any ideas? or can anyone confirm that their SLI Plus is running this m.2 ssd just fine?
    Another note is that I am only using 1 4GB Single Dimm of memory until my real memory kit arrives. Would running just a single dimm cause this?

    Quote from: Smalto on 04-October-14, 19:19:01
    Hello cbutters, I have the same configuration and I cannot manage to have the XP941 working (MZHPU256HCGL-00000).
    The win8.1 setup does see it but after copying the files and rebooting it won't start.
    What bios version do you use ? Can you indicate the specific settings you modified in the bios to have it working ?
    thanks
    Using BIOS 136 from here: https://forum-en.msi.com/index.php?topic=183560.0
    Using default BIOS settings to start from, then enabling windows 8/8.1 features and changing it to M.2 PCIe. I didn't touch the SATA Config after loading defaults. (I don't have any memory remapping settings available to me either).
    Keep in mind that the device won't show up as a sata device, so don't even bother looking for it. You just have to start installing windows and trust that it will show up....  make sure after initially installing windows 8.1 and first reboot that your first boot option is "Windows Boot Manager". The install was really quick. See my youtube video here:

  • Lightroom can't find file - very strange behavior

    I really do like working with Lightroom (2.4), even though it has several annoying characteristics (including its speed relative to Lightroom 1). But I haven't encountered anything that is as strange as this:
    I sometimes will open a collection intending to select an image in order to print it, or edit it, and the intended image bears a banner announcing that "The file named "[name of image/file]" is offline or missing." I right click on the image and select "Show in Finder" and I get an alert box that says, "The photo '[name of file]' could not be used because the original file could not be found. Would you like to locate it?" Below that it says, "Previous location: ..."
    ("Previous location:" is followed by the original path to the file.)
    Up to this point, what I have described is no different than a missing file problem described here by other users. I hope the rest of this isn't too confusing; please bear with me.
    If I click the "Locate" button in that alert box, I am taken to a folder somewhere in the middle of the hierarchy described in "Previous location." If I do a search for the named file (via my iMac's file search function), I find that the actual file is in the folder shown at the end of the folder hierarchy, exactly where Lightroom says it last found it. But Lightroom won't take me all the way there.
    On closer inspection, I see that the folder (as shown in "Previous location" not the actual folder) that FOLLOWS the folder to which "Locate" takes me (this is an actual example from today) is called "desktop 12:09" -- but no such name could have been used, colons not being permitted in file names. I follow the path shown in the alert box as I navigate through the actual folders. When I get to the folder one level up from "desktop 12:09" (that is, the folder to which "Locate" will take me - and yes, I could have started there, but chose to follow the entire path for purely academic reasons), I see that there is a folder called "desktop 12/9". Inside that folder is the next folder shown in the hierarchy previously referred to.
    Further down in the hierarchy there are two more folders with colons rather than slashes in their names, but of course the actual folders are named with slashes. Lightroom appears to have substituted the colons for the slashes, for some reason (or lack of reason) and now can't find the file.
    I did navigate down (through Lightroom) to find the original, but had to copy the path into a text editor so I could follow it. Alas, this particular file was located many layers down. Other images that have been lost track of by Lightroom (also colons in the folder names) luckily were closer to the surface.
    I do regular computer maintenance, Lightroom backups, catalog integrity checks, etc. Does this make any sense at all to anyone? I can't figure where Lightroom would have gotten those colons.
    I'd love to figure this out, not just for my own curiosity, but because the process of locating the files via Lightroom is quite time consuming.
    Thanks.
    Leonard
    p.s.: I am using an iMac (1.9 GHz G5 processor), OS X (10.4.11), 2.5 G RAM
    [Screen name, lkajsdt, created by randomly pressing keys. The registration system would not accept any sensible pseudonym I tried.]

    Thanks, John,
    I had a suspicion that the slashes might somehow be implicated, but all of the other folders in the hierarchy (as shown in Lightroom's alert box) that have dates in their names have slashes which were not somehow converted to colons (I do not use colons, nor will the Mac allow me to use them; this was all LR's doing). When actually navigating down to the file via Lightroom, not the Finder, the offending folder(s) appear with slashes, not colons -- exactly as they appear in the Finder. Where Lightroom gets the colons, I don't know, especially since they do not appear when I am navigating through the path VIA Lightroom.
    I'll work with it again later. I just caught your message on my way out the door. Thanks again for your thoughts.
    L.

  • Very stange Behavior with JMX remote

    Hi
    I've an application written with Spring. JMX support works good locally bu I'm unable to connect from remote computer.
    I'm starting with :
    -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=4099 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false
    When I launch jconsole on the same computer I connect and I see all my Mbean working perfectly
    If I try to connect from other computer with Jconsole I get "connection failed"
    There is no firewall issue I'm on the same vlan, and on dev machine without any firewall installed.
    Thanks for any help

    Hi,
    I encounterred the same problem, that jconsole cannot connect remotely but works locally fine. I solved the problem by just setting the system property at server's side. No hosts file have to be modified then, neither on server's side nor in client's side. I tried serveral machines for server and client like XP, OS X and Linux and it worked perfeclty. Add this line to your java command:
    -Djava.rmi.server.hostname=<IP-Address>
    As <IP-Address> is to be used the server's external address like 172.10.10.10 according to your server's IP. This address is then communicated to the client. Do not use localhost (127.0.0.1), use the real IP address.

  • Very strange behavior of user ice_service

    Hallo Gurus!
    When i upload some files in /documents/MyFolder repository property ModifiedBy is equal my account name.
    But the day after all my uploaded files are modified by ice_service.
    After this i cannot open files by anonymous user, because all links look like "/irj/servlet/prt/prtroot/..." (instead of "/irj/go/km/docs/...").
    Why ice_service every day, in same time modify my files and how to block this change?

    Hello,
    the user "ice_service" is used for the Content Exchange feature of the portal.
    For more informations please check the following site --> Content Exchange (SAP Library)
    So please check in your portal if there are any daily content exchange jobs are planned (Content Management -> Content Exchange).
    Hope it helps.
    Regards,
    Norman Schröder

Maybe you are looking for

  • DVI Display not working

    Hi there, I just bought a AOC 22" (22LVWk) monitor. When I try to use it's DVI port, nothing happens. The monitor displays "digital input" and it stays black, with some weird flicks on the left side. If I connect the analog in (using the apple adapte

  • Flat file with chinese characters

    Hi all, I am working on a solution to map a file with this structure (not xml): //.comment 1 0~keyh2..hn~ 0~it1it2..itn~key 0~it1it2..itn~key //.comment 2 0~keyh2..hn~ 0~it1it2..itn~key 0~it1it2..itn~key 0~it1it2..itn~key This is my conversion setup

  • Sequence of Document Numbers

    Hi, I have recently noticed that the numbering sequence of the SAP document numbers which appear after an invoice is entered have not followed a numerical sequence. I notice them ascending over time but then the numbers just recently went down nine i

  • Suggestions for backing up captured video digitally

    Hi all, My church is using an Imac (2.4ghz/1gb ram) to capture video of our church sermons. We use a Panasonic GS-320 which runs through a WD MyBook 500 gb external HD then into the Imac. We capture in Imovie directly then let the video file sit. Our

  • Printer prints on different printer.

    Hi Experts, We are having touble in locating the cause on why the printer doesn't follow the condition record set to that printer. Here's the example of what is happening during printing. Condition record: - Sales Org: 2100 - Sales Office: DE1 - Bill