Skip to content

OpenFPC Connection Uploader fails to start, no db user #15

@john-r2

Description

@john-r2

cc@openfpc:~/OpenFPC$ sudo ./openfpc --action start
Starting Daemonlogger (Default_Node)... Done
Starting OpenFPC Queue Daemon (Default_Node)... Done
Starting OpenFPC cxtracker (Default_Node)... Done
Starting OpenFPC Connection Uploader (Default_Node) ... Failed

Fix:
I found that the default session db user was not created (or left intact) after installation. fix is to add the user. this puts the user and password to match openfpc-default.conf
S mysql -u root -p
...password...
mysql> create user 'openfpc' identified by 'openfpc';
mysql> exit;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions