You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
make
d. I'm not sure if this is intentional, but the command does not work for me until first executingmake
in thekernel/
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?
The text was updated successfully, but these errors were encountered: