Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: install stonedb failed with install.sh #22

Closed
hustjieke opened this issue Jun 17, 2022 · 1 comment
Closed

bug: install stonedb failed with install.sh #22

hustjieke opened this issue Jun 17, 2022 · 1 comment
Assignees
Labels
A-bug Something isn't working prio: high High priority

Comments

@hustjieke
Copy link
Collaborator

hustjieke commented Jun 17, 2022

Describe the problem

When I did /stonedb56/install/install.sh, StoneDB was installed failed:

./mysql_server: line 264: kill: (29232) - No such process
+ break
+ log_failure_msg
+ /etc/redhat-lsb/lsb_log_message failure
                                                           [FAILED]
+ return 1
+ return_value=1
+ test -w /var/lock/subsys
+ touch /var/lock/subsys/mysql
+ exit 1

The log in log/mysqld.log indicates that the binlog.index is not exist:

/stonedb56/install//bin/mysqld: File '/stonedb56/install/binlog/binlog.index' not found (Errcode: 2 - No such file or directory)
2022-06-18 00:09:48 30449 [ERROR] Aborting

Expected behavior

We should get success msg after execute install.sh.

How To Reproduce

After make install,

$ cd /stonedb56/install
$ ./install.sh

Environment

Additional context

@hustjieke hustjieke added A-bug Something isn't working prio: high High priority labels Jun 17, 2022
@hustjieke hustjieke added this to the v0.1 milestone Jun 17, 2022
@hustjieke hustjieke self-assigned this Jun 17, 2022
@hustjieke
Copy link
Collaborator Author

The reason for binlog.index' not found is thatmkdir binlog has been comment:

#mkdir binlog

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-bug Something isn't working prio: high High priority
Projects
None yet
Development

No branches or pull requests

1 participant