Strange remote behavior

I use the small white remote to control my Apple TV (gen 2).  After recently upgrading to Lion with a new mini, when I use the remote for the Apple TV, it starts playing iTunes on my Mac Mini. I turn the iTunes volume off to this problem.  There has to be a better way.  Can I unpair the remote from my new mini?

If you don't want to use a remote with your computer the easiest thing to do is just to turn the IR off. (System Preferences/Security/General)
If you still want to use your computer remote then you must pair your computers remote with the computer AND the Apple TV remote with the Apple TV.
To pair a remote with a device hold down the menu and FF buttons together for six seconds or until you see a chain icon on screen (best take the computer into another room, or turn it off, when you do this)

Similar Messages

  • Bug in my code or strange memory behavior ?

    Hi, Guys !
    It's been a while since I post something in this forum - trying to use your help when it's really needed.
    So, here we go ...
    (we use Oracle 8.1.7 on Unix box and SQL * Plus 8.1.6)
    While back I wrote "core" PL/SQL package that resides in let's say DB1 database. It has RECORD_EXISTS_FNC function designed to dynamically check If the record exists in certain table/view. Assumptions are that you pass in :
    Table/View name, Column name, and unique numeric value (because by DBA rules all of our Tables have SEQUENCE as a Primary Key. And I plan soon to put in overloaded function to accept unique character value)
    Also every Table has SYS_TIME_STAMP and SYS_UPDATE_SEQuence columns that populated by Trigger before Insert/Update representing Last Update time_stamp
    and how many times record was updated within same second.
    (in case more than one User updates same record in same time - that was written before Oracle had more granular date/time). So function has SYS_TIME_STAMP and SYS_UPDATE_SEQUENCE parameters (optional) accordingly.
    And It looks something like :
    FUNCTION RECORD_EXISTS_FNC
    (iBV_NAME IN USER_VIEWS.VIEW_NAME%TYPE,
    iPK_FIELD IN USER_TAB_COLUMNS.COLUMN_NAME%TYPE,
    iPK_VALUE IN NUMBER,
    iSYS_TIME_STAMP IN DATE DEFAULT NULL,
    iSYS_UPDATE_SEQ IN NUMBER DEFAULT NULL) RETURN BOOLEAN IS
    TYPE REF_CUR IS REF CURSOR;
    CR REF_CUR;
    i PLS_INTEGER DEFAULT 0;
    vRESULT BOOLEAN DEFAULT FALSE;
    vQUERY USER_SOURCE.TEXT%TYPE;
    BEGIN
    vQUERY := 'SELECT 1 FROM ' || iBV_NAME || ' WHERE ' || iPK_FIELD || ' = ' || iPK_VALUE;
    IF iSYS_TIME_STAMP IS NOT NULL AND iSYS_UPDATE_SEQ IS NOT NULL THEN
    vQUERY := vQUERY || ' AND SYS_TIME_STAMP = TO_DATE (''' || iSYS_TIME_STAMP || ''')
    AND SYS_UPDATE_SEQ = ' || iSYS_UPDATE_SEQ;
    END IF;
    IF iBV_NAME IS NOT NULL AND
    iPK_FIELD IS NOT NULL AND
    iPK_VALUE IS NOT NULL THEN
    OPEN CR FOR vQUERY;
    FETCH CR INTO i;
    vRESULT := CR%FOUND;
    CLOSE CR;
    END IF;
    RETURN vRESULT;
    EXCEPTION
    WHEN OTHERS THEN
    IF CR%ISOPEN THEN
    CLOSE CR;
    END IF;
    INSERT_ERROR_LOG_PRC ('CORE_PKG', 'ORACLE', SQLCODE, SQLERRM, 'RECORD_EXISTS_FNC');
    RETURN vRESULT;
    END RECORD_EXISTS_FNC;
    So the problem is when I call this function from let's say
    database DB2 (via db remote link and synonym) and I know exactly that record does exists (because I am selecting those SYS fields before pass them in) - I get the correct result TRUE. The other programmer (Patrick) calls this function within same DB2 database, within same UserID/password (obviously different session), running exactly the same testing code and gets result FALSE (record doesn't exist, but it does !) He tried to Logoff/Login again several times within several days and try to run it and still was getting FALSE !
    I tried to Logoff/Login again and I was getting mostly TRUE and sometimes FALSE too !!!
    I thought may be It has something to do with REF CURSOR that I use to build SQL on the fly, so I changed to NDS
    using EXECUTE IMMEDIATE statement - nothing changed.
    vQUERY := 'SELECT COUNT (1) FROM ' || iBV_NAME || ' WHERE ' || iPK_FIELD || ' = ' || iPK_VALUE;
    IF iSYS_TIME_STAMP IS NOT NULL AND iSYS_UPDATE_SEQ IS NOT NULL THEN
    vQUERY := vQUERY || ' AND SYS_TIME_STAMP = TO_DATE (''' || iSYS_TIME_STAMP || ''') AND SYS_UPDATE_SEQ = ' || iSYS_UPDATE_SEQ;
    END IF;
    EXECUTE IMMEDIATE vQUERY INTO i;
    vRESULT := NOT (i = 0);
    RETURN vRESULT;
    Interesting note : when Patrick doesn't pass SYS parameters (Time_stamp, Update_sequence), or passes NULLs - function always finds the record ! (Statement 2 below)
    May be it has to do with the way TO_DATE () function gets parsed in that dynamic SQL - I don't know ...
    Here's the test code :
    SET SERVEROUTPUT ON;
    DECLARE
    SYS_TIME DATE;
    SYS_SEQ NUMBER;
    bEXISTS BOOLEAN DEFAULT FALSE;
    BEGIN
    SELECT SYS_TIME_STAMP, SYS_UPDATE_SEQ INTO SYS_TIME, SYS_SEQ FROM LOCATION_BV WHERE PK = 1;
    bEXISTS := CORE_PKG.RECORD_EXISTS_FNC ('LOCATION_BV','PK',1, SYS_TIME, SYS_SEQ); -- STATEMENT 1
    --bEXISTS := CORE_PKG.RECORD_EXISTS_FNC ('LOCATION_BV','PK',1, NULL, NULL);        -- STATEMENT 2
    IF bEXISTS THEN
    DBMS_OUTPUT.PUT_LINE ('TRUE');
    ELSE
    DBMS_OUTPUT.PUT_LINE ('FALSE');
    END IF;
    END;
    I asked our DBA, he has no clue about this strange inconsistent results.
    I debugged line by line, extracted that generated SQL and ran it in same account - works fine !
    Does anyone knows or have clues or can help what's going on ???
    I don't know If this is bug in my code or strange memory behavior ?
    (Please let me know If anything unclear)
    Thanx a lot for your help and time !
    Steve K.

    see your other thread
    Bug in my code or strange memory behavior ?

  • Capturing DVCAM in FCP 6.0.2 and encountering strange capture behavior

    I have FCP 6.0.2 and OSX 10.5.2 and QT 7.3.1. I have been capturing several DVCAM cassettes using my Sony DSR-20 deck. Although I have done this countless times before in earlier versions of FCP, I am encountering some strange repetitive behavior. I am capturing 30 minute clips one at a time. When I use batch capture it will cue the tape up properly to the in point...and then start capturing until it gets to about 10-12 minutes in, and then capture unexpectedly stops, no dialogue box, the tape rewinds and starts capturing again from the original in point. On this second capture, the tape sails past the 10 minute mark and keeps going to the end of the 30 minute clip. It then stops, gives me the dialogue box that it has successfully captured. And it has.
    But every DVCAM tape I captured today exhibited the same behavior. Capture would be successful until about about 10 minutes in, then FCP aborts (no dropped frame message, no dialogue box) rewinds the tape back to the in point, tries again, and this time succeeds with the second pass capturing the entire clip. Note at the 10 minute mark there is no scene change or no camera start/stop.
    Have other users experienced this issue? And if so, is there a workaround or a possible patch forthcoming from FCP?
    Many thanks,
    John

    Yes, each tape has an in and out point defined. In my 6 years of editing with Final Cut and DVCAM tapes I've never encountered this issue before in the capturing process until now. I will have to see in future weeks with other captures whether this is an on-going issue or not, but at least I can capture for now.

  • Strange Permissions Behavior with Public/Private Drop Box

    Strange Permissions Behavior with Non-Course Drop Box
    In an effort to promote iTunes U on campus this semester (and to get people working with audio and video more) we're having a contest in which people can submit personal or group audio/video projects.
    This being an iTunes promo, we intend for students to submit their contributions via a drop box.
    To that end, I began experimenting with drop boxes in iTunes U, which I haven't done much of previously. I've created a course called "iTunes U Drop Box Test" under "Campus Events". Within that, I have two tabs: "Featured Submissions" and "Dropbox". My goal with this drop box was to allow faculty, students and college folks the ability to use the drop box ("college" being a role I've defined for those who don't fit into the faculty/student roles).
    When I first started experimenting, access to the "iTunes U Drop Box Test" course looked like this:
    --- Credentials (System) ---
    Edit: Administrator@urn:mace:itunesu.com:sites:lafayette.edu
    Download: Authenticated@urn:mace:itunesu.com:sites:lafayette.edu
    Download: Unauthenticated@urn:mace:itunesu.com:sites:lafayette.edu
    Download: All@urn:mace:itunesu.com:sites:lafayette.edu
    --- Credentials ----
    Download: College@urn:mace:lafayette.edu
    Download: Instructor@urn:mace:lafayette.edu
    Download: Instructor@urn:mace:lafayette.edu:classes:${IDENTIFIER}
    Download: Student@urn:mace:lafayette.edu
    Download: Student@urn:mace:lafayette.edu:classes:${IDENTIFIER}
    For the "Featured" Submissions tab, I gave the non-system credentials the "download" right, and for the "Dropbox" tab I gave the non-system credentials the "dropbox" right.
    My understanding of this setup is that everyone should have had the ability to view the course and the contents of the "Featured Submissions" tab and that those in the College/Instructor/Student roles would be able to upload files via the "Dropbox" tab ... but not see the contents of said tab after the files were uploaded (aside from any files they uploaded themselves).
    This is not the behavior we saw however. While the College/Instructor/Student roles could upload files to the dropbox, everyone (including the unauthenticated public) was able to see all of the contents of the dropbox.
    The only way I could get this to work as advertised was to change all of the system credentials save the "Administrator" to "No Access":
    --- Credentials (System) ---
    Edit: Administrator@urn:mace:itunesu.com:sites:lafayette.edu
    No Access: Authenticated@urn:mace:itunesu.com:sites:lafayette.edu
    No Access: Unauthenticated@urn:mace:itunesu.com:sites:lafayette.edu
    No Access: All@urn:mace:itunesu.com:sites:lafayette.edu
    Once I did this, everything worked as advertised: College/Instructor/Student roles could upload tracks, and the "Dropbox" tab would only display tracks they uploaded.
    So my question is ... is this the correct behavior for the drop box? It looks like when the system credentials are in play, they're simply overriding whatever the normal "view" rule is for the drop box, which doesn't seem right.

    Your current configuration where things work as you wanted does seem correct to me. You are not using any System Credentials to accomplish the functionality and that's fine.
    Here's some more info to clarify how / why this is working for you and why you had to set "No Access" for the System Credentials:
    The System Credential "Authenticated@..." is going to get assigned to any user that goes through your transfer script. Even if you transfer script assigns no credentials to a user, upon entering iTunes U they will have at least 1 - the "Authenticated@..." credential. Therefore, unless you block access using "No Access", any user that passes through your transfer script is going to be able to access the area in question.
    When you change values for "Unauthenticated@..." or "All@..." you are defining what someone that DOES NOT pass through your transfer script can do. You want both of those to be "No Access" at the top level of your site if you do not want unauthenticated visitors.
    The distinction between "Unauthenticated" and "All" is that "All" applies to all users whether they pass through the transfer script or not.
    Here's another way to remember things:
    User passes through your transfer script, iTunes U automatically assigns:
    Authenticated@....
    All@....
    User does not pass through your transfer script and instead access your iTunes U site through derivable URL*, they get assigned:
    Unauthenticated@....
    All@....
    *The derivable URL for a site is: http://deimos.apple.com/WebObjects/Core.woa/Browse/site-domain-name
      Mac OS X (10.4.6)  

  • Strange XSLT Behavior: xsl:template match

    Hello I found the following strange XSLT behavior when using xsl:template. I only want to read the content of the element /Source/Surname/Details. Therefore I match this path using xsl:template match.
    What is strange that in the target message also the value of the Element LastName is written at the end. Please see example below. This is just a short example to point out the problem. I have a bigger message structure where I have to match a similar path. How can I avoid the the value of the FullDetails is just written at the end (not even beeing in an element)? I would have expected that the path is only matched once and the instructions then executed without <LastName> beeing even touched.I used XML Spy for this test.
    Here is an example:
    Source message:
    <?xml version="1.0" encoding="UTF-8"?>
    <Source>
         <Surname>
              <Details>MyFirstName</Details>
         </Surname>
         <LastName>
              <FullDetails> MyLastName </FullDetails>
         </LastName>
    </Source>
    XSLT
    <?xml version="1.0" encoding="UTF-8"?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format">
    <xsl:template match="/Source/Surname">
    <PORR>
    <Name><xsl:value-of select="Details"/></Name>
    </PORR>
    </xsl:template>
    </xsl:stylesheet>
    Target Message
    <?xml version="1.0" encoding="UTF-8"?>
    <PORR xmlns:fo="http://www.w3.org/1999/XSL/Format">
    <Name>MyFirstName</Name></PORR>MyLastName
    Edited by: Florian Guppenberger on Oct 8, 2009 4:35 AM
    Edited by: Florian Guppenberger on Oct 8, 2009 4:36 AM
    Edited by: Florian Guppenberger on Oct 8, 2009 4:36 AM
    Edited by: Florian Guppenberger on Oct 8, 2009 4:37 AM

    Hi,
    I am not sure why your XSLT behaving like that,please try this XSL,what i did chnages is Templete match /*,I given exact path in Value of select,.
    <?xml version="1.0" encoding="UTF-8"?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format">
    <xsl:template match="/*">
    <PORR>
    <Name><xsl:value-of select="/Source/Surname/Details"/></Name>
    </PORR>
    </xsl:template>
    </xsl:stylesheet>
    Regards,
    Raj

  • Strange typeover behavior in Newsfeeds

    I am getting this strange intermittent behavior when create a post in the Newsfeed.
    As you begin to type the text compress and it almost looks like the letters are typing over themselves
    The resulting text can be posted and looks fine when posted, it some times does throw an error but the error and type over don't seem connected
    It happens on all browser types and even phones and tablets

    Hi,
    Thank you for your post.
    This is a quick note to let you know that we are performing research on this issue.
    Best Regards,
    Eric
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Strange ZWSREG behavior

    We are in the middle of a rollout of about 300 new machines. (used sysprep in the image) The first 100 are doing something strange. They boot up get renamed and join the windows domain with their new name, but register with ZEN as the randomly generated Microsoft name. (usually someting like N-398477634379d979) I deleted the workstation object, unreged and rereged the computer, but it always reregisters with the randomly generated name. What gives? I found a TID that said this was fixed by an update on the latest desktop agent, but that I could work around it by deleting the incorrectly named object and waiting for the machine to reboot, However it still registers with the wrong name. Any ideas? Thanks.
    J. Daniel Treadwell

    But these are new computers. They should not have image safe data yet. I tried it, but got the same result.
    Originally Posted by Craig Wilson
    Try running ZISWIN -R when you unregister.
    My guess is that it's pulling the old info from Image Safe Data.
    Craig Wilson - MCNE, MCSE, CCNA
    Novell Support Forums Volunteer Sysop
    Novell does not officially monitor these forums.
    Suggestions/Opinions/Statements made by me are solely my own.
    These thoughts may not be shared by either Novell or any rational human.
    "jtreadwell" <[email protected]> wrote in message
    news:[email protected]..
    >
    > We are in the middle of a rollout of about 300 new machines. (used
    > sysprep in the image) The first 100 are doing something strange. They
    > boot up get renamed and join the windows domain with their new name,
    > but register with ZEN as the randomly generated Microsoft name.
    > (usually someting like N-398477634379d979) I deleted the workstation
    > object, unreged and rereged the computer, but it always reregisters
    > with the randomly generated name. What gives? I found a TID that said
    > this was fixed by an update on the latest desktop agent, but that I
    > could work around it by deleting the incorrectly named object and
    > waiting for the machine to reboot, However it still registers with the
    > wrong name. Any ideas? Thanks.
    >
    >
    > J. Daniel Treadwell
    >
    >
    > --
    > jtreadwell
    > ------------------------------------------------------------------------
    > jtreadwell's Profile: NOVELL FORUMS - View Profile: jtreadwell
    > View this thread: Strange ZWSREG behavior - NOVELL FORUMS
    >

  • Strange remoting behaviour

    Dear friends,
    I've face a strange problem. I have a swf file compiled with
    Flex2.01. It calls a remote cfc and shows some destinations on map:
    http://aregak.beforego.info/index.cfm?objectid=DA37CC3D-3FFA-DEDF-9912769F1B2C5B33).
    The problem is that it works great on some of computers, but
    on others it fails showing:
    faultCode:Client.Error.MessageSend
    faultString:'Send Failed'
    NetConnection.Call.Failed:HTTP:Failed: url:'
    http://aregak.before.info/flex2gateway'
    Today i've discovered that i have same problem in my Opera
    browser. So now in FireFox2 and IE7 it does well, on Opera 9 it
    fails. I've got latest plugin, but it doesnt help.
    Another strange thing i've got into now is that if i build my
    application locally and then paste the local link to Opera it
    appears to work ok and accessing remote cfc with no problem.
    What may cause this?
    Thanks in advance,
    Mika

    Pattie,
    Not to answer for Simeon, but this is different behavior in PsCS6.  Say you scale two  text layers (for example- 10 pt scaled 200%) and commit the scale. When you target each layer individually, the pt size reflects the scale (so it will appear around 20 pt). However. if you target BOTH text layers the font size is indicated as 10 pt - the original size before the scale. One would expect if you target 2 text layers of same font and size, the Character Panel would show the correct size, as happens in PsCS5.
    Steps to reproduce:
    Open default RGB 8 bit document.
    Select Type tool at default settings 12pt type. Type a word and commit type.
    Type another word at same font and commit (you’ll now have two text layers, same font and size)
    Target both text layers and Edit>Transform>Scale 200%. Commit the transform.
    When each layer is targeted individually, the Type Tool Option bar (or Character Panel) shows the new, scaled size of 24pt
    Shift click to target both the 24pt text layers… now Type Tool Option bar reverts to show 12 pt.
    Expected behavior: that the Option Bar would show the new pt size of the two layers.

  • [SOLVED]Very strange laptop behavior: keymap changing on fly

    I have had arch up and running on my Lenovo T440s without issue for over 2 months now.  Today I ran into some very strange behavior.  After being on for about 45 minutes, with only a browser and thunderbird running, the keyboard started being selective in which keys woud work.  I could no longer mange the windows with my normal AwesomeWM key bindings.  The only thing I could do was restart by turning off and back on.  I checked journalctl and there had been a weird message around the time the error occured, something along the lines of "HKEY error 0x600, unknown thermal alarm or keyboard input".
    Now I can barely login, ocassionally I can get my credentials input before the machine stops reading in certain letters.  When I use xterm rather than the usual urxvt the letters are all some different unicode symbols, it's like the keymap has been changed to something bizarre on the fly, right after loading up.  The time at which this issue arises is not predicatable, sometimes I can get further before it happens.  For example, sometimes I can't even enter my username and other times I get a few minutes, just enough to try to enable sshd so I can effectively troubleshoot remotely.  I was able to run an update and install lm_sensors remotely.  The cpu temps are right at or below 40 deg C.
    Any ideas on how to debug this would be very appreciated.
    Dave
    Last edited by dam5h (2014-07-01 13:04:20)

    Hello, thank you for the reply.
    Actually this is a laptop so the keyboard is internal.  However I have input a usb keyboard from my desktop to try to isolate the issue when it occurs.  I get the same behavior out of my desktop usb keyboard.
    I am seeing no messages in the journal when the event occurs (since that one mentioned above happened yesterday).  The problem has since arisen about 20 times and I am not getting any messages.  Perhaps there is a verbosity setting in the journalctl config, I haven't yet had time to look into that.
    Two other oddities /clues are:
    1. When I go into the BIOS, I cannot get consistent response from the keys.  At first the bios just beeps at me when I try to use the arrows of other keys, although usually eventually they start working.  At first I thought this may have to do with me pressing several keys to initiate the bios rapidly as the boot is so fast, but now I'm not sure that's it--based on the amount of time that the unresponsive beep alarm is occuring for (sometimes I stop waiting and restart).
    2. When I get the bad behavior, I am able to put the machine to sleep (suspend) temporarily by closing the lid for 5 secs and reopening it.  After doing this I get normal keyboard behavior for another few minutes before it goes wonky again.
    I need this machine for work in the evenings so any help troubleshooting would be very appreciated.  Will probably be calling lenovo soon, but given that I altered the OS from preinstalled windows they may not be very helpful.

  • Nexus 1000V and strange ping behavior

    Hi ,
    I am using a Nexus 1000v a FI 6248 with a Nexus 5K in redundant architecture and I have a strange bevahior with VMs.
    I am using  port-profiles without any problems but in one case I have this issue
    I have 2 VMs assigned to the same port profile
    When the 2 Vms are on the same esx I can ping (from a VM)  the gateway and the other VM, now when I move one of the VM to an other ESX (same chassis or not).
    From both , I can ping the gateway, a remote IP but VMs are unreachable between them.
    and a remote PC are able to ping both Vms.
    I checked the mac table, from N5k it's Ok , from FI 6348 it's Ok , but from N1K I am unable to see the mac address of both VMs.
    Why I tried ( I performed at each step a clear mac table)
        Assign to an other vmnic , it works.
        On UCS I moved it to an other vmnic , it works
        On UCS I Changed the QOS policy , it works.
        I reassigned it , and I had the old behavior
        I checked all trunk links it's ok
    So i didn't understand why I have this strange behavior and how I can troubleshoot it deeper?
    I would like if possible to avoid to do that but the next step will be to create a new vmnic card and assign the same policy and after to suppress the vnmic and to recreate the old one.
    Regards

    From what you mentioned here's my thoughts.
    When the two VMs are on the same host, they can reach each other.  This is because they're locally switching in the VEM so this doesn't tell us much other than the VEM is working as expected.
    When you move one of the VMs to a different UCS ESX host, the path changes.    Let's assume you've moved one VM to a different host, within the UCS system.
    UCS-Blade1(Host-A) - VM1
    UCS-Blade2(Host-B) - VM2
    There are two paths option from VM1 -> VM2
    VM1 -> Blade1 Uplink -> Fabric Interconnect A -> Blade 2 Uplink -> VM2
    or
    VM1-> Blade1 Uplink -> Fabric Interconnect A -> Upstream Switch -> Fabric Interconnect B -> Blade 2 Uplink -> VM2
    For the two options I've seen many instances were the FIRST option works fine, but the second doesn't.  Why?  Well as you can see option 1 has a path from Host A to FI-A and back down to Host B.  In this path there's no northbound switching outside of UCS.  This would require both VMs to be be pinned to the Hosts Uplink going to the same Fabric Interconnect. 
    In the second option if the path involves going from Host-A up to FI-A, then northbound to the upstream switch, then back down eventually to FI-B  and then Host-B. When this path is taken, if the two VMs can't reach each other then you have some problem with your upstream switches.  If both VMs reside in the same subnet, it's a Layer2 problem.  If they're in different subnets, then it's a Layer 2 or 3 problem somewhere north of UCS.
    So knowing this - why did manual pinning on the N1K fix your problem?  What pinning does is forces a VM to a particular uplink.  What likely happened in your case is you pinned both VMs to Host Uplinks that both go to the same UCS Fabric Interconnect (avoiding having to be switched northbound).  Your original problem still exists, so you're not clear out of the woods yet.
    Ask yourself is - Why are just these two VMs affected.   Are they possibly the only VMs using a particular VLAN or subnet?
    An easy test to verify the pinning to to use the command below.  "x" is the module # for the host the VMs are running on.
    module vem x execute vemcmd show port-old
    I explain the command further in another post here -> https://supportforums.cisco.com/message/3717261#3717261.  In your case you'll be looking for the VM1 and VM2 LTL's and finding out which SubGroup ID they use, then which SG_ID belongs to whch VMNIC.
    I bet your find the manual pinning "that works" takes the path from each host to the same FI. If this is the case, look northbound for your L2 problem.
    Regards,
    Robert

  • IMac OSX 10.5.8 Strange Boot Behavior

    Hello All,
    I've got an Issue with my 2007 Imac. I've been struggling with it for almost the entire day and night, and after trying every trick I've found online, I can't get anywhere. Incoming Wall-O-Text, apologies, but I want to be as detailed as I can.
    So what happened before it all went down was... I was poking around trying to free up disk space, going through every major directory and analyzing its size. I poked around in a lot of hidden and system files, but I was very careful not to modify or delete any of these. The only files I deleted were in the following directories:
    Note: I did not delete entire directory, just specific files I've named
    /Applications/World of Warcraft/...
         I deleted some old patch files and installer files
    /Users/my_username/Movies...
         I deleted some old video files
    /Private/Var/Folders/Dy/Dy3Jj8iy2eE8iGh3ej/Tmp...
         There were two large Screenflow files here, I deleted them. Also deleted a handful of other small files. These small, obscurely named files are the only ones I'm worried I shouldn't have deleted. Might have been careless, but they were in a temp directory right?
    Only other thing I did was give myself  R/W  permissions to some folders that were locked to me, for the purpose of checking their size. Some of these included the Spotlight directory and other system folders. But once again, no modifications done here except the permissions.
    Shortly after strange things began happening. My Google Chrome Window turned to a white screen. I could press back, forward, refresh, but nothing appeared in the window. I closed Chrome. I started Itunes and it failed to open. I tried to open it again, same result: crashed, critical error, etc. I didn't pay much attention to the error message unfortunately. I decided to do a quick reboot...well my OS never booted back up.
    It got stuck on the grey screen with the Apple logo with the little circle underneath it, thinking. And it just sits there, for about two minutes... and then screen flashes black and it restarts itself. Apple chord sound plays, and back to the grey screen with Apple logo and circle. For two minutes, then black again, Apple chord, etc. etc. etc.
    The process continues to repeat by itself. I let the process run for almost an hour before I gave up on it fixing itself.
    System Specs:
    2007 Imac, OSX 10.5.8,  20inch, 2.4ghz core 2 duo, 1gb ram, 250gb hd
    I have the Install DVD and system reads it fine.
    Since then I've been scouring these forums and others, trying most solutions I've found, such as:
    Holding 'D' for hardware check (comes back clean)
    Running Disk Utility from boot DVD (Verify Permissions, Repair Permissions, Verify Disk, and Repair Disk: ALL come back clean)
    Resetting PRAM (held for 4 dings)
    Resetting the SMC
    Verbose Mode (It loads and I get to see some text, but still hangs for two minutes and restarts)
    Safe Mode will NOT work, system hangs at same spot like always then restarts
    Single User Mode (Loads the text like Verbose. I ran fsck -fy a few times, didn't change anything. I'd like to explore more commands in this mode)
    DiskWarrior (First time through, graph produced 34% errors or whatever. I did a repair and rebuild. It executed fine. I Graphed a second time, it came up with less than 1% errors. Repaired and Rebuilt again successfully. I even used the 'Scavenge' mode. After all of this, boot still hangs and restarts)
    Drive Genius (I executed everything under the 'Repair' tool. Twice. Came back clean both times)
    Tried booting with various configurations of USB devices plugged-in / not plugged in
    After all this, The machine behaves exactly like it did when the problem first happened, no change.
    Things I haven't tried:
    Target disk mode with another Mac (Don't have access to one unless I go way out of my way)
    Reset NVRAM? (Can't get it to work, it just hangs like normal)
    Some advanced Scripting in Single User Mode (Since this mode seems to work for me, maybe I can get something working here)Saw on some other site  "try booting with "-x -f -v"  Not sure what these do or how to do them
    I don't have a backup even remotely recent, shame on me.
    The strange thing that seperates my case from most others I've seen, is that I'm not having any errors in my disk checks and cleanups. And my DVD reads just fine. Most people are coming with errors after installing updates, or they can't boot from DVD, or getting "unrecoverable disk" errors.
    For me, everything supposedly is in working order, but obiously it isn't. I'm still failing to see the culprit here.
    One interesting thing is that in both Single User Mode and Verbose Mode, the last lines I see before It hangs are
    AppleYukon2: Marvel Yukon Gigabit Adapter 88E8055 Singleport Copper SA
    AppleYukon2: RxRingSize <= 1024, TxRingSize 256, RX_MAX_LE 1024, TX_MAX_LE 768, ST_MAX_LE 3328
    I've seen other threads where people have almost these exact lines in their startup before stalling. Someone mentioned the hang could have something to do with these lines...
    OR
    whatever lines come immediately after these.
    OR
    It could be something completely unrelated. Who knows.
    Thats all I can think of right now, I'm exhausted. I'd appreciate any and all help. I can't afford to lose the data on this machine
    Look forward to hearing from y'all
    Thanks guys

    duringnieux pierre wrote:
    if you got an external drive , try install a system on it then boot from it ( in that way your internal drive act as an external drive , then you can backup your files )
    Firstly IF I have an un-bootable install, why would it suddenly become bootable if I used it externally rather than internally?
    Anyways I tried to Create Image from my Macintosh HD and save it to external, and got this error:
    "Unable to Create: input/output error"
    This happened twice. I am about to use a different external HD, one which also has more space.
    And Klaus,
    I did read through the links you supplied. In the first link there is a giant list of all the files the archive function backs up. It backs up a lot, but not quite everything. If it backed up everything, they could just say "everything".
    The directory I'm concerned with is the /Applications one. It seems the only things backed up in this directory are specific Apple apps, for exapmple:
    /Applications/Chess.app
    /Applications/Clock.app
    /Applications/DVD Player.app
    /Applications/Extras/BlastApp.app
    I have many many GB worth of other apps I'd love to be able to load back up, rather than spend hours re-installing them.
    But I will try to use the Archive and Install feature though, once I have safely backed up my files. I found this on the Apple site also:
    Archive and Install installations require the largest amount of available disk space because you need to have room to preserve your existing System and the new one you are installing
    On my 250GB HD, my installation uses 200GB, and I only have about 40GB free. Will Archive and Install be able to work with this little space?
    Thanks

  • Strange window behavior with CS5

    I have begun experiencing strange behavior with PS CS5. I should begun with the machine configuration: 2.66GHz iMac (8,1) Intel Core Duo with 4GB RAM and OSX 10.6.6, Radeon HD 2600 Pro graphics card. The initial symptom showed up suddenly as an inability to display an image window; that is, I could open PS normally, everything would show up properly, but when I opened an image file of any sort, there would be no image window. Other cues indicated that the file was open; for example, the window menu would show it selected, and the layers palette would show the file's layers.
    It did not seem to matter what type of file was involved: PSD, JPG, TIF, whatever. Occasionally, this behavior would begin during a session. Sometimes it would happen right off the bat. Sometimes, stopping and restarting PS seemed to clean things up; other times, this had no effect. After messing around quite a bit with different permutations and combinations, all I could say was that the problem was random.
    I might add that I've had PS CS5 on this machine pretty much since it was announced, and had not had problems with it before. So this issue came along quite suddenly a couple of weeks ago. This was a little after I'd installed an update for Nik's Viveza 2; and I began to suspect that. Although why Viveza should do such a strange thing was odd, and Viveza was never part of the files I was experiencing issues with. Anyway, I went back to an earlier version of Viveza and the problem persisted.
    Since I run Time Machine, I also went back to versions of the entire PS folder from a month back, and found the same problem. Along the way, I experimented with the files I was using with PS CS4 & CS3, which I also have installed on this machine. These two versions of PS run perfectly well. At least the CS4 version has precisely the same plugins as the CS5 folder, and this seems to discount the potential problem with plugins.
    To be sure about CS5, I completely deactivated, deinstalled, and reinstalled it. The same issues occurred. Now, I have to admit that I let PS run its update process so that I brought it back to the most recent version in this step of my troubleshooting. So, I can't be certain that the issue isn't with some update of CS5.
    I might add that I have been running CS5 in 32-bit mode, for compatibility with certain plugins. This may or may not be an issue, since I have limited experience with running in 64-bit mode. At this point, I should add a bit more about the confusing behavior.
    While messing around with CS5, I also suspected the GPU support, since my problem had to do with windows. When the problem presents itself, the usual cycle through window views that you get by pressing the "F" key seems to get messed up. In particular, the "F" key doesn't work at all. Next, if you use the View menu to select different views, the full screen with menu bar view will often have garbled pixels, while the full screen view will show a blank grey screen. Then, cycling back to a window view will show a window with blank grey contents. This is interesting since the starting point was no window at all; but going into full screen and then back will produce a window with bogus contents.
    Now, the next strange thing, having to do with the GPU, is that CS5 often fails to recognize the Radeon HD 2600 card. Oddly enough, it did originally. And I had it running in Basic mode. However, CS4 does recognize the GPU; and I can set it in any variety of modes: Basic, Normal, and Advanced. This behavior is not consistent at all either; that is, while CS5 almost always now fails to detect the GPU, sometimes it does. As near as I can tell, this failure to detect the card does not depend upon whether I start CS5 in 32-bit or 64-bit mode. OTOH, CS4 always recognizes the GPU.
    Another form of this odd behavior arises if I start CS5 cold, and then just open a new blank window. This almost always works. I get a blank white window, and I can paint on it with a brush, etc. However, if I go ahead at this point and open a file, then the new file takes over the window; and there are no tabs. If I select the original new file, usually labelled "Untitled", the window bar will show the change of filename but the window's contents and the layers palette will continue to show the old file that I had opened. Cycling through views can sometimes get back to the new Untitled file, but just selecting file windows never works.
    Yet another aspect of this messed up window behavior is that the workspace bar, which shows the Bridge, MiniBridge and view icons on the upper left and the various workspace options and CS Live on the upper right, is present but blank. OTOH, the tool bar is always displayed correctly, as is the horizontal bar that shows the various tool options. Likewise, the palettes for the workspace such as layers, swatches, adjustments, and so on, are always correctly displayed on the left.
    My next steps in trying to figure this out will be to ensure that I am running the latest of all plugins so that I can get everything running in 64-bit mode and try this again. However, the single factor that seems consistent in this whole mess is that whenever I do find this odd behavior, the performance preferences window will indicate that CS5 is not detecting the GPU. Whenever this happens, if I open up CS4 and check the same performance preference in it, the GPU is detected. I can have the two preference windows side by side on the screen in fact, CS4 sees the GPU and CS5 does not. The counter-indication is that sometimes CS5 will work properly and the preferences window still shows that the GPU has not been detected. Having said that, I can add that if I have opened up CS5, and it has found the GPU, and I have set it into, say, Basic mode, and then later found CS5 messing up, and I go back and check the performance preferences again, the GPU has always been lost. So, CS5 can mess up windows with or without the GPU detected and active; but when if it started with the GPU present, it will show up as lost after the weird behavior starts.
    To add one more observation, I have had Macs and other computers with failing GPUs. This computer is showing none of the typical signs of that. Every other program seems to be working just fine, and I have a lot of these, many graphics intensive; e.g., Corel Painter 11, Parallels v6 running Windows 7, PS CS4, Lightroom v3, Aperture v3, and so on. It is just CS5 that is messing up.
    I could load up this message with screen shots of all this nonsense, but I'm not sure what that would add to the strange tale, other than I'm not pulling your legs. I am, however, pulling out my own hair.
    As I stated before, this began quite suddenly a couple of weeks ago, early Feb 2011. My best guess as to cause is some combination of incompatible updates between CS5, OSX, and maybe some plugin or other. I found unusual behavior with onOne's FocalPoint v2 last year after Apple updated GPU drivers in some OSX update, and cratered that program. It took onOne a month or two to fix that. I have CS5 on a laptop with the same OSX version, and on that I haven't seen these issues; but then, I haven't been using it as intensely over there. Also, that machine has different CPU and GPU models than this iMac.
    So, to the community: is anybody else starting to see this odd stuff? Am I alone?

    Here's the reason I say that the same plugins exist for both CS4 & CS5. Sometime last year, the internal hard drive on this computer died (as they so often do), and it was replaced under the Apple care warranty. As a consequence, I decided to rebuild the OS and applications from scratch and bring back my user files from backup. I among other things, I reinstalled all of CS4 as well as CS5 (and I had to put CS3 back too for reasons having to do with printing calibration images for Quad Tone RIP). Then, I went to reinstall the plugins that I needed. I use Nik Software, onOne, Portrait Professional and various Topaz plugins. To my recollection, most of these install in PS CS3, CS4, CS5, Aperture, and Lightroom. In short, it is not that I've copied or moved plugin folders from one application folder to another, just that the installers automatically detect the presence of the various applications and put the various plugins into each, as appropriate.
    The only 32-bit plugins that I have that don't fit into this category are from Vincent Versace. He provides special versions of certain Nik plugins (Tonal Contrast, Contrast Only, etc) that function with some Acme Educational extensions for performing B&W conversion, sharpening, blah blah blah. These plugins are only 32-bit and the extensions are only CS5 compatible. I've installed these ones only into CS5; so, you've got me. OTOH, I've had these from Vincent as soon as CS5 was available; and they've worked so far without problems. Perhaps I should just edit the extensions so I could use the latest plugins direct from Nik instead of the Versace special editions...
    I've checked fonts and repaired permissions. I am presently going through the rather tedious process of disabling plugins and extensions to see if anything yields consistent results. The rather random arrival of the strangeness makes ensuring that a change is really having an effect more difficult to validate, as you will appreciate.
    I apologize for my long-winded original post. I add all of the detail so that anyone who'd experienced similar strange behaviors might properly pattern-match what they were seeing. On the one hand, in finding the cause of a problem, you look for what's changed; and theoretically nothing is new. On the other hand, there's always so much changing behind the scenes with automatic updates of this, that, and the other thing that it's impossible to make the claim that nothing's new. 

  • Strange Client Behavior after upgrading to 10g

    Hello Friends !!!!
    Here is my scenario:
    Oracle Database 10g 10.2.0.3
    Windows 2008 Server SP2
    After upgrading from oracle 9.2.0.1.0 and Windows 2003 Server I'm facing a strange behavior.
    Many times over the days some machines do not release some table resources even having their status "INACTIVE" and the wait event "SQL *Net message from client" and wait class "IDLE".
    Therefore, i got a lot of locked sessions, and users complaining..... until I kill them
    The client machine was as well switched to Oracle 10g client....
    Have you guys got any tips about this scenario?
    Tks for any advice.

    About the lock queue:
    1. blocking session has an exclusive table lock on VENDEDORES table; this is very rare in application because most of the time not needed: application code should try to avoid to take such kind of lock.
    2. blocked sessions request a row share table lock: it looks like that VENDEDORES table is a child table linked to some parent table with a foreign key constraint and that an index on the child table foreign key is missing (this kind of lock is requested if you DELETE from parent table or update parent table primary key).
    About the lock session: this is the blocking session that is waiting since 19 seconds on client: it is likely an application issue: you should try to investigate what the client (aservice.exe) is doing while holding an exclusive table lock.

  • Strange wine behavior, home directory permission change!!

    hi all, archers.
    i'm an arch user since early 2007 and this is my first post. Since now i've always found every information needed and enjoyed this great distribution.
    btw, now i have a strange behavior with last version of wine in extra repository (0.9.61).
    situation:
    clean wine install, w/o .wine prefix from previous version creation (i always redo prefix creation every new version).
    the fact:
    after wineprefixcreate, as usual, i execute winecfg for the last personalization and sound interface selection.
    fortunately and surprisingly, i notice that my home directory AND my desktop directory have completely screwed up permission. they was set to 777!!! aargh!
    my home desktop is not so critical mission but i think this is not good!!! 
    after some test, i can say, in this my strange personal experience, that it's winecfg fault. wineprefixcreate don't change any permission. this happen only after the first winecfg execution AND only the first time. following execution of winecfg does not trigger the fault.
    googled anywhere but it seems that i'm the only one in the world with this wine strange behavior. Is it true? any else?
    a little report of my config:
    (multi device are all raid5)
    /dev/sda2    ext2     /boot
    /dev/md0     ext3    /
    /dev/md1     ext3    /home
    ... other devices in irrelevant mount point.
    not so strange rc.conf
    untouched /etc/skel
    not so strange gnome DE on top of GDM
    not so strange any else 
    thanks in advance and good arching

    Solved in another Thread

  • Strange CacheLoader behavior in 3.7

    Hi,
    We had a strange issue today with a CacheLoader that had been working previously but now did not work after moving to 3.7 - but the behavior was very strange.
    <li>If we called get on the cache the load method was called, the entry loaded from the DB and returned to the client. The cache size was then incremented by 1.
    <li>If we call getAll on the cache the loadAll method was called on the loader, the required entries loaded and returned to the client but the cache size did not change - that is although the entries were loaded and returned to the client they were not put into the cache.
    After a bit of head scratching it turned out that the cache loader was removing the keys out of the Collection that gets passed to the loadAll method, which it obviously should not do.
    It is not actually documented anywhere that you should not mutate the Collection of keys. It would be better if it was in the Java Docs for the CacheLoader interface or better yet an Immutable Collection was passed to the loader.
    JK

    Jonathan.Knight wrote:
    Hi,
    We had a strange issue today with a CacheLoader that had been working previously but now did not work after moving to 3.7 - but the behavior was very strange.
    <li>If we called get on the cache the load method was called, the entry loaded from the DB and returned to the client. The cache size was then incremented by 1.
    <li>If we call getAll on the cache the loadAll method was called on the loader, the required entries loaded and returned to the client but the cache size did not change - that is although the entries were loaded and returned to the client they were not put into the cache.
    After a bit of head scratching it turned out that the cache loader was removing the keys out of the Collection that gets passed to the loadAll method, which it obviously should not do.
    It is not actually documented anywhere that you should not mutate the Collection of keys. It would be better if it was in the Java Docs for the CacheLoader interface or better yet an Immutable Collection was passed to the loader.
    JKHi JK,
    It would be another interesting detail whether the removed keys were added to the miss cache :)
    Best regards,
    Robert

Maybe you are looking for

  • How to create a new virtual host under tomcat 4.1.x?

    hi all i need some help creating a new virtual host under tomcat 4.1.18! that's what i do: i'm using the web configuration, reacheable by typing "http://localhost:8080" and then clickign administration i create a new host name: www.class-site.it appl

  • Transaction Control in ODI

    Hi All, I am trying to do the below mention steps 1. update the status='S' for certain criteria -- No Commit-- Transaction-1 2. Interface : Transfer Row with status 'S' -- No Commit 3. Update status='X' for error rows in above step. No Commit Transac

  • Imessage geht nicht mehr

    Imessage funktioniert nicht mehr!!!!

  • Short Brush Stroke Lag CS6 in Dual Monitor Setup

    When I use a brush or any of the clone\healing tools the brush start lagging when I do you short and quick strokes. Longer and continuous strokes don't have any lagging going on. I have reinstalled the driver and tried a few different versions as wel

  • Sales BOM Extractor

    Is anyone aware of a SAP standard extractor that will pull Sales BOM data?