From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932952AbcFJP1l (ORCPT ); Fri, 10 Jun 2016 11:27:41 -0400 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:50974 "EHLO relay3-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932198AbcFJP1k (ORCPT ); Fri, 10 Jun 2016 11:27:40 -0400 X-Amavis-Alert: BAD HEADER SECTION, Improper folded header field made up entirely of whitespace (char 09 hex): References: ...druvada@linux.intel.com>\n\t\n\t Subject: Re: [RFC 0/4] Intel Integrated Sensor Hub Support (ISH) From: Bastien Nocera To: Srinivas Pandruvada , Grant Likely Cc: Jiri Kosina , benjamin.tissoires@redhat.com, Jonathan Cameron , "linux-input@vger.kernel.org" , linux-iio@vger.kernel.org, Linux Kernel Mailing List , chaya.golan@intel.com, daniel.drubin@intel.com, Darren Hart Date: Fri, 10 Jun 2016 17:27:32 +0200 In-Reply-To: <1465572227.24319.7.camel@linux.intel.com> References: <1464668878-17113-1-git-send-email-srinivas.pandruvada@linux.intel.com> <1465509287.24319.3.camel@linux.intel.com> <1465566904.10525.11.camel@linux.intel.com> <1465568791.7409.38.camel@hadess.net> <1465569941.10525.17.camel@linux.intel.com> <1465571076.7409.39.camel@hadess.net> <1465572227.24319.7.camel@linux.intel.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.20.2 (3.20.2-1.fc24) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2016-06-10 at 08:23 -0700, Srinivas Pandruvada wrote: > On Fri, 2016-06-10 at 17:04 +0200, Bastien Nocera wrote: > > > > > [...] > > > Are there any errors when setting the triggers? > > > Is there any debug option in this service to give more verbose > output? Add: Environment="G_MESSAGES_DEBUG=all" To the service file. You should see the debug in systemctl: systemctl status iio-sensor-proxy.service Or in journalctl if there's too much data: journalctl --reverse -u iio-sensor-proxy.service Cheers