Opened 15 years ago
Closed 8 years ago
#340 closed enhancement (fixed)
IZ2025: change behaviour of "admin_user" in bootstrap
Reported by: | roland | Owned by: | Dave Love <d.love@…> |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | sge | Version: | 6.0u7 |
Severity: | Keywords: | Sun install | |
Cc: |
Description
[Imported from gridengine issuezilla http://gridengine.sunsource.net/issues/show_bug.cgi?id=2025]
Issue #: 2025 Platform: Sun Reporter: roland (roland) Component: gridengine OS: All Subcomponent: install Version: 6.0u7 CC: None defined Status: NEW Priority: P2 Resolution: Issue type: ENHANCEMENT Target milestone: --- Assigned to: dom (dom) QA Contact: dom URL: * Summary: change behaviour of "admin_user" in bootstrap Status whiteboard: Attachments: Issue 2025 blocks: Votes for issue 2025: Opened: Tue Apr 4 00:36:00 -0700 2006 ------------------------ We have always bugs because of wrong ADMINUSER handle in the install scripts. The bootstrap file contains the admin_user. In case of admin user is root this variable is set to "none" in bootstrap file. Inside the script the ADMINUSER variable is set to "default". This missmatch is error prone because if anyone want to use the ADMINUSER variable inside the script one needs to check if it's set to "default". To be consistent and less error prone the admin_user field in bootstrap should always contain a valid user, incase of root the value "root". Also the ADMINUSER variable inside the script should be set to "root" in this case.
Change History (1)
comment:1 Changed 8 years ago by Dave Love <d.love@…>
- Owner set to Dave Love <d.love@…>
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In 4482/sge: