similar to: System hangs at "Rebooting System" on VIA KM400 chipsets

Displaying 20 results from an estimated 1000 matches similar to: "System hangs at "Rebooting System" on VIA KM400 chipsets"

2008 Nov 25
5
google earth
:? Can I access google earth with Wine? I am dualbooted with XP and Ubuntu 8.10. GE works fine in XP. There are no drivers for my VIA KM400 chip set for Ubuntu.Can I use Wine to access my XP drivers? stmcc (mac)
2005 Aug 21
2
PXE-Boot fails after reboot with kernel 2.6.x
Hello list, I've been using PXE Boot for quite some time now and it has been working without any problems. I'm using a Biostar M7VIZ mainboard with a VIA KM400 chipset, and VIA-Rhine VT6102 NIC. Yesterday I upgrade the Kernel on my net-boot machine from 2.4.24 to 2.6.12. When I power on the machine it boots up normally. However, when I reboot the machine, the mainboards PXE-ROM only
2007 Jun 22
4
[LLVMdev] df_ext_iterator in LiveIntervalAnalysis
I would like to make a suggestion. In the LiveIntervalAnalysis class, instead of numbering the instructions in the order in which basic blocks are stored in the machine function, use the df_ext_iterator. It will order the instruction according to the dominance tree (or it seems to be doing so). There are many advantages in doing this. One of them is that, once you traverse the dominance tree
2007 Jun 22
0
[LLVMdev] df_ext_iterator in LiveIntervalAnalysis
On Thu, 21 Jun 2007, Fernando Magno Quintao Pereira wrote: > I would like to make a suggestion. In the LiveIntervalAnalysis class, > instead of numbering the instructions in the order in which basic blocks > are stored in the machine function, use the df_ext_iterator. It will order > the instruction according to the dominance tree (or it seems to be doing > so). There are many
2007 Jun 22
0
[LLVMdev] df_ext_iterator in LiveIntervalAnalysis
Nice idea. Please also try using SmallPtrSet (with a sufficiently large size) instead of std::set for traversal after everything is working. Using std::set can really hurt compile time in case of large basic block numbers. Is there a way to dynamically adjust "SmallSize" based on number of basic blocks in the function? Evan On Jun 21, 2007, at 10:20 PM, Fernando Magno Quintao
2002 Mar 18
1
line breaks
I have a question about the function of line feeds/carriage returns in an all linux (R, vi to write scripts) environment. In my scripts I have a few functions, using { or ( to wrap commands on the next line. Usually this is fine, but sometimes R appears confused by line wrappings (more likely of course it is me who is confused). I tried ';' to explictly break the line, but no dice. An
2005 Oct 20
2
Creating a USB Flash Installation Drive
With the decreasing price of USB Flash Memory Drives, I was wondering how I would go about creating a USB Flash Drive that could be used the same as CD 1 to install CentOS on my servers. Has anyone done this, and if so, can you tell me the procedure to make this work? Thanks!
2006 Feb 15
2
clock, centos 4 and dual core?
Hi, I have a dual core athlon server and it is gaining 1 day every 2 days w/o time sync. Even with ntpd running, the time is not under control. I must put a very frequent cronjob of 'ntpdate' to keep the time under control. This creates big problems since winbind eventually stops working so my users can't access their data. Any ideas? -- Ugo -> Please don't send a copy of
2010 Feb 15
1
[PATCH] drm/nouveau: fix pramdac_table range checking
On Mon, Feb 15, 2010 at 03:40:56PM +0300, Dan Carpenter wrote: > This is the results from: > make C=1 CHECK="/path/to/smatch -p=kernel" bzImage modules | tee warns.txt > grep -w overflow warns.txt | uniq -f 3 | tee err-list > > I hacked on the buffer overflow check last weekend and these are the > results. It has way more false positives than the other bug
2009 Aug 18
8
src/ is now warning-free, too
These patches first make src/ warning free, and then turn on the strict warning options. 75 0001-build-suppress-an-ignored-write-return-value-warning.patch 38 0002-build-suppress-an-ignored-dup-return-value-warning.patch 27 0003-generator.ml-suppress-signed-unsigned-compare-warnin.patch 48 0004-build-don-t-perform-arithmetic-on-void-pointers.patch 30
2013 Nov 24
1
create a new dataframe with intervals and computing a weighted average for each of its rows
I need you help with this problem, I have a data-frame like this: BHID=c(43,43,43,43,44,44,44,44,44) FROM=c(50.9,46.7,44.2,43.1,52.3,51.9,49.3,46.2,42.38) TO=c(46.7,44.2,43.1,40.9,51.9,49.3,46.2,42.38,36.3) AR=c(45,46,0.0,38.45,50.05,22.9,0,25,9) DF<-data.frame(BHID,FROM,TO,VALUE) #add the length DF$LENGTH=DF$FROM-DF$TO where: + BHID: is the borehole
2005 Oct 27
4
monolithic versus modules
I spun a new xen kernel from pristine sources using modules, had the APCI errors and scsi timeouts. I took pristine source and spun a monolithic kernel and everything appears to be working. gcc version 3.4.4 20050721 (Red Hat 3.4.4-2) if it matter. xen_changeset : Wed Oct 26 11:59:13 2005 +0100 7500:20d1a79ebe31 I have had this APCI issue on this SMP Athlon with modules for a while now.
2011 Dec 02
6
[PATCH] tools/firmware: remove "_PS0/3" Method
tools/firmware: remove "_PS0/3" Method Do not expose the ACPI power management "_PS0/3" Method to guest firmware. According to section 3.4 of the APCI specification 4.0, PCI device control the device power through its own specification but not through APCI. Qemu pushes "_PS0/3" to guest will cause a mess between ACPI PM and PCI PM as a result of incorrect ACPI table
2002 Mar 18
3
function design
I have a, no doubt, simple question. I wish to write a function such that a <- 9 b <- 10 changer _ function(x,y) { if (y>x){ x <<- Y+1}} Of course there are easier ways to accomplish the task above, but I am more interested in how to have the "x <<- Y+1" part of the function to change x in place for purposes of a much larger function. I have been wrestling with
2015 Aug 12
4
Bug#795330: Suggests noapic but doesn't support it
Package: xen-hypervisor-4.5-amd64 Severity: normal Hi, when running xen inside of kvm the hypervisor fails to set up the proper IRQ routing and suggests to use noapic. If you add this via GRUB_CMDLINE_XEN_DEFAULT it will boot futher but then report that noapic isn't supported. So please make Xen not claim to support noapic if it doesn't (the issue was finally resolved by removeing
2009 Nov 19
1
Performance of 'by' and 'ddply' on a large data frame
I've only recently started using R. One of the problems I come up against is after having extracted a large dataset (>5M rows) out of database, I realize I need another variable. In this case I have data frame with dates. I want to find the minimum date for each value of x1 and add that minimum date to my data.frame. > randomdf <- function(p) { data.frame(x1=sample(1:10^4, 10^p,
2005 Mar 11
4
(no subject)
--- Ryan Lane <ryanlane@gmail.com> wrote: > On Fri, 11 Mar 2005 07:21:39 -0800 (PST), Steven > Vishoot > <sir_funzone@yahoo.com> wrote: > > ok now i am frustrated. this is the third day in a > row > > that my server has crashed running centos4, i can > not > > ping or access the console but the hardware is > still > > running. it does not leave
2007 Nov 10
2
Best hardware
Hi all, I am currently planning a new home file server on a gigabit network that will be utilizing ZFS (on SXDE). The files will be shared via samba as I have a mixed OS environment. The controller card I will be using is the SuperMicro SAT2-MV8 133MHz PCI-X card. I have two options for CPUs/motherboards: AMD Athlon64 3000+ (64 bit) DFI LanParty UT 250gb (NForce 3 based) motherboard 32 bit
2010 Jun 18
3
recognizing correct number of cores on CPU
I just installed centos 5.5 x86_64 on a new HP laptop. It has the core i5 processor. only 1 cpu is detected should be 2. This has happened before. Is upstream not keeping up with new processors released and updating the kernel? I'd rather not go through the process again of putting a newer kernel on the machine and having something different out there than "stock" centos. Jerry
2007 Jan 25
2
acpi=no command?
Hi I am trying to install CentOS 4.4 on an hp pavilion PC. It wont install just boots in a circle, so I think I have to pass acpi=no at boot stage. Can anyone give me a detailed explanation how do this? Thanks, -- Filianx -------------- next part -------------- An HTML attachment was scrubbed... URL: