Start sudden failure: f1 respawning too fast

Hi,
Till yesterday I had a fully working and updated  Arch_X86_64/KDE  system (inc. pacman 4.0.1-4).
This morning I've tried a full upgrade (pacman -Syu) and:
1. Initially found dependency problems related to (as far as I remember) to one of the gcc libraries. (I removed that library and proceedeed upgrading)
2. A lot of missing or unstrusted. I've run the init key, yet the problem continues.
I decided to reboot intending to rerun pacman -Syu afterwards.
However my system won't boot anymore. It complains as follows:
1. can't open (no such file) libstdc++.so.6
2. "INIT: Id "f1" respawning too fast: disabled for 5 minutes."
That's it.
Please advise how to restore full functionality?
Thanks

Please disable signature checking, at least for now. And you shouldn't face the problem. Read the news here:
http://www.archlinux.org/news/pacman-4-moves-to-core/
In fact it's disabled in the default pacman.conf, so you must've enabled it yourself. Disable it and proceed to upgrade the system.

Similar Messages

  • Nvidia driver causes "INIT: Id "x" respawning too fast"

    Hi.  I'm having lot's of trouble getting my nvidia card working.  I checked out more threads than I'd like to list.  Although there's lot's of stuff on this error, there's little on nvidia (more on radeon, but nothing helped so far).  I've looked at
    http://bbs.archbang.org/viewtopic.php?id=2889
    among other arch forum threads and non-arch forum pages too.
    This is a new install on an ASUS N53S.
    During my initial install of Arch, I went with the xf86-video-intel-sna driver because the wiki recommended installing proprietary nvidia drivers after X is working.  The intel driver worked fine and I got my desktop up and running no problem.
    But if I try switching to either the nvidia driver (as per the wiki) or the nouveau driver I get this message at startup (and slim fails to start)
    INIT: Id "x" respawning too fast: disabled for 5 minutes
    If I try "startxfce4", it spits out some stuff, culminating in "Fatal server error: no screens found"
    The card is NVIDIA GeForce GT550M
    I can't tell if the problem is with the driver, xorg.conf, or slim (or something else).  Any help would be great.  Thanks.
    Last edited by Pacopag (2012-07-20 14:35:55)

    Awesome.  Thanks so much for your help.  I just followed the Bumblebee wiki, and it seems to be working.
    When I do "optirun glxspheres", it takes 5 or 6 seconds to run the thing.  Is that normal?
    Also, here https://wiki.archlinux.org/index.php/Bu … VIDIA_card
    I'm not sure what to make of
    options bbswitch load_state=0 unload_state=0
    I check the documentation and their example give values of 0 and 1 respectively.  It's clear what the values mean, but I'm not sure WHAT is being referred to as loaded and unloaded.  What values are the likely ones that I want?

  • Slim "Id "x" respawning too fast: disabled for 5 minutes"

    Hello Everyone,
    Slim "Id "x" respawning too fast: disabled for 5 minutes"
    This error drives my crazy I changed to slim after the recent change of gdm.
    Since I changed, when I boot my PC this error always occurs. Only solution so far is either to wait for 5 minutes  or to change to another TTY#, login and try init 3 and then init 5 (which only works sometimes but most of the time delivers the same error).
    The error doesn't occur when I REboot the PC.
    I start slim via inittab with "x:5:respawn:/usr/bin/slim >& /dev/null"
    I already tried the German Arch-Forum but got no reply.
    There is a topic http://bbs.archlinux.org/viewtopic.php?id=81159 with the "solution" to change inittab
    "x:5:respawn:/usr/bin/slim >& /dev/null"
    to
    "x:5:once:/usr/bin/slim >& /dev/null"
    but this doesn't work for me, slim then refuses completly to start.
    I'd prefer to use the inittab method and not the daemon method...
    Thank you in advance
    cl10k
    PS: Sry for bad English...
    Last edited by cl10k (2009-11-24 21:54:18)

    Hi,
    "generally" X seems to work fine. I use Openbox without any problems. If I try /usr/bin/slim from init 3 it says: "Stale lockfile found, removing it" and then nothing happens - the console just stays on.
    I haven't changed my Xorg for ages, I still use the same X configuration (besides updates) that I had years ago with kdm and then with gdm. Even when I switched from gdm to slim I just follwed to wiki and changed the Inittab line from gdm to slim.
    Heres my Inittab and my Xorg.conf (to be honest I'm not really fit with Xorg configuration...)
    To be sure, I just created a (very basic) new Xorg.conf with nvidia-xconfig.
    # /etc/inittab
    # Runlevels:
    # 0 Halt
    # 1(S) Single-user
    # 2 Not used
    # 3 Multi-user
    # 4 Not used
    # 5 X11
    # 6 Reboot
    ## Only one of the following two lines can be uncommented!
    # Boot to console
    #id:3:initdefault:
    # Boot to X11
    id:5:initdefault:
    rc::sysinit:/etc/rc.sysinit
    rs:S1:wait:/etc/rc.single
    rm:2345:wait:/etc/rc.multi
    rh:06:wait:/etc/rc.shutdown
    su:S:wait:/sbin/sulogin -p
    # -8 options fixes umlauts problem on login
    c1:2345:respawn:/sbin/agetty -8 38400 tty1 linux
    c2:2345:respawn:/sbin/agetty -8 38400 tty2 linux
    c3:2345:respawn:/sbin/agetty -8 38400 tty3 linux
    c4:2345:respawn:/sbin/agetty -8 38400 tty4 linux
    c5:2345:respawn:/sbin/agetty -8 38400 tty5 linux
    c6:2345:respawn:/sbin/agetty -8 38400 tty6 linux
    ca::ctrlaltdel:/sbin/shutdown -t3 -r now
    # Example lines for starting a login manager
    #x:5:respawn:/usr/bin/xdm -nodaemon
    #x:5:respawn:/usr/sbin/gdm -nodaemon
    #x:5:respawn:/usr/bin/kdm -nodaemon
    x:5:respawn:/usr/bin/slim >& /dev/null
    # End of file
    # nvidia-settings: X configuration file generated by nvidia-settings
    # nvidia-settings: version 1.0 (buildmeister@builder63) Tue Oct 20 21:01:12 PDT 2009
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    Option "Xinerama" "0"
    EndSection
    Section "Files"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "LG F900B"
    HorizSync 30.0 - 98.0
    VertRefresh 50.0 - 160.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce 7600 GS"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "TwinView" "1"
    Option "TwinViewXineramaInfoOrder" "CRT-0"
    Option "metamodes" "CRT-0: 1280x1024_85 +1280+0, CRT-1: 1280x1024_85 +0+0"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    EDIT: It seems to work now! Slim started without any errors. I will test that for some days to see if the problem is really gone now.
    Just out of curiosity:
    A lot seems to have changed in Xorg.conf since my old ~2years old config was made.
    I had to turnoff boot logo manually and set Option "Composite" "Enable" but now everything seems to work by default?
    Do you see any flaws in my xorg.conf? Any ideas for improvements (except metamodes)?
    Last edited by cl10k (2009-11-25 10:47:02)

  • INIT: Id "c0" respawning too fast: disabled for 5 minutes

    try to do a new arch "2007.08 dont't panic" installation on my toshiba notebook.
    but get always the errror: INIT: Id "c0" respawning too fast: disabled for 5 minutes
    thanks
    the output of /etc/initiab looks about like this, have a foto of the /etc/inittab output, if anyone need it.
    #/etc/inittab
    # Runlevels:
    id:2: initdefault
    rc::sysinit:/etc/rc.sysinit
    rh:06:wait:/etc/rc.shutdown
    c0:2:respawn:/sbin/agetty -n -l /etc/login.sh 9600 ttyS0 linux
    c1:2:respawn:/sbin/agetty -n -l /etc/login.sh 38400 vc/1 linux
    c2:2:respawn:/sbin/agetty -n -l /etc/login.sh 38400 vc/2 linux
    c3:2:respawn:/sbin/agetty -n -l /etc/login.sh 38400 vc/3 linux
    c4:2:respawn:/sbin/agetty -n -l /etc/login.sh 38400 vc/4 linux
    ca::ctraltdel:/sbin/shutdown........
    #End of file

    started the linuxday archlinux version and checked the /etc/inittab
    thiline is not there: c0:2:respawn:/sbin/agetty -n -l /etc/login.sh 9600 ttyS0 linux
    I removed it, and then installation works like a flaw.

  • Id t0 respawning too fast

    i have an iomega storcenter ix4-200r that is having issues. when it boots i get the following error:
    Id "T0" respawing too fast: disabled for 5 minutes
    i've tried too boot to live cd and edit 'inittab' but i am not able to mount the main raid array to get to the file. any suggestions?
    Solved!
    Go to Solution.

    Hello brandonhon
    Are you able to access the unit's Lifeline OS web interface after the unit boots?
    If so what is the status of the unit from the dashboard and event log?
    LenovoEMC Contact Information is region specific. Please select the correct link then access the Contact Us at the top right:
    US and Canada: https://lenovo-na-en.custhelp.com/
    Latin America and Mexico: https://lenovo-la-es.custhelp.com/
    EU: https://lenovo-eu-en.custhelp.com/
    India/Asia Pacific: https://lenovo-ap-en.custhelp.com/
    http://support.lenovoemc.com/

  • Why is "getty respawning too quickly"?

    After applying the latest update of Safari my iMac will boot until the bar creeps all the way across the Starting Mac OS X window then hangs.
    I brought it up in safe mode and I see the message "getty is respawning too fast. sleeping".
    Is there a(n easy) fix for this?

    Hi Duane B., and a warm welcome to the forums!
    Some device is sending info faster than can be handled.
    Sometimes it's a stuck Key on the Keyboard, try starting it without the KB & Mouse, try unplugging Modem/Router, any peripherals you can for a test.

  • How should I debug a PVM that is crashing & rebooting too fast ?

    I have a newly created oel4u6 PVM that appears to be starting but then crashing & rebooting too fast and I don't know how to best debug it. The vm is a P2V'ed oel4u6 HP Blade that successfully boots as a HVM but I can't seem to get it to fully start as a PVM (I have several clones that I am working with to contrast/compare).
    I can't seem to get the console to start fast enough to show me anything useful as the crash is within seconds.
    I likely can flip the VM back to HVMPV mode or HVM and boot to the original kernel but if I boot to another kernel I am not sure what files in the VM (if any) may give any insight on the failed starts/crashed.*
    Anyone have any ideas/recommendations on how to debug this?*
    The message from xend.log is:
    [2013-03-31 07:45:32 3273] WARNING (XendDomainInfo:2131) Domain has crashed: name=0004fb0000060000b0d58463f621a2a3 id=37.
    [2013-03-31 07:45:32 3273] ERROR (XendDomainInfo:2265) VM 0004fb0000060000b0d58463f621a2a3 restarting too fast (Elapsed time: 1.654993 seconds). Refusing to restart to avoid loops.
    [2013-03-31 07:45:32 3273] ...
    More details as to the specific HVM kernel & PVM kernel & the process I used to get the PVM to at least get to load grub are in this thread looking for a good step-by-step guide on the recommended process:
    Good guide to convert oel4 hvm to pvm on OVM 3.2.1 ?

    Choose Utilities from the Finder's Go menu, open the AppleScript Editor, and run:
    do shell script "mv '/System/Library/oldname' '/System/Library/newname'" with administrator privileges
    (126015)

  • I have an ipod nano 5th generation. the problem with it's that it doesn't show in itunes when connected to the laptop and it switches on on its own and songs start playing the battery gets consumed too fast after full charge. what is the actual problem?

    i have an ipod nano 5th generation. the problem with it's that it doesn't show in itunes when connected to the laptop and it switches on on its own and songs start playing the battery gets consumed too fast after full charge. what is the actual problem?

    What have you tried so far in terms of troubleshooting this issue?  Are you plugging the iPod into a high powered USB 2.0 port on the back of your PC? Have you tried a different USB cable?
    What happens if you try to reset the device with it still connected to the PC?
    How to reset iPod
    Has this iPod ever worked on this PC or is this the first time you have time you have tried connecting it?
    Have you carefully worked through each and every single suggestion in this Apple support document?
    iPod not recognized in 'My Computer' and in iTunes for Windows
    B-rock

  • Fcp wont let me export to the compresser 4 all of a sudden it taking me too compresser 3 this just started happen what do i do

    let me export to the compresser 4 all of a sudden it taking me too compresser 3 this just started happen what do i do

    I don't know why this just started to happen unless v3.0 were somehow moved from its location.
    I once had FCP7 get confused between Motion 4 and Motion 5 when I failed to follow Apple's installation recommendations but never a problem with FCPX going to the wrong app. (But I don't use the Send to Compressor workflow.)
    When you have the legacy apps already installed on your system, the new pro app download moves the old ones into a folder, named Final Cut Studio. That's what I was getting at when I suggested you create a new folder for C3.
    Russ

  • IPod Shuffle has started playing audio books and podcasts too fast.

    iPod Shuffle has started playing audio books and podcasts too fast.  What can be done?

    Some other iPods (that are not shuffles) have an onboard setting to change the playback speed for some types of iTunes media, such as audiobooks.  But a shuffle has no screen, to change such settings.
    First, do this to reset the shuffle, if you have not already
    http://support.apple.com/kb/HT1655
    If that does not help, you may want to do a Restore on the shuffle.  The Restore button is on the shuffle's Summary screen in iTunes.  This will erase the shuffle, reinstall its software, and set it to default settings.  The shuffle will be like it was when new, so this problem should be fixed.

  • Am I too fast for Mail.app?

    *Simplified version*: http://trials.sent.com/problem.jpg
    *Detailed version:*
    So here I am composing away in Mail.app. I suddenly decide that I need to select a prior portion of my typed text and replace it with another phrase.
    So I select the text, and I start typing my replacement phrase without pressing delete. This used to work fine, and the portion that I wanted replaced would get replaced with the new intended phrase.
    The problem? After I select a prior portion of the typed text, and press delete (or start typing with my replacement), I'm now seeing additional words (those that were present right after the deleted words) automatically selected by Mail.app.
    This is bad, because if I'm typing away, I've already lost unintended words. Am I too fast for Mail.app? Should I slow down?
    Is this just me? I've had this problem for over almost a year now (with my old macbook), and new macbook pro.

    This exact problem has happened to me on my Late 2008 MBP a number of times.
    After I select something, I delete it (cut it, type another letter, whatever) and the text is moved appropriately, but the selected area remains. So upon the next keystroke the next few words are also deleted.
    It seems to be some sort of bug. I'm not sure if its related to the trackpad, or what. I haven't made much effort to isolate and fix the problem either. Perhaps we should both submit feedback to Apple about this. Your illustration depicts the problem perfectly. Would you mind if I link to it when I send in feedback?
    One more thing: It's not limited to Mail.app on my machine. I get it in Pages and TextEdit as well, for sure. Perhaps it is limited to Cocoa applications; I'm not sure if I've ever got it in Word or Appleworks.
    --Travis

  • Sound stream played too fast

    hello,
    i'm trying to stream audio byte[] data over multicast network (UDP). on the receiving end, the sample is played way too fast. CMIIW, this has nothing to do with networking stuff, but an audio playback problem. can someone give a hint?
    here's the server code
    * VoiceOverNetwork.java
    * Created on July 6, 2006, 9:05 PM
    package org.klorofil.test.app.voice;
    import java.io.PipedInputStream;
    import java.io.PipedOutputStream;
    import java.util.HashMap;
    import javax.sound.sampled.AudioInputStream;
    import javax.sound.sampled.AudioSystem;
    import javax.sound.sampled.SourceDataLine;
    import org.jgroups.JChannel;
    import org.jgroups.Message;
    import org.klorofil.app.vchat.VChatGroupLogic;
    import org.klorofil.test.util.Util;
    * @author bungrudi
    public class VoiceOverNetwork {
            protected static volatile boolean       stop    = false;
            public static void main(String[] args) throws Exception {
                    String props = "UDP(mcast_addr=224.10.10.10;mcast_port=54321;ip_ttl=32):"+
                                        "PING(timeout=2000;num_initial_members=1):" +
                                        "MERGE2(min_interval=5000;max_interval=10000):" +
                                        "FD_SOCK:" +
                                        "VERIFY_SUSPECT(timeout=1000):" +
                                        "pbcast.NAKACK(max_xmit_size=8096;gc_lag=50;retransmit_timeout=600,1200,2400,4800):" +
                                        "UNICAST(timeout=600,1200,2400,4800):" +
                                        "pbcast.STABLE(desired_avg_gossip=20000):" +
                                        "FRAG(frag_size=8096;down_thread=false;up_thread=false):" +
                                        "pbcast.GMS(join_timeout=5000;join_retry_timeout=2000;" +
                                        "shun=false;print_local_addr=true):"+
                                        "VIEW_ENFORCER:"+
                                        "pbcast.STATE_TRANSFER";
                    final JChannel          channel = new JChannel(props);
                    channel.connect("voicetest");
                    final SourceDataLine    line = (SourceDataLine) AudioSystem.getLine(VChatGroupLogic.sourceLineInfo);
                    line.open(VChatGroupLogic.audioFormat);
                    line.start();
                    final PipedInputStream        pis = new PipedInputStream();
                    final PipedOutputStream       pos = new PipedOutputStream(pis);
                    Runnable                run = new Runnable() {
                            public void run() {
                                    try {
                                            Object obj = null;
                                            while(!stop) {
                                                    obj     = channel.receive(0);
                                                    if(obj != null && obj instanceof Message) {
                                                            //System.out.println("data...");
                                                            Message m = (Message) obj;
                                                            byte[] buffer = m.getBuffer();
                                                            pos.write(buffer,0,buffer.length);
                                    } catch (Exception ex) {
                                            ex.printStackTrace();
                    Thread  t       = new Thread(run);
                    t.start();
                    Runnable                run2 = new Runnable() {
                            public void run() {
                                    try {
                                            AudioInputStream        ais = new AudioInputStream(pis,VChatGroupLogic.audioFormat,-1);
                                            AudioInputStream        ais2 = AudioSystem.getAudioInputStream(VChatGroupLogic.audioFormat,ais);
                                            byte[]  buffer  = new byte[21120];
                                            int     nBytesRead = 0;
                                            while(!stop && nBytesRead!=-1) {
                                                    nBytesRead      = ais2.read(buffer,0,buffer.length);
                                                    line.write(buffer,0,nBytesRead);
                                    } catch (Exception ex) {
                                            ex.printStackTrace();
                    Thread  t2       = new Thread(run2);
                    t2.start();
                    // dispatch client thread.
                    String[] ars = new String[] {"java",
                                    "-Djava.net.preferIPv4Stack=true",
                                    "-Dlog4j.configuration=META-INF/log4j.properties",
                                    "org.klorofil.test.app.voice.VoiceOverNetworkClient",
                                    "parto"};
                    HashMap env = new HashMap();
                    env.put("CLASSPATH",System.getProperty("java.class.path"));
                    Util.ProcessDescriptor d1 = Util.runner(ars,env,"OUTPUT parto","ERROR parto");
                    d1.process.waitFor();
                    Thread.currentThread().sleep(5000);
                    // done
                    stop    = true;
                    t.interrupt();
                    t2.interrupt();
    }and heres the client
    * VoiceOverNetworkClient.java
    * Created on July 6, 2006, 9:16 PM
    package org.klorofil.test.app.voice;
    import java.io.File;
    import java.io.IOException;
    import javax.sound.sampled.AudioInputStream;
    import javax.sound.sampled.AudioSystem;
    import org.apache.commons.logging.Log;
    import org.apache.commons.logging.LogFactory;
    import org.jgroups.ChannelClosedException;
    import org.jgroups.ChannelNotConnectedException;
    import org.jgroups.JChannel;
    import org.jgroups.Message;
    import org.klorofil.unstable.BytesWrapper;
    * @author bungrudi
    public class VoiceOverNetworkClient {
            private static final Log        log    = LogFactory.getLog(VoiceOverNetworkClient.class);
            public static void main(String[] args) throws Exception {
                    log.info("Client started...");
                    String props = "UDP(mcast_addr=224.10.10.10;mcast_port=54321;ip_ttl=32):"+
                                "PING(timeout=2000;num_initial_members=1):" +
                                "MERGE2(min_interval=5000;max_interval=10000):" +
                                "FD_SOCK:" +
                                "VERIFY_SUSPECT(timeout=1000):" +
                                "pbcast.NAKACK(max_xmit_size=8096;gc_lag=50;retransmit_timeout=600,1200,2400,4800):" +
                                "UNICAST(timeout=600,1200,2400,4800):" +
                                "pbcast.STABLE(desired_avg_gossip=20000):" +
                                "FRAG(frag_size=8096;down_thread=false;up_thread=false):" +
                                "pbcast.GMS(join_timeout=5000;join_retry_timeout=2000;" +
                                "shun=false;print_local_addr=true):"+
                                "VIEW_ENFORCER:"+
                                "pbcast.STATE_TRANSFER";
                    final JChannel          channel = new JChannel(props);
                    channel.connect("voicetest");
                    File file = new File("/windows/C/WINDOWS/Media/Windows XP Shutdown.wav");
                    final AudioInputStream        audioInput = AudioSystem.getAudioInputStream(file);
                    Runnable        run = new Runnable() {
                            public void run() {
                                    try {
                                            log.info("sending audio data...");
                                            byte[]          buffer = new byte[24000];
                                            int             nBytesRead = 0;
                                            int             totalRead = 0;
                                            while(nBytesRead != -1) {
                                                    nBytesRead      = audioInput.read(buffer,0,buffer.length);
                                                    if(nBytesRead > 0) {
                                                            System.out.println("sending...");
                                                            //BytesWrapper bw = new BytesWrapper();
                                                            //bw.bytes        = buffer;
                                                            //bw.amount       = nBytesRead;
                                                            //Streamable m = Util.streamableFromByteBuffer(Streamable.class,buffer);
                                                            Message m = new Message(null,null,buffer,0,nBytesRead);
                                                            channel.send(m);
                                                            totalRead += nBytesRead;
                                            log.info("Total data read "+totalRead+" bytes.");
                                    } catch (Exception ex) {
                                            ex.printStackTrace();
                    Thread  t = new Thread(run);
                    t.start();
                    while(t.isAlive());
    }any help appreciated

    I found a workaround.    Start the game outside of steam, and all is well.   You do have to have steam running, but start the game from the command line like this:
    cd ~/.steam/root/SteamApps/common/Half-Life
    LD_LIBRARY_PATH=$LD_LIBRARY_PATH:. ./hl_linux -game valve
    Also, to use alsa insteam of pulse, before the above, do:
    export SDL_AUDIODRIVER=alsa

  • What happened to my battery?? Charges too fast - lasts 25min

    I just bought the new 15in PB about a month ago. Everything has been working fine until now. The battery only gives me 25 min of power. I calibrated the battery over and over. When I charge the battery, it one, charges way too fast, and two, for example, I have 43% of life left and it says I have 10min left. I take it this is a software problem. If anybody knows how to help me, please do. Thanks so much.

    How about this. I had the exac same thing happen on my new PB after a few weeks of use. I tried the PMU reset twice last night to no avail. I recharged my battery over night, this morning I disconnected the power adapter and sure enough she started to drain right before my eyes. In 20 min she was empty and shut down. I left her off packed the Pb in my bag and went to work intending to call apple care and arrange for a replacement battery. I called Apple went through the regular stuff, obtained a number and was instructed to head into the nearest apple store for replacement battery. I had read someone that I should check my Pb with another battery, so I borrowed my work collegues PB, last generation, and swapped batteries, Ok his battery in my PB was great, System profiler showed that his battery had a full charge capacity of some 4000 mAh's. I then checked my battery in his PB and his system profiler showed mine as having a charge of some 4500 mAh's! before my battery in my PB showed only some 300mAh's. I reinstalled my battery into my PB and for some reason it now shows a full charge as 4451mAh's and it's acting correctly too. nw down to about 57% of charge after a few hours. I'll have to watch this over the next few days.

  • Why battery is dying too fast after iso5.01 upgrade

    why battery is dying too fast after iso5.01 upgrade,  It is dying on an average of 13% every hour and a half, in sleep mode.  I've tried hard restart and restore in I tunes, no difference!  It got worse after I upgraded to 5.01.  This has to fixed If I dont use the phone it will need a full charge by noon.

    Do a forum search and try some of the suggestions there before starting a whole new thread about battery issues.

  • Time is running too fast

    Hi there
    I've got an iphone 2g, FW 3.1.3 and a very strange issue:
    The clock is running too fast. After one day the time on my phone is 1 hour ahead ( 1hour/each day). When i connect and sync, the time on my phone jumps back to the normal time, the time on my macbook.
    I did a total reset (came from version 3.0), but with no luck.
    Ive got no option "Set time automatically" in my Firmware version.
    I hope somebody has any idea what's going wrong.
    Thank you for reading anyway.
    regards
    Pedro
    Message was edited by: Pedro1982
    Message was edited by: Pedro1982

    Thanx, that helped!!!
    Turned out that one of my homes' NLS_LANG had norwegian_norway and the others had american_america. As soon as I changed the norwegian to american, Forms started and I let go a huge sigh of relief :-))
    Thanx again!

Maybe you are looking for

  • Problem with upgrading the dsee to 6.3.1

    Hello I have to upgrade the version of directory server from 6.2 to 6.3.1 when i am upgrading the shared components there is the patch 125446-13 i follow the procedure unzip the patch cd into it and launch patchadd . but i get the followign error : b

  • Configure High Availability in SharePoint 2013 having Single Farm

    Hi All, we are having 2 SharePoint server having single farm and two databases in cluster. we need to Configure HA and NLB between these 2 SharePoint Servers. Please Help..!!

  • 2.1 RC1 templates converted to lowercase ?

    In 2.1 RC1 I have correctly recovered my templates from 1.5, which are using a mix of lower/uppercase. It is important for me because I have some templates for such things as: call connect_me_to_some_place("IdentiFier MixIng CAseS"); When I auto-comp

  • Regarding flex session

    hi, My question is ,using username and password i was logged in.But how i have to set userid into session in flex. i am using backend server PHP. please find me the solution to solve the problem. Thanks and Regards, venkat.R

  • Cache update problem

    Hi experts, I installed sap xi in my system and I finished up with post installation steps also but I gone to the cache refresh i.e SXI_CACHE transaction code there is showing the error cache not update and it is red color . Regards, Srinivas.D