From mboxrd@z Thu Jan 1 00:00:00 1970 From: rennes@openmailbox.org Subject: Re: [PATCH] gnu: Add ola. Date: Wed, 10 Aug 2016 09:05:29 -0500 Message-ID: References: Reply-To: rennes@openmailbox.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51798) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bXU8b-00049f-5i for guix-devel@gnu.org; Wed, 10 Aug 2016 10:05:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bXU8V-00014K-O8 for guix-devel@gnu.org; Wed, 10 Aug 2016 10:05:40 -0400 Received: from mail2.openmailbox.org ([62.4.1.33]:53891) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bXU8V-000142-EP for guix-devel@gnu.org; Wed, 10 Aug 2016 10:05:35 -0400 In-Reply-To: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org Cc: jjfoerch@earthlink.net John, > Thank you so much for doing this. If 'make check' succeeds, those are > the main tests, but to check installation, I would look for the > following programs being installed: > > ola ola_e131 ola_plugin_state > ola_rdm_set > ola_set_priority ola_trigger ola_uni_name ola_artnet > ola_dmxconsole ola_patch ola_rdm_discover > ola_recorder > ola_streaming_client ola_uni_info ola_uni_stats olad > ola_dmxmonitor ola_plugin_info ola_rdm_get > ola_set_dmx > ola_timecode ola_uni_merge ola_usbpro > ola_dev_info > I see only the following programs: ola_artnet ola_plugin_state ola_set_priority ola_uni_name olad ola_rdm_discover ola_streaming_client ola_uni_stats ola_dev_info ola_rdm_get ola_timecode ola_usbpro ola_e131 ola_rdm_set ola_trigger ola_patch ola_recorder ola_uni_info ola_plugin_info ola_set_dmx ola_uni_merge > These are the programs installed by the Debian ola package, and I don't > know what packaging options might have affected which were installed, > but the list should be more or less the same. > > To start the ola daemon and generate a config: > > olad -c ~/my-ola when the command is run, it displays message: $ olad -c ~/my-ola common/io/IOUtils.cpp:39: open(/dev/dmx0): No such file or directory plugins/opendmx/OpenDmxPlugin.cpp:80: Could not open /dev/dmx0 No such file or directory common/network/IPV4Address.cpp:89: Could not convert address 677966233 common/io/IOUtils.cpp:39: open(/dev/kldmx0): No such file or directory plugins/karate/KaratePlugin.cpp:79: Could not open /dev/kldmx0 No such file or directory > This should start a web service on port 9090, so you can point a web > browser to localhost:9090 and see if anything comes up. the service is not responding. Any ideas? Thanks.