LinuxMCE Forums

AgoControl => Developers => Topic started by: rages on July 29, 2011, 11:34:57 am

Title: Pandaboard and Standalone DCE
Post by: rages on July 29, 2011, 11:34:57 am
Hello I have available a pandaboard and I would understand if it is possible to install the hari mini install.
Honestly I have not tried to do anything because I only just saw this project.
Which way should I go? I have to install Ubuntu 11.04, or by force to install debian?


Emanuele
Title: Re: Pandaboard and Standalone DCE
Post by: hari on July 29, 2011, 12:54:44 pm
standalone dce should run pretty much everywhere..
br hari
Title: Re: Pandaboard and Standalone DCE
Post by: rages on July 29, 2011, 09:43:16 pm
I try compile mini src .... but i have this error:

Code: [Select]
g++   -c -I/usr/include/libxml2/ -I/usr/include/mysql -I.. -I../DCE -I/usr/include/mysql   -Wall -fPIC -ggdb3  AEt_EMC2000.cpp -o AEt_EMC2000.o
AEt_EMC2000.cpp: In function ‘void* start(void*)’:
AEt_EMC2000.cpp:40:28: error: ‘base’ was not declared in this scope
AEt_EMC2000.cpp:40:47: error: expected type-specifier
AEt_EMC2000.cpp:40:47: error: expected ‘>’
AEt_EMC2000.cpp:40:47: error: expected ‘(’
AEt_EMC2000.cpp:40:72: error: expected primary-expression before ‘>’ token
AEt_EMC2000.cpp:40:76: error: expected ‘)’ before ‘;’ token
AEt_EMC2000.cpp: In member function ‘virtual void DCE::AEt_EMC2000::receiveFunction()’:
AEt_EMC2000.cpp:292:6: warning: unused variable ‘address’
make[1]: *** [AEt_EMC2000.o] Error 1
make[1]: Leaving directory `/home/public/arm-pandaboard/mini/src/AEt_EMC2000'
make: *** [dcedevs] Error 2

any idea ???
Title: Re: Pandaboard and Standalone DCE
Post by: hari on July 30, 2011, 12:08:24 am
you should not need the AET device, just remove it from the Makefile

br Hari
Title: Re: Pandaboard and Standalone DCE
Post by: rages on July 30, 2011, 03:37:26 pm
thanks hari,

this is the new error ...

Code: [Select]
emanuele@dcerouter:/home/public/arm-pandaboard/mini/installer$ sudo ./mini-install.sh
Setting up your computer to act as a 'Core'
05      07/30/11 15:23:47.909           Called with: -d 7  <0x400494e0>
96
Configuring devices
Running device 113
Running device 114
ERROR 1062 (23000) at line 1: Duplicate entry '1' for key 'PRIMARY'

I use import.sh in /dumps/ for import table ...

Title: Re: Pandaboard and Standalone DCE
Post by: rages on July 30, 2011, 03:46:44 pm
sorry another question ... KNX can be used with DCE standalone, I am not very clear how I can add multiple devices: light, thermostat, ecc ...

Emanuele
Title: Re: Pandaboard and Standalone DCE
Post by: hari on July 30, 2011, 06:15:30 pm
either manually in the database or with the lmce web admin

br Hari
Title: Re: Pandaboard and Standalone DCE
Post by: rages on July 30, 2011, 06:52:21 pm
now I compile eibd and the package EIB-eibd ....
Title: Re: Pandaboard and Standalone DCE
Post by: rages on July 30, 2011, 08:50:29 pm
EIB and EIB-eibd ..........ok

I keep getting these 2 errors ...

when i run ./mini-install.sh

Code: [Select]
root@dcerouter:/home/public/arm-pandaboard/mini/installer# ./mini-install.sh
Setting up your computer to act as a 'Core'
05      07/30/11 20:42:23.767           Called with: -d 7  <0x40220000>
191
Configuring devices
Running device 208
Running device 209
ERROR 1062 (23000) at line 1: Duplicate entry '1' for key 'PRIMARY'


when I run /usr/pluto/bin/DCERouter
Code: [Select]
/
touch: cannot touch `/opt/pluto/var/DCERouter.running': No such file or directory
Copyright (C) 2004 Pluto, Inc., a Florida Corporation
www.plutohome.com
Phone: +1 (877) 758-8648
This program is distributed according to the terms of the GNU Public License, available at:
http://www.fsf.org/licensing/licenses/gpl.html
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Public License for more details.
---------------

01      07/30/11 20:42:09.201           Connect failed Can't connect to MySQL server on 'dcerouter' (111) <0x40e1f000>
01      07/30/11 20:42:09.202           Connect failed Can't connect to MySQL server on 'dcerouter' (111) <0x40e1f000>
01      07/30/11 20:42:09.202           Cannot connect to database! <0x40e1f000>

any idea  ???
Title: Re: Pandaboard and Standalone DCE
Post by: rages on July 31, 2011, 10:23:56 pm
I think I know what my problem, it seems that is not recognized as a host dcerouter, in fact I was able to run ". / DCERouter" with the "-h localhost", I tried to change my files "/etc /hosts" and "/etc/hostname", but does not work.

How can I fix?


Another problem that I do not know whether it is always linked to the above, I installed apache2 and downloaded lmce-admin, but does not work.


Emanuele
Title: Re: Pandaboard and Standalone DCE
Post by: hari on August 01, 2011, 05:30:09 pm
I think I know what my problem, it seems that is not recognized as a host dcerouter, in fact I was able to run ". / DCERouter" with the "-h localhost", I tried to change my files "/etc /hosts" and "/etc/hostname", but does not work.

How can I fix?
putting this into /etc/hosts should help:
127.0.0.1 dcerouter

Quote
Another problem that I do not know whether it is always linked to the above, I installed apache2 and downloaded lmce-admin, but does not work.


Emanuele
you need php and a few other pieces..

br Hari
Title: Re: Pandaboard and Standalone DCE
Post by: rages on August 01, 2011, 07:09:55 pm
Thanks Hari !!!

Now hosts is ok,

Now lmce-admin is loaded but I can not create the new user. Problem with mysql?

When I finish, I write all the steps.

Emanuele
Title: Re: Pandaboard and Standalone DCE
Post by: hari on August 01, 2011, 09:12:34 pm
iirc you need to fill the Users and Installation tables. Don't forget Installation_Users to connect them. There you can set the userCanModifyInstallation flag for admin rights.

br hari
Title: Re: Pandaboard and Standalone DCE
Post by: rages on August 02, 2011, 09:16:44 pm
hari sorry, but I am here to break it again.

I have modified the table users and installers with my data and changed the option that you have indicated, now the user exist, but when I enter username and password is not recognized.

other suggestions?
Title: Re: Pandaboard and Standalone DCE
Post by: rages on August 02, 2011, 09:59:27 pm
In installation_users I only changed the parameter that you have indicated, in Installation and Users I have only changed the values ​​that I understood how: UserName, Password, ZIP, etc. ..., I left others unchanged how: FK_installation_main, Staff, etc ...



Title: Re: Pandaboard and Standalone DCE
Post by: hari on August 02, 2011, 11:45:49 pm
did you use the proper hash for the password?
Title: Re: Pandaboard and Standalone DCE
Post by: rages on August 03, 2011, 08:00:16 pm
= Install on Pandaboard (Rages) =

I installed the Standalone DCE in a pandaboard with Ubuntu 11.04, these are the steps I followed:

* Install apache2 php5 and mysql, option phpmyadmin
         ° sudo apt-get install apache2
         ° sudo apt-get install php5 libapache2-mod-php5
         ° sudo apt-get install mysql-server mysql-client
         ° sudo apt-get install libapache2-mod-auth-mysql php5-mysql
         ° in option sudo apt-get install phpmyadmin, sudo ln -s /usr/share/phpmyadmin /var/www/phpmyadmin,
           You will need to edit /etc/phpmyadmin/config.inc.php and delete "//" from:
           // $cfg['Servers'][$i]['AllowNoPassword'] = TRUE;

* Install build requirements
         ° sudo apt-get install build-essential g++ libmysqlclient15-dev libattr1-dev libxml2-dev

* Download the source
         ° mkdir -p /home/public/arm-pandaboard
         ° cd /home/public/arm-pandaboard
         ° svn co http://svn.linuxmce.org/svn/people/hari/mini/   

* Make
         ° cd /home/public/arm-pandaboard/mini/src/
         ° edit Makefile and delete AEt_EMC2000. I needed a bin file of EIB-eibd and I added this to the makefile,
           but we must have installed eibd.
         ° make
         ° now copy the bin directory in /usr/pluto/bin and in /opt/pluto/bin

* Import the database

         ° go in /home/public/arm-pandaboard/mini/dumps and run ./import.sh

* Run mini-install.sh
         ° go in /home/public/arm-pandaboard/mini/installer and run ./mini-install.sh

* Install lmce_admin
         ° download the source, go in /var/www/ and sudo svn co http://svn.linuxmce.org/svn/branches/LinuxMCE-0810/web/lmce-admin
         ° now for simplicity we can use phpMyAdmin, and see in the database pluto_main the table Users and
           Installers and insert the data of our users, your password should be md5, then (thanks Possy)
           in mysql:

           "update Users set password = md5 ('your-password) where PK_Users = 1;"

         ° in Installers_Users modifiy userCanModifyInstallation at 1 and you check that FK_users and
           FK_Installation match PK_Users and PK_Installetion in tables Users and Installetion.
Title: Re: Pandaboard and Standalone DCE
Post by: Marie.O on August 04, 2011, 08:46:11 am
rages,

thanks for the write-up. Please add the stuff you just created to the wiki's mini page.

Thanks.
Title: Re: Pandaboard and Standalone DCE
Post by: rages on August 13, 2011, 09:20:50 pm
Hi,

I just got back from holiday, and I'm testing dcerouter with my pandaboard, eibd it's ok, i tested with groupswrite and the light go in on, but from web admin the light don't work and I can not load the EIB address from file, so I create a light with template 37, i write the group address manually but no telegram on busmonitor.

EIB bin is on /usr/pluto/bin.

Emanuele
Title: Re: Pandaboard and Standalone DCE
Post by: hari on August 17, 2011, 01:55:57 pm
try MessageSend on the commandline.

Btw, you might need to change the paths in the web admin, mini installs to /opt/pluto, the lmce-admin expects /usr/pluto. A symlink might also help.

br Hari
Title: Re: Pandaboard and Standalone DCE
Post by: hari on August 17, 2011, 01:56:44 pm
try MessageSend on the commandline.
or the RPC plugin..
Title: Re: Pandaboard and Standalone DCE
Post by: Marie.O on August 17, 2011, 05:12:17 pm
rages,

did you add a regular light, i.e. device template 37, and the EIB interface device template (49) to your system - and specified that the device, which uses DT 37, is controlled by the device, which uses DT 49? And did you add the GAs in the proper format to your light device, i.e. like outlined in http://wiki.linuxmce.org/index.php/EIB/KNX_with_eibd#Adding_a_light_switch
Title: Re: Pandaboard and Standalone DCE
Post by: rages on August 17, 2011, 06:19:22 pm
Thanks for your help, then:

Hari, I have copied the bin file in /opt/pluto and /usr/pluto, there is no way to debug the message?

Posde, I have created a device is 37 and the interface and I used the corrected GA, I used EIB in my previous installation of LMCE 8.10 and I've never had major problems.

For the problem that I do not load the GA from file?

Emanuele
Title: Re: Pandaboard and Standalone DCE
Post by: rages on August 17, 2011, 06:58:16 pm
I try with RPCplugin

sudo ./DCERouter
Copyright (C) 2004 Pluto, Inc., a Florida Corporation
www.plutohome.com
Phone: +1 (877) 758-8648
This program is distributed according to the terms of the GNU Public License, available at:
http://www.fsf.org/licensing/licenses/gpl.html
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Public License for more details.
---------------

01   08/17/11 18:54:11.747      Can't open plug-in file './File_Grids_Plugin.so': ./File_Grids_Plugin.so: cannot open shared object file: No such file or directory <0x40168000>
01   08/17/11 18:54:11.748      Cannot load plug-in for device: 3. Be sure the file File_Grids_Plugin exists <0x40168000>
05   08/17/11 18:54:11.750      Loaded plug-in device: 4 master device: 27 -- ./General_Info_Plugin.so <0x40168000>
01   08/17/11 18:54:11.750      Can't open plug-in file './Climate_Plugin.so': ./Climate_Plugin.so: cannot open shared object file: No such file or directory <0x40168000>
01   08/17/11 18:54:11.750      Cannot load plug-in for device: 5. Be sure the file Climate_Plugin exists <0x40168000>
01   08/17/11 18:54:11.751      Can't open plug-in file './Datagrid_Plugin.so': ./Datagrid_Plugin.so: cannot open shared object file: No such file or directory <0x40168000>
01   08/17/11 18:54:11.751      Cannot load plug-in for device: 6. Be sure the file Datagrid_Plugin exists <0x40168000>
01   08/17/11 18:54:11.751      Can't open plug-in file './Infrared_Plugin.so': ./Infrared_Plugin.so: cannot open shared object file: No such file or directory <0x40168000>
01   08/17/11 18:54:11.751      Cannot load plug-in for device: 7. Be sure the file Infrared_Plugin exists <0x40168000>
05   08/17/11 18:54:11.752      Loaded plug-in device: 8 master device: 32 -- ./Lighting_Plugin.so <0x40168000>
01   08/17/11 18:54:11.752      Can't open plug-in file './Orbiter_Plugin.so': ./Orbiter_Plugin.so: cannot open shared object file: No such file or directory <0x40168000>
01   08/17/11 18:54:11.752      Cannot load plug-in for device: 9. Be sure the file Orbiter_Plugin exists <0x40168000>
01   08/17/11 18:54:11.753      Can't open plug-in file './Media_Plugin.so': ./Media_Plugin.so: cannot open shared object file: No such file or directory <0x40168000>
01   08/17/11 18:54:11.753      Cannot load plug-in for device: 10. Be sure the file Media_Plugin exists <0x40168000>
01   08/17/11 18:54:11.753      Can't open plug-in file './Telecom_Plugin.so': ./Telecom_Plugin.so: cannot open shared object file: No such file or directory <0x40168000>
01   08/17/11 18:54:11.753      Cannot load plug-in for device: 11. Be sure the file Telecom_Plugin exists <0x40168000>
01   08/17/11 18:54:11.753      Can't open plug-in file './Event_Plugin.so': ./Event_Plugin.so: cannot open shared object file: No such file or directory <0x40168000>
01   08/17/11 18:54:11.753      Cannot load plug-in for device: 12. Be sure the file Event_Plugin exists <0x40168000>
05   08/17/11 18:54:11.756      Loaded plug-in device: 13 master device: 33 -- ./Security_Plugin.so <0x40168000>
01   08/17/11 18:54:11.756      Can't open plug-in file './Plug_And_Play_Plugin.so': ./Plug_And_Play_Plugin.so: cannot open shared object file: No such file or directory <0x40168000>
01   08/17/11 18:54:11.756      Cannot load plug-in for device: 14. Be sure the file Plug_And_Play_Plugin exists <0x40168000>
05   08/17/11 18:54:11.757      Loaded plug-in device: 22 master device: 2032 -- ./RPC_Plugin.so <0x40168000>
05   08/17/11 18:54:11.840      Plugin 4 activated <0x40168000>
05   08/17/11 18:54:11.917      Plugin 8 activated <0x40168000>
01   08/17/11 18:54:11.998      Connect failed Unknown database 'pluto_security' <0x40168000>
01   08/17/11 18:54:11.998      Security Plugin: Cannot connect to database pluto_security! <0x40168000>
05   08/17/11 18:54:12.003      Socket::ReceiveData 0x1049e98 failed, bytes left 0 start: 350000 1: 0 1b: 0 2: 0 2b: 0 m_Socket: 16 Incoming_Conn Socket 16 127.0.0.1EVENT 13 T=33 Event #13 <0x46a27460>
05   08/17/11 18:54:12.003      Socket::ReceiveString2 ReceiveData failed m_Socket: -1 Incoming_Conn Socket 16 127.0.0.1EVENT 13 T=33 Event #13 <0x46a27460>
05   08/17/11 18:54:12.004      TCPIP: Closing connection to 13 (Router Dev #0) 0x1049e98 m_Socket: -1 <0x46a27460>
05   08/17/11 18:54:12.004      Router::RemoveAndDeleteSocket 0x1049e98 13 <0x46a27460>
05   08/17/11 18:54:12.004      Plugin 13 activated <0x40168000>
01   08/17/11 18:54:12.005      Cannot initialize plug-in for device: 13 <0x40168000>
05   08/17/11 18:54:12.005      Socket::ReceiveData 0x1063790 failed, bytes left 0 start: 350000 1: 0 1b: 0 2: 0 2b: 0 m_Socket: 18 Incoming_Conn Socket 18 127.0.0.1EVENT 13 T=33 Event #13 <0x47227460>
05   08/17/11 18:54:12.005      Socket::ReceiveString2 ReceiveData failed m_Socket: -1 Incoming_Conn Socket 18 127.0.0.1EVENT 13 T=33 Event #13 <0x47227460>
05   08/17/11 18:54:12.006      TCPIP: Closing connection to 13 (Router Dev #0) 0x1063790 m_Socket: -1 <0x47227460>
05   08/17/11 18:54:12.006      Router::RemoveAndDeleteSocket 0x1063790 13 <0x47227460>
05   08/17/11 18:54:12.083      Plugin 22 activated <0x40168000>
08   08/17/11 18:56:51.919      Received Message from -1003 (unknown / ) to 24 (Ingresso / Cucina), type 1 id 192 Command:On, retry none, parameters: <0x47a27460>
05   08/17/11 18:56:51.919      The target device 24 (routed to 20) has not registered. <0x4166d460>
[1313600212] [error] [client 192.168.80.104] GET /favicon.ico: Error 404: Not Found

[1313600212] [error] [client 192.168.80.104] GET /favicon.ico: Error 404: Not Found


Title: Re: Pandaboard and Standalone DCE
Post by: rages on August 20, 2011, 05:56:39 pm
HI,
with the help of hari and possy, now my mini installation is up and running.
Thanks to the suggestion of hari I created a little script to launch the DCERouter and EIB:

Code: [Select]
#!/bin/sh

screen -dmS DCERouter -t DCERouter /usr/pluto/bin/DCERouter
screen -dmS EIB -t EIB /usr/pluto/bin/EIB -d 27

exit 0


Emanuele
Title: Re: Pandaboard and Standalone DCE
Post by: LA on September 08, 2011, 09:43:26 pm
        ° in option sudo apt-get install phpmyadmin, sudo ln -s /usr/share/phpmyadmin /var/www/phpmyadmin,
           You will need to edit /etc/phpmyadmin/config.inc.php and delete "//" from:
           // $cfg['Servers'][$i]['AllowNoPassword'] = TRUE;
it is not quite clear what to do here.
If I do:
is it correct?

I would also suggest to add the following steps
1) install subversion;
2) copy all files from mini/src/lib to usr/lib
and to clarify that:
1) no password should be defined during mysql installation
2) phpmyadmin can be accessed at http://localhost/phpmyadmin
3) Installers_Users should be replaced with Installation_Users
Title: Re: Pandaboard and Standalone DCE
Post by: LA on September 09, 2011, 08:32:45 pm
while starting DCERouter on Ubuntu 11.04 I am getting the following error:
Quote
Connect failed Unknown MySQL server host
'dcerouter' (1) <0xb78026do>
how can I fix that? what should I verify?
Title: Re: Pandaboard and Standalone DCE
Post by: hari on September 10, 2011, 08:56:33 am
add '127.0.0.1 dcerouter' to /etc/hosts or pass the database server name as parameter to dcerouter
Title: Re: Pandaboard and Standalone DCE
Post by: LA on September 10, 2011, 06:20:40 pm
thanks, hari.
Which port is used by Mini webserver now? I thought that it is 8088, but http://127.0.0.1:8088 shows nothing.
However I am not sure if this is running correctly:
Quote
user@ubuntu:/opt/pluto/bin$ ./DCERouter -h 127.0.0.1
touch: cannot touch `/opt/pluto/var/DCERouter.running': No such file or directory
Copyright (C) 2004 Pluto, Inc., a Florida Corporation
www.plutohome.com
Phone: +1 (877) 758-8648
This program is distributed according to the terms of the GNU Public License, available at:
http://www.fsf.org/licensing/licenses/gpl.html
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Public License for more details.
---------------

01   09/10/11 12:15:24.265      Can't open plug-in file './File_Grids_Plugin.so': ./File_Grids_Plugin.so: cannot open shared object file: No such file or directory <0xb78da6d0>
01   09/10/11 12:15:24.266      Cannot load plug-in for device: 3. Be sure the file File_Grids_Plugin exists <0xb78da6d0>
05   09/10/11 12:15:24.347      Loaded plug-in device: 4 master device: 27 -- ./General_Info_Plugin.so <0xb78da6d0>
01   09/10/11 12:15:24.347      Can't open plug-in file './Climate_Plugin.so': ./Climate_Plugin.so: cannot open shared object file: No such file or directory <0xb78da6d0>
01   09/10/11 12:15:24.347      Cannot load plug-in for device: 5. Be sure the file Climate_Plugin exists <0xb78da6d0>
01   09/10/11 12:15:24.348      Can't open plug-in file './Datagrid_Plugin.so': ./Datagrid_Plugin.so: cannot open shared object file: No such file or directory <0xb78da6d0>
01   09/10/11 12:15:24.348      Cannot load plug-in for device: 6. Be sure the file Datagrid_Plugin exists <0xb78da6d0>
01   09/10/11 12:15:24.348      Can't open plug-in file './Infrared_Plugin.so': ./Infrared_Plugin.so: cannot open shared object file: No such file or directory <0xb78da6d0>
01   09/10/11 12:15:24.348      Cannot load plug-in for device: 7. Be sure the file Infrared_Plugin exists <0xb78da6d0>
05   09/10/11 12:15:24.370      Loaded plug-in device: 8 master device: 32 -- ./Lighting_Plugin.so <0xb78da6d0>
01   09/10/11 12:15:24.370      Can't open plug-in file './Orbiter_Plugin.so': ./Orbiter_Plugin.so: cannot open shared object file: No such file or directory <0xb78da6d0>
01   09/10/11 12:15:24.370      Cannot load plug-in for device: 9. Be sure the file Orbiter_Plugin exists <0xb78da6d0>
01   09/10/11 12:15:24.370      Can't open plug-in file './Media_Plugin.so': ./Media_Plugin.so: cannot open shared object file: No such file or directory <0xb78da6d0>
01   09/10/11 12:15:24.370      Cannot load plug-in for device: 10. Be sure the file Media_Plugin exists <0xb78da6d0>
01   09/10/11 12:15:24.370      Can't open plug-in file './Telecom_Plugin.so': ./Telecom_Plugin.so: cannot open shared object file: No such file or directory <0xb78da6d0>
01   09/10/11 12:15:24.370      Cannot load plug-in for device: 11. Be sure the file Telecom_Plugin exists <0xb78da6d0>
01   09/10/11 12:15:24.374      Can't open plug-in file './Event_Plugin.so': ./Event_Plugin.so: cannot open shared object file: No such file or directory <0xb78da6d0>
01   09/10/11 12:15:24.374      Cannot load plug-in for device: 12. Be sure the file Event_Plugin exists <0xb78da6d0>
05   09/10/11 12:15:24.397      Loaded plug-in device: 13 master device: 33 -- ./Security_Plugin.so <0xb78da6d0>
01   09/10/11 12:15:24.397      Can't open plug-in file './Plug_And_Play_Plugin.so': ./Plug_And_Play_Plugin.so: cannot open shared object file: No such file or directory <0xb78da6d0>
01   09/10/11 12:15:24.397      Cannot load plug-in for device: 14. Be sure the file Plug_And_Play_Plugin exists <0xb78da6d0>
Error doing statfs on '/opt/pluto/bin/plugin-inject/'.
05   09/10/11 12:15:24.497      Plugin 4 activated <0xb78da6d0>
05   09/10/11 12:15:24.583      Plugin 8 activated <0xb78da6d0>
01   09/10/11 12:15:24.670      Connect failed Unknown database 'pluto_security' <0xb78da6d0>
01   09/10/11 12:15:24.670      Security Plugin: Cannot connect to database pluto_security! <0xb78da6d0>
05   09/10/11 12:15:24.673      Socket::ReceiveData 0x9134398 failed, bytes left 0 start: 260000 1: 0 1b: 0 2: 0 2b: 0 m_Socket: 16 Incoming_Conn Socket 16 127.0.0.1EVENT 13 T=33 Event #13 <0xb28ceb70>
05   09/10/11 12:15:24.673      Socket::ReceiveString2 ReceiveData failed m_Socket: -1 Incoming_Conn Socket 16 127.0.0.1EVENT 13 T=33 Event #13 <0xb28ceb70>
05   09/10/11 12:15:24.673      TCPIP: Closing connection to 13 (Router Dev #0) 0x9134398 m_Socket: -1 <0xb28ceb70>
05   09/10/11 12:15:24.674      Router::RemoveAndDeleteSocket 0x9134398 13 <0xb28ceb70>
05   09/10/11 12:15:24.675      Socket::ReceiveData 0x9152c28 failed, bytes left 0 start: 260000 1: 0 1b: 0 2: 0 2b: 0 m_Socket: 18 Incoming_Conn Socket 18 127.0.0.1EVENT 13 T=33 Event #13 <0xb20cdb70>
05   09/10/11 12:15:24.675      Socket::ReceiveString2 ReceiveData failed m_Socket: -1 Incoming_Conn Socket 18 127.0.0.1EVENT 13 T=33 Event #13 <0xb20cdb70>
05   09/10/11 12:15:24.675      TCPIP: Closing connection to 13 (Router Dev #0) 0x9152c28 m_Socket: -1 <0xb20cdb70>
05   09/10/11 12:15:24.675      Router::RemoveAndDeleteSocket 0x9152c28 13 <0xb20cdb70>
05   09/10/11 12:15:24.676      Plugin 13 activated <0xb78da6d0>
01   09/10/11 12:15:24.676      Cannot initialize plug-in for device: 13 <0xb78da6d0>

(has somebody already created wiki pages about Mini compilation, installation and usage? the process looks too complicated, is there any way to automate all these steps?)
Title: Re: Pandaboard and Standalone DCE
Post by: hari on September 11, 2011, 09:44:39 am
you need to add the rpc plugin in the web admin first..

br Hari
Title: Re: Pandaboard and Standalone DCE
Post by: zloyadmin on July 13, 2012, 09:41:48 am
Hi everyone!
I`ve got a Sheevaplug. I decided to customize the Standalone DCE on one. I did all steps of the instruction. I had some mistakes which I resolved. However mistakes of EIB-eibd I have not resolved.

List of errors
make[1]: Entering directory `/home/public/arm-pandaboard/mini/src/EIB-eibd'
Computing dependencies for knxDevice.cppIn file included from knxDevice.h:6,
                 from knxDevice.cpp:1:
Telegram.h:6:23: error: eibclient.h: No such file or directory
 done
Computing dependencies for Telegram.cppIn file included from Telegram.cpp:2:
Telegram.h:6:23: error: eibclient.h: No such file or directory
 done
Computing dependencies for ../Gen_Devices/EIBBase.cpp done
Computing dependencies for EIB.cppIn file included from EIB.cpp:17:
EIB.h:26:23: error: eibclient.h: No such file or directory
 done
Computing dependencies for Main.cppIn file included from Main.cpp:17:
EIB.h:26:23: error: eibclient.h: No such file or directory
 done
make[1]: Leaving directory `/home/public/arm-pandaboard/mini/src/EIB-eibd'
make[1]: Entering directory `/home/public/arm-pandaboard/mini/src/EIB-eibd'
type 'make bin', 'make so' or 'make all'
make[1]: Leaving directory `/home/public/arm-pandaboard/mini/src/EIB-eibd'


How are these mistakes corrected?

Thanks everyone!
Title: Re: Pandaboard and Standalone DCE
Post by: hari on July 13, 2012, 10:23:44 pm
you need to install the bcusdk development headers