somsakc / docker-observium

Docker container for Observium Community Edition
GNU General Public License v3.0
81 stars 53 forks source link

I cant login with defaults #12

Closed gerroon closed 2 years ago

gerroon commented 3 years ago

Hi

I am using compose to up this. It seems like up and running and Iam able to see the login page but it does not accept the default admin:passw0rd

observiumdb_1  | 2020-11-23  6:22:41 0 [Note] InnoDB: 128 rollback segments are active.
observiumdb_1  | 2020-11-23  6:22:41 0 [Note] InnoDB: Rolled back recovered transaction 3415
observiumdb_1  | 2020-11-23  6:22:41 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
observiumdb_1  | 2020-11-23  6:22:41 0 [Note] InnoDB: Creating shared tablespace for temporary tables
observiumdb_1  | 2020-11-23  6:22:41 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
observiumdb_1  | 2020-11-23  6:22:41 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
observiumdb_1  | 2020-11-23  6:22:41 0 [Note] InnoDB: 10.5.8 started; log sequence number 2988772; transaction id 3422
observiumdb_1  | 2020-11-23  6:22:41 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
observiumdb_1  | 2020-11-23  6:22:41 0 [Note] Plugin 'FEEDBACK' is disabled.
observiumdb_1  | 2020-11-23  6:22:41 0 [Note] InnoDB: Buffer pool(s) load completed at 201123  6:22:41
observiumdb_1  | 2020-11-23  6:22:41 0 [Note] Server socket created on IP: '::'.
observiumdb_1  | 2020-11-23  6:22:41 0 [Warning] 'proxies_priv' entry '@% root@e645aca00345' ignored in --skip-name-resolve mode.
observiumdb_1  | 2020-11-23  6:22:41 0 [Note] Reading of all Master_info entries succeeded
observiumdb_1  | 2020-11-23  6:22:41 0 [Note] Added new Master_info '' to hash table
observiumdb_1  | 2020-11-23  6:22:41 0 [Note] mysqld: ready for connections.
observiumdb_1  | Version: '10.5.8-MariaDB-1:10.5.8+maria~focal'  socket: '/run/mysqld/mysqld.sock'  port: 3306  mariadb.org binary distribution
observiumap_1  | [3] Verifying coonection to observium database.
observiumap_1  | mysql: [Warning] Using a password on the command line interface can be insecure.
observiumap_1  | Connected to observium database successfully.
observiumap_1  | Database schema initialization has been done already.
observiumap_1  | 2020-11-23 06:22:51,004 INFO exited: init (exit status 0; expected)

thanks

somsakc commented 3 years ago

could you sharer your docker run command or compose file?