fastogt / fastonosql

FastoNoSQL is a crossplatform Redis, Memcached, SSDB, LevelDB, RocksDB, UnQLite, LMDB, ForestDB, Pika, Dynomite, KeyDB GUI management tool.
https://fastonosql.com
GNU General Public License v3.0
1.18k stars 97 forks source link

LOCK: No such file or directory #16

Closed nicolas-raoul closed 7 years ago

nicolas-raoul commented 7 years ago

I am trying to connect to LevelDB with -f '/home/nico/.config/chromium/Default/Local\ Extension\ Settings/ncdlagniojmheiklojdcpdaeepochckl/000100.ldb' -d \n -ns :

I get: Fail connect to server: IO error: /home/nico/.config/chromium/Default/Local/ Extension/ Settings/ncdlagniojmheiklojdcpdaeepochckl//LOCK: No such file or directory!

Even though /home/nico/.config/chromium/Default/Local Extension Settings/ncdlagniojmheiklojdcpdaeepochckl/LOCK exists. Am I doing something wrong? Levelup (the Nodejs library) has no problem connecting to the same path.

-f '/home/nico/.config/chromium/Default/Local\ Extension\ Settings/ncdlagniojmheiklojdcpdaeepochckl' -d \n -ns : does not work either and says Fail connect to server: IO error: /home/nico/.config/chromium/Default/Local/ Extension/ Settings//LOCK: No such file or directory!

topilski commented 7 years ago

Seams FastoNoSQL can't open directory. I will try to reproduce. Thx

topilski commented 7 years ago

do something like this cp -r /home/sasha/.config/chromium/Default/Local\ Extension\ Settings/pgjjikdiikihdfpoppgaidccahalehjh/ /home/sasha/2

cmd line is: -f /home/sasha/2 -d \n -ns : -c ch

spaces will be fixed sorry for this issue

topilski commented 7 years ago

Fixed in version 1.1.0 please check behavior and close issue if work as needed.

topilski commented 7 years ago

ping