<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
I thought I had added the user koha and the group koha during
installation, but I guess not. How do I do it now?<br>
<br>
<br>
Joe Atzberger wrote:
<blockquote
 cite="mid:235bf14f0907171837n5d62689cl427a64a4da92d803@mail.gmail.com"
 type="cite"><br>
  <br>
  <div class="gmail_quote">On Fri, Jul 17, 2009 at 6:27 PM, Paul
Yachnes <span dir="ltr">&lt;<a moz-do-not-send="true"
 href="mailto:yach@cox.net">yach@cox.net</a>&gt;</span> wrote:<br>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">At
the very end of a Koha install (git install on Ubuntu 9.04), I got<br>
the following text:<br>
    <br>
chown:  invalid user:  'koha:koha'<br>
make:  *** [set_koha_ownsership] Error 1<br>
    <br>
I'm not sure what this is telling me or if this is a problem. Do I need<br>
to fix something or is it ok to proceed?<br>
    <br>
  </blockquote>
  </div>
  <br>
I think you could replace that with:<br>
  <div style="margin-left: 40px;">chown -R koha:koha /path/to/kohaclone<br
 clear="all">
  </div>
  <br>
koha:koha would be the user and group you want to own the files.  If
you didn't add a koha user and group to your system, then that would
also explain the error.<br>
  <br>
-- <br>
Joe Atzberger<br>
LibLime - Open Source Library Solutions<br>
</blockquote>
<br>
</body>
</html>