# ices -c '/usr/local/etc/ices.conf' Logfile opened Could not find a valid playlist file. Ices Exiting...
Error during send: Mount failed on ********** error: Login failed
ices -c /etc/ices.conf -D -F /music/playlist.txt Error while opening -F/ices.log, error: No such file or directory Logfile opened Playing Ajapai - Brain.mp3 Error during send: Mount failed on ********** error: Login failed
<Hostname>localhost</Hostname> <Port>8000</Port> <Passwor>пароль</Password> <Protocol>http</Protocol> </Server> <Mountpoint>/ices</Mountpoint>
<mount> <mount-name>/ices</mount-name> <password>пароль</password> </mount>
<authentication> <source-password>пароль</source-password> <relay-password>пароль</relay-password> <admin-user>admin</admin-user> <admin-password>пароль</admin-password> </authentication>
<?xml version="1.0"?> <ices:Configuration xmlns:ices="http://www.icecast.org/projects/ices"> <Playlist> <File>'.$playlist.'</File> <Randomize>1</Randomize> <Type>builtin</Type> <Module>ices</Module> <Crossfade>1</Crossfade> </Playlist> <Execution> <Background>1</Background> <Verbose>0</Verbose> <BaseDirectory>/tmp</BaseDirectory> </Execution> <Stream> <Server> <Hostname>'.$ip_s.'</Hostname> <Port>'.$login.'</Port> <Password>'.$pass.'</Password> <Protocol>http</Protocol> </Server> <Mountpoint>/'.$login.'-nonstop</Mountpoint> <Name>Non Stop</Name> <Genre>nonstop</Genre> <Description>'.$desc.'</Description> <URL>http://'.$ip_s.':'.$login.'/'.$login.'.m3u</URL> <Public>0</Public> <Bitrate>128</Bitrate> <Reencode>0</Reencode> <Samplerate>44100</Samplerate> <Channels>2</Channels> </Stream> </ices:Configuration>
<?xml version="1.0"?> <ices:Configuration xmlns:ices="http://www.icecast.org/projects/ices"> <Playlist> <File>playlist.txt</File> <Randomize>1</Randomize> <Type>builtin</Type> <Module>ices</Module> </Playlist> <Execution> <Background>1</Background> <Verbose>0</Verbose> <BaseDirectory>/tmp</BaseDirectory> </Execution> <Stream> <Server> <Hostname>localhost</Hostname> <Port>8000</Port> <Passwor>pass</Password> <Protocol>http</Protocol> </Server> <Mountpoint>/ices</Mountpoint> <Name>Default stream</Name> <Genre>Default genre</Genre> <Description>Default description</Description> <URL>http://localhost:8000/ices </URL> <Public>0</Public> <Bitrate>128</Bitrate> <Reencode>1</Reencode> <Samplerate>44100</Samplerate> <Channels>2</Channels> </Stream> </ices:Configuration>
2011- 9-28 9:45:59 Error during send: Mount failed on ********** error: Login failed
<icecast> <location>RU</location> <admin>webmaster@localhost</admin> <limits> <clients>20</clients> <sources>2</sources> <queue-size>524288</queue-size> <client-timeout>30</client-timeout> <header-timeout>15</header-timeout> <source-timeout>10</source-timeout> <burst-size>65535</burst-size> </limits> <authentication> <source-password>*********</source-password> <relay-password>********</relay-password> <admin-user>admin</admin-user> <admin-password>********</admin-password> </authentication> <hostname>127.0.0.1</hostname> <listen-socket> <port>8000</port> </listen-socket> <fileserve>1</fileserve> <mount> <mount-name>/retuming</mount-name> <password>********</password> <max-listeners>20</max-listeners> <public>1</public> <bitrate>128</bitrate> <fallback-mount>/retuming-nonstop</fallback-mount> <fallback-override>1</fallback-override> <charset>cp1251</charset> </mount> <mount> <mount-name>/retuming-nonstop</mount-name> <password>*******</password> <max-listeners>20</max-listeners> <public>1</public> <bitrate>128</bitrate> <charset>cp1251</charset> </mount> <paths> <basedir>/home/icecast</basedir> <logdir>/home/icecast/logs</logdir> <webroot>/home/icecast/web</webroot> <adminroot>/home/icecast/admin</adminroot> <pidfile>/home/icecast/logs/icecast.pid</pidfile> <alias source="/" dest="/index.html"/> </paths> <logging> <accesslog>access.log</accesslog> <errorlog>error.log</errorlog> <loglevel>4</loglevel> <logsize>10000</logsize> </logging> <security> <chroot>0</chroot> <changeowner> <user>icecast</user> <group>icecast</group> </changeowner> </security> </icecast>
service ices restart