-
Initial install… unable to login
Just got done installing server and console (3.2) on ubuntu 10.04 and everything looks ok, except for the fact that I can’t login to the console screen. Maybe I mis-transcribed the auto-generated password provided during the install, but I thought I copied and pasted it.
This is the username and password that i think should work:
admin/klcpvvxkI also tried
pandora/klcpvvxkI am able to login to mysql and here are the contents of the tusuario table:
mysql> select * from tusuarioG
*************************** 1. row ***************************
  id_user: admin
  fullname: Pandora
 firstname: Pandora
  lastname: Admin
 middlename:
  password: 1da7ee7d45b96d0e1f45ee4ee23da560
  comments: Admin Pandora
last_connect: 1232642121
 registered: 0
   email: [email protected]
   phone: 555-555-5555
  is_admin: 1
  language: NULL
  timezone:
1 row in set (0.00 sec)The server started up successfully:
“ollie@ollie-laptop:/var/log/pandora$ sudo /etc/init.d/pandora_server startPandora FMS Server 3.2rc2 Build 101125 Copyright (c) 2004-2010 ArticaST
This program is OpenSource, licensed under the terms of GPL License version 2.
You can download latest versions and documentation at http://www.pandorafms.org- Pandora FMS Enterprise module not available.
- Backgrounding Pandora FMS Server process.
Pandora Server is now running with PID 14930″
And is still running:
“ollie@ollie-laptop:~$ ps -ef | grep 14930
root  14930  1 0 09:41 ?    00:00:02 /usr/bin/perl /usr/bin/pandora_server /etc/pandora/pandora_server.conf -D
ollie  16543 1873 0 10:10 pts/0  00:00:00 grep –color=auto 14930”