Dependency service in maintenance, but the parent service still online.

Hi,
I am confused about the usage of require_all/error flags for a dependency. I have a service *"example"* which is dependent on *"example2*" with require_all/error flag set.
When I mark example2 dependency in maintenance mode, example service remains in online state. Considering flag restart_on="error" means that the service will restart if the dependency services fails, this doesn't seem to work for me.
All the manifest and method files are pasted below . Thanks for any help that can provided.
example.xml
<?xml version="1.0"?>
<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
<service_bundle type='manifest' name='NORTsvc:example'>
<service
name='application/example'
type='service'
version='1'>
<create_default_instance enabled='true' />
<single_instance/>
<dependency
name='minimal'
grouping='require_all'
restart_on='error'
type='service'>
<service_fmri value='svc:/application/example2'/>
</dependency>
<exec_method
type='method'
name='start'
exec='/lib/svc/method/example.sh start'
timeout_seconds='0' />
<exec_method
type='method'
name='stop'
exec='/lib/svc/method/example.sh stop'
timeout_seconds='0' >
</exec_method>
<property_group name='startd' type='framework'>
<propval name='duration' type='astring' value='contract' />
</property_group>
<template>
<common_name>
<loctext xml:lang='C'>
An example service
</loctext>
</common_name>
</template>
</service>
</service_bundle>
example2.xml
<?xml version="1.0"?>
<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
<service_bundle type='manifest' name='NORTsvc:example'>
<service
name='application/example2'
type='service'
version='1'>
<create_default_instance enabled='true' />
<single_instance/>
<dependency
name='minimal'
grouping='require_all'
restart_on='none'
type='service'>
</dependency>
<exec_method
type='method'
name='start'
exec='/lib/svc/method/example2.sh start'
timeout_seconds='0' />
<exec_method
type='method'
name='stop'
exec='/lib/svc/method/example2.sh stop'
timeout_seconds='0' />
<property_group name='startd' type='framework'>
<propval name='duration' type='astring' value='transient' />
</property_group>
<stability value='Unstable' />
<template>
<common_name>
<loctext xml:lang='C'>
An example service
</loctext>
</common_name>
</template>
</service>
</service_bundle>
example.sh
#!/sbin/sh
case "$1" in
'start')
mkfile 16m /var/tmp/myfile
'stop')
rm -f /var/tmp/myfile
echo "Usage: $0 { start | stop }"
exit 1
esac
exit 0
example2.sh
#!/sbin/sh
case "$1" in
'start')
mkfile 16m /var/tmp/myfile2
'stop')
rm -f /var/tmp/myfile2
echo "Usage: $0 { start | stop }"
exit 1
esac
exit 0

Its interesting if you can run file on it:
file /usr/local/lib/libgcc_s.so.1
.. really should work.
But yes, i suggest that you install a libgcc_s.so.1 from a x86/intel package. As far as i can tell you have installed the SPARC package.
If you are using the sunfreeware.com packages, the libgcc_s.so.1 file is included in the SMCgcc package which can be downloaded from:
ftp://ftp.sunfreeware.com/pub/freeware/intel/10/gcc-3.4.6-sol10-x86-local.gz
The size of the libgcc_s.so.1 found in the SPARC package matches the one you had in your post (168580 bytes), so i am rather sure you have installed the SPARC gcc package on your intel platform.
I also suspect that running /usr/local/bin/gcc will return something like "Invalid argument"..
.7/M .
Edited by: abrante on Sep 29, 2011 2:45 PM
A simpler way to check which arch you are running is to run the following command (if you have the sunfreeware package):
pkginfo -l SMCgcc |grep ARCH

Similar Messages

  • QueryException[not from this UnitOfWork object space, but the parent]

    It seems our system trigger more exceptions QueryException[not from this UnitOfWork object space, but the parent] under memory constraint when we are using weak reference for session cache. Anybody has a clear explanation on how memory and weak reference could have an impact on TopLink validation?
    [3/1/07 23:39:00:466 EST] 123653 RegisteredSyn E WTRN0074E: Exception caught from before_completion synchronization operation: Local Exception Stack:
    Exception [TOPLINK-6004] (Oracle TopLink - 10g Release 3 (10.1.3.1.0) (Build 061004)): oracle.toplink.exceptions.QueryException
    Exception Description: The object [Error Code ID: 946
    Error Code: 0223
    Severity Level 8
    Error MessageFUTURE EFFECTIVE DATE NOT ALLOWED
    ], of class [class com.saic.ct.sys.domain.pms.error.reference.ECMErrorCode], with identity hashcode (System.identityHashCode()) [27,525,235],
    is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork,
    but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly
    registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to
    help debug where the error occurred. For more information, see the manual or FAQ.
         at oracle.toplink.exceptions.QueryException.backupCloneIsOriginalFromParent(QueryException.java:186)
         at oracle.toplink.publicinterface.UnitOfWork.getBackupClone(UnitOfWork.java:1797)
         at oracle.toplink.publicinterface.UnitOfWork.calculateChanges(UnitOfWork.java:486)
         at oracle.toplink.publicinterface.UnitOfWork.commitToDatabaseWithChangeSet(UnitOfWork.java:1362)
         at oracle.toplink.publicinterface.UnitOfWork.issueSQLbeforeCompletion(UnitOfWork.java:2840)
         at oracle.toplink.publicinterface.UnitOfWork.issueSQLbeforeCompletion(UnitOfWork.java:2820)
         at oracle.toplink.transaction.AbstractSynchronizationListener.beforeCompletion(AbstractSynchronizationListener.java:96)
         at oracle.toplink.transaction.JTASynchronizationListener.beforeCompletion(JTASynchronizationListener.java:55)
         at com.ibm.ws.Transaction.JTA.RegisteredSyncs.distributeBefore(RegisteredSyncs.java:137)
         at com.ibm.ws.Transaction.JTA.TransactionImpl.internalPrepare(TransactionImpl.java:1254)
         at com.ibm.ws.Transaction.JTA.TransactionImpl.commit(TransactionImpl.java:991)
         at com.ibm.ws.Transaction.JTA.TranManagerImpl.commit(TranManagerImpl.java:150)
         at com.ibm.ws.Transaction.JTA.TranManagerSet.commit(TranManagerSet.java:177)
         at com.ibm.ejs.csi.TranStrategy.commit(TranStrategy.java:735)
         at com.ibm.ejs.csi.TranStrategy.postInvoke(TranStrategy.java:168)
         at com.ibm.ejs.csi.RequiresNew.postInvoke(RequiresNew.java:88)
         at com.ibm.ejs.csi.TransactionControlImpl.postInvoke(TransactionControlImpl.java:570)
         at com.ibm.ejs.container.EJSContainer.postInvoke(EJSContainer.java:3068)
         at com.saic.ct.sys.svc.job.EJSLocalStatelessJobSvcEJB_c3d9335e.processPLTR(Unknown Source)
         at com.saic.ct.sys.svc.pms.PmsSvcEJB.processPltrEventsUsingJobSvc(PmsSvcEJB.java:6170)
         at com.saic.ct.sys.svc.pms.EJSLocalStatelessPmsSvcEJB_0afdd20f.processPltrEventsUsingJobSvc(Unknown Source)
         at com.saic.ct.sys.svc.agent.pms.PltrAgent.execute(PltrAgent.java:41)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.saic.ct.sys.pms.PmsDataProcessor.invokeServiceAgent(PmsDataProcessor.java:462)
         at com.saic.ct.sys.pms.PmsDataProcessor.processAllMessages(PmsDataProcessor.java:281)
         at com.saic.ct.sys.pms.PmsDataProcessor.processData(PmsDataProcessor.java:183)
         at com.saic.ct.sys.pms.RespondMDB.onMessage(RespondMDB.java:51)
         at com.ibm.ejs.jms.listener.MDBWrapper$PriviledgedOnMessage.run(MDBWrapper.java:211)
         at com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java:56)
         at com.ibm.ejs.jms.listener.MDBWrapper.callOnMessage(MDBWrapper.java:200)
         at com.ibm.ejs.jms.listener.MDBWrapper.onMessage(MDBWrapper.java:178)
         at com.ibm.mq.jms.MQSession.run(MQSession.java:1588)
         at com.ibm.ejs.jms.JMSSessionHandle.run(JMSSessionHandle.java:924)
         at com.ibm.ejs.jms.listener.ServerSession.connectionConsumerOnMessage(ServerSession.java:752)
         at com.ibm.ejs.jms.listener.ServerSession.onMessage(ServerSession.java:527)
         at com.ibm.ejs.jms.listener.ServerSession.dispatch(ServerSession.java:494)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.ibm.ejs.jms.listener.ServerSessionDispatcher.dispatch(ServerSessionDispatcher.java:37)
         at com.ibm.ejs.container.MDBWrapper.onMessage(MDBWrapper.java:91)
         at com.ibm.ejs.container.MDBWrapper.onMessage(MDBWrapper.java:127)
         at com.ibm.ejs.jms.listener.ServerSession.run(ServerSession.java:375)
         at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:936)

    I am not sure that particular error has anything to do with weak references.
    That just shows you are not working with clones throughout in your transaction. You are mixing server session objects with clones. Can you post your unit of work code?

  • Hi there, I have installed iTune on my new Toshiba laptop which runs on Win 8.  I can update itune on Toshiba laptop, sync but the iphone Apps still showing app to be updated.  Restarted both Itune

    Hi there, I have installed iTune on my new Toshiba laptop which runs on Win 8.  I can update itune on Toshiba laptop, sync but the iphone Apps still showing app to be updated.  Restarted both Itune and iphone....reset phone backup....to no avail.....HELP!

    I have removed now all bloatware from laptop, CCleaner run and some more stuff: installed Libre Office, Free Avast, Mozilla Firefox - Spotify was preinstalled. And now this is even better - really simple and fast.
    I also removed Ethernet completely, as I don't want to be locked at one place. It's not cool to use laptop on divan sofa. So tired after hour of sitting in uncool position. Wifi speed loss is almost 50%. 95 Mbps I get from 100 Mbps at Ethernet and on Wifi in laptop I get at max 50 Mbps. It's only for end this year this way, then I will slow down my connection anyway as for one person and laptop/smartphone it's way too much of speed for 40 €. With 27€ I can get the same 10M/10M and it will be more than enough. Now I have 100M/10M.
    I'm also considering about 50M/10M option for 32.90 €, but I will see what I do. I download now test file 10GB and it loads 30-40 Mbps and sometimes even as fast as 50 Mbps. It depends on server also, but ebven on Google, which works on Ethernet at 95 Mbps, it is on Wifi nothing more than 51 Mbps.
    It's also 10GB of 1,100 Offlined tracks, I tested it now. So on trips 32GB card should be enough for my phone. I'm going to one soon :)

  • Old PP Orders Cancelled , but the material requirement still coming.

    Dear Experts,
    We are having many such orders which are cancelled in SAP but the material requirement keeps flowing.  Please suggest how to remove the material requirement flow?   as it is leading to our increasing non-moving stock without our control.
    Thanks In advance.
    Regards
    Don

    HI,
    When you say "PP Orders Cancelled , but the material requirement still coming." Does it mean the dependent requirements reservation still exist in the system?
    If that is the case, make sure the Orders cancelled are TECo'ed and Deletion flag is set. Teco will clear all the reservations,
    If my understanding is not true , Please give more details.
    Regards
    Ratan
    Edited by: Ratan on Jul 27, 2009 9:26 PM

  • How do I delete a toolbar that was added by a plugin? Plug-in's been uninstalled, but the toolbar is still there and any new tabs open on their search engine (even though I have Tab Mix set to open tabs on a duplicate page). Help?

    Running Firefox on Windows XP3. I installed a plugin from Savevid.com, which they now require. (I've used that site for at least a year with no problem ever.) Everything was fine but it added a toolbar to my browser, and it seems to have reset Firefox somehow so that any new tab opens on "Searchqu", some low-rent search engine. I uninstalled the plug-in altogether, but the toolbar is still there, and I can't make the reset on the search engine go away. I use Tab Mix Plus (also never had this problem before with it), but no matter what I do, the tabs will not open to anything other than searchqu. (Tab Mix has the option to open to a duplicate tab - what it was using BEFORE all this - but changing that no longer has any effect.)
    Anyone know how to deal with a problem like this?

    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe Mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    You can also check for problems with the localstore.rdf file.
    *http://kb.mozillazine.org/Corrupt_localstore.rdf

  • I deleted some of my text message histories to get rid of 'other' space (6.33 gb). They were gone from iMessage, but they still showed up in search, so they were still taking up space on my phone. I synced my iPhone (4s) but the messages are still there.

    I deleted some of my text message histories to get rid of 'other' space (6.33 gb). They were gone from iMessage, but they still showed up in search, so they were still taking up space on my phone. I synced my iPhone (4s) with iTunes but the messages are still there. How can I get rid of these texts for good and have more space on my phone? 6.33 gb of other space is way too much, thats almost half of my overall available space (13.5 gb.) I don't want to reset my phone and lose all my other texts/ app progress/ photos. I do have backups, but when I restore from the backup the other space comes back along with everything else. What can I do to get rid of this other space and the 'deleted' text messages? (I'm running iOS 6.1.3 if that helps)

    But once again, I do not want to lose my other texts, app progress, and photos. I could sync the photos but i would still lose the app progress and texts. I would only restore if it was the only option left, but the other space, as already stated, isnt the main concern. The main concern is those 'deleted' texts. If they go, then a good size chunk of the other space goes. I know you CAN delete texts for good. It worked fine before. All i want to know is why its not working for me now, and how to fix it.
    I also know that when you delete texts on your iphone, they get marked for deletion, however they stay on your device (thats why they show up when you search for them.) then when you sync your device with itunes, the texts marked for deletion should disappear. When i synced they didnt disappear. Thats what i need an explanation/solution for. Why the texts marked for deletion didnt get fully deleted after the sync.

  • Help! My iPod touch won't let me download any apps. A message keeps coming up saying "This Apple ID cannot be used for the iTunes store. Please enter another Apple ID" I changed my ID to see if that would work but the same message still comes up.

    Help! My iPod touch won't let me download any apps. A message keeps coming up saying "This Apple ID cannot be used for the iTunes store. Please enter another Apple ID" I changed my ID to see if that would work but the same message still comes up.

    Where are you physically located?
    What country's Store are you using?
    The two have to be the same and the payment method for your account also has to be associated (billing address, where iTunes gift card was purchased) with that country.
    Has the ID(s) worked before for purchases for this country's store?

  • I have updated Firefox to 8.0.1 but the main screen still says " You're not on the latest version of Firefox. Upgrade today to get the best of the Web!" What is the problem?

    I downloaded Firefox Setup 8.0.1.exe from the website to my desktop and opened it as an administrator. The available choice (once opened) was to upgrade. When the process was complete my version of Firefox was identified as 8.0.1 but the main screen still said - "You're not on the latest version of Firefox. Upgrade today to get the best of the Web!"

    This - http://www.google.com/firefox - is the old Firefox Start Page used by the Firefox 3.6 and earlier versions of Firefox, I don't think it is being maintained.
    Starting with the Firefox 4 version, Firefox is using a "local" Start Page with the address of '''about:home'''. It looks similar to the old Start Page, but it isn't exactly the same.

  • My Ipod touch recently fell into water, but once dried, it worked with seemingly little to no problems. Today, after working for at least an hour, the screen froze and is now not working, but the sounds are still functioning.

    I accidentally dropped my Ipod into the lake, at the beach yesterday, but i caught it early and it wasn't too soaked... i wiped it off for the most part, and most of the buttons and the screen worked fine! i was shocked, and there were a few glitches with the camera and the slide button on the lock screen, but otherwise it was greatly intact! so i gave it a rest, put it in my purse, and picked it up fifteen minutes later, and it was working 100% normally again! when i got home a few hours later, i put it in rice for a few hours, taking it out every once and a while to check my notifications... it still seemed to be working perfectly, so i just set it down out of the rice, assuming the moisture was gone. this morning, again, everything was working normally, no glitches, UNTIL, i opened my instagram app, and the screen froze, and it seemed like it had two separate screens, and i held the Sleep button down until the screen went black... then i tried turning it back on, etc. and it still didn't work, and so i plugged it into the computer, holding down the sleep and home buttons, and itunes identified it as in recovery mode, and started updating. i tried again to press the sleep and home butttons, maybe pressing only the home button, because I heard the Siri noise, as well as the charging sound, but the screen was still black.... i checked my iTunes, and lo and behold, it had identified my iPod, and synced it to the computer, as if it were normally functioning. However, the screen is still not working, and Siri is not working either. The sounds may be the only thing that's functioning. Should i send it in?

    - Restore from backup. See:                                 
    iOS: How to back up                             
    - Restore to factory settings/new iOS device.
    If still problem, make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
      Apple Retail Store - Genius Bar              
    Apple will exchange your iPod for a refurbished one for $199 for 64 GB 4G, $99 for the other 4Gs, $99 for the 16 GB 5G and $149 for the other 5Gs. They do not fix yours.
      Apple - iPod Repair price
    Sometime it takes a little while for the water to damage the iPod.

  • My motherboard died but the hardrive is still good. How can I get my old bookmarks and copy them to my new computer?

    My old Gateway laptop died (about 2 years old)but the harddrive is still good. I was able to retrieve all my old info EXCEPT I can't figure how to get to my old bookmarks file so I can copy them into my new computer. I believe. I have tried several forums, but the instructions don't give me the results I need. I am running my old drive with a USB adapter so I can see all my files, but can't get to/find the bookmark file.

    See this: <br />
    http://support.mozilla.com/en-US/kb/Recovering+important+data+from+an+old+profile

  • I can't back up my information to iCloud and sync them to my iPad. I tried to reset the account by erasing everything in the account but the problem is still there. Can someone let me know how to delete everything in my account and start a new backup.

    Hello,
    I'm having probelms backing up my information to my iCloud account. I tried to reset the account and erase everything in my account but the problem is still there. The problem is that my iPhone is not able to complete the backup process and all it is saying a problem occured.
    Someone Pleas let me know how to reset my account, delet everyhting in the Cloud and start a new backup.
    Thanks very much,
    Dalal Tammar

    Welcome to the Apple Community.
    You might try a forced shutdown to begin with, hold down the top and home buttons together until the device shuts down, then restart it.
    First check that your device is correctly connected to the wifi/internet (settings > wifi)
    If your back up continually fails, you might try turning off back up on your mobile device (settings > iCloud > storage & backup) and then deleting the backup file from iCloud by swiping the backup file on the mobile device (settings > iCloud > storage & backup > manage…) and then turning back up on again.
    If this doesn't help, try turning off some items for back up in a pattern to try to establish if your problem is being caused by specific data on your device.
    Being able to back up to the cloud can be very useful, especially if you don't have access to a computer or have infrequent access to one, however unless you specifically need to use iCloud for back up, you will find backing up to iTunes significantly more convenient and possibly more reliable.
    More about iCloud v iTunes Back Up

  • Since downloading 11.0.1 (12), Itunes can't locate or play many songs but the same songs still play on my synched iPod.

    Since downloading Itunes 11.0.1 (12), Itunes can't locate or play many songs but the same songs still play on my synched iPod. I have a MacBook Air, Lion OS, Itunes version 11.0.1 (12).  I didn't see this problem with older versions of Itunes.  I do not manually change the organization of the Itunes library.  I use the Itunes "add to library" feature or Amazon's MP3 downloader.  Sometimes, however, I have changed song information in the "info" window.  Such as unchecking the "compilation" button and sorting by artist (for that song), so that I can search by artist in the top pane of Itunes (otherwise the song is sorted in an album that is a "compilation," but not under the name of the artist who sang a particular song.  I've done this without problem in the past, but perhaps the newer version of Itunes can't handle the changes I made and has lost track of where the older version of Itunes stored such songs?    How do I fix all these older previously ok changes if that's the case...  If I could just find where they are stored in Itunes it would be easier perhaps.  I've looked in compilations, unknown artist, and so forth to no avail.  And Finder search can't find them.
    Details: suddenly, many songs are marked with "!," denoting that Itunes cannot find the songs in the library and cannot play them. Oddly, my iPod CAN play the "unlocatable" songs with no problem (it has been synched "post problem").  So the songs are still there somewhere in the Itunes library.  This problem occurs by album, that is, all songs from the same album become unlocatable, although different albums by the same artist may still be found and played. 
    Exploring the Itunes library to try to locate the missing albums/songs, I discovered that generally there is no longer any folder specified for any artist associated with a missing album [artist is the top level of organization and album is the second; compilations are in the same folder]. This is true even if I have other albums from the same artist which Itunes IS able to locate.  I cannot find a single song/album by such artists anywhere in the Itunes file system, even the ones that Itunes can still play.  If I right click and "get info" for an unlocatable song, I get a notification box that asks if I want to locate the file.  If I click "no," next thing-- the info window for the song pops up, with all the correct info (including sort info, which I double check)!  Why is Itunes able to locate all the info on the song, but is not able to play the MP3 file? 
    Using Finder I cannot locate the songs that are unlocatable by Itunes (except the original download files in the Amazon MP3 folder).  Finder is, of course, able to find Itunes songs that Itunes has no trouble locating.  What's up?!  My iPod can find them just fine.  I just synched my iPod again and am playing the "unlocatable" songs right now.
    I can "fix" most of these files by downloading files one by one into Itunes from my Amazon download folder or from my CDs using the "add to library" feature. In fact, it is strange.  But this will take a very long time!  And what if this problem continues recurring?   But something strange happens when I implement this fix.  I added one song to Itunes (from the Amazon MP3 folder, using "add to library") for one "unlocatable" album of Pete Seegers. After adding that one song, I looked at the Itunes music library and discovered that a folder for Pete Seeger (which was not there before I added the song) had been newly created, or restored.  In this folder was the one song I had just added, but ALSO all my other Seeger albums that had previously remained "locatable" by Itunes.  But the other "unlocatable" songs were not restored, unfortunately.  

    I have found a workaround. When I create a new playlist, iTunes allows me to add or remove songs from existing playlists for a short while. Then, for some reason it prevents me from adding and deleting songs again. Not sure why. Go figure.

  • My Iphone 3gs wont charge, turn on, or restore itself in Itunes, but the apple logo still appears when I hold the sleep botton.  How can I make my Iphone work????

    My Iphone 3gs wont charge, turn on, or restore itself in Itunes, but the apple logo still appears when I hold the sleep botton.  How can I make my Iphone work????  I know it is not dead because I can see the apple logo on, and every time I connect it to a USB port to charge, or a wall charger, the battery appears with a bit of red. Still, it wont turn on.  It's been like this for three days now and I haven't stopped charging it.  IT just WONT charge?  Any tips I can use to solve the issue?
    -Esteban

    Hello estebie67,
    Thanks for the question, and welcome to Apple Support Communities.
    It sounds like the iPhone is experiencing issues upon startup, and may not be loading the firmware or operating system correctly. If you have not already done so, try resetting the iPhone while connected to power:
    iPhone, iPad, iPod touch: Turning off and on (restarting) and resetting
    http://support.apple.com/kb/HT1430
    If the above does not resolve your issue, it will be best to restore the iPhone in recovery mode:
    iOS: Unable to update or restore
    http://support.apple.com/kb/HT1808
    Thanks,
    Matt M.

  • I have adobe Premiere Elements 13. It will not let me delete audio or have it fade in or out. I can move the yellow line all the way down till the volume reads -0.0, but the sound is still there on playback. I can click on fade in and fade out and the yel

    I have adobe Premiere Elements 13. It will not let me delete audio or have it fade in or out. I can move the yellow line all the way down till the volume reads -0.0, but the sound is still there on playback. I can click on fade in and fade out and the yellow line that graphs volume takes a sharp raise or dip at the beginning or end of the clip, but there is no change in volume when I play back. What am I doing wrong?

    rickeyt
    Thanks for the reply. Great news about the volume adjusts.
    Now about those fades for the volume. How are you doing that?
    1. Right click the Timeline video audio and select Fade and then
    see the Fade options (I had a video with audio file, so I saw the choices as shown in the screenshot)
    2. You can also create two volume keyframes at each end of the Timeline audio clip rubberband (orange line that goes horizontally across the middle of the audio clip). At the position of the Timeline Indicator, click the Add/Remove Keyframe icon, and then with the mouse cursor position the white dots (volume keyframes) to achieve the Fade In and Fade Out audio. In the screenshot below I have moved the Timeline Indicator so that you could better see the white dots (volume keyframes).
    Please let us know if any of the above works for you with regard to the audio fades.
    Thank you.
    ATR

  • I updated my iphone 3gs to ios 5.0.1 from ios 4 , now its saying that sim is not activated but the sim is still inside

    i updated my iphone 3gs to ios 5.0.1 from ios 4 , now its saying that sim is not activated but the sim is still inside
    PLSS HELP ME OUT !!!!

    Sounds like your phone was hacked to work with any network. Doing the update re-locked it to the original carrier. All you can do now is contact the carrier it is locked to to see if they have an unlocking policy. Note that if it's AT&T they do not offer unlocking. otherwise find an un-activated sim for the original carrier and you can use it as an iPod.

Maybe you are looking for