Running xscreensaver in the background after resume from hibernate

I'm using hibernate-script with my tuxonice kernel. One of the things that annoys me about xscreensaver is how when I resume its always running (because the requisite time has passed), so I have to type my password again, having just typed it at BIOS level.
So I killall xscreensaver in an OnSuspend in /etc/hibernate/common.conf. However, restarting xscreensaver doesn't go to the background. What I'm using is this:-
OnResume 20 sudo -b -u MYUSERNAME /usr/bin/xscreensaver
However the terminal that I typed sudo hibernate from never returns, I have to killall xscreensaver from another terminal to get it to release. The problem does not occur when I login to a vt as root and run the same command.
Any suggestions?

I just registered for the forum so I could toss in my solution, so I hope this is what you're looking for. I fork the process and use the 'disown' command. I also use Dan Bernstein's 'setuidgid' utility because I couldn't get it to work with su (I didn't try very hard):
OnResume 70 setuidgid USERNAME xscreensaver > /dev/null 2>&1 & disown
This works for me even if I execute hibernate and resume from a terminal, despite the fact that II get a "can't find display" error from the terminal.
Of course, the stdout and stderr redirect to /dev/null is not necessary. The 'disown' command removes the subprocess from the process table, so that the subprocess is no longer a child of the parent. It is cast off, essentially. I also use a similar command for restarting gkrellm because gkrellm sometimes fails to recognize my second battery after resume.
One quirk I have found is that hibernate will halt if a kill or killall fails. I thought this was happening because the kill command had returned a non-zero exit status. But I just discovered that forking a kill command prevents hibernate from halting when a kill fails, as in:
OnSuspend 20 killall xscreensaver > /dev/null 2>&1 &

Similar Messages

  • Usb gone after resume from hibernate (since update?)

    Hello!
    Since a recent update, my wireless usb stick's interface isn't available any more after resume from hibernate. Removing it and connecting it to a different USB port does not help.
    lsusb says, the device itsself is there.
    I can see it being removed / added when I connect it to a different usb port.
    The only interface iwconfig / ifconfig list is "lo" though. No wlan0 available.
    No idea what to try next... any hints?
    thx!
    Last edited by whoops (2012-03-20 06:22:01)

    Have there been issues with updates?
    A while after that, my usb mouse/keyboard stopped working after resume, too.
    Then after a few days, wifi started working...
    Then usb input started working again...
    Now usb input devices stopped working again -.-
    I think there were updates (kernel, too) every time the behaviour changed... not sure though...
    Still no idea what to do.

  • USB Mouse / Keyboard doesn't work after resuming from hibernate

    I am using a USB device that splits out to 2 PS2 ports, one for a mouse, one for a keyboard. It works great, but when I put my X61 into hibernate, the mouse and keyboard do not work when I resume from hibernate.
    I installed all the relevant patches and power manager drivers from the driver downloads page, but my mouse still doesn't work.
    Can someone point me to the correct download or shed some light on this?
    Thank you!

    I have this same problem with this same device. It is a "composite USB device".
    What I've notice is that the problem happens mostly with USB 1.1 ports. When the device is connected to a USB 2.0 port the problem doesn't happen always.
    It depends on the computer though. I added a PCMCIA USB 2.0 adaptor to my laptop that has USB 1.1 only. And when I connect the USB-to-PS/2 cable to the USB 2.0 my mouse sometimes work after suspend/hibernate but sometimes doesn't.
    However, on my other desktop computer, which has integrated USB 2.0 ports, this problem has never happened (I haven't tested it exhaustively though).
    This is a Windows bug of course. Everything related to USB 1.1 support is buggy in Windows. One more example is the annoying (and possibly catastrophic) "Delayed write error" that appears when you use a external hard drive plugged to a USB 1.1 port.
    I guess M$ is focusing their efforts on making USB 2.0 to work well and they have forgotten about USB 1.1. Or it could a problem related to "USB composite devices", hard to know.
    Message Edited by getfree on 02-22-2009 03:19 PM

  • Xfce4 will not lock screen after resume from hibernate/suspend

    There have been a lot previous threads about this issue.
    I cannot fix it. Furthermore, it's somewhat confusing.
    Since this is a single user system (literally), I can get away with a systemd powered hack:
    [Unit]
    Description=Lock screen before switching power state
    Before=sleep.target
    [Service]
    Type=oneshot
    ExecStart=/usr/bin/sudo -u gebruiker xscreensaver-command -lock
    [Install]
    WantedBy=sleep.target
    Is this a bug? Anyone who can report this functionality works?. I have:
    xflock4 installed and working
    xscreensaver installed and working
    systemd working properly
    no errors in ~/.xsession-errors
    both config items ticked in
    - xfce4-session
    - xfce4-power-manager
    Anyone?

    Anyone who can report this functionality works?
    Using the first option from the xscreensaver wiki article:
    [Unit]
    Description=Lock X session using xscreensaver
    Before=sleep.target
    [Service]
    Type=oneshot
    ExecStart=/usr/bin/xuserrun /usr/bin/xscreensaver-command -lock
    [Install]
    WantedBy=sleep.target
    ...in conjunction with:
    both config items ticked in
    - xfce4-session
    - xfce4-power-manager
    ...and fade to and fade from disabled, works here for me.

  • Sound Problems After Restore from Hibernate Using uswsusp and pm-utils

    I see mention of using /etc/pm/config.d/module to recycle certain kernel modules during suspend.  Do I need to suspend all modules?
    **** List of PLAYBACK Hardware Devices ****
    card 0: MID [HDA Intel MID], device 0: CS4206 Analog [CS4206 Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 0: MID [HDA Intel MID], device 1: CS4206 Digital [CS4206 Digital]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    [aj@mbp62 ~]$ lsmod | grep snd
    snd_hda_codec_cirrus 8790 1
    snd_hda_intel 36904 1
    snd_hda_codec 149633 2 snd_hda_intel,snd_hda_codec_cirrus
    snd_hwdep 6340 1 snd_hda_codec
    snd_pcm 77709 2 snd_hda_codec,snd_hda_intel
    snd_page_alloc 7242 2 snd_pcm,snd_hda_intel
    snd_timer 18726 1 snd_pcm
    snd 59173 8 snd_hwdep,snd_timer,snd_pcm,snd_hda_codec,snd_hda_intel,snd_hda_codec_cirrus
    soundcore 5450 1 snd
    [aj@mbp62 ~]$ cat /etc/pm/config.d/module
    SUSPEND_MODULES="bcma b43 snd_hda_intel"
    SLEEP_MODULE=uswsusp
    Any pointers?

    This morning, I rebooted for half an hour without success:
    After resume from hibernate, most of my machine froze like described above.
    After first reboot, it worked for 1 minute, then I had a full freeze (nothing worked... no mouse, no normal keys, no magic keys, screen frozen...)
    After second reboot, my wifi adapter was gone. It showed up in lspci and looked like this:
    04:07.0 Network controller: Atheros Communications Inc. AR5416 Wireless Network Adapter [AR5008 802.11(a)bgn] (rev 01)
    Subsystem: Atheros Communications Inc. Device 3071
    Flags: 66MHz, medium devsel, IRQ 22
    Memory at feb70000 (32-bit, non-prefetchable) [size=64K]
    Capabilities: [40] #80 [0000]
    ...but not in ifconfig. I found the following in dmesg:
    [ 7.106070] ath: phy0: address test failed addr: 0x00008000 - wr:0x00080008 != rd:0x00000008
    [ 7.106181] ath: phy0: Unable to initialize hardware; initialization status: -19
    [ 7.106287] ath9k 0000:04:07.0: Failed to initialize device
    Problem persisted over 10 poweroffs/reboots (also hit the "on" button a few times with the pwoer cable disconnected, trying to make it "reset" or something. Did not help this time, might have been coincidence the last time that worked.

  • Just updated to 8 & now I can't open any web pages & firefox is still running in the background after browser was closed. I uninstalled and reinstalled as well as disabled add-ons and plugins nothing has changed, can I downgrade back to on older version?

    Just updated to 8 & now I can not open any web pages as well as firefox will not close out, it still running in the background after browser was closed. I uninstalled and reinstalled as well as disabled add-ons and plugins nothing has changed, can I downgrade back to on older version?

    See "Hang at exit":
    *http://kb.mozillazine.org/Firefox_hangs
    See "Firefox hangs when you quit it":
    *https://support.mozilla.com/kb/Firefox+hangs
    A possible cause is security software (firewall) that blocks or restricts Firefox or the plugin-container process without informing you, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox and the plugin-container process and the updater process.
    See:
    *https://support.mozilla.com/kb/Server+not+found
    *https://support.mozilla.com/kb/Firewalls

  • How to run form in the background from command line

    please can anybody tell me to
    how to run form in the background from command line
    vishal

    Ummm....Oracle Forms is a foreground runtime kind of thing. What you want is a database procedure (or an OS utility - it depends on what sort of processing you want to do in the background).
    Cheers, APC

  • After closing large documents (drawings) the window closes but the process runs still in the background. I open the next document, the same procedure and after dowing this several times the RAM is full the system becoms very slow. what can i do???

    after closing large documents (drawings) the window closes but the process runs still in the background. I open the next document, the same procedure and after dowing this several times the RAM is full the system becoms very slow. what can i do???

    You can always shut it down manually via the Task Manager
    (CtrlShiftEsc)...
    On Mon, Sep 1, 2014 at 3:05 PM, frank koethen <[email protected]>

  • HT4528 How do you close programs running in the background after you update to the ios7?

    How do you close programs running in the background after you update to the ios7?  It no longer works to tap the button twice

    double tap the home button, and swiipe upp on the app screenshot

  • Update to 10.6.8 - system hang (mouse issue) after resume from sleep

    I am on older
    MacBook Pro3.1
    Intel Core 2 Duo
    2.6GHz
    Run on 10.6.8 almost flawelessly. Shortly after upgrade to 10.6.8 system started to hang periodically after resuming from sleep. Symptoms are that it stops responding to mouse (be it touch pad or USB mouse). Keyboard seems to be ok but system doesn't seem to be fully functional. I am able to ssh from the other computer and 'shutdown -r now' after reboot system seem to be ok until next resume from sleep. What interesting though is that this problem newer manifests then I am using external monitor.

    Found problem. It was due to magic mouse that I left on. I carry this mouse in the laptop bag but rarely use it. Last time I used it (around the same time I install the update) I left it on in the bag. It was apparently disconnecting/connecting on its own and by some reason sometimes was breaking touch pad and other usb mouse connected to laptop, as soon as I switched magic mouse off broblem was fixed

  • Run Crystal Reports in background on event from asp

    How would I run a Crystal Report file in the background after an onClick event from an ASP web page?
    Are there any code samples of how this can be configured?
    I have Crystal Reports Server 2008 and Crystal Reports 2008.

    See if the solution in [this|Re: CR2010 Production Release; thread will help.
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

  • Explorer.exe consuming 100% CPU after resuming from hibernation

    Hello,
    For the last months, I repeatedly have the problem that sometimes (every 2nd or 3rd time) after resuming from hibernation, in a few cases also after disconnecting from the Internet, one or more instances of explorer.exe are consuming 100% CPU, but never
    the shell instance.
    I tried figuring out what it was doing, but I was unsuccessful so far.
    Here is a stack of the thread which consumed most of the CPU:
    0, ntoskrnl.exe!KiDeliverApc+0x166
    1, ntoskrnl.exe!KiSwapThread+0x31f
    2, ntoskrnl.exe!KiCommitThreadWait+0x129
    3, ntoskrnl.exe!ExpWaitForResource+0x29f
    4, ntoskrnl.exe!ExEnterPriorityRegionAndAcquireResourceExclusive+0x1ad
    5, win32k.sys!EnterCritAvoidingDitHitTestHazard+0x13
    6, win32k.sys!NtUserMessageCall+0x28
    7, ntoskrnl.exe!KiSystemServiceCopyEnd+0x13
    8, user32.dll!NtUserMessageCall+0xa
    9, user32.dll!SendMessageWorker+0x168
    10, user32.dll!SendMessageW+0xfb
    11, ExplorerFrame.dll!CNscTree::_TreeInvalidateItemInfo+0xd0
    12, ExplorerFrame.dll!CNscTree::_EnumBackgroundDone+0xb4a14
    13, ExplorerFrame.dll!CNscTree::OnQIUpdateEnumDone+0x93
    14, ExplorerFrame.dll!CNscEnumQueueItem::Dispatch+0xcf
    15, ExplorerFrame.dll!CTaskLock::DispatchQueueItem+0xc5
    16, ExplorerFrame.dll!CNscTree::_SubClassTreeWndProc+0x118
    17, ExplorerFrame.dll!CNscTree::s_SubClassTreeWndProc+0x5f
    18, comctl32.dll!CallNextSubclassProc+0xe0
    19, comctl32.dll!MasterSubclassProc+0xa2
    20, user32.dll!UserCallWinProcCheckWow+0x149
    21, user32.dll!DispatchMessageWorker+0x1a7
    22, AppVEntSubsystems64.dll!VirtualizeCurrentThread+0x1e492
    23, ExplorerFrame.dll!CExplorerFrame::FrameMessagePump+0xe3
    24, ExplorerFrame.dll!BrowserThreadProc+0x5e
    25, ExplorerFrame.dll!BrowserNewThreadProc+0x3a
    26, ExplorerFrame.dll!CExplorerTask::InternalResumeRT+0x12
    27, ExplorerFrame.dll!CRunnableTask::Run+0x114
    28, shell32.dll!CShellTaskThread::ThreadProc+0x2a3
    29, shell32.dll!CShellTaskThread::s_ThreadProc+0x2f
    30, SHCore.dll!StrRetToBSTR+0x19f
    31, kernel32.dll!BaseThreadInitThunk+0x22
    32, ntdll.dll!RtlUserThreadStart+0x34
    I was hoping I could identify a rogue shell extension or something similar, but I didn't find any such evidence so far.
    In case you need this information, this is a list of my shell extensions/copy hooks/context menu handlers/drag&drop handlers (without duplicates):
    + " SkyDrivePro1 (ErrorConflict)" "Microsoft OneDrive for Business Extensions" "Microsoft Corporation" "c:\program files\microsoft office 15\root\vfs\programfilesx64\microsoft office\office15\grooveex.dll" "12.11.2014 01:13"
    + "{C52AF81D-F7A0-4AAB-8E87-F80A60CCD396}" "" "Apache Software Foundation" "c:\program files (x86)\openoffice 4\program\shlxthdl\shlxthdl.dll" "20.09.2013 12:50"
    + "{C52AF81D-F7A0-4AAB-8E87-F80A60CCD396}" "" "Apache Software Foundation" "c:\program files (x86)\openoffice 4\program\shlxthdl\shlxthdl_x64.dll" "20.09.2013 12:41"
    + "7-Zip" "7-Zip Shell Extension" "Igor Pavlov" "c:\program files\7-zip\7-zip32.dll" "18.04.2011 19:34"
    + "7-Zip" "7-Zip Shell Extension" "Igor Pavlov" "c:\program files\7-zip\7-zip.dll" "18.04.2011 19:35"
    + "ANotepad++64" "ShellHandler for Notepad++ (64 bit)" "" "c:\program files (x86)\notepad++\nppshell_06.dll" "12.05.2014 10:49"
    + "Ath_CopyHook" "Bluetooth File Transfer Plugin" "Qualcomm®Atheros®" "c:\program files (x86)\bluetooth suite\folderviewimpl.dll" "25.09.2013 10:58"
    + "Atheros" "Atheros Bluetooth Module" "Qualcomm®Atheros®" "c:\program files (x86)\bluetooth suite\btvappext.dll" "25.09.2013 10:58"
    + "DropboxExt" "Dropbox Shell Extension" "Dropbox, Inc." "c:\users\david\appdata\roaming\dropbox\bin\dropboxext64.24.dll" "24.06.2014 01:32"
    + "DropboxExt1" "Dropbox Shell Extension" "Dropbox, Inc." "c:\users\david\appdata\roaming\dropbox\bin\dropboxext.24.dll" "24.06.2014 01:31"
    + "FTShellContext" "Atheros Bluetooth Module" "Qualcomm®Atheros®" "c:\program files (x86)\bluetooth suite\shellcontextext.dll" "25.09.2013 10:58"
    + "GDContextMenu" "Google Drive shell extension" "Google" "c:\program files (x86)\google\drive\contextmenu64.dll" "16.01.2015 01:57"
    + "GDriveBlacklistedOverlay" "Google Drive shell extension" "Google" "c:\program files (x86)\google\drive\googledrivesync64.dll" "16.01.2015 01:56"
    + "igfxcui" "igfxpph Module" "Intel Corporation" "c:\windows\system32\igfxpph.dll" "09.09.2013 18:26"
    + "LockHunterShellExt" "LockHunter Explorer Extension" "Crystal Rich Ltd" "c:\program files\lockhunter\lhshellext32.dll" "25.03.2009 08:53"
    + "LockHunterShellExt" "LockHunter Explorer Extension" "Crystal Rich Ltd" "c:\program files\lockhunter\lhshellext64.dll" "28.04.2009 10:21"
    + "PDF Shell Extension" "PDF Shell Extension" "Adobe Systems, Inc." "c:\program files (x86)\common files\adobe\acrobat\activex\pdfshell.dll" "11.05.2013 10:34"
    + "PushbulletCtx" "" "" "File not found: :/Program Files (x86)/Pushbullet/pushbullet_ctx.DLL" ""
    + "RecuvaShellExt" "Recuva shell extensions" "Piriform Ltd" "c:\program files\recuva\recuvashell64.dll" "14.03.2014 12:41"
    + "SD360" "360 Total Security" "" "c:\program files (x86)\360\total security\menuex64.dll" "12.01.2015 03:55"
    + "SourceGearDiffMergeShellExtension32" "SourceGear DiffMerge ShellExtension 32" "SourceGear LLC" "c:\program files (x86)\sourcegear\common\diffmerge\sourcegeardiffmergeshellextension32.dll" "23.10.2013 19:15"
    + "SourceGearDiffMergeShellExtension64" "SourceGear DiffMerge ShellExtension 64" "SourceGear LLC" "c:\program files\sourcegear\common\diffmerge\sourcegeardiffmergeshellextension64.dll" "23.10.2013 19:17"
    + "StartMenuExt" "Start Menu Helper Extension" "IvoSoft" "c:\windows\syswow64\startmenuhelper32.dll" "20.04.2014 18:17"
    + "StartMenuExt" "Start Menu Helper Extension" "IvoSoft" "c:\windows\system32\startmenuhelper64.dll" "20.04.2014 18:16"
    + "WinRAR32" "WinRAR shell extension" "Alexander Roshal" "c:\program files\winrar\rarext32.dll" "02.12.2014 11:07"
    + "WinRAR" "WinRAR shell extension" "Alexander Roshal" "c:\program files\winrar\rarext.dll" "02.12.2014 11:07"
    + "WinSCPCopyHook" "Drag&Drop shell extension for WinSCP (64-bit)" "Martin Prikryl" "c:\program files (x86)\winscp\dragext64.dll" "14.08.2013 12:22"
    I you have any clue what might be going, I would be very happy to hear it. It's really annoying, as I have to kill explorer.exe and thereby close all my folder windows when this happens.
    Thank you!
    Best regards,
    David Trapp

    Hello,
    thanks for having a look. However, I already ran SFC before posting on this forum (as part of my own investigation) and it came back clean. RescueTime (a time tracking tool) is probably not the culprit because it happened also several times in the past without
    RescueTime being running (that was because I had accidentally removed it from autorun at that time).
    Unfortunately, I can't follow your "invalid date" explanation. I don't think an "invalid date" is anywhere involved; in fact, the method in question is called "_TreeInvalidateItemInfo" and not "_TreeInvalidDateItemInfo"
    (note that there is only one "d"), so I assume its job is just to invalidate (and in turn, refresh) the cached information about nodes in the left pane's folder tree of the explorer window(s) - since the folder tree is the only NamespaceTreeControl
    (whose corresponding class name is CNscTree) in explorer folder view windows. As I see it, something is causing explorer to repeatedly refresh the folder tree data, but I am stuck at finding out what exactly.
    Best regards,
    David Trapp
    EDIT: Disassembling ExplorerFrame!CNscTree::_TreeInvalidateItemInfo confirms that, because it seems to call TreeView_SetItem for a tree node and its parent (possibly with all fields set to *_CALLBACK), and CNscTree::_UpdateItemDisplayInfo
    for the parent node.
    EDIT2: I'd love to dig more into the trace, however I am hitting a wall at function names/addresses. Everywhere where I would expect a function name/address (such as the "by stack" views), I only see question marks instead. What
    could be the reason?

  • Slow LAN Networking Speeds after Resuming from Sleep

    I use my mac mini as a HTPC running Plex. I have it connected to my Windows media server with 802.11n. Works fine but sometimes after resuming from sleep the network speed drops off to an unacceptable level (from 72 Mb/sec to 5 Mb/sec). Disconnecting and reconnecting doesn't help. Switching to G doesn't help. Only restarting the mini restores the connection to full speed.
    None of my Windows clients on the same network have any troubles.
    Thoughts?

    Looks like Plex might be causing the problem. I always have plex running and it appears as though if Plex makes a request for a file on the share before OS X is done re-mounting it after sleep, it kills the whole process.
    Shouldn't the OS be robust enough to handle a situation like this?

  • T400 Stuck at 800MHz after resume from Hibernation

    This evening, my T400's processor speed was stuck at 800MHz after resuming from hibernation. Machine was plugged in. Power manager processor speed settings were not set to lowest performance. Even running processes that put the CPU at 100%, the machine stayed clocked at 800MHz. All drivers, BIOS, etc. are updated to the most recent version.
    Eventually, I shut down the machine, and then started it back up. Everything was fine.
    Does anyone have any suggestions to prevent this from happening again?
    When asking for help, post your question in the forum. Remember to include your system type, model number and OS. Do not post your serial number.
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help others with the same question in the future.
    My TPs: Twist 2HU: i5-3317U Win 8 Pro, 4GB RAM 250GB Samsung 840 | T420 4177CTO: i5-2520M, HD+, Win 7 Pro x64, 8GB RAM, Optimus, 160GB Intel 320 SSD, Intel 6300 WiFi, BT 3.0 | T400 2764CTO: P8700, WXGA, Win 7 Ult x64, AMD 3470, 8GB RAM, 64GB Samsung SSD, BT, Intel 5300 WiFi | A20m 14.1" PIII 500 (retired). Monitors: 2x Dell U2211h IPS 100% sRGB calibrated w/ Spyder3.

    Hello everyone, I observed a new correlation: last time when my touchpad was recognized as "PS/2 ALPS DualPoint TouchPad" (instead of "PS/2 Generic Mouse") happend *after resuming from hibernation*, and also with the concomitant phenomenon of having no sound after resuming. (Sorry for the oversophisticated language, I have just had a philosophy of mind exam ) After this I hibernated the laptop again and resumed, and I *had* sound, but had the touchpad recognized as "PS/2 Generic Mouse", so it seems that I am lucky with the touchpad just when I am unlucky with sound. And, as far as I remember, the earlier occasions when I was lucky with the touchpad were also after resuming from hibernation. So it seems that something else than psmouse sometimes fails to restart after the hibernation, and this is what causes psmouse to work as expected! I am not an expert in kernel, so could someone help me, what to look for? An obvious guess would be sound-related modules, but it would be really weird if they had anything to do with the touchpad, so for now I don't start to learn how sound is handled in Linux (it looks like a lot to learn...)

  • Big slowdown (hang-up actually) after resuming from hibernation (T61 & Win7)

    Hi
    Recently I have noticed, that my machine is someteimes slowed down after resuming from hibernation on Windows 7 and I can't do anything. I wait one minute, two... but nothing happens. Even mouse cursor isn't moving smooth. Pressing ctrl+alt+del causes that "preparing security options..." screen appears but nothing more... So I can't run task manager. Only thing I can do is powering down & booting again laptop so actually I can say that my machine hangs up after resuming from hibernation.
    I don't know if this is important, but always when it happend I was resuming system without AC connected and noticed that fan is not working.
    edit:
    today it happend again. I conncected AC but it didn't help. I have noticed, that when system is in this 'near hang-up' state - plugging usb mouse doesn't even cause mouse sensor to light.
    Any ideas what's going on?
    T61 7664-R6G core 2 duo 2.1ghz, 2gb ram, windows 7 32 bit (latest updates and drivers installed).

    Are you by any chance removing a LAN cable while in hibernation?
    I have a similar problem with my T61 7663-13G, Windows 7 x64 and Standby.
    (Could eliminate my Minidocks and power supplies IMHO.)
    But it seems like if I remove the network cable while in standby Win 7 will hang after the still successful login.
    (hang = I can let the cursor jump inch by inch, but nothing else is responding.)
    - Update:
    Changed the driver from my wired network card from 9.13.16.0 to 9.13.41.0 and can't reproduce my hang-ups atm.
    ThinkPad T61 (7663-13G) T7500 2.2GHz/4GiB/120GB SSD/Sierra MC8775 HSPA/Win7 Pro x64/(3rd Fan, 3rd NVS 140M), 2x 39T4587

Maybe you are looking for

  • I cant email yahoo friends why?this just started

    <blockquote>Locking duplicate thread.<br> Please continue here: [[/questions/853566]]</blockquote> I cant email my daughter at yahoo,nor can I access yahoo help line didI do something on firefox that is causing this problem as it has never happened b

  • Updating scheduling agreements in SD via IDOC delins.delfor02 / splitting

    Dear All, I am having the following problem: I am getting an EDI 862, which should update an scheduling agreement in SAP on the SD site. The incoming file contains the relevant information for multiple line items and for mulitiple release numbers as

  • PreClusterCreationValidationFailure when trying to create a cluster through the Azure Powershell

    I'm currently working on with Windows Azure in order to set up a cluster up and running, following the steps from here. But when i tried to execute the command i got this error: New-AzureHDInsightCluster : Unable to complete the cluster create operat

  • Firefox is being mean to my design

    My web design works beautifully in IE but giving me grief in Firefox.  On my website on the menu bar one of the tabs lettering is not viewing.  Example the tab should be reading "Residential" it is only viewing the "R".   What is up?

  • UI problems when accessing UWL

    Hi Portal experts and friends, We are implementing the UWL in our company. Constraint: The managers ( who are crazy   ) sometimes will be approving the flow being outside the company premises. For example, they might stay in a hotel with low bandwidt