On Mon, 2015-01-19 at 12:50 +0000, Saurabh Araiyer wrote:
> Hi, 
> 
> While trying to run murphy on mobile devices, I was getting the
> following errors:
> 
>  
> 
> I: Lua config file is: '/etc/murphy/murphy.lua'.
> I: systemd: registered logging target.
> I: dlog: registered logging target.
> I: Using console address 'unxs:@murphy-console'...
> E: Could not find plugin 'console.disabled' to load 'webconsole'.
> 
> I: AMB: D-Bus address: org.automotive.message.broker
> I: AMB: config file: /etc/murphy/plugins/amb/config.lua
> I: AMB: transport address: unxs:/tmp/murphy/amb
> E: AMB: failed to bind transport to address
> E: Failed to start plugin amb (amb).
> I: resource-native: got event 0x3 (plugin-failed):
> E: Failed to dlopen plugin
> '/usr/lib/murphy/plugins/plugin-resource-asm.so' (/usr/lib/libsmack.so.1: 
> version `LIBSMACK' not found (required by /usr/lib/libaul.so.0)).
> E: Could not find plugin 'resource-asm' to load 'resource-asm'.
> 
> I: AMB: D-Bus address: org.automotive.message.broker
> I: AMB: config file: /etc/murphy/plugins/amb/config.lua
> I: AMB: transport address: unxs:/tmp/murphy/amb
> E: AMB: failed to bind transport to address
> E: Failed to start plugin amb (amb).
> 
>  
> 
> Whereas, in Linux system there were no logs with Error tag message.
> Any leads in this regard will be very helpful.
> 
>  
> 
> Also kindly find the complete log file attached.

Ismo has already addressed the potential source of your problems, but I
spotted one thing in the log file related to how you start the daemon.
You seem to try to enable debug logging by starting the daemon with the
command line option '--debug enable'. However that only enables debug
messages coming from a single function called 'enable' (if such a
function exists and it produces debug printouts).

I assume you wanted instead to enable all debug messages unconditionally
regardless where they are originating from. This can be accomplished by
passing the --debug '*' command line option to the daemon. Be sure to
protect the asterisk from shell-globbing by quotes. Note that this will
produce a huge amount of debug messages.

Generally you can easily enable messages on a per-file and per-function
basis. The command line-option -d @foo.c will enable all messages
originating in the file foo.c. The option -d xyzzy will enable all
messages originating in the function xyzzy.

> 
> Thanks and Regards 
> 
> Saurabh Araiyer
> 

  Cheers,
    Krisztian

> _______________________________________________
> Dev mailing list
> [email protected]
> https://lists.tizen.org/listinfo/dev

---------------------------------------------------------------------
Intel Finland Oy
Registered Address: PL 281, 00181 Helsinki 
Business Identity Code: 0357606 - 4 
Domiciled in Helsinki 

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.
_______________________________________________
Dev mailing list
[email protected]
https://lists.tizen.org/listinfo/dev

Reply via email to