*** fay_ [~fay@92.40.33.96.threembb.co.uk] has joined #baserock | 06:45 | |
*** franred [~franred@92.40.33.96.threembb.co.uk] has joined #baserock | 06:49 | |
*** radiofree [radiofree@unaffiliated/radiofree] has quit [Remote host closed the connection] | 07:52 | |
*** radiofree [radiofree@unaffiliated/radiofree] has joined #baserock | 07:54 | |
*** jonathanmaw [~jonathanm@82-70-136-246.dsl.in-addr.zen.co.uk] has joined #baserock | 08:21 | |
*** ssam2 [~ssam2@82-70-136-246.dsl.in-addr.zen.co.uk] has joined #baserock | 08:39 | |
*** franred [~franred@92.40.33.96.threembb.co.uk] has quit [Remote host closed the connection] | 08:43 | |
*** franred [~franred@92.40.33.96.threembb.co.uk] has joined #baserock | 08:51 | |
straycat | ssam2, As I understand it you can't bind two processes to the same port, I don't know of any way to have multiple services running on the same port. | 09:05 |
---|---|---|
ssam2 | oh, that's a shame | 09:06 |
ssam2 | I wonder if there's anything else we can do to make it possible to use Morph on public wifi, then | 09:06 |
ssam2 | this limitation made it impossible to actually give a demo when I gave a talk about Baserock at the weekend | 09:06 |
*** franred [~franred@92.40.33.96.threembb.co.uk] has quit [Ping timeout: 272 seconds] | 09:07 | |
ssam2 | I wonder if one lighttpd process could route requests to both cgit.cgi and morph-cache-server as appropriate | 09:08 |
straycat | I guess we could do, that's what we do with gitano on http. | 09:13 |
straycat | Ahh except that the git stuff runs as the "git" user and the cache stuff runs as the "cache" user. | 09:19 |
persia | Routing different URIs to different engines from the same server on the same port is fairly normal. | 09:20 |
persia | One way to get around the multiuser issue is to have the server instance proxy 127.0.0.1:8080 to some prefix, which ought just be a line of config somewhere | 09:21 |
*** franred [~franred@82-70-136-246.dsl.in-addr.zen.co.uk] has joined #baserock | 09:21 | |
persia | (if not, we can move cgit to 7080, and run any of the many lightweight frontend web servers to proxy both services at different prefices. | 09:21 |
Kinnison | We could go to a proper httpd which can handle multiple users, or as persia says, we can run a bundle of servers against localhost and then reverse-proxy from :80 | 09:23 |
Kinnison | Cherokee is pretty easy to get to build | 09:23 |
Kinnison | But keeping the current separation might be better | 09:24 |
persia | The aforementioned "proper httpd" does the same thing, just tries to hide it from users (and tends to use unix sockets rather than real ports) | 09:24 |
Kinnison | Can use TCP too | 09:24 |
Kinnison | Cherokee is pretty flexible | 09:24 |
Kinnison | Not that I'm an upstream on it | 09:24 |
Kinnison | ahem | 09:24 |
Kinnison | [* may not be true] | 09:25 |
Kinnison | And I definitely didn't do the work to allow multiple uid/gid support while still dropping privs on the main process, oh no | 09:25 |
* persia doesn't really see the point of claiming to be a monolithic server than then proxying to oneself over TCP, but leaves that sort of architectural decision to proper upstreams of the relevant servers | 09:26 | |
Kinnison | :-) | 09:27 |
Kinnison | High performance across a wide range of platforms often comes at the expense of architectural elegance :-( | 09:28 |
*** franred [~franred@82-70-136-246.dsl.in-addr.zen.co.uk] has quit [Ping timeout: 260 seconds] | 10:05 | |
*** franred [~franred@82-70-136-246.dsl.in-addr.zen.co.uk] has joined #baserock | 10:48 | |
paulsherwood | richard_maw: Did folks agree with my suggestion to merge franred's script on its own, then run it on master, and merge the result? | 11:26 |
richard_maw | yes | 11:27 |
paulsherwood | cool | 11:27 |
paulsherwood | tvm | 11:27 |
* paulsherwood is excited :) | 11:28 | |
radiofree | this 3.16 built the kernel in 27 minutes, 17 minutes slower than it should | 11:49 |
radiofree | quite a lot of oops messages (relating to kernel) in the dmesg log as well | 11:50 |
paulsherwood | that's not lovely | 11:50 |
radiofree | thankfully since i upgraded it using baserock i can just reboot on 3.10 to build the artifacts | 11:51 |
paulsherwood | i've been building with 3.15 on x86 with no problems... but maybe i should try 3.16 | 11:51 |
paulsherwood | do you think what you're seeing is jetson specific? | 11:52 |
radiofree | paulsherwood: this is a jetson issue | 11:52 |
* paulsherwood must try upgrading soon | 11:53 | |
paulsherwood | has anyone done any work to make for minimal size devel system? eg low-hanging-fruit stratum-splitting magic | 12:30 |
radiofree | i'm hoping this fixes the kernel issue | 12:31 |
radiofree | the CPU_FREQ stuff doesn't appear to be very well implemented | 12:31 |
radiofree | so it was defaulting to ondemand (so a low clock speed) then crapping out when you try and do anything with it (i.e increase it), since the cpu0/cpufreq/ stuff wasn't being exported | 12:32 |
radiofree | forcing it to PERFORMANCE looks ok, but i'll know in about 7 minutes | 12:32 |
paulsherwood | :-) | 12:32 |
paulsherwood | where are you setting that, radiofree ? | 12:33 |
radiofree | in the kernel config | 12:33 |
radiofree | CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y | 12:34 |
radiofree | doesn't look good | 12:46 |
paulsherwood | oh dear | 12:56 |
radiofree | move back to 3.10 | 12:56 |
radiofree | but then docker might not work? | 12:58 |
paulsherwood | probably not | 13:01 |
paulsherwood | radiofree: are you using the configs i added for docker? if so, maybe they are the problem? | 13:02 |
ssam2 | paulsherwood: haven't done any work for a minimal size dev system, would love to | 13:04 |
ssam2 | there's some issues with splitting that need resolving though, like the one I mailed the list about last week | 13:04 |
radiofree | paulsherwood: not that | 13:09 |
radiofree | it's the 3.16 kernel i'm building with the baserock config, no docker stuff in it | 13:10 |
radiofree | cpu isn't maxed out | 13:10 |
paulsherwood | radiofree: so are you saying that 3.16 works nicely for graphics, but has issues for compile/build? | 13:18 |
radiofree | yep | 13:22 |
cyndis | are you using 3.16 on jetson? | 13:34 |
pedroalvarez | cyndis: I believe he is | 13:35 |
cyndis | then it is no wonder that cpufreq isn't working :) | 13:36 |
pedroalvarez | radiofree: ^^ | 13:36 |
cyndis | since the series that adds it isn't yet even in -next, just on the ML | 13:36 |
pedroalvarez | that's good to know, thanks | 13:39 |
cyndis | if you're interested in tegra support in the upstream kernel, please join #tegra. most of the devs are there. | 13:40 |
radiofree | cyndis: thanks :) | 13:41 |
cyndis | :) great to see that people are actually using it! | 13:42 |
cyndis | lots of patches in the pipeline at the moment | 13:42 |
paulsherwood | cyndis: aha! :) | 13:44 |
paulsherwood | radiofree: ^^ | 13:45 |
*** bjdooks_ [~ben@trinity.fluff.org] has joined #baserock | 14:06 | |
pedroalvarez | Do we have an example of morphology of max-jobs? | 15:37 |
pedroalvarez | s/of/with/ | 15:37 |
*** ssam2 [~ssam2@82-70-136-246.dsl.in-addr.zen.co.uk] has quit [Ping timeout: 246 seconds] | 15:41 | |
radiofree | pedroalvarez: qt-webkit | 15:50 |
radiofree | pedroalvarez: http://git.baserock.org/cgi-bin/cgit.cgi/delta/qt5/qtwebkit.git/commit/?h=baserock/v5.3.0&id=b4da5e41fff076c2784ae66cf8c02c4c666fed32 | 15:50 |
radiofree | any chance on getting another +1 on my tegra-3.10 merge? | 15:51 |
radiofree | paulsherwood: took me 9 minutes to flash using usb passthrough in qemu | 16:03 |
radiofree | paulsherwood: also your board is now working again | 16:03 |
*** jonathanmaw [~jonathanm@82-70-136-246.dsl.in-addr.zen.co.uk] has quit [Quit: Leaving] | 16:32 | |
paulsherwood | radiofree: w00t! :) | 16:39 |
richard_maw | radiofree: have a +1 | 16:41 |
*** ssam2 [~ssam2@82-70-136-246.dsl.in-addr.zen.co.uk] has joined #baserock | 16:41 | |
radiofree | more patches sent! | 16:47 |
richard_maw | radiofree: I would have preferred the commit message say why we need to revert, but I overheard enough conversation to have a sufficient idea of the problem | 16:51 |
pedroalvarez | radiofree: thanks for the example (max-jobs) | 16:53 |
pedroalvarez | Seems like I need to set max-jobs to in audiomanager | 16:54 |
richard_maw | radiofree: +2, on the condition that you update the commit in your definitions change from 123cc68c33ff537748a244f4932640083b4b6825 to de3664efca390a8d2fe525a583d17772deee8500 (the merge commit) | 16:54 |
radiofree | ok | 16:55 |
richard_maw | let me know when it's done, so I can include it in the morphology rearrangement patch | 16:57 |
paulsherwood | richard_maw: do you mean the chunks-in-definitions rearrange? is that going live today? | 16:59 |
richard_maw | that's the plan | 16:59 |
radiofree | richard_maw: merged | 16:59 |
radiofree | erm | 16:59 |
radiofree | yes merged | 16:59 |
* paulsherwood can hardly wait | 16:59 | |
pedroalvarez | I wonder if I can get a quick review on this: http://pastebin.com/jabw6tz9 | 17:00 |
pedroalvarez | or should I send it to the ML? | 17:00 |
pedroalvarez | currently audiomanager doesn't build on a Jetson board | 17:01 |
richard_maw | pedroalvarez: give it a few minutes, and include the audiomanager morphology change in definitions.git | 17:01 |
pedroalvarez | oh! good to know! | 17:01 |
paulsherwood | radiofree: you missed my comment on your comment :) | 17:02 |
richard_maw | pedroalvarez: is audiomanager running out of memory, or is the build-system failing to parallelise properly? | 17:02 |
richard_maw | the former is minor grumbling, the latter brings shame upon audiomanager's build system | 17:02 |
pedroalvarez | richard_maw: I believe it's running out of memory | 17:03 |
pedroalvarez | Oh, I managed to build it, it doesn't happens always :) | 17:03 |
paulsherwood | pedroalvarez: well +1 | 17:05 |
paulsherwood | (better to fix it, avoid tripping up someone else in future) | 17:06 |
*** fay_ [~fay@92.40.33.96.threembb.co.uk] has quit [Remote host closed the connection] | 17:07 | |
richard_maw | http://git.baserock.org/cgi-bin/cgit.cgi/baserock/baserock/definitions.git/commit/?id=2b10a9677817377618e33d2b07ab7caefe316633 is live | 17:07 |
franred | \o/ | 17:08 |
paulsherwood | whoa!!! :) | 17:08 |
pedroalvarez | ) | 17:08 |
pedroalvarez | (.) | 17:08 |
pedroalvarez | .|. | 17:08 |
pedroalvarez | l8J | 17:08 |
pedroalvarez | | | | 17:08 |
pedroalvarez | _.--| |--._ | 17:08 |
pedroalvarez | .-'; ;`-'& ; `&. | 17:08 |
pedroalvarez | & & ; & ; ; \ | 17:08 |
pedroalvarez | \ ; & &_/ | 17:08 |
pedroalvarez | F"""---...---"""J | 17:08 |
pedroalvarez | | | | | | | | | | | 17:08 |
pedroalvarez | J | | | | | | | F | 17:08 |
pedroalvarez | `---.|.|.|.---' | 17:08 |
* rjek wondered what that was going to be at first. | 17:09 | |
pedroalvarez | a cake? | 17:09 |
* paulsherwood manages to run morph build post 2b10a9677817377618e33d2b07ab7caefe316633 | 17:13 | |
* pedroalvarez had an ERROR, but he forgot to upgrade his morph first | 17:15 | |
pedroalvarez | no rebuild needed after 2b10a9677817377618e33d2b07ab7caefe316633 | 17:20 |
pedroalvarez | amazing stuff! thanks! | 17:20 |
paulsherwood | 2014-08-18 17:24:21 [Build 484/554] [linux-x86-64-generic-devel] Starting actual build: linux-x86-64-generic-devel 7d1311b | 17:24 |
* paulsherwood likes that v3.17-rc1 => 7d1311b | 17:25 | |
paulsherwood | richard_maw: maybe there should be an announcement about this? i should probably make a couple of new tutorials too :) | 17:27 |
straycat | neat :) | 17:29 |
*** ssam2 [~ssam2@82-70-136-246.dsl.in-addr.zen.co.uk] has quit [Quit: Leaving] | 17:44 | |
petefoth | richard_maw: and franred: belated congratulations - great stuff | 18:31 |
*** flatmush [~flatmush@82-70-136-246.dsl.in-addr.zen.co.uk] has quit [Ping timeout: 240 seconds] | 19:04 | |
*** franred [~franred@82-70-136-246.dsl.in-addr.zen.co.uk] has quit [Ping timeout: 260 seconds] | 19:05 | |
*** flatmush [~flatmush@82-70-136-246.dsl.in-addr.zen.co.uk] has joined #baserock | 19:05 | |
*** franred [~franred@82-70-136-246.dsl.in-addr.zen.co.uk] has joined #baserock | 19:07 | |
*** franred [~franred@82-70-136-246.dsl.in-addr.zen.co.uk] has quit [Ping timeout: 240 seconds] | 19:12 | |
*** franred [~franred@82-70-136-246.dsl.in-addr.zen.co.uk] has joined #baserock | 19:13 | |
*** franred [~franred@82-70-136-246.dsl.in-addr.zen.co.uk] has quit [Ping timeout: 255 seconds] | 19:21 | |
*** flatmush [~flatmush@82-70-136-246.dsl.in-addr.zen.co.uk] has quit [Ping timeout: 272 seconds] | 19:23 | |
*** flatmush [~flatmush@82-70-136-246.dsl.in-addr.zen.co.uk] has joined #baserock | 19:32 | |
*** flatmush [~flatmush@82-70-136-246.dsl.in-addr.zen.co.uk] has quit [Ping timeout: 245 seconds] | 19:37 | |
*** flatmush [~flatmush@82-70-136-246.dsl.in-addr.zen.co.uk] has joined #baserock | 19:40 | |
*** flatmush [~flatmush@82-70-136-246.dsl.in-addr.zen.co.uk] has quit [Ping timeout: 260 seconds] | 19:45 | |
*** flatmush [~flatmush@82-70-136-246.dsl.in-addr.zen.co.uk] has joined #baserock | 19:49 | |
*** franred [~franred@82-70-136-246.dsl.in-addr.zen.co.uk] has joined #baserock | 19:51 | |
*** flatmush [~flatmush@82-70-136-246.dsl.in-addr.zen.co.uk] has quit [Ping timeout: 250 seconds] | 19:56 | |
*** franred [~franred@82-70-136-246.dsl.in-addr.zen.co.uk] has quit [Ping timeout: 255 seconds] | 19:57 | |
*** franred [~franred@82-70-136-246.dsl.in-addr.zen.co.uk] has joined #baserock | 20:00 | |
*** flatmush [~flatmush@82-70-136-246.dsl.in-addr.zen.co.uk] has joined #baserock | 20:05 | |
*** flatmush [~flatmush@82-70-136-246.dsl.in-addr.zen.co.uk] has quit [Ping timeout: 255 seconds] | 20:10 | |
*** franred [~franred@82-70-136-246.dsl.in-addr.zen.co.uk] has quit [Ping timeout: 245 seconds] | 20:10 | |
*** flatmush [~flatmush@82-70-136-246.dsl.in-addr.zen.co.uk] has joined #baserock | 20:27 | |
*** flatmush [~flatmush@82-70-136-246.dsl.in-addr.zen.co.uk] has quit [Ping timeout: 240 seconds] | 20:33 | |
*** flatmush [~flatmush@82-70-136-246.dsl.in-addr.zen.co.uk] has joined #baserock | 20:40 | |
*** flatmush [~flatmush@82-70-136-246.dsl.in-addr.zen.co.uk] has quit [Ping timeout: 244 seconds] | 20:46 | |
*** flatmush [~flatmush@82-70-136-246.dsl.in-addr.zen.co.uk] has joined #baserock | 20:52 | |
*** flatmush [~flatmush@82-70-136-246.dsl.in-addr.zen.co.uk] has quit [Ping timeout: 255 seconds] | 20:56 | |
*** flatmush [~flatmush@82-70-136-246.dsl.in-addr.zen.co.uk] has joined #baserock | 20:57 | |
*** flatmush [~flatmush@82-70-136-246.dsl.in-addr.zen.co.uk] has quit [Ping timeout: 264 seconds] | 21:02 | |
*** flatmush [~flatmush@82-70-136-246.dsl.in-addr.zen.co.uk] has joined #baserock | 21:13 | |
*** flatmush [~flatmush@82-70-136-246.dsl.in-addr.zen.co.uk] has quit [Ping timeout: 246 seconds] | 21:17 | |
*** flatmush [~flatmush@82-70-136-246.dsl.in-addr.zen.co.uk] has joined #baserock | 21:18 | |
*** flatmush [~flatmush@82-70-136-246.dsl.in-addr.zen.co.uk] has quit [Ping timeout: 255 seconds] | 21:23 | |
*** flatmush [~flatmush@82-70-136-246.dsl.in-addr.zen.co.uk] has joined #baserock | 21:27 | |
*** flatmush [~flatmush@82-70-136-246.dsl.in-addr.zen.co.uk] has quit [Ping timeout: 260 seconds] | 21:36 | |
*** De|ta_ [~arc@195.242.156.171] has joined #baserock | 22:05 | |
*** De|ta [~arc@195.242.156.171] has quit [Ping timeout: 246 seconds] | 22:10 | |
*** ratmice__ [bosshog@nightfall.forlorn.net] has quit [Ping timeout: 246 seconds] | 22:10 | |
*** ratmice__ [bosshog@nightfall.forlorn.net] has joined #baserock | 22:11 | |
*** flatmush [~flatmush@82-70-136-246.dsl.in-addr.zen.co.uk] has joined #baserock | 22:14 | |
*** flatmush [~flatmush@82-70-136-246.dsl.in-addr.zen.co.uk] has quit [Ping timeout: 260 seconds] | 22:19 | |
*** flatmush [~flatmush@82-70-136-246.dsl.in-addr.zen.co.uk] has joined #baserock | 22:29 | |
*** flatmush [~flatmush@82-70-136-246.dsl.in-addr.zen.co.uk] has quit [Ping timeout: 245 seconds] | 22:38 | |
*** flatmush [~flatmush@82-70-136-246.dsl.in-addr.zen.co.uk] has joined #baserock | 22:40 | |
*** flatmush [~flatmush@82-70-136-246.dsl.in-addr.zen.co.uk] has quit [Ping timeout: 245 seconds] | 22:44 | |
*** flatmush [~flatmush@82-70-136-246.dsl.in-addr.zen.co.uk] has joined #baserock | 22:48 | |
*** flatmush [~flatmush@82-70-136-246.dsl.in-addr.zen.co.uk] has quit [Ping timeout: 240 seconds] | 23:21 | |
*** flatmush [~flatmush@82-70-136-246.dsl.in-addr.zen.co.uk] has joined #baserock | 23:24 | |
*** flatmush [~flatmush@82-70-136-246.dsl.in-addr.zen.co.uk] has quit [Ping timeout: 264 seconds] | 23:32 | |
*** flatmush [~flatmush@82-70-136-246.dsl.in-addr.zen.co.uk] has joined #baserock | 23:34 | |
*** flatmush [~flatmush@82-70-136-246.dsl.in-addr.zen.co.uk] has quit [Ping timeout: 255 seconds] | 23:51 | |
*** flatmush [~flatmush@82-70-136-246.dsl.in-addr.zen.co.uk] has joined #baserock | 23:52 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!