Displaying 20 results from an estimated 148 matches for "adminroot".
2013 Jan 24
3
No sound on any stream.
...serve>1</fileserve>
<shoutcast-mount>/live.nsv</shoutcast-mount>
<paths>
<basedir>/usr/share/icecast</basedir>
<logdir>/var/log/icecast</logdir>
<webroot>/usr/share/icecast/web</webroot>
<adminroot>/usr/share/icecast/admin</adminroot>
<alias source="/" dest="/status.xsl"/>
</paths>
<logging>
<accesslog>access.log</accesslog>
<errorlog>error.log</errorlog>
<loglevel>4</...
2011 Feb 08
3
Variable doesn't expand properly
...construct, namely:
$packagelist = ["clamav", "clamd", "clamav-db"]
package { $packagelist:
ensure => latest,
}
# Above apparently works fine...
# ...THEN...
file { "/etc/rc.d/init.d/clamd.mimedefang":
ensure => "$adminroot/mime-defang/clamd.mimedefang",
require => [ File["$adminroot/mime-defang"],
Package["$packagelist"],
Package["mimedefang"]
],
#....
getting error:
<quote>
Con...
2016 Jul 23
2
Config and other areas of struggle
...gt;28888</port>
</listen-socket>
<http-headers>
<header name="Access-Control-Allow-Origin" value="*" />
</http-headers>
<fileserve>1</fileserve>
<paths>
<logdir>./log</logdir>
<webroot>./web</webroot>
<adminroot>./admin</adminroot>
<alias source="/" destination="/status.xsl"/>
</paths>
<logging>
<accesslog>access.log</accesslog>
<errorlog>error.log</errorlog>
<loglevel>3</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error -...
2004 Aug 06
1
Re-2: Newbie-Question
...u have to check the settings of your log files in your icecast.xml
> configuration file:
>
>
> <logdir>/home/chris/icecast2/icecast-2.0-alpha-2/share/log</logdir>
>
> <webroot>/home/chris/icecast2/icecast-2.0-alpha-2/share/web</webroot>
>
> <adminroot>/home/chris/icecast2/icecast-2.0-alpha-2/share/admin</adminroot>
>
> Just make sure that those paths are correct, that the directories exist
> and that your icecast user has write access.
>
> HTH,
> Chris
>
> --- >8 ----
> List archives: http://www.xiph.o...
2007 May 19
1
configuration & error help
...t;
<listen-socket>
<port>26487</port>
</listen-socket>
<fileserve>1</fileserve>
<paths>
<basedir>./</basedir>
<logdir>./logs</logdir>
<webroot>./web</webroot>
<adminroot>./admin</adminroot>
<alias source="/" dest="/status.xsl"/>
</paths>
<logging>
<accesslog>access.log</accesslog>
<errorlog>error.log</errorlog>
<playlistlog>playlist.log</playlist...
2004 Aug 06
3
http admin to icecast2
...d
to icecast2...although it is in bad need of some de-ugliness. I would like
to encourage all interested to check it out (win32 versions available here
-> http://www.oddsock.org/tools/icecast2, non-win32 available in CVS)...
etting it up is pretty simple...
there is a new config option <adminroot> which points to a directory
containing the admin .xsl files. Just copy the xsl files from the
distribution (in the icecast/admin dir) into your adminroot, and hit
http://server:port/admin/stats.xsl
and please, if anyone is interested in making these templates alot more UI
friendly, please...
2013 Jan 24
3
No sound on any stream.
...serve>1</fileserve>
<shoutcast-mount>/live.nsv</shoutcast-mount>
<paths>
<basedir>/usr/share/icecast</basedir>
<logdir>/var/log/icecast</logdir>
<webroot>/usr/share/icecast/web</webroot>
<adminroot>/usr/share/icecast/admin</adminroot>
<alias source="/" dest="/status.xsl"/>
</paths>
<logging>
<accesslog>access.log</accesslog>
<errorlog>error.log</errorlog>
<loglevel>4</...
2019 Sep 10
1
multiple instances? Updated
...tication>
><http-headers>
> <header name="Access-Control-Allow-Origin" value="*"/>
></http-headers>
><fileserve>1</fileserve>
><paths>
><logdir>./log</logdir>
><webroot>./web</webroot>
><adminroot>./admin</adminroot>
><alias source="/" destination="/status.xsl"/>
></paths>
><logging>
><accesslog>access.log</accesslog>
><errorlog>error.log</errorlog>
><loglevel>3</loglevel>
><logsize>...
2019 Sep 10
1
multiple instances? Updated
...;/admin-password>
</authentication>
<http-headers>
<header name="Access-Control-Allow-Origin" value="*"/>
</http-headers>
<fileserve>1</fileserve>
<paths>
<logdir>./log</logdir>
<webroot>./web</webroot>
<adminroot>./admin</adminroot>
<alias source="/" destination="/status.xsl"/>
</paths>
<logging>
<accesslog>access.log</accesslog>
<errorlog>error.log</errorlog>
<loglevel>3</loglevel>
<logsize>10000</logsize>
</l...
2004 Aug 06
1
icecast 2.0.0 chroot problem
.../opt/icecast</basedir>
<!-- Note that if <chroot> is turned on below, these paths must both
be relative to the new root, not the original root -->
<logdir>/logs</logdir>
<webroot>/share/icecast/web</webroot>
<adminroot>/share/icecast/admin</adminroot>
<pidfile>/share/icecast/icecast.pid</pidfile>
<p>Let me know if you need anymore help setting this up. This seems to be one
aspect of icecast I found rather easy for myself. Now if I can just get it
connected to a DSP!!!
Cheers...
2019 Sep 09
7
multiple instances? Updated
...;/admin-password>
</authentication>
<http-headers>
<header name="Access-Control-Allow-Origin" value="*"/>
</http-headers>
<fileserve>1</fileserve>
<paths>
<logdir>./log</logdir>
<webroot>./web</webroot>
<adminroot>./admin</adminroot>
<alias source="/" destination="/status.xsl"/>
</paths>
<logging>
<accesslog>access.log</accesslog>
<errorlog>error.log</errorlog>
<loglevel>3</loglevel>
<logsize>10000</logsize>
</l...
2004 Aug 06
7
Re: Can't Connect to icecast using winamp as a listener
...ents -->
<listen-socket>
<port>8000</port>
<bind-address>127.0.0.1</bind-address>
</listen-socket>
<fileserve>1</fileserve>
<paths>
<logdir>/usr/share/icecast</logdir>
<webroot>/usr/share/icecast/web</webroot>
<adminroot>/usr/share/icecast/admin</adminroot>
<pidfile>/usr/share/icecast/icecast.pid</pidfile>
</paths>
<logging>
<accesslog>access.log</accesslog>
<errorlog>error.log</errorlog>
<loglevel>4</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1...
2017 Apr 29
1
Server not moving clients to fallback
...ir>
<!-- Note that if <chroot> is turned on below, these paths must both
be relative to the new root, not the original root -->
<logdir>/var/log/icecast2</logdir>
<webroot>/usr/share/icecast2/web</webroot>
<adminroot>/usr/share/icecast2/admin</adminroot>
<alias source="/" destination="/status.xsl"/>
</paths>
and
<chroot>1</chroot>
<webroot> is /usr/share/icecast2/web and the fallback file is in
"fallbacks" under it:
pi at P...
2019 Aug 01
0
mount points down in relay after a network problem
...t2</mount>
<local-mount>/test2.mp3</local-mount>
</relay>
<paths>
<basedir>/usr/share/icecast</basedir>
<logdir>/var/log/icecast</logdir>
<webroot>/usr/share/icecast/web</webroot>
<adminroot>/usr/share/icecast/admin</adminroot>
</paths>
<logging>
<accesslog>access.log</accesslog>
<errorlog>error.log</errorlog>
<loglevel>3</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error -->
<logsi...
2019 Aug 01
0
mount points down in relay after a network problem
...t2</mount>
<local-mount>/test2.mp3</local-mount>
</relay>
<paths>
<basedir>/usr/share/icecast</basedir>
<logdir>/var/log/icecast</logdir>
<webroot>/usr/share/icecast/web</webroot>
<adminroot>/usr/share/icecast/admin</adminroot>
</paths>
<logging>
<accesslog>access.log</accesslog>
<errorlog>error.log</errorlog>
<loglevel>3</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error -->
<logsi...
2019 Aug 01
0
mount points down in relay after a network problem
...t2</mount>
<local-mount>/test2.mp3</local-mount>
</relay>
<paths>
<basedir>/usr/share/icecast</basedir>
<logdir>/var/log/icecast</logdir>
<webroot>/usr/share/icecast/web</webroot>
<adminroot>/usr/share/icecast/admin</adminroot>
</paths>
<logging>
<accesslog>access.log</accesslog>
<errorlog>error.log</errorlog>
<loglevel>3</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error -->
<logsi...
2005 Oct 05
3
icecast2 mountpoints maximum
...<listen-socket>
<port>8000</port>
</listen-socket>
<paths>
<basedir>/usr/share/icecast2</basedir>
<logdir>/var/log/icecast2</logdir>
<webroot>/usr/share/icecast2/web</webroot>
<adminroot>/usr/share/icecast2/admin</adminroot>
<alias source="/" dest="/status.xsl"/>
</paths>
<logging>
<accesslog>access.log</accesslog>
<errorlog>error.log</errorlog>
<loglevel>4</log...
2011 Jun 16
1
Need help with config file
...outcast-mount>
-->
<paths>
<basedir>/usr/share/icecast</basedir>
is turned on below, these paths must both
be relative to the new root, not the original root -->
<logdir>/var/log/icecast</logdir>
<webroot>/usr/share/icecast/web</webroot>
<adminroot>/usr/share/icecast/admin</adminroot>
<pidfile>/var/run/icecast/icecast.pid</pidfile>
-->
<alias source="/" dest="/status.xsl"/>
</paths>
<logging>
<accesslog>access.log</accesslog>
<errorlog>error.log</errorlog&...
2015 Nov 29
5
Problem with fallback on 2.31 on Windows XP
...<basedir>./</basedir>
<!-- Note that if <chroot> is turned on below, these paths
must both
be relative to the new root, not the original root -->
<logdir>./logs</logdir>
<webroot>./web</webroot>
<adminroot>./admin</adminroot>
<alias source="/foo" dest="/bar"/>
<alias source="/" dest="/status.xsl"/>
</paths>
<logging>
<accesslog>access.log</accesslog>
<errorlog>e...
2004 Aug 06
1
Newbie-Question
Hi
I think I mangaed to install icecast and ices correctly, but I've got trouble starting it.
Starting icecast as root gives me
Should not start as root, use changeowner directives
Okay, so I changed the defaultvalues for changeowner to another user on this machine.
But now I get this error:
Changed userid to 501 (I thin thats okay)
changed groupid to 100 (ok, too)
FATAL: could not open error