6500 sup 720 with MPLS, GRE and FWSM problem

We have 6500 sup 720 with MPLS configured and FWSM in transparent  mode. We also terminate GRE tunnels on the same 6500.
After implementing the command “mls mpls tunnel-recir” GRE tunnels are hardware switched (which we want them to be), but we don’t have any more connection from locations thru GRE tunnels to servers behind FWSM.
Does anybody have idea how to solve this problem?

Hi,
not sure what you mean exactly.
the command “mls mpls tunnel-recir” is needed to avoid packets corruption in cases where the Supervisor engine is handling both the GRE header encapsulation and the MPLS label stack imposition. Since it cannot do it in one single shot (without causing random corruption) recirculation is needed. Nevertheless its presence does not influence whether the GRE traffic is handled in hardware or in software. Even without it, IF THE GRE TUNNELS ARE CORRECTLY CONFIGURED (meaning that each GRE tunnels has its unique source address etc.), the traffic is handled in hardware.
However since you say that after you enabled it you don't have connectivty anymore I suppose that some issue related to recirculation is happening (i.e. traffic ends up in the wrong internal vlan after recirculation).
Unfortunately the support forum is not meant to help in this case as in-depth troubleshooting is required. For that you need a TAC case.
regards,
Riccardo

Similar Messages

  • Hi i have i problem with my iphone and the problem is the security question i have forgot the answers

    Hi i have i problem with my iphone and the problem is the security question i have forgot the answers
    I understand German and Italian i littlebit English

    You need to ask Apple to reset your security questions; this can be done by phoning AppleCare and asking for the Account Security team, or clicking here and picking a method, or if your country isn't listed in either article, filling out and submitting this form.
    They wouldn't be security questions if they could be bypassed without Apple verifying your identity.
    (106626)

  • Design Help with MPLS/BGP and Point to Point VPNs using OSPF as backup

    I need some advice on the configuration I want to implement. Basically we have a MPLS cloud using BGP. We are using OSPF for internal routing. Everything is working fine. Now we want to add a Point to Point VPN using new Cisco ASA's for a backup path at all of our remote locations. We want it to be on standby. I want to use OSPF for this. Miami and LA are datacenters. I want the VPN's to go into both datacenters if possible running OSPF for backups. I have a feeling this will be very tricky. I also wanted to use floating routes. Now I know I get the VPN's up and running using OSPF with no problem. Here are my questions:
    But being that I am using different areas, will OSPF through the VPN work correctly? I have the Cisco PDF on setting this up but it looks like they are using the same, AREA0, in the example.
    Can I get both VPN's to work with no problems? Or will it be too much of a pain?
    What would you guys suggest?
    Thanks.

    We are implementing the same solution, and was only able to make this work using HSRP one router for the MPLS connection and one for the VPN tunnel. I opened a TAC case and the tech couldn't get it to work either. I was able to establish the Lan-2-lan tunnel but triggering the route update was the problem. We ended up pulling our ASA5505's out and putting in 1841 routers.

  • Dynex 32" Flat screen with green lines and audio problem

    I bought thisDynex 32" flat screen in September and it has started to develop problems. It will be on and green lines start forming and go away. Then the sound goes in and out. The green lines come back and the sound works sparsely. I am wondering what is the issue. I have tried unconnected everything; leaving the power off for hours. Somedays it works great or sometimes out of the blue it just craps out but lately I am getting more bad days than good ones. Any help or suggestions would be great. All I got from Dynex was that I had to bring the TV back to BestBuy and have a master technician look at it....

    Sounds like it needs servicing.  If you bought it in September it should still be under the 1 yr manufacturer warranty.  You can bring it into the store with your receipt and have customer service send it to service for you.  It will be returned to the store and can be picked up when service is complete.  I will say, however, warranty service can be lengthy.  Expect to not have your TV for a few weeks.
    If you like posts that I make, be sure to click on the star underneath my name. Thanks!

  • Macbook Pro Freezes with Screen Distortion and other problems...

    So I've had my 13' Macbook Pro for about 9 months and I am encountering problems with it. My Macbook would sometimes freeze at random and the screen would distort as well, also, the screen would react whenever I would move the laptop around by either reverting back to a normal screen (still frozen) or more distortion which leads me to believe that it might have something to do with the hardware. But all this is temporarily solved when I force shut off my laptop (hold the power button for 3 seconds) and restart it. It can start up again with no problem, but this happens again, more early than usual and becomes more consatnt. However this is lessened whenever I don't use my laptop for an extended amount of time, but it does happens again whenever I do use it for some time.
    Another problem I've been encountering is that, at times after I force shut off the laptop, my computer would not turn back on. Instead, the laptop beeps 3 times, pause, then beep 3 times again. I have looked into this and discovered that this means that I have "No Good Banks"..........I have no idea what this means but I guess it means that I might have faulty RAM.
    What I ask is that if anyone has had similar problems and if they know what to do or what exactly what the problem is so that I might be able to do something about it.
    Info about Macbook:
    Processor 2.5 GHz Intel Core i5
    Memory: 4GB 1600 Mhz DDR3

    Bump. Anyone have any ideas on this?
    I "shut it off" last night, but when I turned it on again tomorrow, it turned out it didn't quite shut down?
    It booted to the grey log-in screen, basically.
    I've also come to the realisation that my charger isn't registered (the LED isn't orange/green like it usually is), and I can't get a "battery status" (I'm sure it has another name, I just don't know what it is) when I click on the little button on the left hand side of the laptop. Usually, it would show green dots/LEDS to tell me how far along it's charged, but now I get nothing.
    I get the distinct feeling something's up with my battery, and maybe my RAM (because of the repeated triple beep after shutting down last night).

  • Java with Derby embedded and threads - problem?

    Hello,
    been developing java app and recently switched to derby database. At first i insert some data into derby and my app populates fine. However when my app creates a new thread (to do something in background and then updates the derby database) it all goes wrong. The thread is not responding and the database is not updating..
    What could this be?
    Could this be a database issue with java,jdbc, derby or just threads in general?
    It was working before previously with my previous database: MySQL which runs in a separate process but an embedded derby just wont make it happen.

    you're probably right that i'm making conclusions early but i've done everything i could and the feeling is like you want to give up. You feel de-motivated.
    I've been switching a lot of databases and trying them out and it seems that i can't get it to work with the embedded databases for some reasons. Could it possibly be some other stuff that i'm running in the background.
    Because, my background tasks is really heavy:
    - it creates a few threads to do tasks which some of them recieve information remotely from other machines, a few loops here and there, a few other threads with starts up a few processes (external exe's) to do some work and finally a few threads to do some calculation & update the database..
    But on the brightside i know my app works with my local MySQL database which runs in a separate process. I can also get my app to work with an online database on a hosting site - but the connection is very very slow (20 times as much time it takes to connect, i actually timed it.)

  • How to share on CC with Team members and other problems

    I had a CC for Team account, then got a deal to add seats at a discount, I added 2 more. I had to change my password and give a new e-mail address to get this deal. When I log in using my New ID all my files are gone. I log in with my Old ID my files and web sites are there no team members, added my OldID to the new Teams account and made me an administrator. Now when I log in with my OldID I can see my file and team members one of them is me with a new ID and the other is a client. I want to get rid of one of me I prefer the new one but I can't I can only delete the OldID and I lose my web site and all my files. Now the only reason I did this was to let my client see the files instead of selecting one page at a time and sending a link I thought they could go to their folder and look at the pages as they are being designed and edited. But there is no method to share with other team members. I re-watch the Max video but nothing they were showing is available in my team CC account. Can someone Help me out Please?

    New: Creative Cloud for teams. Join now | Read online
    We hope your team is enjoying their Creative Cloud for teams membership. From now through June 28, you can add more seats for only US$39.99/month per seat — for up to 24 months.
    Your Adobe® Creative Cloud™ for teams membership will have some amazing new things to offer. Brand-new creative apps, like Adobe Photoshop® CC, Illustrator® CC, and 13 other favorites — with hundreds of new features that help everyone create their greatest work. Plus, 100GB of storage for each team member. And now, a lower price for both new and existing seats.
    Keep everyone on the same page, working on the latest versions of the same apps, and sharing files from any device.
    You've made the right choice. New creative software innovation will be delivered exclusively to Creative Cloud members. Add more seats of Creative Cloud for teams today.
    Special offer.
    Add new seats before
    June 28, 2013, for just US$39.99/month per seat — AND get a first annual renewal price of US$39.99/month per seat.
    Learn more ›
    Share with your friends
    * VOID WHERE PROHIBITED OR RESTRICTED BY LAW. If you own Creative Suite through an Adobe volume licensing program, save US$30.00 per seat when you enroll in the Adobe Value Incentive Plan (VIP) and purchase Creative Cloud for teams annual plan membership (12-month contract required) before 11:59 pm on June 28, 2013. Creative Cloud for teams regular price: US$69.99. Offer(s) available only to eligible Creative Suite subscribers (CS3 or later) who enroll in the Adobe Value Incentive Plan (VIP) and who purchase Creative Cloud for teams through authorized Adobe corporate resellers. Offer discounts are only valid for up to two years. Offer discounts may not be applied retroactively. Additional terms and conditions may apply. Residents or persons in embargoed countries or countries subject to U.S. or local export restrictions are not eligible. All prices quoted are estimated street prices only. Offer and prices are subject to change without notice and exclude shipping, handling and any applicable sales tax. Offer may not be assigned, exchanged, sold, transferred, or combined with any other discount or offer, or redeemed for cash or other goods and services. Adobe, the Adobe logo, Acrobat, Creative Cloud, the Creative Cloud logo, Creative Suite, Illustrator, and Photoshop are either registered trademarks or trademarks of Adobe Systems Incorporated in the United States and/or other countries. All other trademarks are the property of their respective owners. © 2013 Adobe Systems Incorporated. All rights reserved. To ensure future delivery of email, please add [email protected] to your address book, contacts or safe sender list. PLEASE DO NOT REPLY TO THIS MESSAGE. To obtain information on how to contact Adobe, visit the web at:www.adobe.com/misc/comments.html, or call 800-833-6687. This is a marketing email from Adobe Systems Incorporated, 345 Park Avenue, San Jose, CA 95110 USA.
    Click here to unsubscribe. Your privacy is important to us. Please review Adobe's Privacy Policy.
    Too many newsletters? You can unsubscribe or better yet, schedule automatic cleanup. 

  • Ipod classic with a new and unique problem

    <post edited by host>
    I have read a number of help topics, forum posts and apples suggestions in fixing problems and have had no luck so I had to start a new topic.
    - Ok, A while ago i was using my ipod one fine 'sunny' day (if that's relevant) and it just went bleap, dead. Wouldnt do anything at all. Eventually when I got it home I reset it and the apple logo would come up whenever I pressed any button, this is still the case. After i reset it, the folder with the lightning image appears then the apple logo and thats all it does, even after charging it. PS: I am using it on windows XP, but have a Mac laptop also if I can use that to my advantage somehow, it doesn't read on there either atm.
    When I try plugging it into the computer it does not come up in itunes. I have reset the ipod, reset the computer, updated itunes (which is exactly the same every update, in terms of anything useful), and have also gone into the drive manager and had a look around.
    When the ipod is plugged in, it comes up 'do not disconnect' then after a while there is a Tick and it says 'ok to disconnect'. meanwhile there is a battery with a lightning bolt moving as though it is charging.
    In the device manager, the ipod appears when I plug it in, but then within about 10 seconds it dissapears and I notice that the ipod has resorted back to the apple logo, almost as if it has self destructed. But then somehow it ends up getting back to the screen with the big Tick and 'ok to disconnect'.
    Now, one time when the ipod appeared in device manager I managed to open it before it dissapeared and it said no driver was installed. I tried to reinstall a driver but obviousely it could not recognise that I had the ipod plugged in.
    I hope I have remembered everything. Please somebody help!

    See the following helps in your case ..........................................................
    If a sad iPod icon or an exclamation point and folder icon appears on your iPod’s screen, or with sounds of clicking or HD whirring, it is usually the sign of a hard drive problem and you have the power to do something about it now. Your silver bullet of resolving your iPod issue – is to restore your iPod to factory settings.
    http://docs.info.apple.com/article.html?artnum=60983
    If you're having trouble, try these steps at different levels one at a time until the issue is resolved. These steps will often whip your iPod back into shape.
    Make sure you do all the following “TRYs”
    A. Try to wait 30 minutes while iPod is charging.
    B. Try another FireWire or USB through Dock Connector cable.
    C. Try another FireWire or USB port on your computer .
    D. Try to disconnect all devices from your computer's FireWire and USB ports.
    E. Try to download and install the latest version of iPod software and iTunes
    http://www.apple.com/itunes/download/
    For old and other versions of iPod updater for window you can get here
    http://www.ipodwizard.net/showthread.php?t=7369
    F. Try these five steps (known as the five Rs) and it would conquer most iPod issues.
    http://www.apple.com/support/ipod/five_rs/
    G. Try to put the iPod into Disk Mode if it fails to appear on the desktop
    http://docs.info.apple.com/article.html?artnum=93651
    If none of these steps address the issue, you may need to go to Intermediate level listed below in logical order. Check from the top of the lists to see if that is what keeping iPod from appearing on your computer in order for doing the Restore.
    Intermediate Level
    A. Try to connect your iPod with another computer with the iPod updater pre-installed.
    B. Still can’t see your iPod, put it in Disk Mode and connect with a computer, instead of doing a Restore on iPod Updater. Go and format the iPod instead.
    For Mac computer
    1. Open the disk utility, hope your iPod appears there (left hand side), highlight it
    2. Go to Tab “Partition”, click either “Delete” or “Partition”, if fails, skip this step and go to 3
    3. Go to Tab “Erase” , choose Volume Format as “MAC OS Extended (Journaled), and click Erase, again if fails, skip it and go to 4
    4. Same as step 3, but open the “Security Options....” and choose “Zero Out Data” before click Erase. It will take 1 to 2 hours to complete.
    5. Eject your iPod and do a Reset
    6. Open the iTunes 7 and click “Restore”
    For Window computer
    Go to folder “My Computer”
    Hope you can see your iPod there and right click on the iPod
    Choose “Format”. Ensure the settings are at “Default” and that “Quick Format” is not checked
    Now select “Format”
    Eject your iPod and do a Reset
    Open the iTunes 7 and click “Restore”
    In case you do not manage to do a “Format” on a window computer, try to use some 3rd party disk utility software, e.g.“HP USB Disk Storage Format Tool”.
    http://discussions.apple.com/thread.jspa?threadID=501330&tstart=0
    C. Windows users having trouble with their iPods should locate a Mac user. In many cases when an iPod won't show up on a PC that it will show up on the Mac. Then it can be restored. When the PC user returns to his computer the iPod will be recognized by the PC, reformatted for the PC, and usable again. By the way, it works in reverse too. A Mac user often can get his iPod back by connecting it to a PC and restoring it.
    Tips
    a. It does not matter whether the format is completed or not, the key is to erase (or partly) the corrupted firmware files on the Hard Drive of the iPod. After that, when the iPod re-connected with a computer, it will be recognized as an fresh external hard drive, it will show up on the iTunes 7.
    b. It is not a difficult issue for a Mac user to find a window base computer, for a PC user, if they can’t find any Mac user, they can go to a nearest Apple Shop for a favor.
    c. You may need to switch around the PC and Mac, try to do several attempts between “Format” and “Restore”
    http://discussions.apple.com/thread.jspa?messageID=2364921&#2364921
    Advance Level
    A. Diagnostic mode solution
    If you have tried trouble shooting your iPod to no avail after all the steps above, chances are your iPod has a hardware problem. The iPod's built-in Diagnostic Mode is a quick and easy way to determine if you have a "bad" iPod.
    You need to restart your iPod before putting it into Diagnostic Mode. Check that your hold switch is off by sliding the switch away from the headphone jack. Toggle it on and off to be safe.
    Press and hold the following combination of buttons simultaneously for approximately 10 seconds to reset the iPod.
    iPod 1G to 3G: "Menu" and "Play/Pause"
    iPod 4G+ (includes Photo, Nano, Video, and Mini): "Menu" and "Select"
    The Apple logo will appear and you should feel the hard drive spinning up. Press and hold the following sequence of buttons:
    iPod 1G to 3G: "REW", "FFW" and "Select"
    iPod 4G+ (includes Photo, Nano, Video, and Mini): "Back" and "Select"
    You will hear an audible chirp sound (3G models and higher) and the Apple logo should appear backwards. You are now in Diagnostic Mode. Navigate the list of tests using "REW" and "FFW". The scroll wheel will not function while in diagnostic mode. For further details on Diagnostic mode can be found at http://www.methodshop.com/mp3/ipodsupport/diagnosticmode/
    Try to do the 5in1, HDD R/W and HDD scan tests. Some successful cases have been reported after the running the few tests under the Diagnostic mode. In case it does not work in your case, and the scan tests reports show some errors then it proves your iPod has a hardware problem and it needs a repairing service.
    B. Format your iPod with a start disk
    I have not tried this solution myself, I heard that there were few successful cases that the users managed to get their iPod (you must put your iPod in disk mode before connecting with a computer) mounted by the computer, which was booted by a system startup disk. For Mac, you can use the Disk Utility (on the Tiger OS system disk), for PC user, you can use the window OS system disk. Try to find a way to reformat your iPod, again it does not matter which format (FAT32, NTFS or HFS+) you choose, the key is to erase the corrupted system files on the iPod. Then eject your iPod and do a Reset to switch out from Disk Mode. Reboot your computer at the normal way, connect your iPod back with it, open the iPod updater, and hopefully your iPod will appear there for the Restore.
    If none of these steps address the issue, your iPod may need to be repaired.
    Consider setting up a mail-in repair for your iPod http://depot.info.apple.com/ipod/
    Or visit your local Apple Retail Store http://www.apple.com/retail/
    In case your iPod is no longer covered by the warranty and you want to find a second repairing company, you can try iPodResQ or ifixit at your own risk
    http://www.ipodresq.com/index.php
    http://www.ifixit.com/
    http://www.rapidrepair.com/shop/g4-ipod-parts.html
    Just in case that you are at the following situation
    Your iPod warranty is expired
    You don’t want to pay any service charges
    You are prepared to buy a new one
    You can’t accept the re-sell value of your broken iPod
    Rather than leave your iPod as paper-weight or throw it away.
    You can try the following, but again, only do it as your last resort and at your own risk.
    Warning !!!! – It may or may not manage to solve your problem, and with a risk that you may further damage your iPod, which end up as an expensive paper weight or you need to pay more higher repairing cost. Therefore, please re-consider again whether you want to try the next level
    Last Resort Level
    1. . Disconnecting the Hard Drive and battery inside the iPod – Warning !! Your iPod warranty will be waived once you open the iPod.
    In Hong Kong there are some electronic shops offering an iPod service for Sad iPod, the first thing they do is to open up the iPod’s case and disconnecting the battery and the Hard Drive from the main board of the iPod. Wait for 5-10 minutes and reconnecting them back. The reason behind which I can think of is to do a fully reset of a processor of the iPod. In case you want do it itself and you believe that you are good on fixing the electronics devices and have experience to deal with small bits of electronic parts, then you can read the following of how to open the iPod case for battery and HDD replacement (with Quicktimes)
    http://eshop.macsales.com/tech_center/index.cfm?page=Video/directory.html
    2.Press the reset button on the Hard Drive inside the iPod – Suggestion from Kill8joy
    http://discussions.apple.com/thread.jspa?messageID=2438774#2438774
    Have I tried these myself? No, I am afraid to do it myself as I am squeamish about tinkering inside electronic devices, I have few experiences that either I broke the parts (which are normally tiny or fragile) or failed to put the parts back to the main case. Therefore, I agree with suggestion to have it fixed by a Pro.
    2. Do a search on Google and some topics on this discussion forum about “Sad iPod”
    Exclamation point and folder and nothing else
    Spank your iPod
    http://www.youtube.com/watch?v=3ljPhrFUaOY
    http://discussions.apple.com/thread.jspa?messageID=3597173#3597173
    Exclamation point and folder and nothing else
    http://discussions.apple.com/thread.jspa?messageID=2831962#2831962
    What should I do with my iPod? Send it or keep it?
    http://discussions.apple.com/thread.jspa?threadID=469080&tstart=0
    Strange error on iPod (probably death)
    http://discussions.apple.com/thread.jspa?threadID=435160&start=0&tstart=0
    Sad Face on iPod for no apparent reason
    http://discussions.apple.com/thread.jspa?threadID=336342&start=0&tstart=0
    Meeting the Sad iPod icon
    http://askpang.typepad.com/relevanthistory/2004/11/meeting_thesad.html#comment-10519524
    Sad faced iPod, but my computer won’t recognize it?
    http://discussions.apple.com/thread.jspa?messageID=2236095#2236095
    iPod Photo: unhappy icon + warranty question
    http://discussions.apple.com/thread.jspa?messageID=2233746#2233746
    4th Gen iPod Users - are we all having the same problem?
    http://discussions.apple.com/message.jspa?messageID=2235623#2235623
    Low Battery, and clicking sounds
    http://discussions.apple.com/thread.jspa?messageID=2237714#2237714
    Sad faced iPod, but my computer won’t recognize it
    http://discussions.apple.com/thread.jspa?messageID=2242018#2242018
    Sad iPod solution
    http://discussions.apple.com/thread.jspa?threadID=412033&tstart=0
    Re: try to restore ipod and it says "can't mount ipod"
    http://discussions.apple.com/thread.jspa?threadID=443659&tstart=30
    iPod making clicking noise and is frozen
    http://discussions.apple.com/thread.jspa?messageID=2420150#2420150
    Cant put it into disk mode
    http://discussions.apple.com/thread.jspa?messageID=3786084#3786084
    I think my iPod just died its final death
    http://discussions.apple.com/thread.jspa?messageID=3813051
    Apple logo & monochrome battery stay
    http://discussions.apple.com/thread.jspa?messageID=3827167#3827167
    My iPod ism’t resetting and isn’t being read by my computer
    http://discussions.apple.com/thread.jspa?messageID=4489387#4489387
    I am not suggesting that you should follow as well, but just read them as your reference. You are the person to make the call.
    Finally, I read a fair comments from dwb, regarding of slapping the back of the iPod multiple times
    Quote “This has been discussed numerous times as a 'fix'. It does work, at least for a while. In fact I remember using the same basic trick to revive Seagate and Quantam drives back in the mid to late 1980's. Why these tiny hard drives go bad I don't know - could be the actuator gets stuck in place or misaligned. Could be the platter gets stuck or the motor gets stuck. 'Stiction' was a problem for drives back in the 80's. Unfortunately the fix can cause damage to the platter so we temporarily fix one problem by creating another. But I know of two instances where a little slap onto the table revived the iPods and they are still worked a year or more later.”UnQuote

  • Firefox recently started crashing for no apparent reason. I have been using it for years, 6 months on this computyer with Windows 7 and no problems.

    It most often crashes when I am accessing a wmv file, but it has happened numerous times when I am asking nothing of it, just sitting there . I always check the boxes that send the report to headquarters and report the page I was on and all that, but nothing in the help files has helped so far. I run Ad-Aware and Spybot regularly and have Norton as my normal security software. Naturally! Oh, the frustrations with working with crazy electrons.

    I'll get right on it! Thanks for that tip. I'll check back in with a full status report as soon as I can try it out.

  • VGA problem with FiFA 2003 and Audio Problem with NHL2003

    i use onboard VGA
    800 x600for both games
    with no problem
    but for Fifa 2003
    the screen looks so dark...
    all players look like a black people(all  black color hair
    and black face))
    some audio problem with NHL 2003...

    Have you tried the following?
    Adjust monitor settings? i.e. contrast/brightness
    Video settings within the game? Some have gamma or brightness settings.
    Gamma correction in "Display Properties"?
    for starters anyway......

  • Can anyone help with YouTube embed and scrolling problem?

    Hi,
    Whilst working on a mobile version of a site, I've noticed that if you're scrolling through on a device and the area with the YouTube embed is near the top of the screen, it'll suddenly scroll all the way back up to the top of the site. This only seems to happen with the YouTube embed, the rest of the site seems to work fine.
    Anyone else had similar issues?
    The site is www.cowandbell.com/phone
    I'm using an iPhone5 running iOS7 and it's happening in Chrome and Safari.

    Sorry if it sounded like I was telling you to "go away." Far from it: I was trying to point you to the place where you might get an answer most expeditiously. I'm trying to save you time vs. simply having your question sit around unanswered.
    For example, if other Parallels users have had the same problem, the Parallels folks would be the most likely know. I would not assume that"Parallels' answer will inevitably be, "We don't support third-party software."without first asking them.
    You'd be surprised to know how many times folks post questions here about third-party applications and the questions go unanswered, while the answer is actually waiting to be found at the Web site of the third-party app's developer.
    You might also try the HP Web site since it may be a general problem with that set of drivers under Windows.
    Good luck!
    Dr. Smoke
    Author: Troubleshooting Mac® OS X

  • Error code 0x800700B7 with System Restore and Backup problems

    My OS is Vista Ultimate. 2GB RAM. 13GB free space on C Drive. I am unable to use System Restore or Backup and Restore center. When I try to create a Restore Point (or do a backup) error message comes up 'Could not create the scheduled task for the following reason: Cannot create a file when that file already exists. (0x800700B7).' I think (not sure) that these problems came after I was infected with win32:Vitro virus. (No longer any infections showing). I think that my registry may be corrupt or files deleted. Can anyone help please?

    Hi,
    Thank you for your post.
    Based on my research, I would like to suggest the following:
    Note: Please perform a complete system backup first. If any unexpected issue occurs, we can quickly restore the system to the current status.
    1.     Click Start, type regedit in the Start Search box, and then click regedit in the Programs list.
    If you are prompted for an administrator password or for a confirmation, type the password, or click Continue.
    2.     In the navigation pane, locate and then click the following registry subkey:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache
    3.     Right click on this key and select "Export" and save the key to a Flash Drive or other removable storage device.
    4.     Remove the key “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tree\Microsoft\Windows”
    5.     Please reboot the computer and check if the issue reoccurs. If it works, please also reconfigure the Scheduled Task for System restore in Task Scheduler.
    Hope this helps. Thanks.
    Nicholas Li - MSFT

  • 80GB Classic with music, photo, and video problems

    I have had a number of problems since getting my 80gb iPod classic.
    1. Music: I keep finding songs that play perfectly in iTunes, but then stop a few seconds into the song when I play them back on the iPod. The first time this happened, I had to delete the song from iTunes and then rip it back into iTunes from the CD to get it to work. The other songs I haven’t tried to fix yet, but, so far, they are all from CD’s and not downloaded MP3’s. I also noticed that they were all ripped from the CD using an older version of iTunes.
    2. Photos: Very few of the photos I tried to download to the iPod were transferred. I got a message saying they would not work on iPod, but no reason why. They are just simple .jpg files from my camera (Canon Powershot S3 IS). Most of the photos that did get transferred were corrupt. The pictures were all broken up and colors were switched around. I tried changing them to .bmp files and also changing the size to 640x480, and that helped some of them, but not all. The only pictures that worked flawlessly were not photos, they were cartoons.
    3. Video: I have a number of QuickTime videos that work fine in iTunes until I convert them to iPod files. Most of the converted videos showed a blank white screen in thumbnail form in iTunes. When I play them, iTunes only displays a couple of frames, and the sound stutters. They all transferred to the iPod, but every time I tried to play one, the video would crash and the iPod would reset itself.
    I’m thinking about exchanging my iPod for a new one, but I’m afraid that all of the problems are iTunes or Windows Vista related, and I might end up trading a good iPod for a defective one with the same software problems.

    I did find that if I saved all of my photos as bitmaps, resized them to 640x480, and got rid of the dashes in the filenames, that they would work.

  • Iphone 3 with OS4 camera and photos problem

    I updated to OS 4.0.2 and my camera does not work not, nor does the photos page. I had backed them up previously, so I still have them elsewhere, but I cannot take photos now with my iphone 3. I need some help to get it going in the right direction.
    I have reloaded the new OS, and restarted the phone as well, but nothing seems to be working.

    I saw the prompt in iTunes to go back to the previous version if you have problems.
    This is one main issue of doing updates.
    Sometimes it makes things worse when you update the wrong device.
    vs 4 is made for OS4 handset. Not our 3GS.
    Good Luck

  • New MacBook Pro with ticking noise and kernel problems

    Hi I got my MacBook Pro exactly a week ago and I have noticed a ticking sound from under the keyboard, along with this I have been noticing lots of kernel restarts. The report normally says faulting cpu and is normally triggered by youtube whilst using google chrome.
    Any help would be great.
    Here is the error report:
    Interval Since Last Panic Report:  49593 sec
    Panics Since Last Report:          1
    Anonymous UUID:                    BB519E00-3F54-42F0-B11A-87C94BD8219A
    Sun Sep 16 19:40:16 2012
    panic(cpu 5 caller 0xffffff80002c4794): Kernel trap at 0xffffff7f824187b1, type 14=page fault, registers:
    CR0: 0x0000000080010033, CR2: 0xffffff811c54a8bc, CR3: 0x000000013f597051, CR4: 0x00000000001606e0
    RAX: 0xffffff811c54a8ac, RBX: 0xffffff80d26c7000, RCX: 0x00000000ffffffff, RDX: 0xffffff80123e4770
    RSP: 0xffffff80f06c3d70, RBP: 0xffffff80f06c3d90, RSI: 0x0000000000000188, RDI: 0x0000000000000001
    R8:  0xffffff80008bdec0, R9:  0xffffff8008a93530, R10: 0xfffffe8140671d70, R11: 0x000800000005e756
    R12: 0xffffff8013a59230, R13: 0xffffff801737ceb0, R14: 0xffffff80203e2000, R15: 0x0000000000000077
    RFL: 0x0000000000010286, RIP: 0xffffff7f824187b1, CS:  0x0000000000000008, SS:  0x0000000000000010
    CR2: 0xffffff811c54a8bc, Error code: 0x0000000000000002, Faulting CPU: 0x5
    Backtrace (CPU 5), Frame : Return Address
    0xffffff80f06c3a20 : 0xffffff8000220792
    0xffffff80f06c3aa0 : 0xffffff80002c4794
    0xffffff80f06c3c50 : 0xffffff80002da55d
    0xffffff80f06c3c70 : 0xffffff7f824187b1
    0xffffff80f06c3d90 : 0xffffff7f8244fca1
    0xffffff80f06c3dc0 : 0xffffff7f824155b2
    0xffffff80f06c3de0 : 0xffffff80006570fa
    0xffffff80f06c3e00 : 0xffffff800029dff5
    0xffffff80f06c3e20 : 0xffffff8000223096
    0xffffff80f06c3e50 : 0xffffff80002148a9
    0xffffff80f06c3eb0 : 0xffffff800021bbd8
    0xffffff80f06c3f10 : 0xffffff80002af140
    0xffffff80f06c3fb0 : 0xffffff80002dab5e
          Kernel Extensions in backtrace:
             com.apple.driver.AppleIntelHD4000Graphics(7.2.8)[6B02D782-A79F-399C-81FD-353EBF F2AB81]@0xffffff7f8240c000->0xffffff7f82472fff
                dependency: com.apple.iokit.IOPCIFamily(2.7)[C0404427-3360-36B4-B483-3C9F0C54A3CA]@0xffffff 7f80847000
                dependency: com.apple.iokit.IONDRVSupport(2.3.4)[474FE7E9-5C79-3AA4-830F-262DF4B6B544]@0xff ffff7f808ab000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.4)[EF26EBCF-7CF9-3FC7-B9AD-6C0C27B89B2B]@0 xffffff7f80872000
    BSD process name corresponding to current thread: Google Chrome He
    Mac OS version:
    11E2617
    Kernel version:
    Darwin Kernel Version 11.4.2: Wed May 30 20:13:51 PDT 2012; root:xnu-1699.31.2~1/RELEASE_X86_64
    Kernel UUID: 25EC645A-8793-3201-8D0A-23EA280EC755
    System model name: MacBookPro9,1 (Mac-4B7AC7E43945597E)
    System uptime in nanoseconds: 50404789676825
    last loaded kext at 58978882010: com.apple.filesystems.msdosfs          1.7.1 (addr 0xffffff7f81508000, size 57344)
    last unloaded kext at 234336349055: com.apple.driver.AppleFileSystemDriver          13 (addr 0xffffff7f82730000, size 12288)
    loaded kexts:
    com.apple.filesystems.msdosfs          1.7.1
    com.apple.driver.AppleHWSensor          1.9.5d0
    com.apple.driver.AppleMikeyHIDDriver          122
    com.apple.driver.AGPM          100.12.69
    com.apple.driver.X86PlatformShim          5.0.0d8
    com.apple.driver.AppleHDA          2.2.3f13
    com.apple.driver.AppleUpstreamUserClient          3.5.9
    com.apple.driver.AppleMikeyDriver          2.2.3f13
    com.apple.driver.AudioAUUC          1.59
    com.apple.driver.AppleIntelHD4000Graphics          7.2.8
    com.apple.driver.SMCMotionSensor          3.0.2d6
    com.apple.iokit.IOUserEthernet          1.0.0d1
    com.apple.driver.AppleSMCPDRC          5.0.0d8
    com.apple.iokit.IOBluetoothSerialManager          4.0.7f2
    com.apple.GeForce          7.2.8
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.AudioIPCDriver          1.2.3
    com.apple.driver.AppleSMCLMU          2.0.1d2
    com.apple.driver.ApplePolicyControl          3.1.32
    com.apple.driver.AppleMuxControl          3.1.32
    com.apple.driver.AppleLPC          1.6.0
    com.apple.driver.AppleMCCSControl          1.0.33
    com.apple.driver.AppleIntelFramebufferCapri          7.2.8
    com.apple.filesystems.autofs          3.0
    com.apple.driver.AppleUSBTCButtons          227.6
    com.apple.driver.BroadcomUSBBluetoothHCIController          4.0.7f2
    com.apple.driver.AppleUSBTCKeyboard          227.6
    com.apple.driver.AppleIRController          312
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless          1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.BootCache          33
    com.apple.iokit.SCSITaskUserClient          3.2.1
    com.apple.driver.XsanFilter          404
    com.apple.iokit.IOAHCISerialATAPI          2.0.3
    com.apple.iokit.IOAHCIBlockStorage          2.0.4
    com.apple.driver.AppleUSBHub          5.0.7
    com.apple.driver.AppleFWOHCI          4.8.9
    com.apple.driver.AirPort.Brcm4331          560.7.21
    com.apple.driver.AppleSDXC          1.2.2
    com.apple.iokit.AppleBCM5701Ethernet          3.2.4b8
    com.apple.driver.AppleUSBXHCI          1.0.7
    com.apple.driver.AppleEFINVRAM          1.6.1
    com.apple.driver.AppleAHCIPort          2.3.0
    com.apple.driver.AppleSmartBatteryManager          161.0.0
    com.apple.driver.AppleUSBEHCI          5.0.7
    com.apple.driver.AppleACPIButtons          1.5
    com.apple.driver.AppleRTC          1.5
    com.apple.driver.AppleHPET          1.7
    com.apple.driver.AppleSMBIOS          1.9
    com.apple.driver.AppleACPIEC          1.5
    com.apple.driver.AppleAPIC          1.6
    com.apple.driver.AppleIntelCPUPowerManagementClient          195.0.0
    com.apple.nke.applicationfirewall          3.2.30
    com.apple.security.quarantine          1.3
    com.apple.security.TMSafetyNet          8
    com.apple.driver.AppleIntelCPUPowerManagement          195.0.0
    com.apple.driver.DspFuncLib          2.2.3f13
    com.apple.iokit.IOSurface          80.0.2
    com.apple.iokit.IOSerialFamily          10.0.5
    com.apple.iokit.IOFireWireIP          2.2.5
    com.apple.iokit.IOAudioFamily          1.8.6fc18
    com.apple.kext.OSvKernDSPLib          1.3
    com.apple.driver.AppleSMBusPCI          1.0.10d0
    com.apple.driver.AppleHDAController          2.2.3f13
    com.apple.iokit.IOHDAFamily          2.2.3f13
    com.apple.driver.AppleGraphicsControl          3.1.32
    com.apple.driver.AppleBacklightExpert          1.0.4
    com.apple.nvidia.nvGK100hal          7.2.8
    com.apple.driver.X86PlatformPlugin          5.1.1d6
    com.apple.driver.AppleSMC          3.1.3d10
    com.apple.driver.IOPlatformPluginFamily          5.1.1d6
    com.apple.driver.AppleSMBusController          1.0.10d0
    com.apple.NVDAResman          7.2.8
    com.apple.iokit.IONDRVSupport          2.3.4
    com.apple.iokit.IOGraphicsFamily          2.3.4
    com.apple.kext.triggers          1.0
    com.apple.driver.AppleUSBBluetoothHCIController          4.0.7f2
    com.apple.iokit.IOBluetoothFamily          4.0.7f2
    com.apple.iokit.IOSCSIBlockCommandsDevice          3.2.1
    com.apple.iokit.IOUSBMassStorageClass          3.0.3
    com.apple.driver.AppleUSBMultitouch          230.5
    com.apple.iokit.IOUSBHIDDriver          5.0.0
    com.apple.driver.AppleThunderboltDPInAdapter          1.8.4
    com.apple.driver.AppleThunderboltDPAdapterFamily          1.8.4
    com.apple.driver.AppleThunderboltPCIDownAdapter          1.2.5
    com.apple.driver.AppleUSBMergeNub          5.0.7
    com.apple.driver.AppleUSBComposite          5.0.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          3.2.1
    com.apple.iokit.IOBDStorageFamily          1.7
    com.apple.iokit.IODVDStorageFamily          1.7.1
    com.apple.iokit.IOCDStorageFamily          1.7.1
    com.apple.iokit.IOSCSIArchitectureModelFamily          3.2.1
    com.apple.iokit.IOUSBUserClient          5.0.0
    com.apple.driver.AppleThunderboltNHI          1.6.0
    com.apple.iokit.IOThunderboltFamily          2.0.3
    com.apple.iokit.IOFireWireFamily          4.4.5
    com.apple.iokit.IO80211Family          420.3
    com.apple.iokit.IOEthernetAVBController          1.0.1b1
    com.apple.iokit.IONetworkingFamily          2.1
    com.apple.iokit.IOAHCIFamily          2.0.8
    com.apple.iokit.IOUSBFamily          5.0.7
    com.apple.driver.AppleEFIRuntime          1.6.1
    com.apple.iokit.IOHIDFamily          1.7.1
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.sandbox          177.5
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.driver.DiskImages          331.7
    com.apple.iokit.IOStorageFamily          1.7.2
    com.apple.driver.AppleKeyStore          28.18
    com.apple.driver.AppleACPIPlatform          1.5
    com.apple.iokit.IOPCIFamily          2.7
    com.apple.iokit.IOACPIFamily          1.4
    Model: MacBookPro9,1, BootROM MBP91.00D3.B06, 4 processors, Intel Core i7, 2.6 GHz, 8 GB, SMC 2.1f170
    Graphics: NVIDIA GeForce GT 650M, NVIDIA GeForce GT 650M, PCIe, 1024 MB
    Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In, 512 MB
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80CE, 0x4D34373142353237334448302D434B302020
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80CE, 0x4D34373142353237334448302D434B302020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xF5), Broadcom BCM43xx 1.0 (5.106.198.19.21)
    Bluetooth: Version 4.0.7f2, 2 service, 18 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en1
    Serial ATA Device: TOSHIBA MK7559GSXF, 750.16 GB
    Serial ATA Device: HL-DT-ST DVDRW  GS31N
    USB Device: hub_device, 0x8087  (Intel Corporation), 0x0024, 0x1a100000 / 2
    USB Device: Cruzer Fit, 0x0781  (SanDisk Corporation), 0x5571, 0x1a120000 / 4
    USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8509, 0x1a110000 / 3
    USB Device: hub_device, 0x8087  (Intel Corporation), 0x0024, 0x1d100000 / 2
    USB Device: Cruzer Fit, 0x0781  (SanDisk Corporation), 0x5571, 0x1d110000 / 7
    USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0x1d180000 / 3
    USB Device: BRCM20702 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x1d181000 / 6
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x821d, 0x1d181300 / 9
    USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0253, 0x1d183000 / 5
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0x1d182000 / 4

    If your computer is only a week old, quit messing with it and return it for a full refund. You have 14 days, from date of purchase, to return it for a full refund. Do so, & use the money to purchase another computer. It should work flawlessly right out of the box.

Maybe you are looking for

  • Data Guard Logical Standby DB Questions

    Hi, I am creating Oracle 9i Logical Standby database on AIX 5 on same server ( for testing only ). In Data Guard Manual ( PDF file page no : 86 ) it is said that Step 4 Create a backup copy of the control file for the standby database. On the primary

  • Sorry server redirect to simple html file hosted on ACE

    I know this question has already been asked and all I'm doing here is to double check to see that the status of this feature is still unsupported?? Is this correct? regards Tyrone

  • Can i download adobe illustrator cs3 trial version

    can i download adobe illustrator cs3 trial version

  • Can I restore my library from the iPod Touch?

    Hi all, I was forced to restore my laptop recently and like a lot of users I am trying to restore my library.  I backed it up to an external hard drive regularly but for some reason I am only able to locate older versions of the library.  When I rest

  • How to list all directory quotas on an OES NSS Volume ??

    Hi I need to list all the directory quotas on an OES2 NSS volume, and haven't succeded yet! I've tried to extract the info by inspecting /_admin/Manage_NSS/Volume/<volname>/DirInfo.xml, but it's always incomplete, as the file seems to have a 'fixed l