crash during startup when using GRsec kernel
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
oslo.messaging |
New
|
Undecided
|
Unassigned |
Bug Description
After updating oslo_messaging (release 2024.1) we discover an issue linked to patch #2078935
During startup, oslo_messaging is now opening /prox/../stat file
On our deployment it's crashing with the stack trace
│ File "/var/lib/
│ super(RabbitDriver, self).__init__( │
│ File "/var/lib/
│ self._q_manager = QManager( │
│ File "/var/lib/
│ with open(f'
│ FileNotFoundError: [Errno 2] No such file or directory: '/proc/1/stat'
This is linked to the fact that we are using GRsec kernel, that is limiting the visibility to non root use to proc list
()[root@
1 (bash) S 0 1 1 0 -1 4194560 1189 117 0 0 0 2 0 0 20 0 1 0 657312 7688192 930 184467440737095
()[root@
()[nova@
cat: /proc/1/stat: No such file or directory
description: | updated |