Koha Virtual Appliance FAQ

Problem: The Koha Managent Console reports that an IP Address was not found.

Solution: Log in as ‘koha’ and execute this command:

sudo sh -c "cat /dev/null > /etc/udev/rules.d/70-persistent-net.rules"

 


 

Problem: I would like to update the version of Koha installed in the Virtual Appliance

Solution: Use the power of Git to upgrade with ease!

  1. Log in to the console as 'koha'
  2. cd kohaclone
  3. git fetch origin
  4. git checkout origin/master ( for the latest version ) OR git checkout v3.02.00-alpha2 ( for the 3.2 alpha )
  5. git branch -M master old_master
  6. git branch master
  7. git checkout master

Problem: I don't know the Username/Password
Solution: The usernames are:
  • OS: root, koha
  • MySQL: root, kohaadmin
  • Koha: kohaadmin
All passwords are katikoan