-
Notifications
You must be signed in to change notification settings - Fork 285
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
bug(quorum-all-in-one): error "Failed to enumerate USB devices" #2274
Comments
Hello @petermetz I would like to work on this one, Thank you. |
Hello @petermetz , can you assign this to me? Thank you. |
@aldousalvarez Sorry for the slow response! |
Hi @takeutak , I have conducted multiple tests regarding the ticket including the one in the provided link. changed --rpc flags to --http as per this log wherein it says it will be removed soon The test without --nousb shows multiple occurrence of "Failed to enumerate USB devices" error log while the test with --nousb shows only one occurrence of the error log. goquorum docs website also stated about adding --nousb will help remove the error I also tried adding the libusb and libusb-dev to the dockerfile and build and run the test again "Failed to enumerate USB devices" error still happen even after adding --nousb flag. --privileged is also used when using docker run command. |
Hi @takeutak , I would also like to confirm if the one below the logs, the part where it starts with raft, is it the expected output when running the container? Thank you. |
Hello @takeutak and @petermetz , upon further testing, adding --nousb flag to the two geth command in start-quorum.sh removes all the "Failed to enumerate USB devices" error. The issue is fixed. However after the merge and update of quorum-all-in-one docker file in #2240 , with the new version of quorum and tessera, the /tessera/tessera-app.jar is now not accessible and is also changed to a .tar file. I have tried to revert the version of the tessera, version of the quorum, and both at the same time to see which is causing the problem. The quorum-all-in-one is running as expected with the old and latest version of quorum, but it is only running okay with the old tessera, and is having error with new tessera version. The error is mostly regarding the extraction and running of /tessera/tessera-app.jar to its tar file equivalent. |
…rledger-cacti#2411 fixes: hyperledger-cacti#2411 related to: hyperledger-cacti#2240 and hyperledger-cacti#2274 Signed-off-by: ruzell22 <ruzell.vince.aquino@accenture.com>
…rledger-cacti#2411 fixes: hyperledger-cacti#2411 related to: hyperledger-cacti#2240 and hyperledger-cacti#2274 Signed-off-by: ruzell22 <ruzell.vince.aquino@accenture.com>
In relation to #2549 , based on the output on the terminal after building and running, "Failed to enumerate USB devices" error is not showing up anymore even without putting the --nousb flag in geth. This bug has been fixed together with the #2549 PR, @petermetz , Thank you. |
@ruzell22 Thank you very much! Closing this one! |
…rledger-cacti#2411 fixes: hyperledger-cacti#2411 related to: hyperledger-cacti#2240 and hyperledger-cacti#2274 Signed-off-by: ruzell22 <ruzell.vince.aquino@accenture.com>
Describe the bug
In the process of the container building of quorum-all-in-one, there are the following error and the container cannot be launched.
To Reproduce
When I edited start-quorum.sh and add "--nousb", the error does not happen.
c.f.: ethereum/go-ethereum#20568
The text was updated successfully, but these errors were encountered: