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:54:06 -0400
  • Authentication-results: spf=none (sender IP is ) ;
  • Ironport-phdr: 9a23:R5mczxV3aNQjCcsmYDMVihXPU7jV8LGtZVwlr6E/grcLSJyIuqrYZR2At8tkgFKBZ4jH8fUM07OQ6P+wHzFbqs/c+Fk5M7VyFDY9wf0MmAIhBMPXQWbaF9XNKxIAIcJZSVV+9Gu6O0UGUOz3ZlnVv2HgpWVKQka3ZkJJIbGhAoPIgd+w0emovoDIbh9ghTyhbKl0IQns6wjdq59Fu4Z6LrcNzU6dpWRFff9+w3JzKEiVkgq64d2/qs1N6SNV7tgg88oIdrr3eb9wGbtHATI9G2Yk/8DxsxTfCwyV6S1PAS0tjhNUDl2dv1nBVZDrv36iuw==
  • Spamdiagnosticmetadata: NSPM
  • Spamdiagnosticoutput: 1:99

On Tue, Oct 04, 2016 at 11:37:44AM -0400, Bill Owens wrote:
> 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...

Okay, now I see; the old nptoolkit-configure.py script seems to be
deprecated, and we should use add_psadmin_user instead?

Bill.



Archive powered by MHonArc 2.6.19.

Top of Page