*** yvl has joined #schooltool | 08:11 | |
*** robb_nl has joined #schooltool | 14:34 | |
*** robb_nl has quit IRC | 14:56 | |
*** robb_nl has joined #schooltool | 19:08 | |
*** robb_nl has quit IRC | 19:41 | |
*** Kelvin_ has joined #schooltool | 19:50 | |
Kelvin_ | Please I need guild line on how to setup schooltool server | 19:51 |
---|---|---|
*** robb_nl has joined #schooltool | 19:51 | |
Kelvin_ | Please I need guild line on how to setup schooltool server to communicate with mobile app | 19:51 |
th1a | Ah, hi Kelvin_. | 19:52 |
Kelvin_ | Hello | 19:52 |
th1a | We don't really have mobile app support. | 19:52 |
th1a | What do you have in mind exactly? | 19:52 |
Kelvin_ | I saw online schooltool now have mobile app on iOS and android | 19:53 |
th1a | Not this SchoolTool. | 19:53 |
Kelvin_ | I already have schooltool server up and running | 19:53 |
th1a | Perhaps it was schooltool.com? | 19:54 |
Kelvin_ | Oh | 19:55 |
Kelvin_ | Schooltool.org | 19:55 |
Kelvin_ | So sorry | 19:55 |
th1a | No problem... sorry we have this trademark standoff... | 19:56 |
*** Kelvin_ has quit IRC | 20:00 | |
*** tummler has joined #schooltool | 20:25 | |
tummler | is there anyone who may can help me with an issue on "export tasks on schooltool"? | 20:26 |
th1a | Yes, hi tummler. | 20:26 |
tummler | hi, thank you. | 20:26 |
tummler | here's my problem: | 20:27 |
tummler | set up a fresh installation of the newest version of schooltool on a ubuntu 14.04 via apt. everything went fine. logged in, created some persons for sample data and other testdata. tried to export some reports. the "scheduled-task"-windows openend. i went to the "default-manager"-page and yes. all 3 reports were in process. but: they are still. | 20:30 |
tummler | i have absolutetly no clue where to start to solve this problem. | 20:30 |
tummler | all 4 processes running. | 20:30 |
tummler | now the miracle: | 20:30 |
tummler | on the web, somewhere, i read to try to enter ip:7080/export.xls into my browser. and look! i could download an export. the export seems to be fine. so i think somehow the webapp did not get a sign that generating has been processed properly. | 20:32 |
tummler | and there i am. having not a single clue. | 20:32 |
th1a | I see. | 20:33 |
th1a | OK... you installed from the 2.8 PPA? | 20:33 |
tummler | PPA? | 20:33 |
th1a | http://book.schooltool.org/install-2_0.html#schooltool-in-launchpad-net-personal-package-archives | 20:33 |
tummler | yes. i did this before installing schooltool. | 20:34 |
th1a | OK. | 20:34 |
tummler | it was installed without any errormsgs. | 20:34 |
th1a | $ sudo service schooltool status shows all processes running? | 20:35 |
tummler | yes. but wait a minute. i just tried "apt-get install software-properties-common" again just to make sure. | 20:36 |
tummler | and it installed again. | 20:36 |
th1a | That's probably not the issue. | 20:36 |
tummler | shit. | 20:37 |
th1a | Your footer says "...server running SchoolTool 2.8.5" | 20:37 |
tummler | do you think just to restart the schooltool-service will make things work, or do i have to do the whole installroutine again? | 20:37 |
th1a | Well... | 20:37 |
th1a | If it is a clean install it might not be either of those things. | 20:38 |
th1a | What language are you using in the instance? | 20:38 |
tummler | german localisation. | 20:38 |
tummler | it was set automatically. | 20:38 |
th1a | Did you use non-ascii characters in the usernames? | 20:39 |
tummler | no. the usernames i entered are: schueler1, schueler2 and lehrer1 | 20:40 |
th1a | Did you get progress bars in the export dialog? | 20:40 |
th1a | (the ascii question was a bit random) | 20:40 |
tummler | but! my footer acutally says: ... - server running SchoolTool 2.6.3 | 20:40 |
th1a | Right, ok. | 20:40 |
tummler | no progress bar at the export dialog. | 20:40 |
tummler | so. remove everything and use the right version should solve the problem, right? | 20:41 |
th1a | Maybe you didn't apt-get update before installing? | 20:41 |
tummler | i did apt-get update. | 20:41 |
th1a | It is probably not even necessary to remove everything. | 20:41 |
tummler | ok. but it seems i have an old version running right now. | 20:41 |
th1a | Yes. | 20:41 |
th1a | If you check your apt sources you should see the schooltool-owners/2.8 listed. | 20:42 |
tummler | let me have a look. | 20:42 |
tummler | root@h2516835:/var/lib/schooltool# apt-cache search schooltool python-schooltool - Python libraries used by SchoolTool python-schooltool.cando - CanDo plugin for SchoolTool python-schooltool.gradebook - Gradebook plugin for SchoolTool python-schooltool.intervention - Student intervention plugin for SchoolTool python-schooltool.ldap - SchoolTool LDAP authentication plugin python-schooltool.lyceum.journal - Journal plugin for School | 20:44 |
tummler | cant find it. | 20:45 |
th1a | Ah... look under /etc/apt/sources.list.d/ | 20:47 |
th1a | They've made it a bit more complex... | 20:47 |
tummler | ok. | 20:47 |
tummler | cant find anything there. here's the output: | 20:48 |
tummler | root@h2516835:/etc/apt/sources.list.d# ls -la total 8 drwxr-xr-x 2 root root 4096 Dez 27 18:35 . drwxr-xr-x 6 root root 4096 Jul 18 2014 .. | 20:48 |
th1a | OK, well, it seems like you didn't get the ppa installed right. | 20:49 |
tummler | now, i'll run this line: apt-get install software-properties-common | 20:50 |
th1a | Oh... I see. | 20:51 |
tummler | -> now new or updated packages installed | 20:51 |
tummler | now=no | 20:51 |
tummler | sorry. | 20:51 |
th1a | Well, $ sudo add-apt-repository ppa:schooltool-owners/2.8 is the key step here. | 20:51 |
tummler | but...but...i'm working as root right now?! | 20:51 |
th1a | You don't need sudo then. | 20:52 |
tummler | ok. now i'll run this line: add-apt-repository ppa:schooltool-owners/2.8 | 20:52 |
th1a | Yes... | 20:52 |
tummler | oh. | 20:53 |
tummler | something happened. | 20:53 |
tummler | pressed enter | 20:53 |
tummler | report: gpg: keyring `/tmp/tmpgmgh3hi0/secring.gpg' created gpg: keyring `/tmp/tmpgmgh3hi0/pubring.gpg' created gpg: requesting key 386B7051 from hkp server keyserver.ubuntu.com gpg: /tmp/tmpgmgh3hi0/trustdb.gpg: trustdb created gpg: key 386B7051: public key "Launchpad PPA for SchoolTool Owners" imported gpg: Total number processed: 1 gpg: imported: 1 (RSA: 1) | 20:53 |
tummler | looks good now, i thing. | 20:53 |
th1a | Yes. | 20:53 |
tummler | /etc/apt/sources.list.d/ now says this: | 20:53 |
th1a | apt-get update | 20:54 |
th1a | apt-get dist-upgrade | 20:54 |
tummler | schooltool-owners-2_8-trusty.list | 20:54 |
tummler | ok. i'll run those two commands. | 20:54 |
tummler | lot of packages are updating right now. | 20:56 |
tummler | i feel really silly now. spent 4 hours of watching error-logs and googleing. :/ | 20:56 |
th1a | Well, it happens. | 20:57 |
tummler | ok. is the running version of schooltool being updated right now? | 20:58 |
th1a | You mean, on your server? | 20:58 |
tummler | yes. | 20:58 |
th1a | Yes, the dist-upgrade should download the packages and restart the server. | 20:58 |
tummler | yes. it did. | 20:59 |
tummler | now its version 2.8.5 | 20:59 |
th1a | OK, hopefully that solves your problem. | 20:59 |
tummler | the reports queued before are shown as "in generation", still. | 21:00 |
tummler | but i will try to run a new one. | 21:00 |
th1a | Yeah, I don't think it is going to resolve the old one. | 21:00 |
th1a | s | 21:00 |
th1a | OK, I have to run. Good luck tummler. | 21:02 |
tummler | it works. the school-report has been generated. thank you very, very much! | 21:03 |
tummler | bye bye! | 21:03 |
*** robb_nl has quit IRC | 21:46 | |
*** tummler has quit IRC | 22:34 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!