Taylor Warden

Results 15 comments of Taylor Warden

@emschwartz If I run npm rebuild libpq, it executes but I receive no output.

I received this critical error message and these repeating messages about a webpack when I ran npm start. ``` [twarden@u19195387 ilp-kit]$ npm start > [email protected] start /home/twarden/ilp-kit > DEBUG_COLORS=1 concurrently...

@vhpoet I removed version 9.3 and installed 9.6 on Centos 7 with few problems. I received these errors in the terminal after running npm run: ``` [ledger] DEPRECATION WARNING: Use...

Yes, I am using the same username, password, and database name combination I was beforehand.

@vhpoet This is the output I received from the \list command as the postgres user on my Centos server: ``` postgres=# \list List of databases Name | Owner | Encoding...

@vhpoet I know that the database is populated but I couldn't receive any table or view from ilpkit: ``` postgres=# \connect ilpkit You are now connected to database "ilpkit" as...

@vhpoet Successfully dropped and recreated the schema. I logged into the non-root user then ran npm start: ``` [twarden@u19195387 ilp-kit]$ npm start > [email protected] start /home/twarden/ilp-kit > DEBUG_COLORS=1 concurrently -p...

I believe the problem is that the ident authentication fails because postgres is expecting peer authentication for some strange reason. I will try completely removing postgres from my system later,...

Alright, I completely removed postgresql9.6 again then reinstalled the packages via: `yum -y install postgresql96 postgresql96-server postgresql96-contrib postgresql96-libs systemctl enable postgresql-9.6 /usr/pgsql-9.6/bin/postgresql96-setup initdb systemctl start postgresql-9.6` Afterwards I reran npm...

@vhpoet No, I cannot, like I mentioned before I believe this is an issue with postgres expecting ident authentication but is using peer authentication for some reason, I just confirmed...