|
Mantis - gsed
|
|||||
| Viewing Issue Advanced Details | |||||
|
|
|||||
| ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
| 5092 | upgrade | major | always | 2013-07-15 17:12 | 2014-03-24 00:48 |
|
|
|||||
| Reporter: | opk | Platform: | |||
| Assigned To: | OS: | ||||
| Priority: | normal | OS Version: | |||
| Status: | new | Product Version: | |||
| Product Build: | Resolution: | open | |||
| Projection: | none | ||||
| ETA: | none | Fixed in Version: | |||
|
|
|||||
| Summary: | 0005092: gsed -i sets file permissions to 0000 due to acl calls failing | ||||
| Description: |
When using gsed 4.2.2 on a cluster file system (pxfs), optionally via NFSv3, gsed -i is setting the file permissions to 0000 after printing "Unknown system error". Clearing the permissions like this is far worse than if it was to simply not preserve the ACLs. |
||||
| Steps To Reproduce: | |||||
| Additional Information: |
The problem os due to the calls to get the file ACLs. From truss: facl(3, ACE_GETACLCNT, 0, 0x00000000) = 4 facl(3, ACE_GETACL, 4, 0x000487B8) Err#-1 The ACE variants don't work in this case. With gsed 4.2.1, I have instead: facl(3, GETACLCNT, 0, 0x00000000) = 4 facl(3, GETACL, 4, 0x00045930) = 4 facl(4, SETACL, 4, 0x00045930) = 0 |
||||
| Relationships | |||||
| Attached Files: | |||||
|
|
|||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2013-07-15 17:12 | opk | New Issue | |||
| 2014-03-24 00:48 | maciej | Note Added: 0010772 | |||
| Notes | |||||
|
|
|||||
|
|
||||