/srv/irclogs.ubuntu.com/2019/01/20/#ubuntustudio-devel.txt

EickmeyerOvenWerks: Changelog issue?04:18
OvenWerksfixed04:26
OvenWerksI've forgotten how to do multi-line entries...04:27
OvenWerkswho knows what else I have forgotten  ;)04:29
OvenWerksEickmeyer: please install and test since your machine is actually different from mine04:29
OvenWerksHmm, it doesn't show up with apt update yet04:33
OvenWerksnow it does04:36
EickmeyerOvenWerks: Yeah, just did the build before and confirmed that governor settings did not persist. Waiting on new version.04:40
EickmeyerOvenWerks: Just checked, still not persisting.04:50
EickmeyerI even installed indicator-cpufreq to verify it's making the change, and it is, but it's not persisting after reboot.04:50
EickmeyerI'll try one more time. Just looked at /etc/default/ubuntustudio and it looks correct in there.04:52
EickmeyerRebooted, CPU governor is back to performance, and I have not opened -controls. Checked /etc/default/ubuntustudio and governor should be ondemand, but it wasn't set as such at some point.04:57
EickmeyerOvenWerks: ^04:57
OvenWerksok.05:04
OvenWerksEickmeyer: is there anything in you log (dmesg)?05:06
OvenWerkssearch turbo05:07
OvenWerksI expect: "turbo/boost not available"05:07
OvenWerksEickmeyer: just did three reboots... guess this is four05:29
OvenWerksworks fine here05:29
OvenWerksEickmeyer: can you check if /lib/systemd/ubuntustudio is executable? (ls -l)05:35
OvenWerkshmm, it won't be in dmesg but it is in /var/log/syslog search for  Ubuntustudio05:41
OvenWerksthere should be two lines with a line by root in between with the word turbo in it05:42
OvenWerksEickmeyer: can you download http://www.ovenwerks.net/paste/ubuntustudio05:53
OvenWerksuse sudo to put it in /lib/systemd/ubuntustudio (will over write the file there already so you may wish to mv it to ubuntustudio.bak or something05:54
OvenWerkssudo chmod +x /lib/systemd/ubuntustudio05:55
OvenWerksthen send me a file that should appear as /us_log.txt05:55
OvenWerksMy run with that file looks like: http://www.ovenwerks.net/paste/us_log.txt06:04
OvenWerksEickmeyer: ^^06:04
OvenWerksEickmeyer: In US-installer you have removed the metas and replaced them with setup stuff06:51
OvenWerksEickmeyer: Oh, I see what happened it doesn't off packages that are already installed :)06:56
EickmeyerOvenWerks: Found the problem. I have an /etc/default/cpufrequtils that is setting it.22:30
EickmeyerI need to figure out what package is installing that.22:30
OvenWerksEickmeyer: we used to, but in 18.04 and up that shouldn't work...22:31
EickmeyerLooks like it was -controls that did it. Must be left over?22:32
OvenWerkshowever, it may work because you have and amd?22:32
EickmeyerDoubt it.22:32
OvenWerksthe intel needs a kernel module to be loaded first and so cpufrequitls runs before that happens and doesn't work22:33
OvenWerksin the amd case that kernel module is not needed and so timing is different22:33
EickmeyerOvenWerks: Perhaps, but the file is definitely in the ubuntustudio-controls package. That said, cpufrequtils isn't installed, but could there be something else calling the file?22:35
OvenWerksthe solution is to rename /etc/rc5.d/S*cpufrequtils to K02cpufrequtils22:36
OvenWerkscpufrequtils is a depends for controls22:36
EickmeyerI mean, if the CPU governor is being set a different way (with systemd) then should we just eliminate /etc/default/cpufrequtils from the package?22:37
OvenWerksso it is installed unless you have removed it22:37
OvenWerksyes22:37
OvenWerksI didn't see it there22:38
OvenWerksI will do so. (the package shouldn't build then) whatever.22:38
EickmeyerStrange. I just downloaded the source from git and it's definitely there.22:38
OvenWerksyes I see it too, but if the package isn't installed it should do nothing22:39
OvenWerksThe cpufrequtils package22:39
EickmeyerRight.22:39
OvenWerksanyway, I will remove it. and reupload22:40
EickmeyerOkay.22:40
EickmeyerThere's a million different ways to set the CPU governor. Latest method means using "cpupower frequency-set --governor performance"22:40
OvenWerksbuild pending22:45
OvenWerksBY the way this build does not include the patched file above?22:45
OvenWerks http://www.ovenwerks.net/paste/ubuntustudio22:46
OvenWerksEickmeyer: I am using the same method the /lib/systemd/ondemand does22:47
EickmeyerI don't have a /lib/systemd/ondemand22:47
OvenWerksset-cpufreq sorry22:47
EickmeyerBTW...22:48
Eickmeyer0 ondemand22:49
Eickmeyer0 ondemand22:49
Eickmeyerenabled22:49
EickmeyerOvenWerks: ^ us_log.txt22:49
OvenWerksThats as far as it goes?22:49
OvenWerksThat tells me that your system does not like me checking for "Intel Boost"22:51
OvenWerksEickmeyer: Well I could move that part to the end... but I would rather findout what the problem with my code is and fix it.22:53
EickmeyerRight.22:56
EickmeyerControls has boost grayed-out, so I figured it just didn't care.22:57
OvenWerksEickmeyer: ok http://www.ovenwerks.net/paste/ubuntustudio has been changed again to output more logging can you try it?23:00
OvenWerksIt has to care about it so it doesn't try to set something not there23:02
OvenWerksSo on boot we check to see if a turbo switch exists then we set it only if it does23:03
OvenWerksthe 0 in "0 ondemand" is the boost defeat value23:03
EickmeyerSure, I'll give it a shot.23:07
OvenWerksTY23:07
EickmeyerOvenWerks: Exact same result.23:11
OvenWerksreally... in a terminal what does: logger "Setting system settings"23:14
OvenWerksdo?23:14
OvenWerksmaybe logger needs to be installed23:14
OvenWerksmaybe I should just remove the lines that refer to it23:15
Eickmeyerlogger gives no response.23:15
OvenWerkstail /var/log/syslog23:16
OvenWerksno that doesn't show anything here either23:17
OvenWerksif it gives no responce that is not the same as an erro though23:17
EickmeyerBear in mind, I'm running Plasma, so you'll see references to Kubuntu.23:18
Eickmeyerhttps://paste.ubuntu.com/p/P9kv5jjXTY/23:18
OvenWerkserich: Setting system settings23:19
OvenWerksits there23:19
OvenWerksdid you reboot after putting that file in?23:19
EickmeyerOkay, so that means logger is doing that.23:19
EickmeyerYes.23:19
EickmeyerI can reboot again and give you the tail from that.23:21
OvenWerksand /us_log.txt doesn't even have one more line?  "logged"?23:21
EickmeyerNo. The only things it gives are 0 ondemand, blank line, 0 ondemand, blank line, enabled23:21
OvenWerksweird... 23:22
OvenWerksOk I have changed the file again removing all the logger commands23:23
EickmeyerOk23:25
OvenWerksOh, have you reloaded the browser before redownloading the file?23:25
EickmeyerI did just now. Everything is pasted and checked, rebooting.23:26
EickmeyerInteresting... rebooted and now OnDemand is set.23:28
EickmeyerPossible breakthrough.23:29
OvenWerksand /us_log.txt?23:29
Eickmeyerhttps://paste.ubuntu.com/p/FJ56HdPndD/23:29
OvenWerksyup. so that logger command works on my machine and not yours... but using logger from the CL does work on yours.23:30
OvenWerksOk will drop logging anything23:31
EickmeyerOk, think it's erroring to an exit?23:31
OvenWerksI have one more thing to try if you have time.23:31
EickmeyerI have time.23:32
OvenWerksanother file is ready23:33
EickmeyerOkay, rebooting...23:35
EickmeyerOvenWerks: https://paste.ubuntu.com/p/VrRPPJ8XDz/23:39
Eickmeyerbrb, gotta move some furniture.23:39
OvenWerksgrep " root:" /var/log/syslog23:40
EickmeyerOvenWerks: https://paste.ubuntu.com/p/v5hF4tDpnZ/23:48
OvenWerksso it seems it was working but stopping right after?23:54
OvenWerkscould be23:54
OvenWerksAll I did was escape a variable ${DESC} instead of $DESC23:54

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!