sudo -u koha zebrasrv -f /etc/koha/koha-conf.xml
when I run this command ' sudo -u koha zebrasrv -f /etc/koha/koha-conf.xml' It show the following error. how can I fix it sudo -u koha zebrasrv -f /etc/koha/koha-conf.xml sudo: no passwd entry for koha! plz help in this regard
Nouman soomro wrote:
when I run this command ' sudo -u koha zebrasrv -f /etc/koha/koha-conf.xml' It show the following error. how can I fix it
sudo -u koha zebrasrv -f /etc/koha/koha-conf.xml sudo: no passwd entry for koha!
You probably need to add the user 'koha' to your system. sudo adduser koha And you will want to add the group 'koha' to your system as well. sudo addgroup koha HTH! cheers rickw -- _________________________________ Rick Welykochy || Praxis Services All truth passes through three stages. First, it is ridiculed. Second, it is violently opposed. Third, it is accepted as being self-evident. -- Arthur Schopenhauer
You probably need to add the user 'koha' to your system. sudo adduser koha And you will want to add the group 'koha' to your system as well. sudo addgroup koha
It should be pointed out that anyone following the Debian Lenny install instructions will reach the same problem: "Note: it's also recommended that you create a Koha system user, which you will have specified during the install process. Alternatively, Zebra can be configured to run as the root user." It is "recommended," but it's not explicitly instructed. -- Owen -- Web Developer Athens County Public Libraries http://www.myacpl.org
participants (3)
-
Nouman soomro -
Owen Leonard -
Rick Welykochy