2010/3/2 Nouman Soomro <noumansoomro@rocketmail.com>:
rebuild _zebra is not working as follow nouman@lumhs-b70715be2:~$ /usr/share/koha/bin/migration_tools/rebuild_zebra –v –b –a bash: /usr/share/koha/bin/migration_tools/rebuild_zebra: No such file or directory
The script is called rebuild_zebra.pl, so you need to do this: /usr/share/koha/bin/migration_tools/rebuild_zebra.pl –v –b –a Do this to see what the options mean: /usr/share/koha/bin/migration_tools/rebuild_zebra.pl --help
nouman@lumhs-b70715be2:~$ su /usr/share/koha/bin/migration_tools/rebuild_zebra –v –b –a Unknown id: /usr/share/koha/bin/migration_tools/rebuild_zebra
su is used to change your identity into that of another user on the system. In order to change into a user called e.g. koha you need to do this: su koha # you will then be asked for the password # you can now execute rebuild_zebra.pl as the user called koha /usr/share/koha/bin/migration_tools/rebuild_zebra.pl –v –b –a Use sudo to execute a command as root: sudo /usr/share/koha/bin/migration_tools/rebuild_zebra.pl –v –b –a # rebuild_zebra.pl will be executed as the user root HTH Magnus libriotech.no