similar to: new machine just turns off after some time.

Displaying 20 results from an estimated 3000 matches similar to: "new machine just turns off after some time."

2007 Mar 22
5
segfaults with 8 gig of ram
Hello All. I have five Centos 4.4 x86_64 (amd fx-62) boxes with 4 gig of Corsair dual channel ram running kernel 2.6.9-42.0.10.EL (smp). The sixth box is the same except for video card and ram. It is using 8gig of GSkill dual channel ram and has a very cheap ATI video card in it. This box will segfault on boot unless I use noapic acpi=off and nolapic. Even with these boot params, the box is not
2007 Mar 27
3
Unexpected result of as.character() and unlist() applied to a data frame
Hi, > dd <- data.frame(A=c("b","c","a"), B=3:1) > dd A B 1 b 3 2 c 2 3 a 1 > unlist(dd) A1 A2 A3 B1 B2 B3 2 3 1 3 2 1 Someone else might get something different. It all depends on the values of its 'stringsAsFactors' option: > dd2 <- data.frame(A=c("b","c","a"), B=3:1, stringsAsFactors=FALSE) > dd2
2016 Oct 28
4
Disk near failure
On Fri, October 28, 2016 2:42 am, Alessandro Baggi wrote: > Il 27/10/2016 19:38, Yamaban ha scritto: >> For my personal use I would replace that Drive asap. >> - There is no warranty for it anymore (time since buy) >> - You can't buy it new anymore (discontinued) >> - There are more reliable drives available. >> >> I'd go for a Samsung Evo 850, that
2016 Oct 28
2
Re: Disk near failure
On Fri, 28 Oct 2016 18:50, Alessandro Baggi wrote: > Il 28/10/2016 16:28, Valeri Galtsev ha scritto: >> On Fri, October 28, 2016 2:42 am, Alessandro Baggi wrote: >> > Il 27/10/2016 19:38, Yamaban ha scritto: >> > > For my personal use I would replace that Drive asap. >> > > - There is no warranty for it anymore (time since buy) >> > > -
2003 Dec 04
4
bug in as.POSIXct ?
I think that there is a bug in the as.POSIXct function on Windows. Here is what I get on Win2000, Pentium III machine in R 1.8.1. > dd1 <- ISOdatetime(2003, 10, 26, 0, 59, 59) > dd2 <- ISOdatetime(2003, 10, 26, 1, 0, 0) > dd2 - dd1 Time difference of 1.000278 hours Now, the 26th of October was the day that change to the standard time occurred, so I suspect that this has
2007 Apr 24
1
cpuspeed on centos 5
It appears as cpuspeed is not running on my centos 5 box(s). One is a biostar motherboard Am2 6400+ the other is Asus am2 4800+. If I do "service cpuspeed stop" it says OK, If I do a "service cpuspeed start" is says OK. However at no time is cpuspeed running. /proc/cpuinfo only shows the cpu running at 1000 Mhz. If I manually run "cpuspeed -C & " I now have
2006 May 04
3
sempron 2500+ running at 1044 cpu speed.
I have a desktop unit with a sempron 2500+ to play with. doing "more /proc/cpuinfo" indicates cpu Mhz as1044 not the 2500 I am familiar with cpuspeed. doing ps ax | grep cpuspeed resulting in nothing. I did service cpuspeed start. No errors reported. ps ax | grep cpuspeed resulted in nothing. I was going to do "killall -SIGUSR1 cpuspeed" to attempt to get 2500+ cpu speed. I
2007 Apr 16
2
Machine SLOWWWS and then stops after a few minutes running centos 5.
Hi all, I had asked the other day about my new machine amd 6000+ and strangely SLOWWING down then eventually stopping. I have tried a new 500W power supply, I took out the extra video card, and just used the one on the motherboard (both are nvidia one with DVI one RGB). I took out all the RAM and tried differnent RAM. I ran memtest86 (ran fine until the machine turn off). Harddrives should be
2008 Nov 07
3
correct way to set centos 5 amd64 to performance mode
what is the correct way to set an AMD64 CPU into performance mode at boot time? I have tried doing service network cpuspeed start, then killall -SIGUSR1 cpuspeed and this works but I cant get it working this way at boot. I have set chkconfig cpuspeed on but that didnt seem to help. I just want this particular machine to boot in performance mode and stay there. Jerry
2006 Aug 08
1
cpuspeed causing hangs on warm boots
We are using CentOS-4.3 (x86_64) with Opteron servers, and noticed a problem with cpuspeed: If we reboot by doing "# reboot" or similar from a shell, the boot will hang not long after cpuspeed starts. The machine freezes: ctrl-alt-del doesn't work, and only pressing the reset button or a power cycle will restart the machine. If we reboot from power-up or by pressing the reset
2006 Aug 24
1
Using a 'for' loop : there should be a better way in R
I need to apply a yearly inflation factor to some wages and supply some simple sums by work category. I have gone at it with a brute force "for" loop approach which seems okay as it is a small dataset. It looks a bit inelegant and given all the warnings in the Intro to R, etc, about using loops I wondered if anyone could suggest something a bit simpler or more efficent? Example:
2008 Mar 26
2
Moving data between R and Matlab back and forth?
Hi to the list, I am trying to find a way to painlessly move structured data back and forth between R and Matlab (also Octave). For this purpose I found the R.matlab package great help. I wish to use a Matlab -v6 MAT file as an intermediary format, because it is well read by both Matlab and Octave. It is also well read by 'readMat' function in R.matlab package, but that is where I run
2006 Jul 10
3
Kernel-utils stupidities (readahead and cpuspeed)
Hi all, I think I've spotted a few stupidities (bugs) in the current version of kernel-utils (kernel-utils-2.4-13.1.80). I'm sure these are all propagated from upstream, but I hope someone could have a quick look to verify this and see if we either can push complaints upwards, or provide local fixes. The kernel-utils package provides several 'kernel-type' functions -
2013 Nov 17
1
FactoMineR
Hola. Como te dijo Carlos, el problema está en los nombres de las columnas y en los nombres de las filas. Cuando hice la importación (con dd<-read.csv('mortality.csv'), tuve problemas con las filas de nombre: - Malignant tumour of the larynx trachea bronchus and lungs - Malignant tumour of the lip pharynx and mouth - Other endocrinological metabolic and nutritional conditions
2010 Jul 23
3
cpuspeed: missing drivers ???
One problem I've discovered in cpuspeed is that there are drivers missing: # cd /lib/modules/2.6.18-194.8.1.el5/kernel/drivers/cpufreq # ll total 72 -rwxr--r-- 1 root root 14408 Jul 1 21:40 cpufreq_conservative.ko -rwxr--r-- 1 root root 16168 Jul 1 21:40 cpufreq_ondemand.ko -rwxr--r-- 1 root root 7624 Jul 1 21:40 cpufreq_powersave.ko -rwxr--r-- 1 root root 12524 Jul 1 21:40
2016 Oct 28
1
Disk near failure
On Fri, October 28, 2016 11:50 am, Alessandro Baggi wrote: > Il 28/10/2016 16:28, Valeri Galtsev ha scritto: >> >> On Fri, October 28, 2016 2:42 am, Alessandro Baggi wrote: >>> Il 27/10/2016 19:38, Yamaban ha scritto: >>>> For my personal use I would replace that Drive asap. >>>> - There is no warranty for it anymore (time since buy) >>>>
2010 Jun 16
2
cpuspeed settings??
Hey, folks, Sometimes my workstation bogs down... slows to a crawl. Using gkrellm, it's obvious the CPU is the laggard. The top utility confirms: the load average gets up over 4 at times. But this occurs when cpu stepping pegs the speed at 600MHz. This processor is capable of 1.5GHz and when it's allowed to run at that speed, the load average is under 2, which is fine. So the
2008 May 16
4
Corsair Flash Voyager utility
Hi, a year ago i installed corsair flash voyager utility with wine. This is the encryption tool for a corsair usb-stick, that runs only under windows, but i hoped, i could use it with ubuntu and wine. But it didn't work. So i tried to uninstall it. But i can't get rid of it. Even now, with Hardy heron 8.04 and the newest update for wine, i can't uninstall corsair flash voyager
2008 Dec 16
2
cpuspeed problems with 5.2 and 2.6.18-92.1.18 kernel revision
After upgrade my laptop, I discovered a low performance on it. The laptop is a 2,73GHz Intel centrino and from some kernels versions to now, it had a good performance, the cpu scaling worked fine. Now, I discover that forcing in /etc/sysconfig/cpuspeed the governors and/or max/min speeds, it don't want to run more quickly. The laptop boots fine with the correct speed (usual speed), but when
2003 Jan 13
2
replace NA´s
hey what should I do to replace in a data frame NA?s with zeroes? Thanks in advance Juan Pablo