Skip to Content.
Sympa Menu

perfsonar-user - Re: [perfsonar-user] Experience from reinstall to Centos 7/PS 4.0

Subject: perfSONAR User Q&A and Other Discussion

List archive

Re: [perfsonar-user] Experience from reinstall to Centos 7/PS 4.0


Chronological Thread 
  • From: Mark Feit <>
  • To: Sean Crosby <>, "" <>
  • Subject: Re: [perfsonar-user] Experience from reinstall to Centos 7/PS 4.0
  • Date: Thu, 20 Apr 2017 02:37:54 +0000
  • Accept-language: en-US
  • Authentication-results: unimelb.edu.au; dkim=none (message not signed) header.d=none;unimelb.edu.au; dmarc=none action=none header.from=internet2.edu;
  • Ironport-phdr: 9a23:yGWcgh/oFLJgTf9uRHKM819IXTAuvvDOBiVQ1KB20ukcTK2v8tzYMVDF4r011RmSDNudsKsP1beempujcFRI2YyGvnEGfc4EfD4+ouJSoTYdBtWYA1bwNv/gYn9yNs1DUFh44yPzahANS47xaFLIv3K98yMZFAnhOgppPOT1HZPZg9iq2+yo9ZDeZwRFiCCzbL9vIxm7rAXcvdQKjIV/Lao81gHHqWZSdeRMwmNoK1OTnxLi6cq14ZVu7Sdete8/+sBZSan1cLg2QrJeDDQ9LmA6/9brugXZTQuO/XQTTGMbmQdVDgff7RH6WpDxsjbmtud4xSKXM9H6QawyVD+/9KpgVgPmhzkbOD446GHXi9J/jKRHoBK6uhdzx5fYbJyJOPZie6/Qe84RS2hcUcZLTyFPAp2yYZYTD+QPPuhYoYvyp1oSohSxHgSjHv/jyjpSi3PqwaE30eIsGhzG0gw6GNIOtWzZotLvO6cIUuC+0anGwivCb/NKxDzw743Ich4/rvGNQbJ9asvRyU8zFwzblFWQr5LqPy+L2ugXrWeU8vdgWPuphmU6qA9xuiCiytkxhoTInI4YxE7I+T9kzIs2ONG0UlN3bN68HJdNqy2XNJF6Tt0hTm1ypio3xbkLtYSmcCQX1ZgqwQPUZeadfIiS+B3jUf6cITdmi3Jhf7Kynw68/FSnxOHgWMS4yUhHoDNYntXVsXACzALc5tKASvtg4keuwjGP1x3V6u5ZO0w0jbDbK5k9wrEuipUTrUXDHijwmEnsi6+Wa1kk+uyv6+TgYbXqvIOTN4hxig3mM6QunNKwAfggPwQQQmSW+P6w2bP98UHjXblHjeA6nrPEvJ3aPcgbo7S2Aw5R0oYt8Ra/CDKm3cwdnXkJMl1FeQ6HgpPoO1HIPPD3E+2/g1Kynzd32fzKJKPuDYjQLnTbirfuYa5961JAyAo01d1f/4xbCqsPIPLoXU/xssbXDgUgPwyp2OboFs9925gaWWKOGa+ZLLjSvUGS6uIuJemMeJEauCz7K/c7+/7ik2U1lkEAcqm0jtMrbyWDE/1ga26DZmHmk59VCmwQuRE0XcT3jlyHXDpZIXu+QuQ1+2d/QMi+AJ3NXYeriabEwTy2BLVXYHxLEFaBDS2ueomZEb9YcC+ILNRmlDUeEKW6RpUJ1BeyuRX8xqY9aOfY53tLm4jk0Y1Q7vfQ3T8/9CA8W8GT3mCRZ2Bygm4SQTIqhuZyrVErmQTL6rRxn/ENTY8b3PhOSApvcMeEl+E=
  • Spamdiagnosticoutput: 1:0

Sean Crosby writes:

 

After install and reboot, I had to do this:

 

# sudo -u postgres bash

$ createuser pscheduler

$ psql -f /usr/share/pscheduler/database-build-super.sql

$ psql -f /usr/share/pscheduler/database-build.sql

 

As a follow-up:

 

One of the other developers encountered the same problem and gave me access to the machine to poke around.  It turns out the pscheduler-server package wasn’t forcing the postgresql-9.5 package to start before attempting to build the database, which meant your system didn’t have one.  I hadn’t seen this in development, but I suppose it’s possible that things fell into place in such a way on my systems that PostgreSQL was being properly started ahead of time.  (I’ll be looking at what transpired in more detail later.)

 

To make a long story short, this has been fixed and will be in the nightly (development) build for testing tomorrow.  If everything seems okay, that plus fixes for a few other things we encountered will be released as 4.0.0.1.

 

Again, if you run into this before the fix is released, “yum reinstall pscheduler-server” and a reboot should get you back in business.

 

--Mark

 




Archive powered by MHonArc 2.6.19.

Top of Page