At the very end of a Koha install (git install on Ubuntu 9.04), I got the following text: chown: invalid user: 'koha:koha' make: *** [set_koha_ownsership] Error 1 I'm not sure what this is telling me or if this is a problem. Do I need to fix something or is it ok to proceed? Paul
On Fri, Jul 17, 2009 at 6:27 PM, Paul Yachnes <yach@cox.net> wrote:
At the very end of a Koha install (git install on Ubuntu 9.04), I got the following text:
chown: invalid user: 'koha:koha' make: *** [set_koha_ownsership] Error 1
I'm not sure what this is telling me or if this is a problem. Do I need to fix something or is it ok to proceed?
I think you could replace that with: chown -R koha:koha /path/to/kohaclone 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. -- Joe Atzberger LibLime - Open Source Library Solutions
On Fri, Jul 17, 2009 at 10:25 PM, Paul Yachnes <yach@cox.net> wrote:
ok. I figured it out, created user koha and group koha and ran "sudo chown -R koha:koha /home/paul/kohaclone.
I assume I now have to run the install again?
No, you should be fine. You've set things how they would have been anyway. -- Joe Atzberger LibLime - Open Source Library Solutions
participants (2)
-
Joe Atzberger -
Paul Yachnes