*** menesis has quit IRC | 01:39 | |
*** replaceafill has quit IRC | 02:06 | |
*** th1a has quit IRC | 04:14 | |
*** th1a has joined #schooltool | 04:19 | |
*** menesis has joined #schooltool | 05:47 | |
*** menesis has quit IRC | 09:33 | |
*** yvl has joined #schooltool | 09:44 | |
*** menesis has joined #schooltool | 13:04 | |
*** khildin has joined #schooltool | 15:31 | |
*** menesis has quit IRC | 16:02 | |
*** menesis has joined #schooltool | 16:03 | |
*** khildin has quit IRC | 16:34 | |
*** replaceafill has joined #schooltool | 17:25 | |
th1a | hi replaceafill. | 17:29 |
---|---|---|
replaceafill | hey th1a | 17:29 |
th1a | OK, so it seems to me at this point that the easiest way to do remote updates is to just download all the .debs from the relevant PPA's. | 17:30 |
th1a | I'm trying to test that now. | 17:30 |
replaceafill | hhmm ok | 17:30 |
th1a | All the various tools just introduce so much complexity. | 17:30 |
th1a | Do you have any other thoughts. | 17:30 |
replaceafill | don't we need some kind of index to do that? | 17:30 |
th1a | ? | 17:30 |
th1a | Well... | 17:30 |
replaceafill | i don't think i have ever tried it so... | 17:31 |
th1a | OK... | 17:31 |
th1a | This would just deal with things where there is no changes in outside dependencies. | 17:32 |
replaceafill | they may be dependencies between schooltool packages | 17:33 |
replaceafill | there* | 17:33 |
th1a | Yeah, but they would have to be in the ppa? | 17:33 |
replaceafill | sure, but you propose to install them individually? | 17:33 |
replaceafill | well | 17:34 |
th1a | well, I'm going to try apt-get install * in a minute. | 17:34 |
replaceafill | i guess you could if you do it in the right order | 17:34 |
replaceafill | ah ok | 17:34 |
replaceafill | i think it should be dpkg or something else | 17:34 |
replaceafill | but again | 17:34 |
replaceafill | never done it | 17:34 |
replaceafill | :) | 17:34 |
th1a | I almost have the files... | 17:35 |
replaceafill | what's the complexity of the other tools? | 17:35 |
replaceafill | i thought this was a solved problem | 17:35 |
th1a | Well the cube server seems like a ton of work to only do the same thing. | 17:35 |
th1a | Not a ton, but more trouble than it is worth. It is confusing. | 17:36 |
replaceafill | after being set up? | 17:36 |
th1a | The older tools are set up to perhaps make an archive specifically on CD-ROM. | 17:36 |
th1a | Yes after being set up, and I don't think it is really doing anything other than downloading debs. | 17:37 |
replaceafill | https://launchpad.net/keryx | 17:37 |
th1a | That doesn't work at all. | 17:37 |
th1a | P O cpi;dm | 17:37 |
th1a | I couldn't get it to. | 17:37 |
replaceafill | ok | 17:38 |
th1a | OK, trying open all with Ubuntu Software Center... | 17:39 |
replaceafill | i'd rather a terminal based solution | 17:40 |
th1a | You would rather... | 17:41 |
th1a | I'm just checking. | 17:41 |
replaceafill | although we have schooltool logs i guess | 17:41 |
replaceafill | in case something goes wrong | 17:41 |
th1a | oh yea, dpkg... | 17:42 |
*** menesis has quit IRC | 17:42 | |
th1a | OK, that handles sequencing, USC does not. | 17:42 |
th1a | oop womething went wrong. | 17:43 |
replaceafill | :/ | 17:43 |
th1a | This make any sense to you: python-zc.zrs : Depends: python-twisted but it is not going to be installed. | 17:44 |
replaceafill | well schooltool depends on zrs | 17:45 |
replaceafill | you're trying to upgrade? | 17:45 |
th1a | OK. | 17:45 |
th1a | Sorry. | 17:45 |
th1a | The easiest thing to simulate is installing peas on a stock schooltool using the files from the ARK ppa? | 17:46 |
replaceafill | not sure if it's the easiest thing | 17:47 |
replaceafill | but it should work | 17:47 |
th1a | Easiest to set up. | 17:47 |
th1a | Eh... somehow twisted is messed up in this install entirely. | 17:48 |
th1a | Aaagh. | 17:49 |
th1a | How did it install schooltool without twisted? | 17:49 |
replaceafill | i don't think 2.8 depends on twisted | 17:50 |
replaceafill | why don't you just install twisted separately? | 17:50 |
replaceafill | that's what apt-get does for you i think | 17:50 |
replaceafill | that's why i think you need an index | 17:50 |
replaceafill | to avoid that kind of problem (unhandled dependencies) | 17:51 |
th1a | Well, yes. | 17:51 |
th1a | More importantly, you have to also have downloaded all those things. | 17:51 |
th1a | is twisted in the 2.8 repo? | 17:52 |
replaceafill | no | 17:52 |
replaceafill | twisted is not a dependency for 2.8 | 17:53 |
replaceafill | afaik | 17:53 |
replaceafill | it's just a dependency for zrs | 17:53 |
th1a | I'm just not able to get twisted -- its dependencies are failing (conch, etc) | 17:53 |
replaceafill | i wonder if you package index got messed up | 17:54 |
replaceafill | your* | 17:54 |
th1a | That would be the concern with this approach... | 17:55 |
replaceafill | fwiw, "sudo apt-get install python-twisted" works for me | 17:56 |
th1a | Shit. | 17:56 |
*** menesis has joined #schooltool | 17:56 | |
th1a | Well, it is wedged trying to install python-zc.zrs. | 17:56 |
*** yvl has quit IRC | 17:56 | |
th1a | It doesn't want to stop. | 17:56 |
th1a | OK, for some reason I was reluctant to try apt-get -f install, but that's what it needed. | 17:57 |
th1a | I thought that meant "force" not "fix" | 17:57 |
replaceafill | :D | 17:58 |
replaceafill | common mistake | 17:58 |
th1a | OK, let me give this a minute to start... | 18:00 |
th1a | vm... | 18:00 |
replaceafill | ok | 18:00 |
replaceafill | in the meantime | 18:00 |
replaceafill | i finished the student add view | 18:00 |
replaceafill | i'm adding the post secondary intentions form now | 18:01 |
replaceafill | i *think* i have the JS figured out | 18:02 |
replaceafill | for hiding/showing the dropdonws | 18:02 |
replaceafill | a question i'm not sure we have discussed | 18:02 |
replaceafill | advisor should be able to add advisors, right? | 18:02 |
th1a | I'd say no. | 18:02 |
th1a | There will be clerks for that. | 18:03 |
replaceafill | ok | 18:03 |
replaceafill | and there's no councelor role | 18:03 |
replaceafill | they're all advisors? | 18:03 |
th1a | Right. | 18:03 |
th1a | They would like that but I explained it is a lot more complicated. | 18:03 |
replaceafill | to have a councelor role? | 18:04 |
replaceafill | hhmm well | 18:04 |
replaceafill | ok | 18:04 |
replaceafill | they're all advisors for now | 18:04 |
th1a | Yes. | 18:04 |
replaceafill | after finishing these add/edit forms | 18:05 |
replaceafill | we just need to "copy" the custom export from peas, right? | 18:05 |
th1a | It may need a few tweaks just to deal with the demographic changes (I surmise). | 18:06 |
replaceafill | sure | 18:06 |
th1a | But basically, yes. | 18:06 |
replaceafill | but i mean | 18:06 |
replaceafill | ok | 18:06 |
replaceafill | and that would be it? | 18:06 |
replaceafill | no custom reports or anything | 18:06 |
replaceafill | (yet) | 18:06 |
th1a | RIght, she hinted there probably would be eventually. | 18:07 |
replaceafill | ok | 18:07 |
th1a | st takes a long time to start on this puny swapping vm... | 18:07 |
replaceafill | :D | 18:07 |
replaceafill | ok | 18:07 |
replaceafill | i feel like i'm behind on schedule | 18:07 |
replaceafill | but we're in an ok shape | 18:07 |
*** khildin has joined #schooltool | 18:23 | |
th1a | replaceafill: ayt? | 19:05 |
replaceafill | th1a, yes | 19:05 |
th1a | Ah... still an error. | 19:05 |
th1a | Unable to evolve 45. | 19:05 |
th1a | Any thoughts? | 19:13 |
replaceafill | log? | 19:13 |
th1a | Well, I'm looking at it. | 19:14 |
th1a | What do you want to know? | 19:14 |
replaceafill | the traceback | 19:14 |
replaceafill | before the unable to evolve | 19:14 |
th1a | http://pastebin.com/k9q3EDUs | 19:17 |
th1a | replaceafill. | 19:18 |
replaceafill | checking... | 19:19 |
replaceafill | did you start with a fresh vm for this? | 19:20 |
th1a | Yeah... | 19:20 |
th1a | It just had the universe ST installed. | 19:21 |
replaceafill | 2.6? | 19:21 |
replaceafill | hhmm | 19:21 |
th1a | Oh, yeah. | 19:21 |
replaceafill | why don't you blow the db? | 19:21 |
th1a | Ah, right. | 19:21 |
* replaceafill imagines th1a in Uganda after a 6 hour drive doing this ;) | 19:22 | |
th1a | Yeah, no shit. | 19:23 |
th1a | Well, this is a weird case. | 19:23 |
th1a | Bingo. | 19:23 |
th1a | So do you think that's some how from skipping from 2.6 to2.9? | 19:24 |
replaceafill | no idea | 19:24 |
replaceafill | you could try a new vm with 2.8 | 19:24 |
replaceafill | but evolve 45 | 19:25 |
replaceafill | is the first custom peas evolve | 19:25 |
replaceafill | and there's no error in the evolution script in your traceback | 19:25 |
th1a | OK, so they should be past it anyhow. | 19:25 |
th1a | I'm going to send the email. | 19:26 |
th1a | Thanks replaceafill. I'm off to get my permanent crown. | 19:27 |
replaceafill | kk | 19:28 |
replaceafill | later th1a | 19:28 |
*** khildin has quit IRC | 20:41 | |
*** khildin has joined #schooltool | 20:55 | |
*** menesis has quit IRC | 22:13 | |
*** menesis has joined #schooltool | 22:23 | |
*** khildin has quit IRC | 22:28 | |
*** menesis has quit IRC | 23:51 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!