diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2009-06-17 03:52:52 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2009-06-17 03:52:52 +0200 |
commit | 208c5570d90cd41698f63ceda784450ba897a4b7 (patch) | |
tree | ea9cfef139497264ac6497886bc8517db68cea53 | |
parent | 58d8fcaf4184569bdda4c3c312195dfacb880d88 (diff) |
explain the posix_spawn error
-rw-r--r-- | open_issues/adduser.mdwn | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/open_issues/adduser.mdwn b/open_issues/adduser.mdwn index 7051a3e5..ac4de2dd 100644 --- a/open_issues/adduser.mdwn +++ b/open_issues/adduser.mdwn @@ -12,7 +12,9 @@ is included in the section entitled [[!tag open_issue_porting]] -`adduser` does work as expected, but what are these error messages? +`adduser` does work as expected, the following warnings are spurious, they just +appear when one doesn't have the nscd package. They do not appear on linux boxes +because there posix_spawn doesn't report ENOENT... $ sudo adduser foo Adding user `foo' ... @@ -28,3 +30,4 @@ is included in the section entitled Creating home directory `/home/foo' ... Copying files from `/etc/skel' ... [...] + |