My T60p shutsdown every night

T60/T61 series specific matters only
Message
Author
o1sowise
Freshman Member
Posts: 120
Joined: Fri Dec 02, 2005 8:55 am
Location: Wayne, NJ, USA
Contact:

My T60p shutsdown every night

#1 Post by o1sowise » Thu Feb 22, 2007 4:30 pm

I leave my T60p on all the time, I hardly ever shutdown (unless installing new software or crashes).

For the past few weeks, most days when I come down to my office, the T60p is powered off. :cry: Some days it stays up, but most days not. :? I cannot figure out what's causing it. :x Can anyone suggest where I could start looking to find out what is causing it? :?:

I looked in the System Event log and in the Symantec/Norton log, but nothing sticks out as obvious.

:shock: HELP! :shock:
Last edited by o1sowise on Thu Feb 22, 2007 6:23 pm, edited 1 time in total.

ryengineer
Moderator Emeritus
Moderator Emeritus
Posts: 4393
Joined: Wed Sep 20, 2006 9:29 pm
Location: L.A. (home town) CA, Toronto ON.

#2 Post by ryengineer » Thu Feb 22, 2007 5:13 pm

1. Look into Power options and see if something needs to be changed.

2. If the machine entirely runs on your adapter, make sure it's working properly.

3. Ask your co-workers (if any) about any possible wiring problem in the place.

4. Lastly if someone else has access to your office (like friends, co-workers, janitors), make sure they aren't fooling around.
"I've come a long, long way," she said, "and I will go as far,
With the man who takes me from my horse, and leads me to a bar."
The man who took her off her steed, and stood her to a beer,
Were a bleary-eyed Surveyor and a DRUNKEN ENGINEER.

dsalyers
Sophomore Member
Posts: 170
Joined: Mon Nov 13, 2006 1:52 pm
Location: Indiana, US

#3 Post by dsalyers » Thu Feb 22, 2007 5:19 pm

A few somewhat stupid questions:

1) Is the power manager set to shut off the machine after a period of inactivity?

2) Is the battery level drained when you come in? I ask this because I diagnosed a similar problem were an employee had plugged their desktop into an outlet that was controlled by a switch. When the cleaning people left for the night they would turn off all of the switches, which included the one his machine was plugged in.

o1sowise
Freshman Member
Posts: 120
Joined: Fri Dec 02, 2005 8:55 am
Location: Wayne, NJ, USA
Contact:

#4 Post by o1sowise » Thu Feb 22, 2007 6:28 pm

ryengineer wrote:1. Look into Power options and see if something needs to be changed.
Nothing needs to be changed nor has anything been changed from what I always run.
ryengineer wrote:2. If the machine entirely runs on your adapter, make sure it's working properly.
I have two batteries in, both are fully charged.
ryengineer wrote:3. Ask your co-workers (if any) about any possible wiring problem in the place.
I'm in my home office, no elec problems that I know, and the batteries would take over if there were...
ryengineer wrote:4. Lastly if someone else has access to your office (like friends, co-workers, janitors), make sure they aren't fooling around.
:wink: Nope. But I like the way you think :lol:

o1sowise
Freshman Member
Posts: 120
Joined: Fri Dec 02, 2005 8:55 am
Location: Wayne, NJ, USA
Contact:

#5 Post by o1sowise » Thu Feb 22, 2007 6:30 pm

dsalyers wrote:1) Is the power manager set to shut off the machine after a period of inactivity?
How do I do that? I didn't see that option in any power settings...
dsalyers wrote:2) Is the battery level drained when you come in? I ask this because I diagnosed a similar problem were an employee had plugged their desktop into an outlet that was controlled by a switch. When the cleaning people left for the night they would turn off all of the switches, which included the one his machine was plugged in.
Good idea. I think they were 100% yesterday and they now show 99%. I don't know this is a clue or if they just flux between 100% and 99% normally.

mitchellst
Sophomore Member
Posts: 142
Joined: Thu Feb 01, 2007 7:46 pm
Location: marietta, ga

#6 Post by mitchellst » Thu Feb 22, 2007 6:57 pm

I'm betting it's a hardware issue. If you can't find a solution, I'd send it somewhere to get it repaired (assuming it's under warranty). I'm not really sure what would cause that. I guess it could be overheating. It may just need a new fan.

jeffm
Freshman Member
Posts: 112
Joined: Wed Feb 07, 2007 9:13 pm
Location: Columbia, SC
Contact:

#7 Post by jeffm » Thu Feb 22, 2007 7:11 pm

When you restart in the morning does windows say anything about an unusual shutdown? If not, your computer is not losing power.

In one of the companies I used to work for, they would send out software updates at night and remotely shutdown or reboot all the computers.

tomh009
Moderator Emeritus
Moderator Emeritus
Posts: 3021
Joined: Wed Feb 23, 2005 3:30 pm
Location: Kitchener, ON

#8 Post by tomh009 » Thu Feb 22, 2007 7:16 pm

Two things: first, in Administrative Tools > Local Security Policy, turn on process auditing at night before you leave. When you arrive in the morning, you can then check the security log to see whether the various processes on the system were shut down, and at what time. (Turn off auditing at this point.)

If you see that the processes did get shut down, the shutdown is almost certainly software-induced, and something is causing the system to do a shutdown. The timestamp for those process exit messages should help you track down what was going on (and there may be a process start event just before those that relates to the shutdown).

If there process exit messages were not there, then something hardware-related may be doing it. Create a small batch file, something like timestamp.cmd:

Code: Select all

:top
time /t >> timestamp.log
ping 127.0.0.2 -n 60 -w 1000 > nul
goto :top
Start it running at night, and in the morning examine the timestamp.log file to see what time your system stopped running. You can now start tracking down whether there is an external environmental event at that time of night ...
X220 (4287-2W5, Windows 8 Pro) / X31 (2672-CXU, XP Pro) / X61s (7668-CTO, Windows 8 Pro)

o1sowise
Freshman Member
Posts: 120
Joined: Fri Dec 02, 2005 8:55 am
Location: Wayne, NJ, USA
Contact:

#9 Post by o1sowise » Thu Feb 22, 2007 7:22 pm

mitchellst wrote:I'm betting it's a hardware issue. If you can't find a solution, I'd send it somewhere to get it repaired (assuming it's under warranty). I'm not really sure what would cause that. I guess it could be overheating. It may just need a new fan.
It's fairly new, <3 months. I only noticed it after I went thru a metal detector that I've never been thru before.

o1sowise
Freshman Member
Posts: 120
Joined: Fri Dec 02, 2005 8:55 am
Location: Wayne, NJ, USA
Contact:

#10 Post by o1sowise » Thu Feb 22, 2007 7:24 pm

jeffm wrote:When you restart in the morning does windows say anything about an unusual shutdown? If not, your computer is not losing power.
Nope. Outlook does tell me that my PSTs were not closed properly, but that's expected with a sudden crash.

jeffm
Freshman Member
Posts: 112
Joined: Wed Feb 07, 2007 9:13 pm
Location: Columbia, SC
Contact:

#11 Post by jeffm » Thu Feb 22, 2007 8:51 pm

Outlook does tell me that my PSTs were not closed properly...
That's not definitive proof that you had a power loss. It just means outlook wasn't shutdown properly.

If you had a power loss Windows would prompt during re-boot to use safe mode or continue with a normal boot. If you're not seeing that, then I wouldn't suspect a sudden power loss.

GomJabbar
Moderator
Moderator
Posts: 9765
Joined: Tue Jun 07, 2005 6:57 am

#12 Post by GomJabbar » Thu Feb 22, 2007 9:38 pm

Two other things that might cause this. This assumes however that your ThinkPad is running on batteries and not on AC power.

If your ThinkPad is in Suspend mode when you leave it, the timer might be set to Hibernate after a period of time. Sometimes when a ThinkPad wakes up from Suspend to go into Hibernation, it does not enter Hibernation, and it does not reenter Suspend so it is left on. In this case it would shut off when the batteries were drained either to the critical level setting in Power Options, or just drained to the point the ThinkPad could no longer run.

If your ThinkPad is in Suspend mode and you have a Scheduled task to run whether in Control Panel > Scheduled Tasks, or Away Manager, or somewhere else, that may be waking up your computer which will again drain the batteries.
--------------------

One possible solution or work around for you could be to leave your ThinkPad in Hibernation mode when you leave the office. Resuming from Hibernation should be somewhat faster than booting up cold.

If your ThinkPad is left plugged in, you might be losing AC power sometime during the night for whatever reason (as mentioned above). Another possibility I suppose, could be some program that runs itself and tells the computer to shut down when it is finished. Or maybe some program is set to run, such as a Virus scan, that causes something to overheat after a period of time, shutting down your laptop.
DKB

o1sowise
Freshman Member
Posts: 120
Joined: Fri Dec 02, 2005 8:55 am
Location: Wayne, NJ, USA
Contact:

#13 Post by o1sowise » Fri Feb 23, 2007 7:51 am

GomJabbar wrote:Two other things that might cause this...
I leave my T60p lid open with Windows XP running.
It's also plugged-in with two fully-charged batteries.
When I left the laptop last night, the batteries showed 99%, and they still show 99% this morning.
I disabled Hibernation two days ago and it still failed last night around 9pm.
I know Symantec/Norton AntiVirus runs then.
My backups do not run until much later in the night...

tomh009
Moderator Emeritus
Moderator Emeritus
Posts: 3021
Joined: Wed Feb 23, 2005 3:30 pm
Location: Kitchener, ON

#14 Post by tomh009 » Fri Feb 23, 2007 11:15 am

Is it always shutting down at around 9 PM?

Did you try turning on the process auditing to determine whether it's software doing it?
X220 (4287-2W5, Windows 8 Pro) / X31 (2672-CXU, XP Pro) / X61s (7668-CTO, Windows 8 Pro)

Zeus
Freshman Member
Posts: 55
Joined: Wed Jan 24, 2007 8:15 am
Location: Pennsylvania, USA

#15 Post by Zeus » Fri Feb 23, 2007 11:34 am

what applications do you leave running?

smugiri
Senior Member
Senior Member
Posts: 774
Joined: Tue Nov 23, 2004 4:29 pm
Location: Mississauga, ON
Contact:

#16 Post by smugiri » Fri Feb 23, 2007 1:15 pm

Maybe the laptop has a wake up / turn off time scheduled in the BIOS?

You can see it in the T60 BIOS simulator here under 'Config' -> 'Power' menu items.
Steve

o1sowise
Freshman Member
Posts: 120
Joined: Fri Dec 02, 2005 8:55 am
Location: Wayne, NJ, USA
Contact:

#17 Post by o1sowise » Fri Feb 23, 2007 1:51 pm

Yesterday, I wrote:I run NAV (AntiVirus) @ 9pm, Connected (Backup) @ 10:45p and Ghost (Backup) @ midnight.

I just changed NAV to 4am, to see if that does anything...
Strange... :?
It turned off last night @ 10:30p, before any of the three processes mentioned above even started. :shock:
Back to square one. :cry:

Just now, I ran all three of the above processes simultaneously, and the T60p did not power-off. :?

o1sowise
Freshman Member
Posts: 120
Joined: Fri Dec 02, 2005 8:55 am
Location: Wayne, NJ, USA
Contact:

#18 Post by o1sowise » Sat Feb 24, 2007 10:12 am

I found a clue.
I run BOINC. Looking in stdoutgui.txt, I found this error each time my PC shutsdown:

Code: Select all

[02/22/07 22:28:11] TRACE [5176][02/24/07 08:30:13] TRACE [2184]: RPC_CLIENT::init connect 2: Winsock error '10061'
I'm not yet sure if this is the problem or a symptom.

jeffm
Freshman Member
Posts: 112
Joined: Wed Feb 07, 2007 9:13 pm
Location: Columbia, SC
Contact:

#19 Post by jeffm » Sat Feb 24, 2007 10:53 am

Winsock error 10061 is WSAECONNREFUSED:

No connection could be made because the target computer actively refused it. This usually results from trying to connect to a service that is inactive on the foreign host—that is, one with no server application running.

So, your computer is trying to make a network connection to another computer and then shutting down because the connection failed. That sounds like really bad software.

Try removing or disabling BOINC. Actually, BOINC requries a logged in user (I think), so you could just try logging out at night to see if the problem stops. If so, I would just remove it.

o1sowise
Freshman Member
Posts: 120
Joined: Fri Dec 02, 2005 8:55 am
Location: Wayne, NJ, USA
Contact:

#20 Post by o1sowise » Sat Feb 24, 2007 11:00 am

jeffm wrote:Winsock error 10061 is WSAECONNREFUSED:

No connection could be made because the target computer actively refused it. This usually results from trying to connect to a service that is inactive on the foreign host—that is, one with no server application running.
Thanks for looking up the error.
I've been running BOINC for years, so I know it's not really bad software. It may be a bug, but it's not really bad stuff.
I'll follow-up with the BOINC people.
Thanks again.

GomJabbar
Moderator
Moderator
Posts: 9765
Joined: Tue Jun 07, 2005 6:57 am

#21 Post by GomJabbar » Sat Feb 24, 2007 11:43 am

Here are some possible things I think might be causing this.

1st: you have been infected with a Virus such as Sassar.
2nd: you are not running a good Firewall, or else it is not properly configured.
3rd: you have not kept your copy of Windows thoroughly up to date with the security updates.
4th: you do not have a good AntiVirus program, or you haven't been keeping it up to date.

Take a gander at the following thread I pulled up on a quick Google search.

http://www.experts-exchange.com/OS/Micr ... 58211.html
DKB

o1sowise
Freshman Member
Posts: 120
Joined: Fri Dec 02, 2005 8:55 am
Location: Wayne, NJ, USA
Contact:

#22 Post by o1sowise » Sat Feb 24, 2007 11:56 am

GomJabbar wrote:Here are some possible things I think might be causing this.
Thanks :D
GomJabbar wrote:1st: you have been infected with a Virus such as Sassar.
Interesting. Symantec/NAV didn't find it, but I'll search their DB for that specific virus.
GomJabbar wrote:2nd: you are not running a good Firewall, or else it is not properly configured.
Do you consider the Windows Firewall good?
GomJabbar wrote:3rd: you have not kept your copy of Windows thoroughly up to date with the security updates.
Weekly.
GomJabbar wrote:4th: you do not have a good AntiVirus program, or you haven't been keeping it up to date.
NAV. Weekly.
GomJabbar wrote:Take a gander at the following thread I pulled up on a quick Google search.

http://www.experts-exchange.com/OS/Micr ... 58211.html
Looks interesting. Are you a member? Is the answer good enough to pay for?

btw - I cannot seem to fix the bad e-mail error under my name in the left pane...

GomJabbar
Moderator
Moderator
Posts: 9765
Joined: Tue Jun 07, 2005 6:57 am

#23 Post by GomJabbar » Sat Feb 24, 2007 12:51 pm

No, I'm not a member of that forum.

I am thinking that you might be under attack for reasons other than the thread I posted above. For instance, the other day I was on AT&T's site downloading some files related to the federal excise tax refund. As soon as I clicked the download link, I received an incoming connection alert from my Kerio firewall. Normally I deny ALL incoming connections, but I got fooled this time thinking it was from AT&T and I allowed the incoming connection. Immediately I got a BSOD. Evidently someone was launching a DOS (Denial of Service) attack on me. AFAIK, no harm was done, but I did have to restart the computer. I receive these incoming connection alerts virtually every week. Where would I be without a firewall running to stop them and warn me? Windows firewall may be sufficient (I have it turned off), but I like a little more protection than it offers.

For my Anti-Virus protection, I use Kaspersky which checks online for updates every 3 hours by default. In addition, I always install the security updates from Windows Update whenever they are available. I take internet security seriously. Also I do not logon as Administrator for browsing the internet and routine tasks. I only log on as Administrator when I need to.

The Code you posted above with the Winsock error makes me think that your computer is trying to connect with the internet, or someone on the internet is trying to connect to your computer. This could be a possible indication of a Virus infection or a DOS attack.
DKB

o1sowise
Freshman Member
Posts: 120
Joined: Fri Dec 02, 2005 8:55 am
Location: Wayne, NJ, USA
Contact:

#24 Post by o1sowise » Sat Feb 24, 2007 1:11 pm

GomJabbar wrote:... The Code you posted above with the Winsock error makes me think that your computer is trying to connect with the internet, or someone on the internet is trying to connect to your computer. This could be a possible indication of a Virus infection or a DOS attack.
Thank you very much, for the detailed explaination.

Do you know how I can tell which program is doing this RPC call, and if it's inbound or outbound?

jeffm
Freshman Member
Posts: 112
Joined: Wed Feb 07, 2007 9:13 pm
Location: Columbia, SC
Contact:

#25 Post by jeffm » Sat Feb 24, 2007 1:20 pm

That's a WinSock client error - meaning your computer was attempting to make the connection.

I believe that stdoutgui.txt is BOINC specific - so BOINC was trying to make the connection and reported the error.

o1sowise
Freshman Member
Posts: 120
Joined: Fri Dec 02, 2005 8:55 am
Location: Wayne, NJ, USA
Contact:

#26 Post by o1sowise » Sat Feb 24, 2007 2:18 pm

jeffm wrote:That's a WinSock client error - meaning your computer was attempting to make the connection.

I believe that stdoutgui.txt is BOINC specific - so BOINC was trying to make the connection and reported the error.
True, you're right on both accounts. It's BOINC specific and I was trying to connect.
Next questions are, "to whom" and "why did it crash"

jeffm
Freshman Member
Posts: 112
Joined: Wed Feb 07, 2007 9:13 pm
Location: Columbia, SC
Contact:

#27 Post by jeffm » Sat Feb 24, 2007 2:25 pm

You might be able to answer the first question by turning on firewall logging:

http://support.microsoft.com/kb/875357

o1sowise
Freshman Member
Posts: 120
Joined: Fri Dec 02, 2005 8:55 am
Location: Wayne, NJ, USA
Contact:

#28 Post by o1sowise » Sat Feb 24, 2007 2:51 pm

jeffm wrote:You might be able to answer the first question by turning on firewall logging:

http://support.microsoft.com/kb/875357
Perfect! 8)

Thank you very much! :D

o1sowise
Freshman Member
Posts: 120
Joined: Fri Dec 02, 2005 8:55 am
Location: Wayne, NJ, USA
Contact:

#29 Post by o1sowise » Mon Feb 26, 2007 6:49 pm

One think I did notice that was weird.

On Sat, right in front of me, the laptop went into Stand-by.
This morning, when I came down to the office, it was in Stand-by.

This begs two questions:
1. What's causing the auto Stand-by
2. Can too long in Stand-by mode, shutdown?

I checked all power settings and I do not have auto or timed stand-by...

foxchi
Posts: 4
Joined: Mon Sep 18, 2006 11:08 am
Location: CHINA,BEIJING

#30 Post by foxchi » Wed Feb 28, 2007 10:49 am

try to update ur BIOS
T60P-AC2 Intel T2500 2.00GHz 2048M 7K100 DVD-RW 15" UXGA 1600×1200 256M
ATI V5200

Post Reply
  • Similar Topics
    Replies
    Views
    Last post

Return to “ThinkPad T6x Series”

Who is online

Users browsing this forum: soundforger and 12 guests