bees icon indicating copy to clipboard operation
bees copied to clipboard

Thread count not parsed

Open bugsyb opened this issue 7 years ago • 1 comments

beesd -c=1 6aae3d24-a25f-45d5-b3aa-d3ec97b9e5cd
uuidparse: invalid option -- 'c' Try 'uuidparse --help' for more information. Usage: beesd [options] <btrfs_uuid>


bees version v0.6-6-g14b35e3

"--thread-count=1" has been tried too

bugsyb avatar Oct 14 '18 23:10 bugsyb

You should not use "=" with single letter options...

Could you run "bash -x /path/to/beesd your_options"? It looks like the wrapper script cannot parse the supported options from the daemon...

kakra avatar Oct 15 '18 00:10 kakra