-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Kernel msg happening too often makes debug way too harder "uvcvideo: Failed to query (GET_CUR) UVC control" #8215
Comments
Hi @130s I wonder if it would be possible for you to disable UVC logging of the trace function /sys/module/uvcvideo/parameters/trace https://www.theimagingsource.com/documentation/tiscamera/uvc.html |
hi @130s Do you require further assistance with this case, please? Thanks! |
Thanks for a suggestion. I tested disabling and I see no change. In fact on our Linux That said, if the message in question can be easily suppressed on Linux level of config (not by Realsense driver's functionality) , personally I'd be fine.
I asked (unix.stackexchange.com#631648) for a way to suppress that particular line. Googling that line makes me wonder why most of the search results are about Realsense. Is it possible that that line of the message gets printed by the part of the Kernel that |
I will tag in @ev-mp to this discussion for an expert development opinion on this subject of the possibility of muting uvcvideo log messages and how it might be done if it is possible. |
Hi @130s Are you still experiencing the problems that you reported before in this case, please? |
Yes, the issue in question has been seen for months. Note I didn't mean this ticket to be a bug report. It is an annoyance, but I think this is an improvement idea. |
I will raise your query with Intel to obtain some feedback about your feature request. |
After discussion with Intel, an official feature request has now been filed for the creation of an option to disable logging of uvcvideo messages. This case will be kept open whilst the feature request is being considered regarding whether to implement the feature. |
Hi @130s Intel considered your change request carefully but decided not to proceed with implementing it. The key reasons for this decision are:
|
Hi @130s Given that your change request has been concluded without implementation for the reasons described in the comment above, do you have any comment that you would like to add? This case will be closed after 7 days from the time of writing this is we do not hear from you. Thanks! |
Case closed due to no further comments received. |
Thanks for the consideration. I'm sorry to fail responding promptly. I understand these reasonings, from developer's perspective. Unfortunately, my issue report was much more driven by non-developers' usecases. Yes, the log we're talking about is printed by Kernel, gets only printed in low level logging pipeline. But looking into low-level logs is inevitable in our applications (we've been continously dealing with Realsense disconnection issues). Even non-developers in the field/customers' site frequently look into them at the moment. Then the very log I highlighted in this ticket adds a layer of confusion, results in slower decision at the critical debugging in the field.
I agree it migh be a "cosmetic annoyance" for developers. It is NOT for people who are working with customers in their facility. Anything labled "fatal/critical/fail/error" etc. draws people's attention, especially those who are under excessive pressure at a customer's facility.
Again I agree from developer's point of view, but not from the perspective of people under immediate peer pressure. Potential resolution suggestionCan't some key messages from Kernel be captured in the driver level (librealsense or ROS driver)? And pass it via API? That way application developers have full control about the log. |
@MartyG-RealSense For some reason I don't see "reopen" option even though I opened this ticket. Would you mind reopning, and continue conversation? |
Hi @130s I do have a reopen option available. Doing so may not lead to a useful outcome though, as it will not change the outcome of the decision not to implement the requested logging feature. |
Environment
Issue Description
The following message gets printed so often even when Realsense driver eventually functions. Although #7099 (comment) confirms that this error msg is bening to Realsense' functionality, seeing this printed too often pollutes system log and make debugging hard even for experienced developers, not to mention novice users.
Responding to triage
I can see multiple tickets that include this error msgs. I haven't come across a direct answer to my proposition, which is "this benign err msg is NOT causing system issue, but causing support/maintenance issue".
Possible approach
librealsense
, so I do not know the level of complexity to implement such functionality.How much impact would the issue have?
I can only speak for my usecases at Plus One Robotics #7618; we examine system logs from customers' system regularly and this issue definitely triggers unnecessary conversation until someone who knows it's not malignant.
The text was updated successfully, but these errors were encountered: