I am trying to autostart my web. py application . When i am starting it manualy it works perfect but when i am trying autostart i am getting Traceback (most recent call last): File "/pres_test/web/serwer.py", line 282, in <module> app.run() File "/usr/local/lib/python2.7/dist-packages/web/applicatio...
hello all Have problem with my PI B+ When i set static ip on it dhcp client is still running and router giving to raspberry second IP in DHCP. at this point i mange to kill second address by $ ps aux | grep dhcp root 430 0.0 0.4 2552 1784 ? Ss 23:14 0:00 /sbin/dhcpcd -q -w pi 2411 0.0 0.4 4272 2092 ...
have problem with my B+ I2C0 I add bcm2708.vc_i2c_override=1 to cmdline.txt more /boot/cmdline.txt dwc_otg.lpm_enable=0 bcm2708.vc_i2c_override=1 console=ttyAMA0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadl ine fsck.repair=yes rootwait i used script from this topic ( upgrad...