Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
cpufreqd starts only with "-V7"
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
faustism
n00b
n00b


Joined: 10 Jul 2011
Posts: 35
Location: Cornell

PostPosted: Wed Jul 13, 2011 12:43 pm    Post subject: cpufreqd starts only with "-V7" Reply with quote

For some reason, starting (or restarting) cpufreqd gives me this error. How do i fix this?

Code:
faustbook sbin # /etc/init.d/cpufreqd restart
 * Stopping CPU Frequency Daemon ...
 * start-stop-daemon: no matching processes found                                                                                                                                                                          [ ok ]
 * Starting CPU Frequency Daemon ...


cpufreqd is supposed to be started with my default runlevel, but there is not process present unless i run cpufreqd (not by starting the daemon, which doesn't work)

I think the poblem might have something to do with the following from /etc/init.d/cpufreqd:
Code:
start() {
   checkconfig || return 1

   ebegin "Starting CPU Frequency Daemon"
   start-stop-daemon --start --exec /usr/sbin/cpufreqd -- \
      -f ${CONFIGFILE}
   eend ${?}
}


Ideas? Thanks.


Last edited by faustism on Fri Jul 15, 2011 11:50 am; edited 1 time in total
Back to top
View user's profile Send private message
faustism
n00b
n00b


Joined: 10 Jul 2011
Posts: 35
Location: Cornell

PostPosted: Fri Jul 15, 2011 11:49 am    Post subject: Reply with quote

Actually, my problem is that running cpufreq will not produce a running process (as verified by "ps -e") except when i run it with the "-V7" argument. I added that to the init script and it seems to work now. Any ideas as to what this could be?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum