Weird quirk

In early 2013, I bought a refurbished late-2012 iMac (the latest model) from Apple direct. The iMac naturally ships with Apple's bluetooth-wireless keyboard and "magic mouse". The magic mouse's quirks were a little too much for me. I set it aside and purchased an Apple Trackpad.
I have noticed something strange since I installed the Trackpad. I do not recall this problem before.
I will be typing in a sentence or phrase (doesn't matter which app I'm using) and suddenly the cursor will jump to another line or paragraph. If I don't catch it right away and keep typing, I'll have part of one sentence mixed in with another.
I have never experienced this before.
I find both the Magic Mouse and the Trackpad will each very quickly drain a pair of Eneloops. Of course, I do alot of scrolling and other gestures.
Is there something wrong? What can I do about it?

Firstly check if you have any other electronic devices, mice, telephone base stations etc in the vicinity.  They (it) may be causing interference.   You haven't said how long is the drain period.   Here are a few notes I have put together on batteries and expectations.
Whether you use regular or rechargeable batteries you should buy the best. Discounted or unbranded batteries are more likely to give a depleted performance and may be of irregular size, often leading to connection problems.   Apple’s own brand, Eneloop and Energiser appear to be the best.
Rechargeable batteries for the standard Magic mouse are unlikely to exceed eighteen days before needing a recharge although the mouse itself can be a limiting factor.   I have seen reports that some Logitech mice vastly exceed this.    Apple may suggest more in their sales blurb but this is a realistic expectation.   The benefit (if you are organised) is that you can always have charged batteries available.   Regular batteries will give you between 25 and 35 days before they need to be replaced.
Note.  Never mix old and new batteries or rechargeable and regular.  
Both the above are based on my personal experience, not shutting down my machine and using it for around four hours per day.   Note.   Monitors do not always faithfully report battery strength, particularly with rechargeable ones.
When checking your mouse or keyboard batteries ...
Turn off the device.
Remove the batteries,
Clean the terminals both inside the battery compartment and on the batteries themselves.
Replace or renew both batteries.
Turn on the device.   You should get a blinking green light if the device is paired.
Click the mouse to activate it.  The green light becomes steady.

Similar Messages

  • Weird quirk about java / swing

    I have a class that extends JComponent but is still abstract (I added some abstract methods to this class). The weird thing is that I get a warning about not having a serialize ID defined! Anyone else think that's kind of a bug / quirk?

    It says "use serialVersionUID from JDK 1.0.2 for interoperability" If you want to supress the warning use annotation
    Now the reason behind this is that your class is implementing java.io.Serializable if you do not want your class to be serializable then remove this market interface otherwise you can do the following to supress the warning
    @SuppressWarnings( "serial" )public class Main implements Serializable {If you don't define it ("private static long serialVersionUID"), then, whenever the class is serialised / deserialised a serialVersionUID will be generated, and if the serialising generation does not match the deserialising generation,which will be generated from that JVM's version of the Class, the deserialisation will fail, even if the Class definitions where compatible. When we say the class is compatible which means the class has not been changed.
    I hope this make sense to you. If not please let me know.
    BTW, this is not a Swing question but rather annotation question. Can the moderator please remove this post. Thanks
    Regards,
    Alan Mehio
    London, UK
    Edited by: alan_mehio on 22-Apr-2009 20:47

  • Using Insert/Images Objects/Navigation Bar - weird quirks

    DW CS4
    When I go to the above path in DW to add a navigation bar and add a few elements, the code produced seems fine (I'm talking strictyl about the sentence case of the code - all lowercase). Now if I go to Modify/Navigation Bar to add a few more elements, the additional code is now in a different case (it's in sentense case - first letter capital). For example:
    When I first insert a navigation bar, some resulting code is
    onmouseover="MM_nbGroup('over','home','','',1)"
    but when I go to modify the navigation bar, the additional code added now becomes
    onMouseOver="MM_nbGroup('over','galleries','','',1)"
    I know how to quickly find/replace to fix this, but this is just weird to me why DW would use two different sentence cases. Is that just a function of the software, or is there some setting I'm missing to make sure ALL code is in lowercase? I already have my default tag case <lowercase>
    Test it out yourself and let me know if anyone gets the same results or knows why this is happening.
    Thanks...
    I just noticed something else... on initial creation, the code includes id="", but when I modify/add to the nav bar, there is no id="" included (I have to manually add that code)... what the crap is going on??

    Unicode is the character set encoding -- not the same as DTD.
    I can't recreate your experience with DW on Windows Vista.
    Here's the code I get from DW -- same as before and after editing the menu...
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Untitled Document</title>
    <script type="text/JavaScript">
    <!--
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_nbGroup(event, grpName) { //v6.0
      var i,img,nbArr,args=MM_nbGroup.arguments;
      if (event == "init" && args.length > 2) {
        if ((img = MM_findObj(args[2])) != null && !img.MM_init) {
          img.MM_init = true; img.MM_up = args[3]; img.MM_dn = img.src;
          if ((nbArr = document[grpName]) == null) nbArr = document[grpName] = new Array();
          nbArr[nbArr.length] = img;
          for (i=4; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
            if (!img.MM_up) img.MM_up = img.src;
            img.src = img.MM_dn = args[i+1];
            nbArr[nbArr.length] = img;
      } else if (event == "over") {
        document.MM_nbOver = nbArr = new Array();
        for (i=1; i < args.length-1; i+=3) if ((img = MM_findObj(args[i])) != null) {
          if (!img.MM_up) img.MM_up = img.src;
          img.src = (img.MM_dn && args[i+2]) ? args[i+2] : ((args[i+1])? args[i+1] : img.MM_up);
          nbArr[nbArr.length] = img;
      } else if (event == "out" ) {
        for (i=0; i < document.MM_nbOver.length; i++) {
          img = document.MM_nbOver[i]; img.src = (img.MM_dn) ? img.MM_dn : img.MM_up; }
      } else if (event == "down") {
        nbArr = document[grpName];
        if (nbArr)
          for (i=0; i < nbArr.length; i++) { img=nbArr[i]; img.src = img.MM_up; img.MM_dn = 0; }
        document[grpName] = nbArr = new Array();
        for (i=2; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
          if (!img.MM_up) img.MM_up = img.src;
          img.src = img.MM_dn = (args[i+1])? args[i+1] : img.MM_up;
          nbArr[nbArr.length] = img;
    //-->
    </script>
    </head>
    <body onload="MM_preloadImages('Images/Up-Arrow-64.png','Images/Up-Arrow-64-hover.png')">
    <a href="http://alt-web.com" target="_top" onclick="MM_nbGroup('down','group1','Home','Images/Up-Arrow-64.png',1)" onmouseover="MM_nbGroup('over','Home','Images/Up-Arrow-64-hover.png','',1)" onmouseout="MM_nbGroup('out')"><img src="Images/Up-Arrow-64.png" alt="Home" name="Home" width="64" height="64" border="0" id="Home" onload="" /></a>
    </body>
    </html>
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Weird quirk with PHP

    So I made an address book using PHP and DW8. Something
    strange happens when I enter an individuals name in. The persons
    last name is "Anderson" but I found that I only need to enter
    "Anders" for this error to occur:
    Joe AndersPHP Notice: Undefined variable: row_companies in
    c:\inetpub\wwwroot\contacts\details.php on line 155
    I have no problems with the dozensof other names and
    companies I have entered but this one gives me the issue. Any
    ideas?

    Eiolon wrote:
    > Joe AndersPHP Notice: Undefined variable: row_companies
    in
    > c:\inetpub\wwwroot\contacts\details.php on line 155
    It means that your script is trying to use a variable called
    $row_companies. Without knowing the rest of your script, it's
    only a
    guess, but since "Joe Anders" doesn't exist, you're probably
    getting an
    empty recordset.
    David Powers
    Adobe Community Expert
    Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
    http://foundationphp.com/

  • Weird quirk in itunes, scanning through a song..

    when iTunes is in full screen mode if you hold down the forward button it scans through the song just fine, but when you have the mini player displayed, when you hold the forward button it scans for about a second then goes to playing normal. It wont scan through a song.
    Has anyone else experienced this, or can anyone verify this?
    1.42ghz mini   Mac OS X (10.4.5)   1 gb ram, 17" dell, 250 gb external

    never mind, seems to be fixed.

  • Weird Quirk: Microphone suddenly picking up volume

    Sorry, I just don't know where else to put this question. Yesterday, even though I had my headphones in, people were able to here the music that was playing on my windows media player. Never really expireneced it before but it went away quickly. Now, today, I was chatting with my friend and I usually just I.M. people because my microphone is crap. Then, outta no where, my mike gained massive pickup. Like, it was on the other side of my desk and they could hear my keystrokes(and usually I'm super quiet even when it's near my mouth talking) and then I decided to play a song and then my friend could hear it. Exiting the call then recalling fixes the music problem, but then my mic goes crappy again. I'm curious as to if anyone could explain how or why this is, and to see if I can make my mic gain that ridiculious pick up again.
    Solved!
    Go to Solution.

    Never mind, I think I figured out the problem. My headphones are headphones that came with a galaxy phone(I think, idk my friend gave them to me) and being that there meant for phones, they come with a microphone attached to it. So, somehow they randomly turned on, and because my music is playing to my headphones, which is connected to the mike, people in my skype call got the pick up, because of frequencies or w/e lol I don't really know the technical aspect of it but I'm positive that's why, so it becomes a question of how I manually turn these things on(if anyone knows how).

  • Weird CS4 hanging issue in windows Vista when opening files with PS already loaded

    I just installed the demo. I have a dual monitor setup running Windows Vista Ultimate x64 with 8GB ram ...
    It appears I have both the 32bit and 64bit versions of PS CS4 installed. If I open either of these apps, then choose say a jpg on my desktop, right-click in windows, choose, 'open with' and select 'Adobe Photoshop CS4', then PS hangs - period. After a while, clicking the title bar of the app (which is a kind of menu bar in this version) causes it to return to the old look windows title bar where it shows my image name and the zoom etc, but with the usual (Not Responding) at the end of the title bar text!
    It does this no matter which version (32 or 64bit) is presently loaded. It also does it if I have CS4 loaded and I select 'Edit with Photoshop' in Lightroom 2.1 (my main app which is configured to output files in 16bit PSD format).
    Another weird quirk I found in CS4 - if I select 'Help', 'System Info' it displays the info on my second monitor, not my first! I figure this by the screen res shown as my second monitor (monitor 3 in Vista) is only running 1280x1024. Not sure if this has an effect on which monitor profile is used by PS - I would hope not as my 1st monitor is my calibrated one!
    Thanks, Paul

    Freeagent - I just did some more testing and figured the issue I think! I had selected 'Enable OpenGL Drawing' in Performance preferences and even though I have the very latest nVidia driver (downloaded today) this still causes this issue!
    One issue I have noticed though since figuring how to fix this - I have 2 monitors and on the left one I have the panels un-docked and laid out neatly on the desktop. I then have the main PS window with it's height shrunk as slim as possible and filling the top width of my 2nd monitor. In CS3 when I open an image, it generally remembers where the last one opened and uses the same place - this includes if I had the image in its own window on my main monitor. In CS4, it seems to want to open them in tabbed dialogs within the PS main window and for some reason they are on minimal magnification, so I need to drag the tab over to my main monitor every time and zoom in to get a decent size displayed.
    Is there anywhere to configure where you want it to open images?
    Thanks, Paul

  • Mounted volume issues in Gnome 2.22

    Anyone else notice some weird quirks with the new Gnome 2.22?
    When I plug in a flash drive, it automatically gets mounted -- all is good. However, when I remove the flash drive, the hal removes the device from my device list but Gnome does not unmount it. At least, I assume Gnome is to blame.
    Also, in Nautilus, when dealing with case-sensitive filenames on a vfat partition, renaming a file to have the same name but in a different case results in a "this name is already in use" error, which strikes me as a very weird situation to be unable to handle, especially since Nautilus was fine with it before the upgrade.
    Any work-arounds to either problem?
    [edit: 5-2-2008]
    Was a bug, not a feature, Gnome upgrades since have fixed both this and other gnome-mount related bugs. I have to say, 2.22 was one *buggy* Gnome release, at least as far as day-in day-out features went.
    Last edited by B-Con (2008-05-03 00:14:11)

    Yes. I just use $ sync and then pull it. Like I said, I'm usually in a hurry. It's faster to type "sync" than to type "sudo umount /media/my-disk" and then enter my password. Not a big deal, really, but it *should* work, which is what bothers me.

  • 2011 Macbook Pro appears to have only Win7

    Hey all,
      I'm a Mac newbie. Took a 2011 Macbook in trade for a Windows laptop from a friend because he said "It don't work good." I booted it up and I see what he meant. Macbook boots into Windows.
    Here's what I found:
    Syatem tray has Bootcamp in it. When I prompt it to boot into Mac OS, it advises that can't be located on the disc and reboots into Windows.
    Pulled the back off the Macbook and verified it has a 320GB HDD
    Windows C Drive properties show 262 of 297 GB free. This is normal for a Win 7 installation in my experience.
    It would seem that the previous owner installed Bootcamp and then Win7. When they did so, they must have assigned the entire HDD as the Windows partition which overwrote the MacOS and made this a Windows only machine. There are a coupe of weird quirks I've discovered in the few hours I've been playing with it: Apple boot up sounds are present as opposed to the Win boot sound and the Recycle bin is not on the desktop and can't be placed there via the control panel. I know, silly Windows problems.
    Anyway, I digress. If I buy a Snow Leopard install disc (what came on it according to Apple), will I have issues doing the install since this is essentially a windows machine?  Should I just pull the HDD and Fat32 format it before starting the install?
    I've spent several hours overnight reading lots of different Apple forums and articles and haven't seen anyone with my single OS issue. Any help is appreciated.
    SARR001

    You'll want to give Apple a call and have them send you the restore media for your model.  Typically, the retail version of the OS will not support a model that shipped with that same version.  That's usually do to drivers and other hardware support unique to that model that was never included when the retail version was released.  Typically a retail version isn't updated.  So when it first comes out, it you were to go to a store six month later, it would still be the same version.  Essentially, anything that would have been released after the launch of the OS wouldn't be supported by the retail version.  Apple will provide you with the correct restore media for your model for a reasonable fee... typically just the cost of the DVD and the shipping.

  • TS4515 - MY OWN phone locked me out?

    Ugh, I'm freaking out here. >:(
    TL;DR - teenager, given an iphone 4s, restored it a bunch of times, connected a few different emails to them. Restored after iOS 7.1 update, now I'm locked out. Bought new from legit mall retailer years ago, don't know what to do?
    I have an iPhone 4s that I got 2 years ago as a graduation present from my parents. And in the past, my phone has needed to be restored more than once. I chalk it up to the fact that I've dropped it quite a bit and the thing has some weird quirks now and again, like closing apps or restarting itself. Anyways, if an update came out and I didn't download it right away, it would shut itself down after a while (couple of weeks) and need to be restored. I didn't keep track of all my passwords (dumb teenager) and made five different accounts for my iphone over two years before finally sticking to the last one – since Apple used to have a limit on a maximum of five accounts associated with one phone, and that any of them could be used at any time to re-activate the phone.
    Now, thanks to iOS 7's clever anti-theft thing, it won't accept my current apple I.D. Despite the fact that I have been using it on that phone for MONTHS, since it wasn't the first email I set up with Find My Iphone. It says “this phone has been linked to b*****@gmail.com. Awesome – I think have that one, same number of characters and everything. My notes from my iphone is still on my icloud, everything is fine. After much password searching, I got it to finally log in...but oh, wait, this ID can't be used to activate this iphone. I don't remember any of my others, or if I do, they aren't working. So what am I expected to do? I only used 2 different passwords for all five accounts and not one of them is working.
    I've looked around for similar issues and everyone is basically shrugging their shoulders, going 'that *****. You lost your device.” when I DIDN'T EVEN WANT TO RESTORE IT IN THE FIRST PLACE. This is ridiculous.
    And before anyone says anything, THE PHONE IS NOT STOLEN OR SECOND HAND. This is even more annoying – anyone who has my problem seems to get that thrown at them, and this time that's simply not the case. The phone was bought, new, from a Rogers store with myself and my parents over 2 years ago, like a year after the 4s came out and it was still pretty new. I have multiple copies of paid bills with my phone's number on it, attached to THIS iphone. They might even have the initial reciept somewhere still. . I'm on a serious budget and a family contract with my phone company that continues for another year, so I refuse to up and buy another phone. I shouldn't have to, and I don't understand how this company can just go 'whoops' and wash their hands of the whole thing, while I'm out $500 on a bricked phone PLUS cutting my contract OR buying a new mobile. What can I do?

    Try reseting the phone, then connect it to Itunes and , Use "Help" run Diagnostics from the Itunes menu to check
    communication between the Phone and Itunes.
    If you are using a firewall such as Zone Alarm or similar check that it's no preventing communication between the Iphone and Itunes. Turn it off or if you can make sure that the correct communication ports are open.
    good luck

  • Why does Pages keep creating a new folder everytime I save?

    There must be some easy explanation for this but there's a weird quirk in Pages '09 that I don't know how to turn off.
    Every time I save a document, not only does it save, but it creates a new folder with some new files labeled buildVersionHistory.plist and index.xml and then a subfolder called Quicklook within which there's a thumbnail.jpg.
    No idea why it's doing this but it's really clogging up my folders and it seems totally unnecessary. Can anybody help me turn it off?

    Hi Michael
    Welcome to the forum.
    Do you have Stuffit installed and are saving to the desktop?
    Because in that case it is Stuffit decompressing the Pages document's package.
    Just save to your document folder.
    Peter

  • Battery not charging after dock connector replacement, iPhone4

    Hi all,
    My iPhone4 suffered mild water damage (water damage indicator not triggered) and misbehaved on that day. So I turned off the device and put it in a bag of rice for almost a month. When I eventually took it out, it was almost as good as before except for some weird quirks. One of them is the audio control. I can listen to music using headphone jack, but cannot listen through speakers. I see some corrosion on my dock charger. I am still able to connect to iTunes and charge using cables. I know my speakers works as I am able to hear the phone ring. However increasing and decreasing volume shows only the ringer icon with no bars underneath. Upon searching online I found out (in another thread on this website) that the phone could believe it is connected to some kind of docking device. I tried cleaning the dock using a brush, but no use.
    So I took some time and replaced the dock connector. After I finished re-assembly and turned on my phone, I noticed that my audio issue is resolved. I am now able to adjust volume using the buttons and can see the volume level (bars) go up or down. Also I can listen to the music from the speakers. However it is not syncing/charging.
    Logically this can mean two likely issues (1) I have a faulty dock connector (2) I messed up my battery during disassembly (The battery flex connector was too tight and while I was removing it with the plastic spudger, it popped up suddenly and caused my spudger to go in a tad too far. My flex cable did not rip off and I didnt see any broken pieces, so I assumed nothing bad happened, but I am not sure).
    If my dock connector is faulty, then my audio problem should not have been resolved correct? Because the logic board would not know that I have a new clean dock connector installed. This is what I am assuming, I am not sure. If some one could clarify this assumption, that would be great.
    Of course this leads me to believe that I messed up my battery. I don't have a spare battery to try out, need to buy one.
    Meanwhile I have a spare dock connector to try out. I am not sure if that is going to help. I am hoping someone in this community and say that it is obviously one problem or the other. If not, I will go through the dock connector replacement again and hope it all works out.
    Also does anyone know if I can just plug in the new dock connector to the logic board and try syncing (of course with the battery connected) while my phone is still open (and the other components have not been removed)? This would seem like a nice quick test prior to going through the full repair. I am not sure if this is safe.
    Thank you very much

    iPhones are not user servicable. Apple does NOT sell iPhone parts. Any parts you can possibly get for them have one of three possiblie origins:
    1) Counterfeit
    2) Stolen
    or
    3) salvaged from other iPhones, almost always phones that don't work for one reason or another.
    We can't advise you on how to fix your phone.
    Apple won't touch that phone any more.
    Either look for advice someplace like ifixit.com, find a competent repair shop, or dispose of it and buy a new phone.
    EVERY single documented case of an iPhone catching fire or exploding can be traced directly to damage caused by a botched repair by an unqualified person.
    Is it safe? No. Your phone is not safe. It will never be "safe" again.

  • Authentication via RADIUS : MSCHAPv2 Error 691

    Hello All,
    I am working on setting up authentication into an Acme Packet Net-Net 3820 (SBC) via RADIUS. The accounting side of things is working just fine with no issues. The authentication side of things is another matter. I can see from a packet capture that the access-request
    messages are in fact getting to the RADIUS server at which point the RADIUS server starts communicating with the domain controllers. I then see the chain of communication going back to the RADIUS and then finally back to the SBC. The problem is the response
    I get back is always an access-reject message with a reason code of 16 (Authentication failed due to a user credentials mismatch. Either the user name provided does not match an existing user account or the password was incorrect). This is confirmed by looking
    at the security event logs where I can see events 4625 and 6273. See the events below (Note: The names and IPs have been changed to protect the innocent):
    Event ID: 6273
    Network Policy Server denied access to a user.
    Contact the Network Policy Server administrator for more information.
    User:
    Security ID:
    NULL SID
    Account Name:
    real_username
    Account Domain:
    real_domain
    Fully Qualified Account Name:
    real_domain\real_username
    Client Machine:
    Security ID:
    NULL SID
    Account Name:
    Fully Qualified Account Name:
    OS-Version:
    Called Station Identifier:
    Calling Station Identifier:
    NAS:
    NAS IPv4 Address:
    10.0.0.10
    NAS IPv6 Address:
    NAS Identifier:
    radius1.real_domain
    NAS Port-Type:
    NAS Port:
    101451540
    RADIUS Client:
    Client Friendly Name:
    sbc1mgmt
    Client IP Address:
    10.0.0.10
    Authentication Details:
    Connection Request Policy Name:
    SBC Authentication
    Network Policy Name:
    Authentication Provider:
    Windows
    Authentication Server:
    RADIUS1.real_domain
    Authentication Type:
    MS-CHAPv2
    EAP Type:
    Account Session Identifier:
    Logging Results:
    Accounting information was written to the SQL data store and the local log file.
    Reason Code:
    16
    Reason:
    Authentication failed due to a user credentials mismatch. Either the user name provided does not map to an existing user account or the password was incorrect.
    Event ID: 4625
    An account failed to log on.
    Subject:
    Security ID:
    SYSTEM
    Account Name:
    RADIUS1$
    Account Domain:
    REAL_DOMAIN
    Logon ID:
    0x3E7
    Logon Type: 3
    Account For Which Logon Failed:
    Security ID:
    NULL SID
    Account Name:
    real_username
    Account Domain:
    REAL_DOMAIN
    Failure Information:
    Failure Reason:
    Unknown user name or bad password.
    Status:
    0xC000006D
    Sub Status:
    0xC000006A
    Process Information:
    Caller Process ID:
    0x2cc
    Caller Process Name:
    C:\Windows\System32\svchost.exe
    Network Information:
    Workstation Name:
    Source Network Address:
    Source Port:
    Detailed Authentication Information:
    Logon Process:
    IAS
    Authentication Package:
    MICROSOFT_AUTHENTICATION_PACKAGE_V1_0
    Transited Services:
    Package Name (NTLM only):
    Key Length:
    0
    This event is generated when a logon request fails. It is generated on the computer where access was attempted.
    The Subject fields indicate the account on the local system which requested the logon. This is most commonly a service such as the Server service, or a local process such as Winlogon.exe or Services.exe.
    The Logon Type field indicates the kind of logon that was requested. The most common types are 2 (interactive) and 3 (network).
    The Process Information fields indicate which account and process on the system requested the logon.
    The Network Information fields indicate where a remote logon request originated. Workstation name is not always available and may be left blank in some cases.
    The authentication information fields provide detailed information about this specific logon request.
    - Transited services indicate which intermediate services have participated in this logon request.
    - Package name indicates which sub-protocol was used among the NTLM protocols.
    - Key length indicates the length of the generated session key. This will be 0 if no session key was requested.
    So at first glance it would seem that the issue is merely a case of an invalid username or mismatched password. This is further confirmed in the packet capture where I can see the MSCHAPv2 response has an error code of 691 (Access denied because username or
    password, or both, are not valid on the domain). The thing is I know I am using a valid username and I have tried many usernames including new ones I created just for troubleshooting. I don't know how many times I have reset the password in an attempt to ensure
    it is not a mismatch password. I have even made sure to use passwords that are fairly short and contain only letters to ensure there was no terminal encoding issues (we connect to the SBC via SSH clients). I have also done this same thing with the shared secret
    used during communication between the SBC and the RADIUS server. I have tried prefixing the username with the domain name at login (though I don't think that should be necessary). I have also tried using the full UPN of the user to login. I have tried several
    RADIUS testing clients (NTRadPing, RadiusTest, etc.), but they either don't support MSCHAPv2 or only support EAP-MSCHAPv2. I have even created my own client using PHP's PECL RADIUS module. Still it always seems to fail with the MSCHAPv2 authentication with
    an error code of 691. Does anyone have any ideas as to why I always get an invalid username or bad password response when I have done everything possible to ensure that is not the case?
    Here are the specs for our RADIUS configuration:
    Windows Server 2012 R2
    SQL Server 2012 Back End Database for accounting.
    The server has been authorized on the domain and is a member of the "RAS and IAS Servers" group. For which that group does have access to the accounts we are testing with.
    The accounts we are testing with do have the "Control access through NPS Network Policy" option checked under their "Dial-in" property tab.
    RADIUS clients configured to simply match on the IP address which you can see from the events above that it is applying the client friendly name.
    Connection Request Policy: The "SBC Authenication" policy is being applied as seen above. The only condition is a regex expression that does successfully match the friendly name.
    Network Policy: As seen in events above, none are getting applied. For troubleshooting purposes I have created a Network Policy that is set to "1" for the processing order and its only condition is a Day and Time Restriction currently set to any
    time, any day.
    The authentication method is set to only MSCHAPv2 or MSCHAPv2 (User can change password after it has expired). I have tried adding this to just the Network Policy and I have also tried adding this to the Connection Request Policy and setting it to override
    the authentication method of the Network Policy.
    We do have other RADIUS servers in our domain that use PEAP to authenticate wireless clients and they all work fine. However, we need this to work with MSCHAPv2 only (No EAP).
    All other configurations are set to the defaults.
    The only other things of note to consider is the fact that in the events above you can see that the Security ID is "NULL SID". Now I know this is common especially among failed logons but given that this issue is stating an invalid username or
    bad password, perhaps it matters in this case. Also, this server has been rebuilt using the same computer account in Active Directory. I do not know if it would have worked before the rebuild. Essentially we built this server and only got as far as authorizing
    the server to the domain and adding SQL when we decided to separate out the SQL role onto another server. Rather than uninstalling SQL we just rebuilt the machine. However, before reinstalling Windows I did do a reset on the computer account. I don't think
    this should matter but thought I would point it out if there is some weird quirk where reusing the same SID of a previously authorized NPS server would cause an issue.
    All in all it is a fairly basic setup and hopefully I have provided enough information for someone to get an idea of what might be going on. I hope this was the right forum to post this too, I figured there would be a higher number of RADIUS experts here than
    any of the other categories. Apologies if my understanding of this seems a bit basic, after all, when it comes to RADIUS servers I guess you could say I'm the new guy here.

    Update 1:
    In an attempt to further troubleshoot this issue I have tried bringing up additional servers for testing. Here are the additional tests I have performed.
    Multiple Domains
    I have now tried this in 3 different isolated domains. Both our test and production domains as well as my private home domain which has very little in the way of customizations aside from the modifications made for Exchange and ConfigMgr. All have the same
    results described above.
    VPN Service
    Using Windows Server 2012 R2 we brought up a separate server to run a standard VPN setup. The intent was to see if we could use RADIUS authentication with the VPN and if that worked we would know the issue is with the SBCs. However, before we could even
    configure it to use RADIUS we just attempted to make sure it worked with standard Windows Authentication on the local VPN server. Interestingly, it too fails with the same events getting logged as the RADIUS servers. The client machine being a Windows 8.1
    workstation. Again I point out that we have working RADIUS servers used specifically for our wireless environment. The only difference between those RADIUS servers and the ones I am having problems with is that the working wireless servers are using PEAP instead
    of MSCHAPv2.
    FreeRADIUS
    Now I'm no Linux guru but I believe I have it up and running. I am able to use ntlm_auth to authenticate users when logged on to the console. However, when the radiusd service tries to use ntlm_auth to do essentially the same thing it fails and returns the
    same message I've been getting with the Windows server (E=691). I have the radiusd service running in debug mode so I can see more of what is going on. I can post the debug info I am getting if requested. The lines I am seeing of particular interest however
    are as follows:
    (1) ERROR: mschap : Program returned code (1) and output 'Logon failure (0xc000006d)'
    (1) mschap : External script failed.
    (1) ERROR: mschap : External script says: Logon Failure (0xc000006d)
    (1) ERROR: mschap : MS-CHAP2-Response is incorrect
    The thing to note here is that while we are essentially still getting a "wrong password" message, the actual status code (0xc000006d) is slightly different than what I was getting on the Windows Servers which was (0xc000006a). From this document
    you can see what these codes mean:
    NTSTATUS values . The good thing about this FreeRADIUS server is that I can see all of the challenge responses when it is in debug mode. So if I can wrap my head around how a MSCHAPv2 response is computed I can compare it to see if this is simply a miscomputed
    challenge response. Update: Was just noticing that the 6a code is just the sub-status code for the 6d code. So nothing different from the Windows Servers, I still wonder if there is a computation error with the challenge responses though.
    Currently, I am working on bringing up a Windows Server 2008 R2 instance of a RADIUS server to see if that helps at all. However, I would be surprised if something with the service broke between W2K8 R2 and W2K12 R2 without anyone noticing until now. If this
    doesn't work I may have to open a case with Microsoft. Update: Same results with W2K8 R2.

  • Which MBP do you think would be best for me (read inside)?

    Hello, thanks for helping!
    I'm a current high school junior who has been avidly using mac products since I was 8 years old thanks to various hand me downs from my older brother over the years. About 6 years ago I got my first "new" laptop, a standard 13" macbook. Unfortunately, it's beginning to die. I've had lots of issues with it in the past for some reason, it just seems to have weird quirks such as issues with the DVD drive and some SERIOUS slowness that are minor enough I don't need to go pay to have them fixed but they're quite annoying.
    Anyway, I've been looking into purchasing a macbook pro that would last me at least through college and hopefully part of the way into graduate school, because I know that student debt will make it really hard to purchase a new one until at least then. I use my laptop a lot, probably too much for my own good. My main things are searching the internet, writing papers, watching movies, ect.. but until my mac started failing on me I used to LOVE graphic design and playing games (the sims in particular) but I've had to give that up because my computer can't handle the huge graphics strain. However, because I've been away from it for so long I'm not so sure I'd be able to get back into it to the degree where I absolutely NEEDED the graphic ability (For instance, I doubt I'll be pursuing a career in graphic design)... but it would be nice to have.
    So I'm wondering- which model should I get? Is the graphic capabilities of the 15" worth the extra bulk/decreased easy transportation ability? Are the graphic capabilities of the 13" enough so I don't have to shell out the extra $$?
    Please help me out- I really appreciate your time!
    -Bria

    If money is an option get the 13". If not get the 15". In 2 years you'll be wanting a new one because of all the latest and greatest features that will have come out. Get what you can use adequately now.

  • Mac Pro 6,1 STILL having issues with Open CL (4K scaling and SpeedGrade direct link grades)

    I've seen the staff responses to the issues of the new Mac Pro GPU saying that 10.9.4 fixes everything. For me, it has fixed my export issues, so I'm glad. I'm no longer getting lines and artifacts on my renders.
    That's great.
    However, I'm still having several issues, and they seem to be linked to Adobe and Open CL.
    Here's a video that shows what's going on:
    mac pro issues july 7 - YouTube
    Issue #1
    Like most of you probably, I'm doing 1080p exports of most things I'm working on. The first project shows a 1080p timeline with a mix of 4k, 5k, and 720p footage. Because zooming in so much on a 720p file in a 4k timeline looks so crappy, I'm doing 1080p timelines and scaling everything to the size it needs to be. I started in a 4k timeline then switched to 1080p because the 720p footage looked so terrible. However, in the 4k timeline, I didn't have any of the issues I'm showing in this first part of the video.
    When I switched to the 1080p timeline, I discovered a weird quirk: When I resize the 4k (or 5k) footage to the size it needs to be (which varies based on the frame I want), it goes back to the 100% view when I'm scrubbing through it. When I pause, the size of the video goes back to the way I set it. I show this in the video. Then I show what was my working solution for the time being: "scale to frame size", which brings all the videos to the size of the sequence frame size and works fine. Later, I turn off OpenCL in premiere and when I scrub through the video, it doesn't zoom back in or only stay at the size I set when stopped. For some reason all of these issues only happen at 50% scale or smaller. It doesn't happen at, say, 60%.
    I've tested this with raw R3D files and other 4K (or 5K) clips (even clips exported from After Effects) and the same thing happens. It doesn't seem to happen with 2.5k footage or 1080p footage.
    Issue #2
    This is the second project you'll see in the video.
    After grading in speedgrade (through direct link) I open my project back up in premiere and start playing it back. The video plays back with delays and frame drops. Now normally, this would be expected. But this is 1080p pro res footage, and this is just an effect added, and the yellow bar appears indicating that open CL should be accelerating the playback and it should do so smoothly.
    Maybe I was just wrong in assuming that a simple grade from speedgrade would be able to playback smoothly. I turn off the grade, and it plays normally.
    But then, when I turn off open cl and leave the grade on, the video plays back without ANY issues.
    So to me, it seems I'm still having issues with Open CL and adobe. I've found fixes that make it work temporarily, I don't need that kind of answer. However, I would like this to work. Is there something I'm doing wrong? Something I need to do to get this to work?
    Here are my specs:
    Mac Pro 6,1 (Late 2013)
    3 GHz 8-Core Intel Xeon E5
    64 GB 1867 MHz DDR3 ECC
    AMD FirePro D700 6144 MB (x2)
    OSX 10.9.4
    Firmware: 2.20f18
    What you're seeing is latest version of Premiere (CC 2014, v8.0.0 [169] Build)
    Everything here is ProRes 422, running from a Promise Pegasus2 R4 RAID (drives: 4x Seagate Desktop HDD 4 TB SATA 6Gb/s NCQ 64MB Cache 3.5-Inch Internal Bare Drive ST4000DM000) (that's thunderbolt 2).
    I've done everything: I've restarted my computer hundreds of times, I've reset NVRAM and PRAM and done power cycles.
    This isn't just some issue that started with 10.9.3 of OSX, the 4k issues happened when I first switched to a 1080p sequence back in February (2014) or so, which means it was an issue even with 10.9.2 and the previous firmware release.
    I've reported this issue to adobe.

    That crash appears to be casued by the Facebook plug-in.
    Create a new account (systempreferences -> accounts or Users & Groups on 10.7 and 10.8), make a new Library in that account, import some shots  and see if the problem is repeated there. If it is, then a re-install of the app might be indicated. If it's not, then it's likely the app is okay and the problem is something in the main account.

Maybe you are looking for

  • Transfer package to another control system

    We have an independent  control /central system which is busy with a big time reduction TDMS project, now it's at the beginning of the data transfer. However its CPU has  crashed 2 times this week. Can we transfer this package to another TDMS control

  • How to Add Access Platform in SQL Developer 3.2.20.09

    Though it was default in previous versions but I think it is not in this version. I have downloaded the latest copy of SQL Developer 3.2.20.09 from your site. While trying to migrate data from Access to Oracle using Migration Wizard (Tools>Migration>

  • Disable "Save As"

    Hello, I generated a PDF file and after that, using iText I inserted an empty signature field. I enabled the signing rights on this PDF file with Adobe Livecycle Reader Extensions ES and everything works fine. The user can sign this PDF using Adobe R

  • URGENT: weblogic.management.admin in weblogic 9.2 API

    Hi, Does anyone know what replaced "weblogic.management.admin" in Weblogic 9.2?. It shows in list of deprecated APIs. But does nt specify the replacement. http://edocs.bea.com/wls/docs92/javadocs/deprecated-list.html

  • Data dvd not recognized

    Hi Wonder if anyone can help... I have recently had a show-reel put together and they have sent me a copy on a data dvd with AVI and MOV files on it. This is so I can burn it and upload it to websites etc. When I load the disk it doesn't seem to be r