| Summary: | 2012.1, system freeze or reboot with "ondemand" profile | ||
|---|---|---|---|
| Product: | [ROSA-based products] ROSA Fresh | Reporter: | philippe.roubach <philippe.roubach> |
| Component: | Packages from Main | Assignee: | ROSA Linux Bugs <bugs> |
| Status: | RESOLVED INVALID | QA Contact: | ROSA Linux Bugs <bugs> |
| Severity: | normal | ||
| Priority: | Normal | CC: | alexander.kazantsev, eugene.shatokhin |
| Version: | Fresh | ||
| Target Milestone: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Platform: | --- | ROSA Vulnerability identifier: | |
| RPM Package: | ISO-related: | ||
| Bad POT generating: | Upstream: | ||
|
Description
philippe.roubach
2012-12-22 18:38:06 MSK
More users has NOT problem with ondemadn, but has problem (especially in notebooks) with overhead it's system. Modern CPU has energysaving technolodgi also in desktop. We enable ONDEMAND in that reason... But you may 1. Add 's' or '1' or 'single' in grub boot line (press E, find string with "splash=silent" than add this (without quotes) for the end, than press F10 to boot 2. Login as root 3. Run mc and edit file cat /etc/sysconfig/cpupower and uncomment lines # CPUPOWER_START_OPTS="frequency-set -g performance" and # CPUPOWER_STOP_OPTS="frequency-set -g ondemand" Reboot and profit... >> Modern CPU has energysaving technolodgi also in desktop. We enable ONDEMAND in that reason. i agree with you me i know how to fix the pb but what a non techie person does in this case ? >> 3. Run mc and edit file cat /etc/sysconfig/cpupower and uncomment lines >> # CPUPOWER_START_OPTS="frequency-set -g performance" and # >> CPUPOWER_STOP_OPTS="frequency-set -g ondemand" do you know the exact meaning of CPUPOWER_START_OPTS and CPUPOWER_STOP_OPTS How many persons with this error? When we tested this purposes negative was been huge less than positive... But.. We may change this for current CPU model but need сpuinfo for this... What CPU has a problem. May you get me cat /proc/cpuinfo problem processors? [root@localhost ~]# cat /proc/cpuinfo processor : 0 vendor_id : AuthenticAMD cpu family : 15 model : 107 model name : AMD Athlon(tm) 64 X2 Dual Core Processor 5000+ stepping : 2 cpu MHz : 1800.000 cache size : 512 KB physical id : 0 siblings : 2 core id : 0 cpu cores : 2 apicid : 0 initial apicid : 0 fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 1 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt rdtscp lm 3dnowext 3dnow extd_apicid pni cx16 lahf_lm cmp_legacy svm extapic cr8_legacy 3dnowprefetch lbrv bogomips : 3616.53 clflush size : 64 cache_alignment : 64 address sizes : 40 bits physical, 48 bits virtual power management: ts fid vid ttp tm stc 100mhzsteps processor : 1 vendor_id : AuthenticAMD cpu family : 15 model : 107 model name : AMD Athlon(tm) 64 X2 Dual Core Processor 5000+ stepping : 2 cpu MHz : 1800.000 cache size : 512 KB physical id : 0 siblings : 2 core id : 1 cpu cores : 2 apicid : 1 initial apicid : 1 fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 1 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt rdtscp lm 3dnowext 3dnow extd_apicid pni cx16 lahf_lm cmp_legacy svm extapic cr8_legacy 3dnowprefetch lbrv bogomips : 3616.53 clflush size : 64 cache_alignment : 64 address sizes : 40 bits physical, 48 bits virtual power management: ts fid vid ttp tm stc 100mhzsteps [root@localhost ~]# the available freqsuencies for my cpu :2.60 GHz, 2.40 GHz, 2.20 GHz, 2.00 GHz, 1.80 GHz, 1000 MHz my cpu works with "ondemand" profile only if we forbid the slowest frequency (1000 MHz) Very strange... It is working ONDEMAND CPU. May be combination of motherboard and CPU give this error, because governors providing by CPU themself and fot this CPU working limits are 1000 MHz - 2.60 GHz Use workaround with edit cpupower config or try install powernowd utilite... i don't know cpupower with mandriva 2010.2 i586 i use laptop-mode with laptop-mode i can forbid a cpu frequency cpupower is governor instruments deepy implimenting in kernel via 3.5 version... In kernel 3.8 for example will able fully disable CPU kernels via this. For that reason we don't drop cpupower service and config for it - more simple uncomment some line in config. Idea with setup CPUPOWER state in install mode is more good and i'm think we discuss about realisation (if you see we add some old idea for setup service in install). today also i discovered that i can't use the live version because after a while it freezes ! If bug still valid? We could not reproduce the problem and there was no response from the user for several months, so I'll close this bug. Please reopen if the problem shows up in ROSA Fresh R4. |