similar to: Icecast Startup Failed

Displaying 20 results from an estimated 10000 matches similar to: "Icecast Startup Failed"

2012 Aug 17
1
Icecast Startup Failed
Hi, thanks for your response. Based from your advice I try to check the XML used the command "xmllint --noout /etc/icecast2/icecast.xml" . Because I got response "xmllint: command not found", I installed xmllint (sudo apt-get install libxml2-utils). After that, I check again (xmllint --noout /etc/icecast2/icecast.xml) and the result just return to the prompt (which means XML
2012 Aug 17
0
Icecast Digest, Vol 99, Issue 8
- perhaps pastebin your init file? ( sudo /etc/init.d/icecast2 start ) - have you tried running icecast directly from the binary? - have you tried running it without sudo? (or root is actually needed?) - perhaps you should increase the loglevel to 4 and check for more info in the error log? > From: Johanes Kunto <johanes.kunto at gmail.com> > To: "R?cker
2012 Aug 16
0
Icecast Startup Failed
Hi Johanes, On 16/08/12 11:32, Johanes Kunto wrote: > I have installed icecast2 use the standard Ubuntu installation > (apt-get install icecast2). I also have configured # Edit > /etc/icecast2/icecast.xml (only to change the passwords) and change > "ENABLE=true" in /etc/default/icecast2. That sounds correct. > My question : > When I tried to start Icecast (sudo
2019 Dec 16
3
[PATCH 0/2] tests: simpler way to use configure results
Add a single shell script to hold results of configure. Pino Toscano (2): build: add an empty config.sh tests: switch to config.sh for xmllint .gitignore | 4 +--- config.sh.in | 22 +++++++++++++++++++ configure.ac | 7 +----- ...luks.sh.in => test-virt-inspector-luks.sh} | 2 +-
2013 Jan 17
5
A few patches needed for libguestfs 1.20+ on current Debian systems
Here's what I needed to build and run 1.20 on Debian/unstable. Perhaps the libcap2 dependency in the packagelist should only be added if libcap has actually been used in building guestfsd...
2017 Feb 24
1
[PATCH] inspector: validate resulting XML files
Run xmllint to validate the XML output files of virt-inspector, so the schema is checked against actual output of virt-inspector. --- inspector/test-virt-inspector.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inspector/test-virt-inspector.sh b/inspector/test-virt-inspector.sh index 2f55cdc..33d749c 100755 --- a/inspector/test-virt-inspector.sh +++ b/inspector/test-virt-inspector.sh @@
2017 May 03
1
[PATCH v2] inspector: validate resulting XML files
Run xmllint to validate the XML output files of virt-inspector, so the schema is checked against actual output of virt-inspector. --- .gitignore | 1 + configure.ac | 2 ++ inspector/{test-virt-inspector.sh => test-virt-inspector.sh.in} | 2 ++ 3 files changed, 5 insertions(+) rename
2011 Oct 20
4
[PATCH 1/3] out-of-tree build: daemon
--- daemon/Makefile.am | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/daemon/Makefile.am b/daemon/Makefile.am index e23ce86..af075d7 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -42,10 +42,10 @@ noinst_LIBRARIES = libprotocol.a libprotocol_a_SOURCES = guestfs_protocol.c guestfs_protocol.h libprotocol_a_CFLAGS = -Wall -Wno-unused -fno-strict-aliasing
2006 Jun 21
2
startup script for icecast
Hello, I was wondering about the feasibility of including a startup script for icecast for redhat/fedora installs? I've had to do an rpm install on an fc4 box, and a source install, rpms couldn't be found for an rh9 machine, yah i know that's old. And in both cases i had to drop in a custom-made startup script, see below. I was wondering esepcially in the case of the rpm, and
2024 Sep 19
1
Strange behavior in Icecast 2.44 startup
On 19 Sep 2024, at 22:08, Steve Matzura wrote: > I have a script that starts Icecast, waits a couple seconds, then starts ices. When I installed it all on Ubuntu 20.04, it just worked. Well, it still works now, but with a wrinkle. If I execute: > > > /etc/init.d/icecast2 start > Hi, as far as I understand ?/etc/init.d/icecast2 start? on your system just dispatches to systemctl so
2020 Mar 20
2
Issue with Wordpress in HTTPS and Icecast Stream URL in HTTP
Hello, Thank you for your help. I tried to follow steps on your link but it didn't work. I used this one : https://weekly-geekly.github.io/articles/350236/index.html I finish all steps but when i try to launch icecast with : su icecast2 -s /bin/bash icecast -c /usr/local/etc/icecast.xml I get this error : /usr/local/etc/icecast.xml: line 1: syntax error near unexpected token `newline'
2024 Sep 19
1
Strange behavior in Icecast 2.44 startup
I have a script that starts Icecast, waits a couple seconds, then starts ices. When I installed it all on Ubuntu 20.04, it just worked. Well, it still works now, but with a wrinkle. If I execute: /etc/init.d/icecast2 start I get: Starting icecast2 (via systemctl): icecast2.service==== AUTHENTICATING FOR org.freedesktop.systemd1.manage-units ==== Authentication is required to start
2020 Mar 20
1
Issue with Wordpress in HTTPS and Icecast Stream URL in HTTP
Hello Chip, I have no error in my file. I also test my previous XML file that was working and it say the same error : line 1: syntax error near unexpected token `newline' /usr/local/etc/icecast.xml: line 1: `<icecast>' BR, Ceelo On Fri, Mar 20, 2020 at 3:27 PM Chip <chiapas at aktivix.org> wrote: > Syntax error in your conf file. > > Check it from the command
2015 Mar 10
1
Issues with XML validation after upgrade to 1.2.12
After we upgraded to 1.2.12, we've been having issues with libvirt... it complains that our formerly valid guest definitions are now invalid: error: Failed to start domain XXXX error: internal error: Cannot instantiate filter due to unresolvable variables or unavailable list elements: DHCPSERVER We looked into this, and found that it's the XML validation that's failing: # xmllint
2019 Dec 17
5
[PATCH 0/3] Various dist/build fixes
Fix one dist issue, and various builddir!=srcdir issues, also with the patch proposed in the Debian bug #946594. Patch #3 applies also to the virt-v2v repository, and will be committed there too (with references to the libguestfs commit). Pino Toscano (3): inspector: ship the actual test script tests: fix srcdir references build: fix make implicit dependencies on ml/mli files
2003 Dec 14
22
White space being removed from "Programlisting" elements
Good Morning Mike, I''m finding that when I load a document, XXE is blindly removing all "superfluous" white space from "programlisting" elements. This of course is leading to a real mess (check out the FAQ on the web site :-( ). What can I do to avoid this? -Tom -- Tom Eastep \ Nothing is foolproof to a sufficiently talented fool Shoreline, \
2018 Jul 25
4
[PATCH v2 0/4] New API: lvm_scan, deprecate vgscan (RHBZ#1602353).
v2: - Changes as suggested by Pino in previous review.
2005 Dec 28
4
AJAX works in Safari, broken in Firefox
I''ve been working on an AJAX search, very similar to the Flickr one in the screencast linked from the main rails page. I''ve been doing my testing in Safari, where everything has worked fine, only to now discover the results of the search action seem disinclined to load in Firefox. I can enter a URL to return the HTML fragment that''s supposed to be dropped into
2004 Aug 06
1
automating icecast2 startups
Hey Rado, Ack... Yep, I'll give that a shot. Can't just shut down the streams at any given time. This may have to wait for testing. The friend I am helping set this up has decided the quality of Ogg Vorbis FAR outweighs the benefits and performance of MP3. Plus, there are the licensing issues involved with MP3. Any ideas on how to do set up a dual stream, one for low bandwidth users and
2018 Jul 18
5
[PATCH 0/3] New API: lvm_scan, deprecate vgscan (RHBZ#1602353).
[This email is either empty or too large to be displayed at this time]