quattor / ncm-ncd

Node Configuration Dispatcher Framework for Components
www.quattor.org
Other
3 stars 8 forks source link

ncm-ncd: must have HOME defined in ENV #129

Closed stdweird closed 3 years ago

stdweird commented 3 years ago

some background: we have POSTIN scripts failing (in particular pcp in el8) due to missing HOME. and it seems that HOME is mandatory in POSIX. the "/" is the reported home of the nobody user

[root@localhost ~]# su - nobody -s /bin/bash -c 'echo $HOME'
/