summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar ivan.iossifov@2673267f2e818d14a75f506d41738323cbc0bd04 <ivaniossifov@web>2016-06-07 14:07:06 +0000
committerGravatar admin <admin@branchable.com>2016-06-07 14:07:06 +0000
commit1689fecd7db423cfc5ef9a28c2c4685542a22786 (patch)
treea1a643bcd21e3856ad58606c93548dab16f457b9
parent185e37299723a69d5d1ab54123691509899d3743 (diff)
-rw-r--r--doc/forum/git-annex__58___getUserEntryForID__58___does_not_exist___40__no_such_user__41___.mdwn24
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/forum/git-annex__58___getUserEntryForID__58___does_not_exist___40__no_such_user__41___.mdwn b/doc/forum/git-annex__58___getUserEntryForID__58___does_not_exist___40__no_such_user__41___.mdwn
new file mode 100644
index 000000000..247407dfe
--- /dev/null
+++ b/doc/forum/git-annex__58___getUserEntryForID__58___does_not_exist___40__no_such_user__41___.mdwn
@@ -0,0 +1,24 @@
+Hi,
+
+I ran into this problem:
+$ git annex mirror --from origin
+git-annex: getUserEntryForID: does not exist (no such user)
+
+I found in the forum that, if the the machine uses LDAP etc. I should be able to use the HOME and USER environment variables.
+
+I'm not quite sure what the user authentication management on the machine I'm on is and I'd rather not deal with the sysadmins.
+But I know that the /etc/passwd file does not have my user listed.
+I do have the the HOME and USER variables properly set and exported.
+
+$ echo $HOME $USER
+/nethome/iiossifov iiossifov
+
+In the git-annex source code I found that the error occurs in Utility/UserInfo.hs.
+I can't read Haskell but my guess is that the problem is with the myUserGecos for which there is no environment variable fall back.
+
+I'm using the pre-build git-annex version: 6.20160527-gb7d4774
+
+Would you be able to advice me how to deal with the problem?
+
+Thank you,
+Ivan