Re: [Koha] Installing ElasticSearch
Hello, all! In our latest exchange, on 20 Sept. 2020 at 18:24, Alvaro Cornejo < cornejo.alvaro@gmail.com> wrote: 404 usually means the resource (file) you are trying to get is not
available..
I´ve just tried the wget you posted and I was able to get the file, so I assume there was a temporary failure somewhere.
Try it again
Regards
I tried again. This time, it downloaded and appeared to install because the OS reports this. elasticsearch-6.8.9 100%[===============>] 144.52M 8.35MB/s in 16s
2020-09-21 17:56:45 (8.90 MB/s) - 'elasticsearch-6.8.9 saved [149479310/149479310]
So I entered the next command, to wit: $ dpkg -i elasticsearch-6.8.9.deb
The OS reported the following error: dpkg: error: cannot access archive 'elasticsearch 6.8.9': No such file or directory.
Now what did I do wrong?
-- 気を付けて。 /ki wo tukete/ = Take care. -- Charles. Charles Kelley, MLS PSC 704 Box 1029 APO AP 96338 Charles Kelley Tsukimino 1-Chome 5-2 Tsukimino Gaadenia #210 Yamato-shi, Kanagawa-ken 〒242-0002 JAPAN +1-301-741-7122 [US cell] +81-80-4356-2178 [JPN cell] mnogojazyk@aol.com [h] cmkelleymls@gmail.com [p] linkedin.com/in/cmkelleymls <http://www.linkedin.com/in/cmkelleymls> Meeting Your Information Needs. Virtually.
Hi Charles
So I entered the next command, to wit:
$ dpkg -i elasticsearch-6.8.9.deb
The OS reported the following error:
dpkg: error: cannot access archive 'elasticsearch 6.8.9': No such file or directory.
Now what did I do wrong?
The error message "No such file or directory" means that the .deb file does not exist, or does not exist in the current directory. Hope this helps. Best wishes: Michael -- Geschäftsführer · Diplombibliothekar BBS, Informatiker eidg. Fachausweis Admin Kuhn GmbH · Pappelstrasse 20 · 4123 Allschwil · Schweiz T 0041 (0)61 261 55 61 · E mik@adminkuhn.ch · W www.adminkuhn.ch
Hello, If you download a tar file, just use extract to here. El lun., 21 de septiembre de 2020 10:08 p. m., Charles Kelley < cmkelleymls@gmail.com> escribió:
Hello, all!
In our latest exchange, on 20 Sept. 2020 at 18:24, Alvaro Cornejo < cornejo.alvaro@gmail.com> wrote:
404 usually means the resource (file) you are trying to get is not
available..
I´ve just tried the wget you posted and I was able to get the file, so I assume there was a temporary failure somewhere.
Try it again
Regards
I tried again. This time, it downloaded and appeared to install because the OS reports this.
elasticsearch-6.8.9 100%[===============>] 144.52M 8.35MB/s in 16s
2020-09-21 17:56:45 (8.90 MB/s) - 'elasticsearch-6.8.9 saved [149479310/149479310]
So I entered the next command, to wit:
$ dpkg -i elasticsearch-6.8.9.deb
The OS reported the following error:
dpkg: error: cannot access archive 'elasticsearch 6.8.9': No such file or directory.
Now what did I do wrong?
--
気を付けて。 /ki wo tukete/ = Take care.
-- Charles.
Charles Kelley, MLS PSC 704 Box 1029 APO AP 96338
Charles Kelley Tsukimino 1-Chome 5-2 Tsukimino Gaadenia #210 Yamato-shi, Kanagawa-ken 〒242-0002 JAPAN
+1-301-741-7122 [US cell] +81-80-4356-2178 [JPN cell]
mnogojazyk@aol.com [h] cmkelleymls@gmail.com [p]
linkedin.com/in/cmkelleymls <http://www.linkedin.com/in/cmkelleymls> Meeting Your Information Needs. Virtually. _______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
Also, try this: sudo wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add - sudo apt-get update && sudo apt-get install elasticsearch to start elasticsearch you can do it : 1. sudo -i service elasticsearch start or 2. sudo systemctl start elasticsearch to see if it working: curl 'http://localhost:9200/?pretty' I hope this helps. El lun., 21 de sep. de 2020 a la(s) 22:08, Charles Kelley ( cmkelleymls@gmail.com) escribió:
Hello, all!
In our latest exchange, on 20 Sept. 2020 at 18:24, Alvaro Cornejo < cornejo.alvaro@gmail.com> wrote:
404 usually means the resource (file) you are trying to get is not
available..
I´ve just tried the wget you posted and I was able to get the file, so I assume there was a temporary failure somewhere.
Try it again
Regards
I tried again. This time, it downloaded and appeared to install because the OS reports this.
elasticsearch-6.8.9 100%[===============>] 144.52M 8.35MB/s in 16s
2020-09-21 17:56:45 (8.90 MB/s) - 'elasticsearch-6.8.9 saved [149479310/149479310]
So I entered the next command, to wit:
$ dpkg -i elasticsearch-6.8.9.deb
The OS reported the following error:
dpkg: error: cannot access archive 'elasticsearch 6.8.9': No such file or directory.
Now what did I do wrong?
--
気を付けて。 /ki wo tukete/ = Take care.
-- Charles.
Charles Kelley, MLS PSC 704 Box 1029 APO AP 96338
Charles Kelley Tsukimino 1-Chome 5-2 Tsukimino Gaadenia #210 Yamato-shi, Kanagawa-ken 〒242-0002 JAPAN
+1-301-741-7122 [US cell] +81-80-4356-2178 [JPN cell]
mnogojazyk@aol.com [h] cmkelleymls@gmail.com [p]
linkedin.com/in/cmkelleymls <http://www.linkedin.com/in/cmkelleymls> Meeting Your Information Needs. Virtually. _______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
-- *Luis Moisés Rojas P.*
Hello, all! In our latest exchange, on 22 Sept. 2020 at 21:34, Luis Moises Rojas < lmoisesrojas@gmail.com> wrote: Also, try this:
sudo wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add -
sudo apt-get update && sudo apt-get install elasticsearch to start elasticsearch you can do it :
1. sudo -i service elasticsearch start or 2. sudo systemctl start elasticsearch
to see if it working: curl 'http://localhost:9200/?pretty' I hope this helps.
Success! After several dozen tests, I'm glad and relieved that ElasticSearch is successfully installed and it works smoothly. Many thanks to all who helped. -- 気を付けて。 /ki wo tukete/ = Take care. -- Charles. Charles Kelley, MLS PSC 704 Box 1029 APO AP 96338 Charles Kelley Tsukimino 1-Chome 5-2 Tsukimino Gaadenia #210 Yamato-shi, Kanagawa-ken 〒242-0002 JAPAN +1-301-741-7122 [US cell] +81-80-4356-2178 [JPN cell] mnogojazyk@aol.com [h] cmkelleymls@gmail.com [p] linkedin.com/in/cmkelleymls <http://www.linkedin.com/in/cmkelleymls> Meeting Your Information Needs. Virtually.
participants (3)
-
Charles Kelley -
Luis Moises Rojas -
Michael Kuhn