Re: [gpfsug-discuss] GUI does not work after upgrade from 4.X to 5.1.1

2021-08-04 Thread Grunenberg, Renar
Hallo Iban,
this is already fixed in 5.1.1.1.



Renar Grunenberg
Abteilung Informatik - Betrieb

HUK-COBURG
Bahnhofsplatz
96444 Coburg
Telefon:  09561 96-44110
Telefax:  09561 96-44104
E-Mail:   renar.grunenb...@huk-coburg.de
Internet: www.huk.de
===
HUK-COBURG Haftpflicht-Unterstützungs-Kasse kraftfahrender Beamter Deutschlands 
a. G. in Coburg
Reg.-Gericht Coburg HRB 100; St.-Nr. 9212/101/00021
Sitz der Gesellschaft: Bahnhofsplatz, 96444 Coburg
Vorsitzender des Aufsichtsrats: Prof. Dr. Heinrich R. Schradin.
Vorstand: Klaus-Jürgen Heitmann (Sprecher), Stefan Gronbach, Dr. Hans Olav 
Herøy, Dr. Jörg Rheinländer, Thomas Sehn, Daniel Thomas.
===
Diese Nachricht enthält vertrauliche und/oder rechtlich geschützte 
Informationen.
Wenn Sie nicht der richtige Adressat sind oder diese Nachricht irrtümlich 
erhalten haben,
informieren Sie bitte sofort den Absender und vernichten Sie diese Nachricht.
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Nachricht ist 
nicht gestattet.

This information may contain confidential and/or privileged information.
If you are not the intended recipient (or have received this information in 
error) please notify the
sender immediately and destroy this information.
Any unauthorized copying, disclosure or distribution of the material in this 
information is strictly forbidden.
===

-Ursprüngliche Nachricht-
Von: gpfsug-discuss-boun...@spectrumscale.org 
 Im Auftrag von Iban Cabrillo
Gesendet: Mittwoch, 4. August 2021 13:34
An: gpfsug-discuss 
Betreff: Re: [gpfsug-discuss] GUI does not work after upgrade from 4.X to 5.1.1

Hi

   Fixing the line from /usr/lpp/mmfs/gui/bin-sudo/check4sudoers:

   msg=$(echo "$ii" | egrep "env_keep=\"PATH SUDO_USER REMOTE_USER 
GPFS_GUI_USER ANSIBLE_\*\"")

   by

   msg=$(echo "$ii" | egrep "env_keep=\"PATH SUDO_USER REMOTE_USER 
GPFS_GUI_USER\"")

do the trick

Regards I

___
gpfsug-discuss mailing list
gpfsug-discuss at spectrumscale.org
http://gpfsug.org/mailman/listinfo/gpfsug-discuss
___
gpfsug-discuss mailing list
gpfsug-discuss at spectrumscale.org
http://gpfsug.org/mailman/listinfo/gpfsug-discuss


Re: [gpfsug-discuss] GUI does not work after upgrade from 4.X to 5.1.1

2021-08-04 Thread Iban Cabrillo
Hi

   Fixing the line from /usr/lpp/mmfs/gui/bin-sudo/check4sudoers:

   msg=$(echo "$ii" | egrep "env_keep=\"PATH SUDO_USER REMOTE_USER 
GPFS_GUI_USER ANSIBLE_\*\"")

   by

   msg=$(echo "$ii" | egrep "env_keep=\"PATH SUDO_USER REMOTE_USER 
GPFS_GUI_USER\"")

do the trick

Regards I

___
gpfsug-discuss mailing list
gpfsug-discuss at spectrumscale.org
http://gpfsug.org/mailman/listinfo/gpfsug-discuss


[gpfsug-discuss] GUI does not work after upgrade from 4.X to 5.1.1

2021-08-04 Thread Iban Cabrillo
Dear, 
After the GPFS versión upgrade (from 4.3.9 to 5.1.1), I can not start the gpfs 
gui (FS works fine). Looking at logs I see these relevants lines: 
--- 
Aug 4 10:31:15 gpfsgui su: (to scalemgmt) root on none 
Aug 4 10:31:16 gpfsgui su: (to scalemgmt) root on none 
Aug 4 10:31:16 gpfsgui check4sudoers: Effective path: 
/sbin:/bin:/usr/sbin:/usr/bin:/usr/lpp/mmfs/bin:/usr/lpp/mmfs/gui/bin-sudo 
Aug 4 10:31:16 gpfsgui check4sudoers: env_keep configuration not found or 
wrong. Please check your sudoers configuration for scalemgmt user. 
- 

env_keep is set at /etc/sudoers.d/scalemgmt_sudoers file (of course scalemgmt 
user exits at the system): 

scalemgmt ALL=(ALL) NOPASSWD: /usr/lpp/mmfs.../*, 
Defaults:scalemgmt env_keep += "PATH SUDO_USER REMOTE_USER GPFS_GUI_USER" 
Defaults:scalemgmt 
secure_path=/sbin:/bin:/usr/sbin:/usr/bin:/usr/lpp/mmfs/bin:/usr/lpp/mmfs/gui/bin-sudo
 
Defaults:scalemgmt !requiretty 

Is any thing wrong at env_keep line? 

Any advise is welcomed 
regards, I 

___
gpfsug-discuss mailing list
gpfsug-discuss at spectrumscale.org
http://gpfsug.org/mailman/listinfo/gpfsug-discuss