[Bug 436232] Re: Linux image 2.6.31-10-generic doesn't boot because of udev

2009-09-25 Thread Harbin
Totally confirm this one, lucky that I had -rt kernel installed along
with 2.6.31-10-generic (only -generic seems to be effected by this).

Attachement describes the packages I updated before this all happened.

Hope it helps, ~Harbin

** Attachment added: "Attachement describes the packages I updated before this 
all happened."
   http://launchpadlibrarian.net/32454561/dpkg.log

-- 
Linux image 2.6.31-10-generic doesn't boot because of udev
https://bugs.launchpad.net/bugs/436232
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 436232] Re: Linux image 2.6.31-10-generic doesn't boot because of udev

2009-09-25 Thread Harbin
Sorry for being such a lazy bastard, but I don't feel like going thru
log folder right now. I'd like to also mention that the following:

/boot ext2 noatime,nodiratime
/ ext4 noatime,nodiratime

Running on Samsung NC10, karmic-backports & karmic-proposed repos
enabled.

-- 
Linux image 2.6.31-10-generic doesn't boot because of udev
https://bugs.launchpad.net/bugs/436232
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 436232] Re: Linux image 2.6.31-10-generic doesn't boot because of udev

2009-09-26 Thread Harbin
2.6.31-11-generic fixed this one. Running with no problems now. Hooray!

-- 
Linux image 2.6.31-10-generic doesn't boot because of udev
https://bugs.launchpad.net/bugs/436232
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 480037] Re: Closing laptop lid crashes Ubuntu

2009-12-18 Thread Harbin
I have a strong feeling that this is NOT a kernel issue (atleast kernel
does not panic). Playing with xorg's intel video driver has brought me
some relief, although I'm still fighting with it.

I suggest that it has something to do with intel video driver and things
that depend on it.

-- 
Closing laptop lid crashes Ubuntu
https://bugs.launchpad.net/bugs/480037
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 380346] Re: BKchem using python2.6 crashed with SIGSEGV in Tcl_CreateHashEntry()

2009-12-20 Thread Harbin
I confirm that the patch above works on Ubuntu 9.10.

Made following modifications to /usr/lib/blt2.4/pkgIndex.tcl file:

if {[package vcompare [info tclversion] 8.2] < 0} {
set taillib ${version}.so.8.0
} elseif {[package vcompare [info tclversion] 8.3] < 0} {
set taillib ${version}.so.8.2
} elseif {[package vcompare [info tclversion] 8.4] < 0} {
set taillib ${version}.so.8.3
} elseif {[package vcompare [info tclversion] 8.5] < 0} {
set taillib ${version}.so.8.4
} else {
set taillib ${version}.so.8.5
}

Sorry for not sending a diff, that one should do.

-- 
BKchem using python2.6 crashed with SIGSEGV in Tcl_CreateHashEntry()
https://bugs.launchpad.net/bugs/380346
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 480037] Re: Closing laptop lid crashes Ubuntu

2009-12-20 Thread Harbin
On Dell Latitude X300:
- downgrading to xserver-xorg-video-intel-2.4 DID NOT HELP. Althought it 
changed some things, after downgrading closing the lid just messed the desktop 
up, instead freezing the whole computer.
- enabling "ForceEnablePipeA" option DID NOT HELP. Altho I'm not quite sure if 
I managed to make that setting effective, since XORG logs still told something 
like "using PipeB"?
- enabling "nomodeset" on GRUB boot settings just made me unable to access GDM 
/ X, was not able to test.

-- 
Closing laptop lid crashes Ubuntu
https://bugs.launchpad.net/bugs/480037
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs