Skip to Content.
Sympa Menu

perfsonar-user - Re: [perfsonar-user] perfSONAR 4.0 RC1 CentOS 7 testing thread

Subject: perfSONAR User Q&A and Other Discussion

List archive

Re: [perfsonar-user] perfSONAR 4.0 RC1 CentOS 7 testing thread


Chronological Thread 
  • From: Bill Owens <>
  • To: <>
  • Subject: Re: [perfsonar-user] perfSONAR 4.0 RC1 CentOS 7 testing thread
  • Date: Tue, 4 Oct 2016 11:37:44 -0400
  • Authentication-results: spf=none (sender IP is ) ;
  • Ironport-phdr: 9a23:t/ddyBfPwDRf3rJxwtJADWt1lGMj4u6mDksu8pMizoh2WeGdxc2zYx7h7PlgxGXEQZ/co6odzbGJ4+a9AidZvN6oizMrTt9lb1c9k8IYnggtUoauKHbQC7rUVRE8B9lIT1R//nu2YgB/Ecf6YEDO8DXptWZBUka3CQ0gcvz4AIDJiMK+zaWv4JDJSwROmDenZ75udlO7oRiH5fMbmY9zFqFknhzWr31TU+JH3m5yI1+P2RHm6ZHj0oRk9nF6uvYlv+lfXKPhN/A/UrFeFxwgIns4/svmqV/EVwTZtShUaXkfjhcdW1uN1xr9RJqk6iY=
  • Spamdiagnosticmetadata: NSPM
  • Spamdiagnosticoutput: 1:99

On Tue, Oct 04, 2016 at 11:05:57AM -0400, Bill Owens wrote:
> I've now run into an inability to create a web admin user because the
> psadmin group doesn't exist. I'm tempted to create it manually but I feel
> like something must have gone wrong earlier and I don't want to bypass that
> if there's a step that I missed.

Looks like this group should be added during setup, but there's a check to
see whether the system is running RHEL7, and if so it is skipped.

from perfsonar-toolkit.spec:

%post
# Add a group of users who can login to the web ui
%if 0%{?el7}
touch /etc/perfsonar/toolkit/psadmin.htpasswd
chgrp apache /etc/perfsonar/toolkit/psadmin.htpasswd
chmod 0640 /etc/perfsonar/toolkit/psadmin.htpasswd
%else
/usr/sbin/groupadd psadmin 2> /dev/null || :
%endif
/usr/sbin/groupadd pssudo 2> /dev/null || :

I've run the groupadd command manually and we'll see how things go from
there...

Bill.



Archive powered by MHonArc 2.6.19.

Top of Page