Technology Questions

Go Back   Technology Questions > Software Questions > Operating System Questions > Vista Community > Windows Vista

Windows Vista Discuss the different versions of Windows Vista, Fuji, or Vienna

Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old 03-29-2008, 03:20 PM
Moshe Goldfarb
Newsgroup Contributor
 
Posts: n/a
Re: Linux: "totally random lockups" XP: "never locks up"

On Sat, 29 Mar 2008 01:12:00 -0500, DFS wrote:
[color=blue]
> "I have just started experiencing totally random lockups. It's locked up so
> bad I can't even cnt-alt-f1 to a tty. The keyboard does nothing. I can
> wiggle the mouse around for a while then eventually it stops working too.
> Nothing in the logs looks amiss. This has been happening for 3 days now.
>
> This is on a feisty install that's been stable for 6 months. I dual-boot to
> XP, XP never locks up. So I don't think it's hardware."
>
> [url]http://ubuntuforums.org/showthread.php?t=587905&highlight=freeze&page=13[/url][/color]

It's Linux, specifically Ubuntu.

They have about 70 pages on the site about Ubuntu locking up.

--
Moshe Goldfarb
Collector of soaps from around the globe.
Please visit The Hall of Linux Idiots:
[url]http://linuxidiots.blogspot.com/[/url]
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

 
Old 03-29-2008, 03:20 PM
  #2 (permalink)  
Old 03-29-2008, 03:30 PM
kevpan815
Newsgroup Contributor
 
Posts: n/a
My Copy Of Ubuntu Server Edition Never Locks Up, Just FYI.

My Copy Of Ubuntu Server Edition Never Locks Up, Just FYI.
They Probably Have Badly Burned CD' And/Or DVD's, Just FYI.
Try Running A CD-Rom Disk Integrity Check At Boot, Just FYI.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #3 (permalink)  
Old 03-29-2008, 04:20 PM
Imposter Investigations, Inc.
Newsgroup Contributor
 
Posts: n/a
Re: My Copy Of Ubuntu Server Edition Never Locks Up, Just FYI.

That is because you don't do anything with your computer so it can't lock
up.

All you do is install Ubuntu. Install Windows 2008 Server. Install Windows
Vista. Install Vista SP1, Install Ubuntu.

Rinse and Repeat.

There is no possible way that your computer can lock up. No possible way.
You just can't and don't do anything with your computers.

Just FYI

Oh yea, this post is for informational purposes so we put Just FYI
everywhere so people know that the information is for their reading. Just
FYI

Just FYI


"kevpan815" <kevpan815@discussions.microsoft.com> wrote in message
news:763F63A2-B921-4F95-80C9-05966BAECE9A@microsoft.com...[color=blue]
> My Copy Of Ubuntu Server Edition Never Locks Up, Just FYI.
> They Probably Have Badly Burned CD' And/Or DVD's, Just FYI.
> Try Running A CD-Rom Disk Integrity Check At Boot, Just FYI.[/color]


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #4 (permalink)  
Old 03-29-2008, 07:30 PM
El Tux
Newsgroup Contributor
 
Posts: n/a
Re: Linux: "totally random lockups" XP: "never locks up"

On Sat, 29 Mar 2008 19:19:06 -0400, Moshe Goldfarb wrote:
[color=blue]
> On Sat, 29 Mar 2008 01:12:00 -0500, DFS wrote:
>[color=green]
>> "I have just started experiencing totally random lockups. It's locked
>> up so bad I can't even cnt-alt-f1 to a tty. The keyboard does nothing.
>> I can wiggle the mouse around for a while then eventually it stops
>> working too. Nothing in the logs looks amiss. This has been happening
>> for 3 days now.
>>
>> This is on a feisty install that's been stable for 6 months. I
>> dual-boot to XP, XP never locks up. So I don't think it's hardware."
>>
>>
>>
>> [url]http://ubuntuforums.org/showthread.php?t=587905&highlight=freeze&page=13[/url][/color][/color]

Any time I encounter random lockups in Linux, my first suspicion is bad
RAM or hard drive, and my second is a bad DSDT (see below).
[color=blue]
>
> It's Linux, specifically Ubuntu.
>
> They have about 70 pages on the site about Ubuntu locking up.[/color]

That's 70 pages containing a handful of complaints and consisting mostly
of discussion and suggestions for tracing and fixing the problem, but of
course the lying MS shills want any visitors here to believe it's 70
pages of nothing but complaints. Nothing new there, but here's something
interesting for my fellow Linux users: One of the major causes of random
lockups under Linux is bad ACPI info provided by faulty DSDT's compiled
by Microsoft's ASL compiler. A more detailed description of the problem,
along with a general procedure for fixing it, can be found here:

------------------------------------------------------------

[url]http://gentoo-wiki.com/HOWTO_Fix_Common_ACPI_Problems[/url]

"The ACPI Specification defines the requirements for the DSDT (and
everything else, for that matter) pretty explicitly. Intel's ASL
compiler, iasl, used to compile the DSDT to AML from ASL, will throw
errors and warnings if the underlying ASL is buggy. Unfortunately,
Microsoft's ASL compiler allows many of these errors and warnings to
sneak by. As a result, many OEMs write buggy DSDTs, and it turns out
that Windows is very forgiving of bugs in the DSDT that get by
Microsoft's compiler (not surprisingly)."

"What this means is that a DSDT that does not conform to the ACPI
specification will work under Windows, even though it
shouldn't. However, when you try to use it in Linux, where the ACPI
developers expect that the DSDT is written to comply with the standard
(and the Intel ASL compiler), the buggy sections of the DSDT are
unsupported. If you have a buggy DSDT, ACPI may not be aware that
certain devices exist. Or, if it is aware, it may not support all of
their capabilites. If you have either of these symptoms (missing or
incompletely supported functionality in /proc/acpi), then the cause may
be a buggy DSDT."

------------------------------------------------------------

Nearly every random-lockup problem that I've been able to trace on Linux
systems was found to be due either to faulty hardware or to a faulty
DSDT that was fixed by decompiling, fixing, and recompiling the code as
outlined on the above-mentioned webpage. The latter was caused not by
bad Linux programming, but by vendors' errors that "slipped through"
Microsoft's ASL compiler - whose faulty output Microsoft "just happens"
to ignore in their own code. Not that I'm accusing them of anything. No,
I'm sure it's just a coincidence, just like all the other coincidences
that unintentionally cripple competitors and make it appear to be their
own fault...

There is an effort to replace the faulty DSDT's with working ones, and
other groups are working on bypassing the DSDT the way Windows does, so
some distro's or releases might have problems where others don't. Also,
updates with new features that utilize some previously-unused section of
the DSDT that contains an error can cause random lockups or other odd
symptoms where they didn't exist in earlier versions.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #5 (permalink)  
Old 03-29-2008, 07:30 PM
Bob Campbell
Newsgroup Contributor
 
Posts: n/a
Re: Linux: "totally random lockups" XP: "never locks up"

In article <13uu1tjbvgug1eb@news.supernews.com>,
El Tux <nope@spamsucks.invalid> wrote:

[color=blue]
> Any time I encounter random lockups in Linux, my first suspicion is bad
> RAM or hard drive, and my second is a bad DSDT (see below).[/color]

That's true for any Computer, regardless of OS.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #6 (permalink)  
Old 03-29-2008, 07:40 PM
Moshe Goldfarb
Newsgroup Contributor
 
Posts: n/a
Re: Linux: "totally random lockups" XP: "never locks up"

On Sat, 29 Mar 2008 23:28:48 -0400, Bob Campbell wrote:
[color=blue]
> In article <13uu1tjbvgug1eb@news.supernews.com>,
> El Tux <nope@spamsucks.invalid> wrote:
>
>[color=green]
>> Any time I encounter random lockups in Linux, my first suspicion is bad
>> RAM or hard drive, and my second is a bad DSDT (see below).[/color]
>
> That's true for any Computer, regardless of OS.[/color]

Of course, but the OP said it doesn't happen with Windows.

--
Moshe Goldfarb
Collector of soaps from around the globe.
Please visit The Hall of Linux Idiots:
[url]http://linuxidiots.blogspot.com/[/url]
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #7 (permalink)  
Old 03-29-2008, 07:40 PM
Bob Campbell
Newsgroup Contributor
 
Posts: n/a
Re: Linux: "totally random lockups" XP: "never locks up"

In article <1m0hd43tn8ktf$.1fyfseu3yewho.dlg@40tude.net>,
Moshe Goldfarb <brick.n.straw******.com> wrote:
[color=blue]
> On Sat, 29 Mar 2008 23:28:48 -0400, Bob Campbell wrote:
>[color=green]
> > In article <13uu1tjbvgug1eb@news.supernews.com>,
> > El Tux <nope@spamsucks.invalid> wrote:
> >
> >[color=darkred]
> >> Any time I encounter random lockups in Linux, my first suspicion is bad
> >> RAM or hard drive, and my second is a bad DSDT (see below).[/color]
> >
> > That's true for any Computer, regardless of OS.[/color]
>
> Of course, but the OP said it doesn't happen with Windows.[/color]

Well, it may not happen to him, but it can happen with any computer.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #8 (permalink)  
Old 03-29-2008, 07:51 PM
Moshe Goldfarb
Newsgroup Contributor
 
Posts: n/a
Re: Linux: "totally random lockups" XP: "never locks up"

On Sat, 29 Mar 2008 23:35:45 -0400, Bob Campbell wrote:
[color=blue]
> In article <1m0hd43tn8ktf$.1fyfseu3yewho.dlg@40tude.net>,
> Moshe Goldfarb <brick.n.straw******.com> wrote:
>[color=green]
>> On Sat, 29 Mar 2008 23:28:48 -0400, Bob Campbell wrote:
>>[color=darkred]
>>> In article <13uu1tjbvgug1eb@news.supernews.com>,
>>> El Tux <nope@spamsucks.invalid> wrote:
>>>
>>>
>>>> Any time I encounter random lockups in Linux, my first suspicion is bad
>>>> RAM or hard drive, and my second is a bad DSDT (see below).
>>>
>>> That's true for any Computer, regardless of OS.[/color]
>>
>> Of course, but the OP said it doesn't happen with Windows.[/color]
>
> Well, it may not happen to him, but it can happen with any computer.[/color]

True but if it doesn't happen with an alternate OS chances are good it
isn't a hardware problem.
--
Moshe Goldfarb
Collector of soaps from around the globe.
Please visit The Hall of Linux Idiots:
[url]http://linuxidiots.blogspot.com/[/url]
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #9 (permalink)  
Old 03-29-2008, 08:00 PM
Lookout
Newsgroup Contributor
 
Posts: n/a
Re: Linux: "totally random lockups" XP: "never locks up"

On Sun, 30 Mar 2008 03:23:31 -0000, El Tux <nope@spamsucks.invalid>
wrote:
[color=blue]
>On Sat, 29 Mar 2008 19:19:06 -0400, Moshe Goldfarb wrote:
>[color=green]
>> On Sat, 29 Mar 2008 01:12:00 -0500, DFS wrote:
>>[color=darkred]
>>> "I have just started experiencing totally random lockups. It's locked
>>> up so bad I can't even cnt-alt-f1 to a tty. The keyboard does nothing.
>>> I can wiggle the mouse around for a while then eventually it stops
>>> working too. Nothing in the logs looks amiss. This has been happening
>>> for 3 days now.
>>>
>>> This is on a feisty install that's been stable for 6 months. I
>>> dual-boot to XP, XP never locks up. So I don't think it's hardware."
>>>
>>>
>>>
>>> [url]http://ubuntuforums.org/showthread.php?t=587905&highlight=freeze&page=13[/url][/color][/color]
>
>Any time I encounter random lockups in Linux, my first suspicion is bad
>RAM or hard drive, and my second is a bad DSDT (see below).
>[color=green]
>>
>> It's Linux, specifically Ubuntu.
>>
>> They have about 70 pages on the site about Ubuntu locking up.[/color]
>
>That's 70 pages containing a handful of complaints and consisting mostly
>of discussion and suggestions for tracing and fixing the problem, but of
>course the lying MS shills want any visitors here to believe it's 70
>pages of nothing but complaints. Nothing new there, but here's something
>interesting for my fellow Linux users: One of the major causes of random
>lockups under Linux is bad ACPI info provided by faulty DSDT's compiled
>by Microsoft's ASL compiler. A more detailed description of the problem,
>along with a general procedure for fixing it, can be found here:
>
>------------------------------------------------------------
>
>[url]http://gentoo-wiki.com/HOWTO_Fix_Common_ACPI_Problems[/url]
>
>"The ACPI Specification defines the requirements for the DSDT (and
>everything else, for that matter) pretty explicitly. Intel's ASL
>compiler, iasl, used to compile the DSDT to AML from ASL, will throw
>errors and warnings if the underlying ASL is buggy. Unfortunately,
>Microsoft's ASL compiler allows many of these errors and warnings to
>sneak by. As a result, many OEMs write buggy DSDTs, and it turns out
>that Windows is very forgiving of bugs in the DSDT that get by
>Microsoft's compiler (not surprisingly)."
>
>"What this means is that a DSDT that does not conform to the ACPI
>specification will work under Windows, even though it
>shouldn't. However, when you try to use it in Linux, where the ACPI
>developers expect that the DSDT is written to comply with the standard
>(and the Intel ASL compiler), the buggy sections of the DSDT are
>unsupported. If you have a buggy DSDT, ACPI may not be aware that
>certain devices exist. Or, if it is aware, it may not support all of
>their capabilites. If you have either of these symptoms (missing or
>incompletely supported functionality in /proc/acpi), then the cause may
>be a buggy DSDT."
>
>------------------------------------------------------------
>
>Nearly every random-lockup problem that I've been able to trace on Linux
>systems was found to be due either to faulty hardware or to a faulty
>DSDT that was fixed by decompiling, fixing, and recompiling the code as
>outlined on the above-mentioned webpage. The latter was caused not by
>bad Linux programming, but by vendors' errors that "slipped through"
>Microsoft's ASL compiler - whose faulty output Microsoft "just happens"
>to ignore in their own code. Not that I'm accusing them of anything. No,
>I'm sure it's just a coincidence, just like all the other coincidences
>that unintentionally cripple competitors and make it appear to be their
>own fault...
>
>There is an effort to replace the faulty DSDT's with working ones, and
>other groups are working on bypassing the DSDT the way Windows does, so
>some distro's or releases might have problems where others don't. Also,
>updates with new features that utilize some previously-unused section of
>the DSDT that contains an error can cause random lockups or other odd
>symptoms where they didn't exist in earlier versions.[/color]

I've been running the same XP OS for over 3 years and not one lock up.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #10 (permalink)  
Old 03-29-2008, 09:20 PM
RonB
Newsgroup Contributor
 
Posts: n/a
Re: Linux: "totally random lockups" XP: "never locks up"

Lookout wrote:
[color=blue]
> I've been running the same XP OS for over 3 years and not one lock up.[/color]

You must hold the record.

--
RonB
"There's a story there...somewhere"
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is Off
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Vista not wotking with "My Computer" or "Control Panel", "Screen Saver" Platebanger Windows Vista 6 02-05-2008 07:00 AM
Adding commands to "Folder Options/Edit File Type/Actions" grayed-out "Edit" & "Remove" Green_XP Windows XP 1 11-06-2007 01:00 AM
WM5 Sync with Vista "Windows Calender", "Contacts", and "Mail" Tony Windows Vista 1 02-16-2007 04:31 PM
Remove "Edit", "Print", "Preview" from context menu? Mo Windows XP 8 01-04-2007 03:44 AM
Remove "Edit", "Print", "Preview" from context menu Mo Windows XP 0 01-04-2007 03:40 AM


New To Technology Questions? Do You Need Help with Your Computer or Device? Do You Need Help with this site?

All times are GMT -8. The time now is 01:20 AM.


2003 - 2009 All Rights Reserved. Technology Questions

Search Engine Friendly URLs by vBSEO 3.3.0