On 11/12/13 23:26, Nathan Dauchy wrote: > robinhood -f lfstmp.conf --scan -C --once --partial-scan > /mnt/lfstmp/projects/jetmgmt Hello Nathan,
With robinhood 2.4, you need to perform a full scan before using partial scans (it will no longer be required with robinhood 2.5). This may explain your empty db. Also, I notice that this command line is not correct, as --scan is not compatible with --partial-scan. You should use only one of these options. It seems there is a missing check in the code that allowed you to run that. This could have led to an undetermined behavior at the end of the scan. Let me now if running a fullscan first (with --scan) solved your issue. Regards, -Thomas ------------------------------------------------------------------------------ DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access Free app hosting. Or install the open source package on any LAMP server. Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native! http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk _______________________________________________ robinhood-support mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/robinhood-support
