summaryrefslogtreecommitdiff
path: root/hurd/running
diff options
context:
space:
mode:
authortschwinge <tschwinge@web>2008-10-01 11:26:01 +0000
committerGNU Hurd wiki engine <web-hurd@gnu.org>2008-10-01 11:26:01 +0000
commit21969926d7220deab90eda1f68bbfe2f0b8432d8 (patch)
tree7c530fde7ea6b5b5cf35da73a70add425e6dbab4 /hurd/running
parent50817f92206049990a8d2401e38a36d99ccd988f (diff)
adduser has ``posix_spawn() error=1073741826'' error messages.
Diffstat (limited to 'hurd/running')
-rw-r--r--hurd/running/debian/porting/adduser.mdwn26
1 files changed, 26 insertions, 0 deletions
diff --git a/hurd/running/debian/porting/adduser.mdwn b/hurd/running/debian/porting/adduser.mdwn
new file mode 100644
index 00000000..3d243dd9
--- /dev/null
+++ b/hurd/running/debian/porting/adduser.mdwn
@@ -0,0 +1,26 @@
+[[meta copyright="Copyright © 2008 Free Software Foundation, Inc."]]
+
+[[meta license="""[[toggle id="license" text="GFDL 1.2+"]][[toggleable
+id="license" text="Permission is granted to copy, distribute and/or modify this
+document under the terms of the GNU Free Documentation License, Version 1.2 or
+any later version published by the Free Software Foundation; with no Invariant
+Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license
+is included in the section entitled
+[[GNU_Free_Documentation_License|/fdl]]."]]"""]]
+
+`adduser` does work as expected, but what are these error messages?
+
+ $ sudo adduser foo
+ Adding user `foo' ...
+ Adding new group `foo' (1002) ...
+ posix_spawn() error=1073741826
+ posix_spawn() error=1073741826
+ posix_spawn() error=1073741826
+ Adding new user `foo' (1002) with group `foo' ...
+ posix_spawn() error=1073741826
+ posix_spawn() error=1073741826
+ posix_spawn() error=1073741826
+ posix_spawn() error=1073741826
+ Creating home directory `/home/foo' ...
+ Copying files from `/etc/skel' ...
+ [...]