I have been using amahi but wanted to move my amahi install to a virtual server.
I converted the machine I was running amahi on into a Proxmox virtual hypervisor and created a OpenVZ container for amahi.
I was able to make it all the way through the install and reboot.
I am now not able to login. Running first-admin can't find a admin user.
I created a user.
Code: Select all
mysql> select * from users;
+----+-------+------+---------------------+---------------------+------------------+---------------+-------------------+-------------+---------------------+---------------+------------------+---------------+------------------+-------+
| id | login | name | created_at | updated_at | crypted_password | password_salt | persistence_token | login_count | last_request_at | last_login_at | current_login_at | last_login_ip | current_login_ip | admin |
+----+-------+------+---------------------+---------------------+------------------+---------------+-------------------+-------------+---------------------+---------------+------------------+---------------+------------------+-------+
| 1 | root | root | 2014-03-26 03:32:12 | 2014-03-26 03:32:12 | nil | nil | NULL | 0 | 2014-03-26 03:32:12 | NULL | NULL | | | 1 |
+----+-------+------+---------------------+---------------------+------------------+---------------+-------------------+-------------+---------------------+---------------+------------------+---------------+------------------+-------+
How do I create a user manually for amahi?
Thanks in advance,
Brooks
System Info:
Ubuntu 12.04.4 LTS
uname -a Linux hda 2.6.32-27-pve #1 SMP Tue Feb 11 16:18:29 CET 2014 i686 athlon i386 GNU/Linux