← Previous day | Today | Next day → | Search | Index
All times shown according to UTC.
Time | Nick | Message |
---|---|---|
00:28 | cait1 joined #koha | |
00:45 | misilot joined #koha | |
02:50 | misilot joined #koha | |
03:22 | misilot joined #koha | |
03:30 | alexbuckley joined #koha | |
04:12 | mtompset | Have a great weekend, #koha |
05:05 | Oak joined #koha | |
05:06 | Oak | Happy birthday jcamins_ !!! |
05:26 | misilot joined #koha | |
05:35 | alreadygone joined #koha | |
06:11 | Oak__ joined #koha | |
06:28 | misilot joined #koha | |
07:00 | misilot joined #koha | |
07:31 | misilot joined #koha | |
07:34 | cait joined #koha | |
07:45 | indradg joined #koha | |
08:03 | misilot joined #koha | |
08:17 | indradg | hi anyone here who has used the offline circ recently? |
08:18 | on 17.11.05 I´m getting some strange results like transposition of barcode and cardnumber for checkouts when uploading a .koc file | |
09:37 | misilot joined #koha | |
09:42 | indradg joined #koha | |
10:08 | misilot joined #koha | |
10:53 | JesseM_a_ joined #koha | |
11:11 | misilot joined #koha | |
11:24 | sub-sailor joined #koha | |
11:43 | misilot joined #koha | |
12:14 | misilot joined #koha | |
12:45 | misilot joined #koha | |
12:53 | cait joined #koha | |
14:47 | cait joined #koha | |
14:49 | misilot joined #koha | |
15:11 | indradg joined #koha | |
16:23 | indradg_ joined #koha | |
16:24 | misilot joined #koha | |
16:32 | edveal joined #koha | |
17:27 | misilot joined #koha | |
17:47 | greenjimll joined #koha | |
18:01 | misilot_ joined #koha | |
18:32 | misilot_ joined #koha | |
18:45 | NateC joined #koha | |
19:37 | NateC joined #koha | |
19:37 | misilot_ joined #koha | |
20:03 | NateC joined #koha | |
20:09 | misilot_ joined #koha | |
20:21 | ksorbo joined #koha | |
20:22 | ksorbo | Installation Question |
20:23 | II am installing Koha 17.11 on Ubuntu 16.04. (Digital Ocean Droplet). It should be noted that I have one other app on this server using the mysql server. | |
20:23 | I am able to run through all the install step until I get to kota-create create-db libraryname | |
20:25 | At this point I get password error message. | |
20:25 | ERROR 1045 (28000): Access denied for user 'debian-sys-maint'@'localhost' (using password: YES) | |
20:26 | I assume this is because koha is trying to create a database in mysql. | |
20:27 | Where / how does koha-create know the mysql root password? Does it assume that the root password is blank? Looking at the script code I note that it doesn't use -p when invoking mysqladmin. | |
20:27 | What am I missing? | |
20:29 | tcohen | ksorbo: it is passing /etc/mysql/koha-common.cnf as parameter |
20:29 | that file is a symlink to /etc/mysql/debian.cnf | |
20:30 | I assume at some point someone changed the permissions/password on that server | |
20:30 | ksorbo | I looked at that file. It has a username and password |
20:30 | tcohen | can you open the mysql shell using those credentials? |
20:31 | koha-create will use those credentials to create a db user for koha with permissions on a db it will also create | |
20:31 | (you are using —create-db, right?) | |
20:31 | indradg_ joined #koha | |
20:32 | ksorbo | I can open mysql with those credentials. |
20:32 | here is the command I ran: koha-create --create-db mylibraryname | |
20:34 | tcohen | can you |
20:34 | > CREATE DATABASE koha_mylibraryname; | |
20:35 | > GRANT ALL PRIVILEGES ON koha_mylibraryname.* TO 'koha_mylibraryname'@'localhost' IDENTIFIED BY 'supercoolpassword'; | |
20:36 | janPasi_ joined #koha | |
20:37 | ksorbo | Yes, both commands worked. Checked show databases; new database is present |
20:38 | tcohen | we *could* debug this |
20:38 | but I guess the best option is to use | |
20:39 | koha-create —use-db mylibraryname | |
20:39 | ksorbo | OK. How do I tell it my supercoolpassword ?? |
20:39 | tcohen | create a file |
20:40 | called /etc/koha/password | |
20:40 | sorry | |
20:40 | passwd | |
20:40 | instance:username:password:dbname:dbhost | |
20:40 | ^^ with that content | |
20:40 | so | |
20:40 | mylibraryname:koha_mylibraryname:supercoolpassword:koha_mylibraryname:localhost | |
20:41 | misilot_ joined #koha | |
20:42 | ksorbo | thanks loads @tcohen!! I'm trying it now |
20:42 | * tcohen | crosses fingers |
20:46 | ksorbo | The file does not exist (slash-etc-slash-koha-slash-password |
20:46 | Do I just create it? | |
20:48 | tcohen | create it, BUT |
20:48 | it is passwd | |
20:48 | not password | |
20:49 | indradg__ joined #koha | |
20:55 | ksorbo | looks like I am going to have to create the apache conf file manually. There is no mylibary.conf in etc-apache2-sites-enabled |
20:58 | Where is the document root for the website? | |
21:16 | tcohen | ksorbo: sorry, was distracte |
21:16 | a2ensite? | |
21:16 | wahanui | a2ensite is expecting foobar.conf our koha-create only generates foobar. |
21:17 | tcohen | did koha-create print some message? |
21:17 | saying something was not ok? | |
21:19 | ksorbo | It seems that the install process is not completed. There is no apache2 conf file that I can find anywhere, certainly not in etc-apache2-sites-enabled. |
21:20 | Also, the -etc-koha-sites-mylibrary is empty | |
21:21 | Is there a simple way to complete reset the install process? E.g. delete \/etc\/koha ? | |
21:21 | the koha-create process did not complete it gave the password error site above. | |
21:31 | tcohen | koha-remove |
21:31 | wahanui | koha-remove is for removing instances. |
21:35 | ksorbo | thanks... |
21:40 | koha-remove libraryname give the same mysql error | |
21:40 | ERROR 1045 (28000): Access denied for user 'debian-sys-maint'@'localhost' (using password: YES) | |
22:14 | misilot_ joined #koha | |
22:46 | misilot_ joined #koha | |
23:17 | misilot_ joined #koha |
← Previous day | Today | Next day → | Search | Index