Displaying 5 results from an estimated 5 matches for "githib".
2019 Jul 10
2
Possible ICES/Icecast bug
...NFO signals/signal_usr1_handler Metadata
update requested
[2019-07-10 11:10:30] INFO
playlist-basic/playlist_basic_get_next_filename Loading playlist from
file "playlist.txt"
[2019-07-10 11:10:30] EROR stream/ices_instance_stream libshout
error: Nonsensical arguments
I have checked the githib repo for any know issues, and wonder if you
can advise.
Thank you
Chris
PS. Ices configuration attached.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: config.xml
Type: application/xml
Size: 1149 bytes
Desc: not available
URL: <http://lists.xiph.org/piperm...
2011 Apr 18
0
Mobile application / Ruby on rails development
...focus in Open
Source Platforms, Frameworks and Tools Development, Web based
development using J2EE and Open Source Platforms,.Net Based Product(s)
Development and Mobile System and Application Development.
Currently I am involved in the development of mobile integration of
Issue tracker running on GitHib using Rhomobile platform. This is an
integration component of Webservices that are integrated with the
bugtracker of GitHib (https://www.github.com/kutir/ats/issues), with
Rhosync as a connector component and Rhodes for the mobile component,
that runs on both iPhone and Android.
I can also provide...
2019 Jul 11
0
Possible ICES/Icecast bug
...t; playlist-basic/playlist_basic_get_next_filename Loading playlist from
> file "playlist.txt"
> [2019-07-10 11:10:30] EROR stream/ices_instance_stream libshout
> error: Nonsensical arguments
This sounds like there is invalid config passed to libshout.
> I have checked the githib repo for any know issues, and wonder if you
> can advise.
We do not do any Issue tracking on Github nor use Github for anything
else beside a public mirror. Issue tracking happens here:
https://gitlab.xiph.org/xiph/icecast-libshout/issues
But not, nothing that comes to mind.
In your config yo...
2013 Jul 18
0
RabbitMQ module won't start stomp
...0 of
the module results in this complaint:
Error:
/Stage[main]//Node[testserver.foo.com]/Rabbitmq_plugin[rabbitmq_stomp]:
Could not evaluate: Execution of ''/usr/sbin/rabbitmq-plugins list -E''
returned 1: erlexec: HOME must be set
Using the bleeding edge from
https://githib.com/puppetlabs/puppetlabs-rabbitmq yields this:
Error: Could not retrieve catalog from remote server: Error 400 on
SERVER: Puppet::Parser::AST::Resource failed with error ArgumentError:
Could not find declared class rabbitmq::server at
/etc/puppet/manifests/site.pp:9 on node testserver.foo.com...
2009 Jun 25
2
Bad Form?
Hi,
This is my first post, I wanted to ask a quick question about "Bad Form" --
rather, am I doing something with Mechanise I shouldn''t be doing?
Here''s the long and short of it - I am using Mechanize with Cucumber and
RSpec to test a *ahem* Perl XML web service.. talk about technology soup,
but I have it working quite well.
I have an example project on GitHub that