search for: x61s

Displaying 8 results from an estimated 8 matches for "x61s".

Did you mean: x61
2012 Jul 19
4
Thinkpad X61s cannot boot 9.1-BETA1
Hi, Did anyone else experience this? With 9.1-BETA1 the boot process freezes, among the last lines with verbose boot are acpi_acad0: On Line acpi_acad0: acline initialization done, tried 1 times after this, dead. What is supposed to happen in the next stage? This laptop worked fine with 9-STABLE to at least february. //per
2011 Jul 13
3
C6: Suspend on laptop close doesn't work
Hello, I've been running Fedora on my Lenovo X61s laptop for many (Fedora) generations. Fedora 15, however, was not my cup of tea, so I've decided to wipe out Fedora, and do a clean install of CentOS 6 (x86_64). Everything works OK, except that the laptop does not suspend when I close the lid. I've checked the settings in "Power Ma...
2010 Nov 20
1
Bug#604160: vmx flag not set when running xen kernel, but vmx flag is present when in regular kernel
Package: xen-hypervisor-4.0-amd64 Fresh install of squeeze beta amd64 System is a Thinkpad X61s with L7500 CPU Windows 7 is on the box, the Thinkpad tools on Windows 7 say VMX is present Followed the squeeze dom0 instructions at: http://wiki.debian.org/Xen aptitude -P install xen-hypervisor-4.0-amd64 linux-image-xen-amd64 xen-tools mv -i /etc/grub.d/10_linux /etc/grub.d/50_linux update-gr...
2015 Jan 28
0
[LLVMdev] Inconsistencies or intended behaviour of LLVM IR?
On Wed, Jan 28, 2015 at 6:28 PM, Robin Eklind <carl.eklind at myport.ac.uk> wrote: > Hello Sean, > > Thank you for your reply. I'll give your suggestion to item 6 and 7 a try > tonight. I'll start a compilation and let it run throughout the night. My > laptop (x61s) is 8 years old by know, so compiling LLVM takes a little time > :) > This is why I did so much documentation work when in college. The docs build much faster. > > Regarding item 8. I don't know if anyone is using "": in the wild so > fixing the implementation might...
2015 Jan 28
4
[LLVMdev] Inconsistencies or intended behaviour of LLVM IR?
Hello Sean, Thank you for your reply. I'll give your suggestion to item 6 and 7 a try tonight. I'll start a compilation and let it run throughout the night. My laptop (x61s) is 8 years old by know, so compiling LLVM takes a little time :) Regarding item 8. I don't know if anyone is using "": in the wild so fixing the implementation might make sense. If not the documentation (e.g. the QuoteLabel comment) should be updated to be in line with the imple...
2015 Feb 02
2
[LLVMdev] Inconsistencies or intended behaviour of LLVM IR?
...;>> >>>>> >>>>> Thank you for your reply. I'll give your suggestion to item 6 and 7 a >>>>> try >>>>> tonight. I'll start a compilation and let it run throughout the night. >>>>> My >>>>> laptop (x61s) is 8 years old by know, so compiling LLVM takes a little >>>>> time >>>>> :) >>>>> >>>>> >>>>> This is why I did so much documentation work when in college. The docs >>>> build much faster. >>>> &gt...
2008 Aug 01
1
duplicate entries on ext3 when using readdir/readdir64
Hello, I have a problem with directories that contain more than 10000 entries (Ubuntu 8.04.1) or with more than 70000 entries (RHEL 5.2). If you use readdir(3) or readdir64(3) you get one entry twice, with same name and inode. Some analyzing showed that disabling dir_index solves this problem, but I think that this is a bug in the ext3 code, as no other file-system shows this behavior.
2015 Jan 28
3
[LLVMdev] Inconsistencies or intended behaviour of LLVM IR?
Hello everyone! I've recently had a chance to familiarize myself with the nitty-gritty details of LLVM IR. It has been a great learning experience, sometimes frustrating or confusing but mostly rewarding. There are a few cases I've come across which seems odd to me. I've tried to cross reference with the language specification and the source code to the best of my abilities, but