Closed offlinehacker closed 11 years ago
I think this should be merged before release, because it fixes quite some modules.
Perhaps home dir should be created with -p
flag?
Yes, but what about permissions? Here we can change them as necessary if needed. I think this should still be merged and also home created with -p, this would be the best. I actually don't care which solution(or both), i just want to notice that this bug must be fixed.
I personally created this one, because there's already a pull request that would be probably merged after release related to users and homes, and i don't want to patch old code.
It was pretty nasty bug, that was hard to spot. But as soon as i started doing vm tests i saw that happening.
For example lets say this module snippet from bacula (to show this is not related only with my modules):
There's no way this home will be created on boot, because when
useradd
tries to create home/var/lib/
does not yet exist.