PMXBOT Log file Viewer

Help | Karma | Search:

#pypa-dev logs for Monday the 18th of March, 2019

(Back to #pypa-dev overview) (Back to channel listing) (Animate logs)
[17:09:06] <sumanah> dstufft: ping - check email
[19:58:50] <sumanah> EWDurbin: hey I see a few recent Warehouse issues that you might want to look at -- https://github.com/pypa/warehouse/issues/5583 , https://github.com/pypa/warehouse/issues/5561 , https://github.com/pypa/warehouse/issues/5494
[20:01:20] <EWDurbin> Will do! Thanks for raising
[20:02:52] <sumanah> :)
[21:28:42] <sumanah> di_codes1: dstufft: EWDurbin - I am getting my Warehouse dev env back up and running (it's been months since I ran it) and ran into https://hastebin.com/ibahupafox.sql socket connection? issues during `make initdb`
[21:30:01] <sumanah> I've now run `sudo make clean` (since `make clean` told me I didn't have perms) and am trying `make initdb` again
[21:31:15] <EWDurbin> Hmmm, looks like elasticsearch container didn’t start or was somehow broken?
[21:38:51] <sumanah> I see a lot of "elasticsearch" in the logs when I run `make serve` ... but I also see "warehouse_elasticsearch_1 exited with code 78"
[21:39:52] <sumanah> ok, 'elasticsearch_1 | [1]: max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]
[21:39:52] <sumanah> ' is in there too
[21:39:58] <sumanah> per https://techoverflow.net/2019/03/11/how-to-fix-elasticsearch-exited-with-code-78/
[21:40:29] <sumanah> which is in https://warehouse.readthedocs.io/development/getting-started/#running-the-warehouse-container-and-services
[21:41:28] <EWDurbin> Ah. So that should sort it?
[21:41:31] <sumanah> checking now!
[21:51:41] <sumanah> EWDurbin: looks mostly like it. will check more tomorrow. thanks!