21 Jun
2008
21 Jun
'08
2:05 p.m.
On 2008/06/21, at 10:39 PM, Mohamed Fekry Negm wrote:
hi to all i'm installed koha on debian in last steps in zebra when i run sudo -u {KOHA_USER} zebrasrv -f /etc/koha/koha-conf.xml i get sudo: no passwd entry for {KOHA_USER}! what i shall do now . and when i write in my browser localhost:8080 i get apache page it works . any suggestions , help thank's ti all
hmm, i think you are meant to replace {KOHA_USER} with the name of your actual koha user (that you have already created).... try running this... $ sudo -u koha zebrasrv -f /etc/koha/koha-conf.xml