[SOLVED] Stuck in hibernate state following death of HD

Hi,
Yesterday I got very unlucky. I put my Arch system into hibernation (in RAM). Upon restart, I found out that my secondary hard drive (which does not contain the system, I only used it for storage) had died on me (at start it hisses, then has the typical loud "click of death") beyond repair (I tried the classical recipes in that case: mild shock, freezing, etc...) Anyway, that is not my biggest problem: now I cannot start my system. When I try to start in text mode (fallback), it insists to do some fsck on /dev/sdb1, but of course the drive does not exist anymore. How can I skip this step? Can I edit the /etc/fstab and remove the drive entry, without compromising the rest of the system?
Thanks for your suggestions.
Last edited by zebulon (2010-08-17 16:40:13)

karol wrote:If you boot into single mode (append 's' at the end of the grub kernel line) you should be able to skip the fsck. I'm not sure how effective editing the fstab will be but it shouldn't damage anything.
I had the same issue in single mode, because it said /etc/sdb1 was mounted and e2fsck failed. If I tried to skip the check, it did not go further. On the other hand, removing the /etc/fstab entry for /etc/sdb1 fixed the issue. Thanks.
Last edited by zebulon (2010-08-17 12:50:09)

Similar Messages

  • [SOLVED] Mailbox import requests stuck in 'queued' state

    We have a small Exchange 2013 environment with one server having all roles. I try to import archive mailboxes from an Exchange 2010 environment. It has worked quite well for a while. However, all import requests are now 'stuck' in 'queued' state. Restart
    of Replication service, transport service and even server reboot didn't help.
    When I run
    get-mailboximportrequest | Get-MailboxImportRequestStatistics -Includereport | fl
    I observe that PositionInQueue value tells me that there are 85 import requests waiting :
    ItemsTransferred                       :
    PercentComplete                        : 0
    CompletedRequestAgeLimit               : 30.00:00:00
    PositionInQueue                        : 85/90 (Position/Queue Length)
    InternalFlags                          : None
    FailureCode                            :
    There should be no requests waiting as I removed all requests in advance before I issued new import requests:
    get-mailboximportrequest | Remove-MailboxImportRequest
    How can I really reset an import queue by zeroing PositionInQueue ?
    Any suggestions/tips?

    Hi,
    Glade to hear the good news. Thanks for your update.
    Best regards,
    If you have feedback for TechNet Subscriber Support, contact 
    [email protected]
    Belinda Ma
    TechNet Community Support

  • Content Switching Module (CSM): Sessions stuck in closing state

    Hi guys,
    I'm troubleshooting a CSM with 4.3(1).
    We migrated a real server from windows to linux, since then lot's of sessions stuck in closing state until the idle timer expires.
    I traced the traffic from the client to the csm and from the csm to the real server what I saw is the following behaviour at the end of a session:
    windows real server: client sends FIN -> real server acks the FIN -> real server sends FIN -> client sends RST -> real server sends RST -> CSM deletes session from session table
    The linux real server mostly behaves like the windows real server but sometimes behaves as follows:
    client sends FIN -> real server sends  FIN, but does not ack the FIN sequence number of the client -> real server sends RST -> client sends RST -> CSM does not delete  session from session table, it stucks in closing state
    Does anybody know how I can solve this problem of half-closed sessions other than decreasing the idle timeout?
    Is it possible to configure CSM to close and delete sessions not only on FIN-ACK packets but also on RST packets?
    Or to use a different fast idle timeout when sessions are half-closed?
    Many thanks in advance,
    Thorsten

    Hi Fabrizio,
    CSM_FAST_FIN_TIMEOUT is already set to 10 seconds.
    What I found out while testing is that CSM_FAST_FIN_TIMEOUT works with configurations where idle timeout is configured > 0.
    But when idle timeout is configured to 0 (what meas no idle timeout) the csm seems not to use CSM_FAST_FIN_TIMEOUT: Half closed sessions will stuck in closing state.
    Any idea why cms behaves this way?
    Regards,
    Thorsten

  • Workflow stuck in starting state after applying SharePoint 2010 CU December 2012

    I have custom visual studio workflow which are associated with Custom content type. workflow gets triggered automatically when a file is uploaded to SharePoint. Everything was working fine till when i apply the following CU
    http://blogs.msdn.com/b/joerg_sinemus/archive/2012/12/27/sharepoint-2010-and-december-2012-cu.aspx
    After applying this my workflow get stuck in "Starting" state.
    No error were logged in 14 hive logs.
    Thanks in Advance!

    It took me a while but I came up with a work around.  There is a PowerShell script below that can be used to trigger the workflow.  Hopefully this will hold all of us over until the official fix arrives.
    First remove the auto start on change or new from the affected workflow
    Edit the script below to match your environment
    Add the script to Windows task scheduler with the PowerShell.exe in the command line
    This assumes PowerShell.exe is in the path
    Then add the full path and script name in the add arguements text box
    Script:
    #The purpose of this script is to start the SPD workflow with the windows task scheduler for a trigger
    #This should avoid the check in-out issue caused by the December 2012 SP CU patch
    #This needs to be run on an account with membership in the farm administration group for SharePoint and Shell in SQL
    #You can use a find and replace to replace the server and other names with your actual names
    #There are no status messages being used since this will be a scheduled task in the Windows task scheduler
    #Add SharePoint modules and create variable space
    add-pssnapin microsoft.sharepoint.powershell
    start-spassignment -global
    #Open the web site, list and the workflow
    $site=get-spsite %site url%"
    $web=get-spweb %Web url%
    #Open the %affected% library or list and workflow association
    $%affected%=$web.getlist("%affected%")
    $manager=$site.workflowmanager
    $culture=[system.globalization.cultureinfo]::currentculture
    $wfname="%affected workflow name"
    $association=$%affected%.workflowassociations.getassociationbyname($wfname,$culture)
    $data=$association.associationdata
    $wfrunoption=[microsoft.sharepoint.workflow.spworkflowrunoptions]::synchronous
    #Start workflow
    foreach ($item in $%affected%.items) {
    $site.workflowmanager.startworkflow($item,$association,$data,$wfrunoption)
    stop-spassignment -global

  • SQL Azure Data Sync stuck in Processing State since 14 Sep 2014

    Hi,
    I've a sync group stuck in "processing" state since 14 Sep 2014, have tried to restart the client PC, restarted the sync service and also tried to regenerate the sync agent key, but still in vain. Would anyone please help me to figure it out what's
    the problem? This problem happened across my sync group very frequent recently (they're located in different physical locations), but still no workaround or the root cause :(
    Here's the sync group details:
    Sync group name:  ew_sync_a069
    Status
    Processing
    LAST SYNC
    9/14/2014 11:11:22 PM
    Sync Group ID
    4a604aad-e318-469d-adde-9ed4e1d52ead_East Asia
    Location
    East Asia
    Subscription Name
    Solo Customer Batch 3
    Subscription ID
    a68811f9-f82a-4e7c-b93c-d1bee226f84b
    Conflict Resolution
    Client Wins
    Thanks
    for your help.
    Best regards,
    Michael Yung

    As the client need the sync to be fixed ASAP, cannot wait for the answer / help, I've removed the sync agent, compare the data (what data need to download from Azure to client, what data need to upload from client to Azure) and recreate back the sync group.
    Hi Micheal,
    Is this the workaround in your scenario? Since the Azure SQL Data Sync failed, the Microsoft support engineer will help to solve the problem from backend based on your subscription ID and Sync Group ID. Sometime delay might be expected. Your patience is
    greatly appreciated. Thank you for your understanding and support.
    Regards,
    Charlie Liao
    TechNet Community Support

  • SQL Azure Data Sync stuck in Processing State since 16 Aug 2014

    Hi,
    I've a sync group stuck in "processing" state since 16 Aug 2014, have tried to restart the client PC, restarted the sync service and also tried to regenerate the sync agent key, but still in vain. Would anyone please help me to figure it out what's
    the problem? As I have many sync groups running without any problem for more than a year and encountered this problem recently (in this 3 months). 
    Here's the sync group details:
    Sync Group Name
    ew_sync_a037
    LAST SYNC
    8/16/2014 9:17:37 PM
    Sync Group ID
    15a3a3c5-f867-4ba4-b7af-92fb5c8d36a6_East Asia
    Location
    East Asia
    Subscription Name
    Pay-As-You-Go
    Subscription ID
    f979186d-23f7-45e3-8d5e-c14c89c56a7f
    Conflict Resolution
    Client Wins
    Thanks for your help.
    Best regards,
    Michael Yung

    Hi Michael,
    Thanks for you posting the subscription ID and Sync Group ID. The Microsoft support engineer will help to solve the problem from backend. Sometime delay might be expected. Your patience is greatly appreciated. Thank you for your understanding and support.
    Regards,
    Charlie Liao
    TechNet Community Support

  • Webengine stuck in RUNNING state - JavaFX 8.0.0

    I am using jdk 1.8 and along with it the latest javaFX 8.0.0. I moved to the latest java FX as i was facing issues with custom fonts loading with the previous version of java FX with JDK 1.7. However with the latest version, my webengine is stuck in RUNNING state and the url page is never getting loaded. Anybody faced the same issue with javaFX. I need this to be fixed for my app to up and running.
    Thanks

    Hi ...
    Restart your router then follow the instructions here >  iOS: Unable to update or restore

  • Replicas stuck in join state 0

    After a partition merge, all replicas are stuck in join state 0. Have been this way for about a week.
    Any Help would be appreciated.
    Thanks.

    Well, if you have a server in your tree which is down ( e.g. s server you shut off 5 years ago, but neglected to delete its NCP server object ) that will cause the issue, as well as a time sync issue. So these issues you can check and fix. Have you? If its not that, then you have a stuck partition operation. Something is preventing it from transitioning. That could be corruption or one of a number of preconditions have fallen apart. Do you see any errors showing up when you SET DSTRACE = ON and SET DSTRACE = +SYNC +PART You can use the "cancel partition operation" and hope that work, which it may well not. But if it does not, you will have a broken directory and have burnt all your bridges - especially if you 5 minutes later discover that 5 year old dead server object I spoke of.
    What can Novell do that you cannot? A lot. And the guy you will be deal with sees 10 totally messed up beyond all comprehension eDir systems a day and can likely fix your issue in his sleep. IF you "followed the directions" and made a backup of eDir on each server and done a health check prior to the Merge, Novell can use the backups to restore the masters. They have the ability to edit the databases underneath to force things.
    We've all been where you are now. Looking for the Easy Button. But you need to rapidly go through the stages of grieving an get to the acceptance stage an call Novell.
    -- Bob

  • Mega 651 USB devices disappearing after wakeup from Hibernate state - HELP!

    Hi All,
    I still have this problem where when I wake up my Mega 651 from a hibernate state my USB devices seem to get uplugged or ejected. The usb ejected/unplugged window appears also.
    This wasn't too much of a problem, however, my PC is now on a network and when my usb devices are unplugged such as my UPS or shared printer a broadcast message is sent to all network PC's.
    I've also started using my card reader as I now have a digital camera, but annoying when the card reader is ejected all the time.
    I'm running Windows 2000 SP4 with all updaes.
    If anyone can help me solve this problem it would be a great help.  
    Also the card reader access light stays on sometimes after shutdown, why is this?
    Many thanks,
    Mo
    MSI Mega 651
    P4 2.8GHz 533 FSB
    Akasa Expansion Slot Exhaust  Blower
    Akasa Pax Mate II in case sound insulation
    1Gb Corsair Matched pair DDR RAM
    MSI FX5200-VT128 nVidia Personal Cinema
    MSI DR16-B DVD writer

    Suspend has always been problematic under Linux. It seems to be hit or miss for the most part, but here are some things you can try:
    Use an LTS kernel, tuxonice, pm-utils, etc. See Suspend and Hibernate
    Try a different graphics driver
    Tweak the driver module parameters or build your own driver.
    Unfortunately I don't have experience with the radeon driver, so I can only give you ideas.

  • Agent get stucked in Reserved State

    HI CUCCE gurus,
    Need assistance on this issue. In our remote office, our Sales Team has a linegroup setup, the Sales extensions are part of the linegroup and at the same time its their ACD line when they logged in to Cisco Agent Desktop.
    The issue is, when they got a call from the linegroup their CAD state change to "Reserved" and it stuck from that state and nothing they can do to change the state but to logoff, close the apps and log back in.
    I enabled debug on once of the Sales CAD (see attached output).
    Any troubleshooting tips that you can advise or detailed steps to check from our system.
    Our CAD is 7.X
    Our CUCCE is 7.X
    Our CUCM 7.X
    Thank you.

    Hi Jhun,
    Agent stuck in reserved state it means, the ICM has reserved the agent, but the call is not getting delivered to the agent extension.
    If you are using SIP trunk, you would probably need to check the CSS and Partitions over the trunk. Also, any recent changes made on the CSS of the SIP trunk you would need to reset the SIP trunk.
    The CSS on the SIP trunk should contain the partition of the phone.
    Also, you would need to check on the Agent targetting rule in the config manager of the ICM. The agent extensions should be added to the Agent targetting rule
    Hope this helps!!!
    Cheers,
    Dass
    Please rate useful posts

  • I have a set of 3 USB disk connected to my TC via a USB hud. I usually swithc the TC at night. When I restart the next day it stucks in amber state. when I disconnect the USB hub where my discs connects and restart, it start properly. Any hints?

    I have a set of 3 USB disks connected to my Time capsule (TC) via a USB hub. I usually switch the TC at night. When I restart the next day it stucks in amber state. When I disconnect the USB hub where my discs connects and restart, the TC will start properly. Any hints?

    LOL.. don't switch off the TC.. this is fairly typical behaviour..
    Or try a different usb hub.. but you could well and truly run out of hubs before you fix the problem.
    Are you running latest firmware for your TC?
    What error message is coming up in the airport utility.. amber led is a fault indicator.. look up what the actual fault is and see if it is for instance overloading the usb. You are using a powered hub??
    Get one bigger USB hard disk instead of 3 smaller ones.

  • Workflows stuck in "Starting" state.

    Workflows have been running fine for awhile.  All workflows are currently stuck in a "Starting" state.  Was finally able to capture this in ULS
    03/20/2014 11:58:23.46  w3wp.exe (0x15AC)                        0x2A98 SharePoint Foundation        
     Workflow Infrastructure        72fv Unexpected AutoStart Workflow: System.ArgumentException: Value does not fall within the expected range.     at Microsoft.SharePoint.Workflow.SPWorkflowActivationProperties..ctor(SPWorkflow
    workflow, String initiationData, Object context)     at Microsoft.SharePoint.Workflow.SPWorkflowManager.StartWorkflowElev(Object context, SPWorkflowAssociation association, DateTime elevationTimeUtc, SPWorkflowEvent startEvent, SPWorkflowRunOptions
    runOptions)     at Microsoft.SharePoint.Workflow.SPWorkflowAutostartEventReceiver.<>c__DisplayClass1.<AutoStartWorkflow>b__0(SPSite superUserSite, SPWeb superUserWeb) 
    Any ideas?
    TIA

    Hi Milo,
    Please check whether you have installed any CUs for SharePoint 2010.
    Please install June 2013 CU or higher for SharePoint 2010, compare the result.
    Here are some similar posts for you to take a look at:
    http://blogs.msdn.com/b/chaun/archive/2013/05/16/if-your-sp2010-workflows-are-stuck-in-the-starting-state.aspx
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/5a6e6e83-b59f-4099-a86f-a07723ff2b98/workflow-stuck-in-starting-state-after-applying-sharepoint-2010-cu-december-2012?forum=sharepointadminprevious
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • Ciscoworks daemon manager stuck at Stopping state

    I am working on LMS 3.2 . Tried to stop the daemon service with " net stop crmdmgtd ". It stuck on stopping state since few hours now. I can still open the application. Need a suggestion to terminate the previous command and restart the
    daemon service.

    You should have dmgtd.exe process in Task Manager stuck.
    Although you can kill it directly and then try the stop command once again before starting. But to be sure if any process in not stuck, best way would be to reboot the server once.

  • VM got stuck in "stopping" state, and cannot be stopped

    Dear all,
    I am using Oracle VM 3.2.2.
    One of my VM got stuck in "stopping" state, and cannot be stopped.
    How can I troubleshoot this problem...

    Q: Is the VM still running, i.e. can you ssh to the VM?
    Q: Find the server where the VM is running, and restart the ovs-agent, i.e. "service ovs-agent restart". Did this help, or is the agent crashed, any zombies?
    Possible root cause: These type of errors are typically ovs-agent bugs. First update oracle vm manager to the 3.2.4 release, not 3.2.6. Next update the dom0s to 3.2.4, not 3.2.6. You may need to setup a ULN 3.2.4 yum repo to update the dom0s. As you can see in these forms, 3.2.6 is may not ready for prime time, stick with 3.2.4, is stable.

  • Azure Cloud Service Stuck in "Stopping" state for a long time (12 hours)

    Does anyone have suggestions what to do with the issue I have. I tried to stop my Cloud Service the service is now basically stuck in "Stopping" State and been there over 12 hours. In my Cloud service there is 16 Virtual Machines I am using in
    testing.
    I tried to start Cloud Service but it also failed with error "Could not start the virtual machine deployment.".
    Is there something I could do or some way to get Microsoft Support (without paying extra)? I have "Visual Studio Premium with MSDN" so i have no other support but billing from Microsoft :(

    Managed to find the solution. I stopped and deallocated all the Virtual Machines. After that the Cloud Service status changed to stopped state. After that it was possible to start the Cloud Service again.

Maybe you are looking for

  • Jtable

    How can i put a Jcheckbox ina cell in a Jtable?

  • Multiple select-option

    Hi gurus, I would just like to ask for your ideas on how can I output in ALV the multiple entries in your select-options. Here's the scenario, I have a select-option which is unit of measurement and it can have a multiple entries. The requirement is

  • Creating an Automatic Row Fetch

    Hello, I'm trying to make an Automatic Row Fetch. The problem is that I have 3 values as a primary key in my table and I can fill in only two in the Row Fetch. Does anyone have a solution to this? Thanks in advance.

  • Calling Standard screen from custom program

    Hi all,          My requirement is 1)Either to fix a link(say from a button) on my custom screen for material creation,to call mm01 basic data screen for image upload. 2) Or to upload material image directly to the corresponding table(using any fm or

  • Idoc invoic01 parked document

    Hello together, i am getting  inbound invoice idocs and book them as parked documents. how can i not just save the parked document, but also mark it as complete (document complete)- the invoice is complete? thanks for your help.