Message boards : Number crunching : Problem - cannot view my data in Trickle
Author | Message |
---|---|
Hi, Stderr output <core_client_version>7.4.23</core_client_version> <![CDATA[ <stderr_txt> Radac $Rev: 585 $ starting... Warning: cannot query manufacturer for device: error sending control message: Operation not permitted Could not find any of the devices listed in sensors.xml: The specified device was not found Warning: cannot query manufacturer for device: error sending control message: Operation not permitted Warning: cannot query manufacturer for device: error sending control message: Operation not permitted Warning: cannot query manufacturer for device: error sending control message: Operation not permitted Warning: cannot query manufacturer for device: error sending control message: Operation not permitted 00:12:42 (1133): called boinc_finish </stderr_txt> ]]> for all the tasks. I have no idea whether this is the reason I cannot view the data or maybe I am doing something wrong. any suggestions? thanks PS: detector is v3 (said TJM :-) ). | |
ID: 3354 | Rating: 0 | rate: / Reply Quote | |
See message 3183 http://radioactiveathome.org/boinc/forum_thread.php?id=154&nowrap=true#3183. KarmannGaz had some suggestions for Sean who had the same error messages. | |
ID: 3355 | Rating: 0 | rate: / Reply Quote | |
Yes, operation not permitted, so Linux isn't allowing user boinc access to the sensor. Your tasks will just sit there until they expire - long elapsed time but not done anything, and you get no credit, hence no data to see. You need to tell Linux to let boinc use the sensor, the instructions are at the bottom of that thread Norbert mentioned above. | |
ID: 3356 | Rating: 0 | rate: / Reply Quote | |
This is strange. I put "53-radioactive.rules" in /etc/udev/rules.d, file contains the code based on suggestion found in mentioned discussion threads: #r@h ATTRS{idVendor}=="16c0", MODE="666", GROUP="plugdev" LABEL="radioactive_rules_end" And I rebooted my machine and also because of some problems I had to purge Boinc and install it again. However I am still getting those messages: Stderr output <core_client_version>7.4.23</core_client_version> <![CDATA[ <stderr_txt> Radac $Rev: 585 $ starting... Warning: cannot query manufacturer for device: error sending control message: Operation not permitted Could not find any of the devices listed in sensors.xml: The specified device was not found Warning: cannot query manufacturer for device: error sending control message: Operation not permitted Warning: cannot query manufacturer for device: error sending control message: Operation not permitted Warning: cannot query manufacturer for device: error sending control message: Operation not permitted 16:50:53 (1157): called boinc_finish </stderr_txt> ]]> for my tasks... Did I something wrong? The file has the same permissions as the other ones in /etc/udev/rules.d PS: also tried running Boinc as root but no effect... | |
ID: 3362 | Rating: 0 | rate: / Reply Quote | |
Should be ATTR, not ATTRS, I think. This is what I've got in my file on that line : SUBSYSTEM=="usb", ATTR{idVendor}=="16c0", MODE="0666", GROUP="plugdev" | |
ID: 3363 | Rating: 0 | rate: / Reply Quote | |
OK I corrected it but still does not look good: | |
ID: 3364 | Rating: 0 | rate: / Reply Quote | |
Hmm, odd. Did you add boinc to plugdev group as well? Try "id boinc" to see if it's in there, you should get something like this : > id boinc uid=118(boinc) gid=128(boinc) groups=128(boinc),44(video),46(plugdev) If plugdev isn't in the list shown, add it with : > sudo adduser boinc plugdev I'm pretty sure those were the only two things I changed to get it working on my machine. | |
ID: 3365 | Rating: 0 | rate: / Reply Quote | |
I do not understand it - I did: juhele@Hosaka-Cyberspace7:~$ id boinc uid=124(boinc) gid=139(boinc) skupiny=139(boinc),44(video) juhele@Hosaka-Cyberspace7:~$ sudo adduser boinc plugdev [sudo] password for juhele: Přidávám uživatele „boinc“ do skupiny „plugdev“… Přidávám uživatele boinc do skupiny plugdev Hotovo. juhele@Hosaka-Cyberspace7:~$ Boinc was added to plugdev group without problems, but my last task looks again this way... http://radioactiveathome.org/boinc/result.php?resultid=5364892 I will try to purge boinc again and install their own package and not the one from repository. | |
ID: 3366 | Rating: 0 | rate: / Reply Quote | |
Worth a try, what you've done so far seems fine though. gaz@gaz-A8:~ > lsusb Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 009 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 008 Device 003: ID 16c0:05df Van Ooijen Technische Informatica HID device except mice, keyboards, and joysticks etc. That last one above is the Radioactive at home sensor. If you can't see it on any of your usb bus/devices, try unplugging & re-inserting the sensor and see if it reappears. I'm just wondering if the sensor is communicating with the computer ok. | |
ID: 3367 | Rating: 0 | rate: / Reply Quote | |
Message boards :
Number crunching :
Problem - cannot view my data in Trickle