← Previous day | Today | Next day → | Search | Index
All times shown according to UTC.
| Time | Nick | Message |
|---|---|---|
| 00:07 | khall joined #koha | |
| 00:09 | JoshB joined #koha | |
| 00:24 | octald joined #koha | |
| 00:36 | dilan | Hi guys I'm trying to spin up a new koha devbox with vagrant but I ran into this issue |
| 00:36 | fatal: [jessie]: FAILED! => {"changed": true, "cmd": "perl /home/vagrant/misc4dev/cp_debian_files.pl", "delta": "0:00:00.067425", "end": "2017-03-09 00:11:24.709122", "failed": true, "rc": 2, "start": "2017-03-09 00:11:24.641697", "stderr": "Cannnot open file No such file or directory at /home/vagrant/misc4dev/cp_debian_files.pl line 24.", "stdout": "", "stdout_lines": [], "warnings": []} | |
| 00:37 | I'm following the instructions here: https://github.com/digibib/koh[…]/master/README.md | |
| 00:37 | wizzyrea | where did you get up to |
| 00:37 | dilan | TASK [kohadevbox : Replace koha-* scripts] |
| 00:38 | wizzyrea | so vagrant up |
| 00:38 | dilan | Yep |
| 00:39 | wizzyrea | just to be sure, you've got the right version of vagrant (1.8+) |
| 00:39 | dilan | Checking now |
| 00:40 | 1.9.2 | |
| 00:40 | wizzyrea | and what is your base OS? |
| 00:40 | linux, windows, mac... | |
| 00:41 | dilan | Linux |
| 00:41 | wizzyrea | neat that makes things less hard. :) |
| 00:41 | dilan | As always ;) |
| 00:42 | kholt-afk left #koha | |
| 00:42 | Francesca joined #koha | |
| 00:45 | wizzyrea | hm. |
| 00:45 | just to be sure, you are in your kohadevbox directory | |
| 00:45 | not above or below it | |
| 00:45 | and not in the vm | |
| 00:45 | ? | |
| 00:45 | dilan | Yeah I am |
| 00:46 | wizzyrea | I'd try a vagrant up --provision |
| 00:47 | and see if it goes on | |
| 00:47 | that makes it look like something went wrong copying things to the VM. | |
| 00:47 | your error, I mean. | |
| 00:47 | dilan joined #koha | |
| 00:51 | dilan | I can't even see a misc4dev directory so you might be right |
| 00:52 | JoshB joined #koha | |
| 00:52 | wizzyrea | that dir would be inside the vm, if I'm reading this right |
| 00:58 | Francesca joined #koha | |
| 01:08 | dilan joined #koha | |
| 01:23 | JoshB joined #koha | |
| 01:25 | dilan joined #koha | |
| 01:35 | Francesca joined #koha | |
| 01:39 | dilan joined #koha | |
| 01:39 | Francesca joined #koha | |
| 01:52 | mtj | speaking of kohadevbox... does anyone know where the 'tasks' are located, that are executed on startup? |
| 01:52 | ==> jessie: Exporting NFS shared folders... | |
| 01:52 | ==> jessie: Preparing to edit /etc/exports. Administrator privileges will be required... | |
| 01:52 | ==> jessie: Mounting NFS shared folders... | |
| 01:52 | ... that stuff ^ | |
| 01:53 | wizzyrea | roles/kohadevbox/tasks |
| 01:53 | I think | |
| 01:56 | mtj | doesnt look like it |
| 01:57 | in that, that specific text does not exist in any of those files | |
| 01:57 | wizzyrea | yeah it does https://github.com/digibib/koh[…]asks/misc4dev.yml |
| 01:58 | https://github.com/digibib/koh[…]/kohadevbox/tasks | |
| 01:58 | these are the ansible things | |
| 01:58 | mtj | so, if ' Mounting NFS shared folders.' was failing... |
| 01:59 | Francesca joined #koha | |
| 01:59 | mtj | ..there might be an ansible file, for that task |
| 01:59 | wizzyrea | https://github.com/digibib/koh[…]aster/Vagrantfile this might point you the right way |
| 02:00 | i would guess that nfs shares have to do with sync_repo | |
| 02:00 | but I don't know | |
| 02:00 | for sure | |
| 02:03 | mtj | hmm, the text i'm looking for is from vagrant/ruby gem file, i guess |
| 02:03 | wizzyrea | yeah, so that means it must be a default vagrant behaviour |
| 02:03 | are you trying to sync_repo at all? | |
| 02:08 | mtj | yep, i am... i figured it would be a useful problem to resolve |
| 02:08 | ..looks like im getting close to a fix | |
| 02:12 | wizzyrea | it's always worked for me heh |
| 02:40 | JoshB joined #koha | |
| 02:41 | JoshB joined #koha | |
| 02:41 | JoshB joined #koha | |
| 02:42 | JoshB joined #koha | |
| 02:43 | JoshB joined #koha | |
| 03:05 | irma joined #koha | |
| 03:17 | mtj | wizzyrea: i did find a workaround, switching the kohaclone dir to a 'virtualbox' share |
| 03:18 | im guessing nfs was prefered as it was faster? | |
| 03:18 | wizzyrea | hehe literally 0 idea there. :) |
| 03:19 | it's always worked for me the default way | |
| 03:19 | mtj | my guilty confession, is that im running kdb on a osx/macbook |
| 03:19 | wizzyrea | AH |
| 03:19 | well yeah that could do it. :) | |
| 03:19 | I haven't ever tried that. | |
| 03:20 | mtj | ..there seems to be some nfs/vagrant gotchas on certain osx versions |
| 03:20 | wizzyrea | that is kinda unsurprising to me, as OSX isn't standard to unix/linux except in the vaguest of ways. and has these weird vagaries that are utterly nonsensical. |
| 03:21 | mtj | yeah.. amen |
| 03:21 | wizzyrea | but, it works for lots of people so c'est la vie |
| 03:22 | i'm glad you got it working | |
| 03:24 | mtj | ta.. hopefully will send an patch for the problem |
| 03:57 | dilan | ok so i finally got myself a running devbox |
| 03:58 | the readme file on github says that just by running vagrant up, a full copy of the koha repo is cloned but when i looked through my vm file system it looks like this doesnt actually happen | |
| 03:59 | which would explain why it ran so quickly because the full repo should be a 2gb download | |
| 04:01 | i ended up having to clone it to my host manually first and then running sync_repo vagrant up | |
| 04:05 | dilan joined #koha | |
| 04:10 | mtj | congrats, thats the best option :) |
| 04:11 | dilan | cheers mtj |
| 04:12 | mtj | i did get to the bottom of my nfs problem too... embarrassing, but it was bad rule on my lappy's firewall - oops |
| 04:17 | dilan: fyi, there is a bug around kdb and a non-defined SYNC_REPO env | |
| 04:18 | 'This will download and install a bunch of stuff, please be patient - especially when you are not using SYNC_REPO (see below), since then the full Koha repository (which is over 2GiB) will be cloned too.' | |
| 04:19 | dilan | yeah it just doesnt clone it |
| 04:19 | mtj | snap.. no cloning attempt is made |
| 04:26 | JoshB joined #koha | |
| 04:28 | BobB | rangi about? |
| 04:32 | not about | |
| 04:38 | dilan joined #koha | |
| 05:01 | Francesca joined #koha | |
| 05:09 | josef_moravec joined #koha | |
| 05:10 | josef_moravec left #koha | |
| 05:14 | irma joined #koha | |
| 05:35 | eythian_ joined #koha | |
| 05:43 | dcook joined #koha | |
| 06:09 | cait joined #koha | |
| 06:32 | * magnuse | waves |
| 06:35 | liw | @wunder helsinki |
| 06:35 | huginn` | liw: The current temperature in Helsinki, Finland is 0.0°C (8:20 AM EET on March 09, 2017). Conditions: Mostly Cloudy. Humidity: 87%. Dew Point: -2.0°C. Windchill: -5.0°C. Pressure: 30.06 in 1018 hPa (Steady). |
| 06:37 | magnuse | @wunder enbo |
| 06:37 | huginn` | magnuse: The current temperature in Bodo, Norway is -4.0°C (7:20 AM CET on March 09, 2017). Conditions: Mostly Cloudy. Humidity: 69%. Dew Point: -9.0°C. Windchill: -11.0°C. Pressure: 29.59 in 1002 hPa (Steady). |
| 07:08 | laurence joined #koha | |
| 07:12 | LibraryClaire joined #koha | |
| 07:12 | fridolin joined #koha | |
| 07:13 | LibraryClaire | morning #koha |
| 07:14 | fridolin | bonjourrr |
| 07:14 | LibraryClaire | salut fridolin |
| 07:14 | fridolin | ;) |
| 07:17 | fridolin left #koha | |
| 07:19 | fridolin joined #koha | |
| 07:26 | LibraryClaire joined #koha | |
| 07:47 | AndrewIsh joined #koha | |
| 07:53 | reiveune joined #koha | |
| 07:54 | reiveune | hello |
| 07:55 | ashimema joined #koha | |
| 08:00 | drojf joined #koha | |
| 08:01 | drojf | hi #koha |
| 08:03 | marcelr joined #koha | |
| 08:03 | marcelr | hi #koha |
| 08:04 | LibraryClaire | moin drojf, marcelr |
| 08:04 | marcelr | hi LibraryClaire drojf |
| 08:05 | drojf | hi marcelr and LibraryClaire |
| 08:11 | magnuse | guten morgen BüchereiKlara, drojf, marcelr |
| 08:11 | LibraryClaire | hei magnuse |
| 08:17 | baptiste joined #koha | |
| 08:18 | magnuse | bonjour baptiste |
| 08:19 | Francesca joined #koha | |
| 08:25 | gaetan_B joined #koha | |
| 08:26 | gaetan_B | hello |
| 08:35 | drojf | hei magnuse |
| 08:36 | alex_a joined #koha | |
| 08:36 | irma joined #koha | |
| 08:37 | magnuse | moin drojf |
| 09:37 | alex_a joined #koha | |
| 09:38 | cait joined #koha | |
| 09:40 | alex_a joined #koha | |
| 09:44 | drojf | @wunder berlin, germany |
| 09:44 | huginn` | drojf: The current temperature in Berlin, Berlin, Germany is 6.3°C (10:36 AM CET on March 09, 2017). Conditions: Mostly Cloudy. Humidity: 100%. Dew Point: 6.0°C. Windchill: 6.0°C. Pressure: 30.04 in 1017 hPa (Steady). |
| 09:48 | LibraryClaire | @wunder konstanz |
| 09:48 | huginn` | LibraryClaire: The current temperature in Jungerhalde, Konstanz, Germany is 9.0°C (10:43 AM CET on March 09, 2017). Conditions: Light Rain. Humidity: 87%. Dew Point: 7.0°C. Windchill: 9.0°C. Pressure: 30.15 in 1021 hPa (Falling). |
| 10:02 | deb-CSPL joined #koha | |
| 10:32 | alex_a joined #koha | |
| 10:42 | baptiste joined #koha | |
| 10:45 | eythian | hi |
| 10:46 | @wunder ams | |
| 10:46 | huginn` | eythian: The current temperature in Amsterdam, Netherlands is 11.0°C (11:25 AM CET on March 09, 2017). Conditions: Overcast. Humidity: 94%. Dew Point: 10.0°C. Pressure: 29.98 in 1015 hPa (Steady). |
| 11:06 | alex_a_ joined #koha | |
| 11:12 | magnuse | @wunder enbo |
| 11:12 | huginn` | magnuse: Error: No such location could be found. |
| 11:12 | magnuse | @wunder boo |
| 11:12 | huginn` | magnuse: Error: No such location could be found. |
| 11:12 | magnuse | @wunder Bodø, Norway |
| 11:12 | huginn` | magnuse: Error: No such location could be found. |
| 11:12 | magnuse | gah, i have ceased to exist! |
| 11:12 | no more work today, then! | |
| 11:19 | alex_a joined #koha | |
| 11:25 | laurence left #koha | |
| 11:38 | jzairo joined #koha | |
| 12:04 | ttt joined #koha | |
| 12:04 | ttt joined #koha | |
| 12:05 | ttt | on our opac when we searched for a title in results against availability it is showing No items available Checked out (1) how to sort out this error |
| 12:06 | actually item is attached to this record | |
| 12:08 | AdamB joined #koha | |
| 12:14 | ttt | on our opac when we searched for a title in results against availability it is showing No items available Checked out (1) how to sort out this error |
| 12:24 | pbkdnap joined #koha | |
| 12:33 | tcohen joined #koha | |
| 12:34 | tcohen | morning |
| 12:36 | drojf | hi tcohen |
| 12:45 | meliss joined #koha | |
| 13:03 | Dyrcona joined #koha | |
| 13:04 | alex_a joined #koha | |
| 13:05 | tcohen | hi drojf |
| 13:05 | drojf | irc messages take quite some time until they reach argentina :D |
| 13:06 | * tcohen | is tempted to wait 10 minutes to answer |
| 13:06 | drojf | lol |
| 13:06 | NateC joined #koha | |
| 13:08 | nengard joined #koha | |
| 13:08 | drojf | eythian: would you happen to know why there are still debian/koha.* files left and that was not moved to the debian/koha-common.* versions? |
| 13:13 | magnuse | i think there was a plan to provide a "koha" package, to set up just one library or something? |
| 13:16 | drojf | magnuse: yes. but the koha.* files seem to be used in koha-common installations and they contain other things than the koha-common.* files |
| 13:16 | like /var/lib/dpkg/info/koha.postrm | |
| 13:16 | magnuse | ah, no idea then : |
| 13:16 | drojf | so i guess i can't just throw them away :) |
| 13:19 | or maybe i should and see what happens | |
| 13:27 | magnuse | it's worth a try |
| 13:27 | edveal1 left #koha | |
| 13:27 | magnuse | or wait and see what eythian has to say for himself |
| 13:28 | LibraryClaire | throw out all the things! |
| 13:29 | edveal joined #koha | |
| 13:30 | edveal | Howdy |
| 13:33 | drojf | eurgh i forgot about fcking overdrive |
| 13:38 | hi edveal | |
| 13:40 | i got broken umlauts in email notices. is that expected? | |
| 13:40 | i think it is a 16.05 | |
| 13:43 | tcohen | drojf: remove the koha* ones :_D |
| 13:43 | unless you want to make it work of course | |
| 13:43 | he | |
| 13:44 | Scott-CSPL joined #koha | |
| 13:44 | drojf | tcohen: i want to make bug 17311 work, i don't care about the koha package ;) |
| 13:44 | huginn` | 04Bug http://bugs.koha-community.org[…]_bug.cgi?id=17311 enhancement, P5 - low, ---, mirko, ASSIGNED , koha-common service should be restarted on upgrade |
| 13:44 | drojf | moving koha-common to koha is a nice to have thing for one day in the future ;) |
| 13:46 | * tcohen | imagines koha-core, koha-apache2, koha-nginx and koha packages |
| 13:46 | ashimema | :) |
| 13:53 | drojf | what would koha-core vs koha be? |
| 13:53 | JoshB joined #koha | |
| 14:02 | drojf | overdrive test is broken even with overdrive installed. how did anyone test this? |
| 14:08 | kmlussier joined #koha | |
| 14:15 | meliss joined #koha | |
| 14:15 | eythian | drojf: so, the koha.* files are for building the koha package |
| 14:16 | the preferable but harder solution is to make it do something sensible. | |
| 14:16 | the easier solution is to remove building of the koha package entirely. | |
| 14:16 | what you choose to do is up to you :) | |
| 14:16 | I always wanted to make it do something, but never had time. | |
| 14:17 | drojf | eythian: why does something like /var/lib/dpkg/info/koha.postrm get installed with the koha-common package then? |
| 14:17 | eythian | dunno |
| 14:17 | I wouldn't expect that | |
| 14:17 | drojf | that's what i thought :) |
| 14:20 | and they contain different things. like http://git.koha-community.org/[…]8836a2559;hb=HEAD | |
| 14:20 | the zebradb files don't show up in the koha-common version | |
| 14:21 | ah ok that is done per instance | |
| 14:21 | for koha-common | |
| 14:21 | francharb joined #koha | |
| 14:22 | drojf | still does not explain why they get installed when koha-common is installed |
| 14:22 | koha, full of mysteries | |
| 14:22 | francharb | Hi all! |
| 14:22 | drojf | hi francharb |
| 14:27 | overdrive-- | |
| 14:27 | overdrive-- | |
| 14:27 | eythian | so, there'll be magic debian stuff happening with those files. |
| 14:27 | It's quite possible that they don't get run, just get carried along. | |
| 14:27 | drojf | eythian: yes, i am trying to follow that |
| 14:28 | while i curse overdrive | |
| 14:28 | and broken stuff being pushed and not taken care of | |
| 14:33 | playtime's up, went to cursing overdrive. back to paid work | |
| 14:34 | Joubu | drojf: I thinkbug 16034 comment 80 must go on another bug report |
| 14:34 | kellym joined #koha | |
| 14:37 | LibraryClaire | laters #koha |
| 14:37 | LibraryClaire left #koha | |
| 14:41 | marcelr | bug 16034 |
| 14:41 | huginn` | 04Bug http://bugs.koha-community.org[…]_bug.cgi?id=16034 enhancement, P5 - low, ---, srdjan, REOPENED , Integration with OverDrive Patron API |
| 14:42 | marcelr | drojf++ #making overdrive work :) |
| 14:47 | drojf | Joubu: why? |
| 14:48 | Joubu | drojf: I let a comment on the bug. That issues have to be fixed on another bug report |
| 14:48 | These* | |
| 14:50 | drojf | ok |
| 15:30 | CrispyBran joined #koha | |
| 15:31 | alex_a joined #koha | |
| 15:37 | alex_a_ joined #koha | |
| 15:54 | kellym joined #koha | |
| 16:08 | Dyrcona joined #koha | |
| 16:17 | LibraryClaire joined #koha | |
| 16:21 | fridolin left #koha | |
| 16:26 | jac joined #koha | |
| 16:49 | talljoy joined #koha | |
| 16:49 | reiveune | bye |
| 16:50 | reiveune left #koha | |
| 16:54 | cait left #koha | |
| 16:57 | rocio joined #koha | |
| 17:02 | magnuse joined #koha | |
| 17:06 | kidclamp joined #koha | |
| 17:15 | tcohen joined #koha | |
| 17:26 | tcohen joined #koha | |
| 17:45 | TGoat joined #koha | |
| 17:47 | edveal left #koha | |
| 17:51 | jzairo joined #koha | |
| 17:53 | edveal joined #koha | |
| 18:41 | nengard joined #koha | |
| 18:59 | cait joined #koha | |
| 19:08 | kathryn joined #koha | |
| 19:47 | alexbuckley joined #koha | |
| 20:01 | kholt joined #koha | |
| 20:24 | Francesca joined #koha | |
| 21:07 | magnuse joined #koha | |
| 21:09 | kellym joined #koha | |
| 21:11 | alexbuckley joined #koha | |
| 21:12 | Francesca joined #koha | |
| 21:21 | aleisha_ joined #koha | |
| 21:30 | Francesca joined #koha | |
| 21:47 | talljoy joined #koha | |
| 21:54 | kellym_ joined #koha | |
| 21:59 | JesseM joined #koha | |
| 21:59 | JesseM_ joined #koha | |
| 22:28 | wizzyrea joined #koha | |
| 22:34 | dilan joined #koha | |
| 23:09 | Francesca joined #koha | |
| 23:18 | NateC joined #koha | |
| 23:29 | LibraryClaire joined #koha | |
| 23:34 | sophie_m joined #koha | |
| 23:36 | jac joined #koha | |
| 23:38 | TGoat joined #koha | |
| 23:44 | irma joined #koha | |
| 23:45 | papa joined #koha |
← Previous day | Today | Next day → | Search | Index