similar to: cpuspeed: missing drivers ???

Displaying 20 results from an estimated 600 matches similar to: "cpuspeed: missing drivers ???"

2009 Aug 02
2
Can not modprobe acpi-cpufreq.ko in CentOS 5.2
Dear all, The cpufreq modules have been distributed in Centos. But recently, I met a problem when I tried to test the power-related applications. The module can not be modprobed in kernel notwithstanding releated with Centos distribution. The messgae thrown out is: ------------- dump of screen ------------ # modprobe p4-clockmod.ko FATAL: Module p4_clockmod.ko not found
2013 Jul 03
1
WARNING: at fs/btrfs/backref.c:903 find_parent_nodes+0x616/0x815 [btrfs]()
I''ve upgraded to linux 3.10 and enabled extended inode refs and skinny metadata extent refs with these commands: btrfstune -r /dev/sdc1 btrfstune -x /dev/sdc1 Since then, I have "WARNING: at fs/btrfs/backref.c:903 find_parent_nodes+0x616/0x815 [btrfs]()" showing up like crazy: # grep -c "WARNING: at fs/btrfs/backref.c:903" syslog 181819 That''s after just
2008 Jul 03
2
iozone remove_suid oops...
Having done a current checkout, creating a new FS and running iozone [1] on it results in an oops [2]. remove_suid is called, accessing offset 14 of a NULL pointer. Let me know if you''d like me to test any fix, do further debugging or get more information. Thanks, Daniel --- [1] # mkfs.btrfs /dev/sda4 # mount /dev/sda4 /mnt /mnt# iozone -a . --- [2] [ 899.118926] BUG: unable to
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 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
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
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 -
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
2010 Mar 16
1
cpuspeed CentOS 5.4
Hi, cpuspeed did not start on all my systems. CentOS 5.4 x86_64 /etc/init.d/cpuspeed start (nothing happen) Something is missing ? Thanks in advance for any idea. Regards __________________________ Ce message (et toutes ses pi?ces jointes ?ventuelles) est confidentiel et ?tabli ? l'intention exclusive de ses destinataires. Toute utilisation de ce message non conforme ? sa
2013 Jul 13
1
btrfs filesystem balance /mnt/btrfs -> segmentation fault (kernel BUG at fs/btrfs/relocation.c:3296!)
I''ve enabled "extended inode refs" and "skinny metadata extent refs" with btrfstune. Then, I''ve tried running "btrfs filesystem balance" - unfortunately it segfaulted. (not sure if I should run balance operation after using btrfstune with -r and -x)? This is with 3.10 kernel with "Btrfs: make backref walking code handle skinny metadata"
2012 May 15
1
cpuspeed causing high load average?
On a new server's CentOS5 install, with nothing in the way of applications running yet, I noticed that the load average was sitting between 2 and 5 all the time, even though top told me CPU was 100% idle. Eventually I found that stopping the "cpuspeed" subsystem allowed the load average to drop down to near zero, as I would expect it to be. I have the default
2011 Feb 25
2
Bug inkvm_set_irq
Hi, Each time i try tou use vhost_net, i'm facing a kernel bug. I do a "modprobe vhost_net", and start guest whith vhost=on. Following is a trace with a kernel 2.6.37, but i had the same problem with 2.6.36 (cf https://lkml.org/lkml/2010/11/30/29). The bug only occurs whith vhost_net charged, so i don't know if this is a bug in kvm module code or in the vhost_net code. Feb
2011 Feb 25
2
Bug inkvm_set_irq
Hi, Each time i try tou use vhost_net, i'm facing a kernel bug. I do a "modprobe vhost_net", and start guest whith vhost=on. Following is a trace with a kernel 2.6.37, but i had the same problem with 2.6.36 (cf https://lkml.org/lkml/2010/11/30/29). The bug only occurs whith vhost_net charged, so i don't know if this is a bug in kvm module code or in the vhost_net code. Feb
2013 Feb 25
4
WARNING: at fs/btrfs/inode.c:2165 btrfs_orphan_commit_root+0xcb/0xdf()
Is this useful to anyone? Got this after a crash/reboot: if (block_rsv) { WARN_ON(block_rsv->size > 0); <<<<<<<<<<<<<<<<<<<<<< btrfs_free_block_rsv(root, block_rsv); } ------------[ cut here ]------------ WARNING: at fs/btrfs/inode.c:2165 btrfs_orphan_commit_root+0xcb/0xdf() Hardware name: 2429A78 Modules linked in:
2008 Jul 24
4
umount oops
Hi, I tried very promising btrfs to test it a little and I experienced a little bug in implementation. I''m not sure where the bug lies however this works quite well to reproduce the problem: dd if=/dev/zero of=mountme bs=4k count=100000 dd if=/dev/zero of=mountme2 bs=4k count=100000 mkfs.btrfs mountme mkfs.btrfs mountme2 mkdir loop loop2 mount -o loop mountme loop mount -o loop mountme
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
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
2007 Sep 06
0
centos 5 and cpuspeed
In older version of centos there was cpuspeed -d running that controlled current speed. In centos 5 it is set for on demand and cpuspeed is not running. I can startup cpuspeed and send it a signal SIGUSR1 to go full speed. This works. However, What is the correct or prefered method to control the cpuspeed in centos 5? THere are times when I want to tell the machine to go full speed and
2012 Oct 25
0
CEBA-2012:1404 CentOS 6 cpuspeed FASTTRACK Update
CentOS Errata and Bugfix Advisory 2012:1404 Upstream details at : https://rhn.redhat.com/errata/RHBA-2012-1404.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 686fe5a60a795c893044494c8c9cb64b33aff5927b8cdb548929e5f03ca56f98 cpuspeed-1.5-18.el6.i686.rpm x86_64:
2013 Aug 13
0
CEBA-2013:1153 CentOS 6 cpuspeed Update
CentOS Errata and Bugfix Advisory 2013:1153 Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-1153.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 60ce4c1e77da8d0927b5f49f6ab2614b71a117ea5a37513156e51d59fa26f019 cpuspeed-1.5-20.el6_4.i686.rpm x86_64: