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

First run trouble. #2

Open
valuta1995 opened this issue Jan 18, 2022 · 1 comment
Open

First run trouble. #2

valuta1995 opened this issue Jan 18, 2022 · 1 comment

Comments

@valuta1995
Copy link

After following the installation instructions on Ubuntu 20.04 LTS I encountered the following problem.

cd cubicleos/sqlite The folder sqlite has been changed to app-sqlite. Fair enough.
make Appears to run fine.
cd ../kernel/ Also fine.

However, the content in kernel has not yet been maked. I'm not sure if this is intentional, but the command does not work for me until first executing make in the kernel/ directory.

Additionally, when running this command (with or without changing sqlite to app-sqlite) I get a single Error message.
LD_LIBRARY_PATH=./sqlite unbuffer ./loader sqlite --size 100 -mmap 0 --stats testing | ts -s '%M:%.S'

00:00.000010 Error : Failed to open input directory - No such file or directory
Following this one CPU Core is at 100% but nothing happens for over two hours.

I am assuming some naming scheme changed and that it is preventing the example command from working. What could have gone wrong here?

@sartakov
Copy link
Collaborator

sartakov commented Feb 8, 2022

please do :

make sqlite

inside the kernel directory

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants