Thor Watanabe

Results 43 comments of Thor Watanabe

Raspberry Pi 3 Model B (Q1 2016) rev. a0282 is supported on YA-WebIOPi+. Root privilege is not needed for the official WebIOPi, but root privilege is required to execute Yet...

Could you send me console logs by typing the following commands? $ ps aux | grep webiopi | grep -v grep $ egrep -v ' (DEBUG|INFO) ' /var/log/webiopi | tail...

I've added syslog debugging log outputs to native C source files: https://github.com/thortex/rpi3-webiopi/commit/98c847dae5dc7b695ffa4293a8d093d196f66fc1 If you can use the above latest master branch, in addition, could you execute the following commands finally?...

hmm. 1. Kill all WebIOPi daemons before starting a new process instance by using systemctl, /etc/init.d/webiopi, or kill command. Yet Another WebIOPi+ Debian package automatically installs systemd script for jessie,...

Jesus! I realized that. Your information was useful for me, thanks a lot. I committed the modified python code to: https://github.com/thortex/rpi3-webiopi/commit/ab221ff118ef6cb838f1212d8ba5e41978601fd7 I've tested with RPi1(BCM2708/000d) and RPi3(BCM2709/a02082). Please check ab221ff...

Hi, steven6282 . I've committed modified source code for the issue #33 into ab221ff. In case of Guru's RPi board, the problem was solved. How about you?

I made a diagnostic command and committed to. Could you send a result of the following commands: curl https://raw.githubusercontent.com/thortex/rpi3-webiopi/master/webiopi_0.7.1/python/native/webiopi-diag > webiopi-diag chmod +x webiopi-diag ./webiopi-diag

Sorry, I renamed the file name: webiopi-diag to webiopi-info; https://github.com/thortex/rpi3-webiopi/blob/master/webiopi_0.7.1/python/native/webiopi-info

In case of my environments (both RPi1b and RPi3b), I can't face the problem. Furyher information will be useful for me (e.g., screenshots, the kernel version, the board revision, official...

> Note that remove either the official WebIOPi or the yet another WebIOPi python codes/modules/eggs from your system before installing the latest Yet Another WebIOPi+ debian package. You can install...