Re-2: [icecast] Newbie-Question

Tom Gray tomg at future-i.com
Mon Sep 22 09:35:28 UTC 2003



Do you have a basedir specified in the <paths> element and have 
<chroot>1</chroot> in the <security> element below?

If so, the paths you specify in <logdir> and <webroot> need to be 
*relative* to the basedir.

eg,

<paths>
   <basedir>/usr/local/icecast2</basedir>
   <logdir>/logs</logdir>
   <webroot>/web</webroot>
</paths>

...

<security>
   <chroot>1</chroot>
   <changeowner>
     <user>icecast</user>
     <group>icecast</group>
   </changeowner>
</security>

Try this and see if it helps?

Tom

d.moritz at edv-partner.com wrote:
> Hmm, I made sure my icecast user has write access (by actually writing sth to the direcotry from the console) but no change there.
> 
> Still getting the same error-messages
> 
> -------- Original Message --------
> Subject: Re: [icecast] Newbie-Question (22-Sep-2003 11:11)
> From:    crupp at umc-web.de
> To:      d.moritz at edv-partner.com
> 
> 
>>>FATAL: could not open error loggin
>>>FATAL: could not open access loggin
>>>FATAL: could not start logging
>>> 
>>>Is there a short documentation anywhere which contains how to set up the 
>>>whole stuff?
>>
>>You 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.org/archives/
>>icecast project homepage: http://www.icecast.org/
>>To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
>>containing only the word 'unsubscribe' in the body.  No subject is needed.
>>Unsubscribe messages sent to the list will be ignored/filtered.
> 
> 
> --- >8 ----
> List archives:  http://www.xiph.org/archives/
> icecast project homepage: http://www.icecast.org/
> To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
> containing only the word 'unsubscribe' in the body.  No subject is needed.
> Unsubscribe messages sent to the list will be ignored/filtered.

<p>--- >8 ----
List archives:  http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the Icecast mailing list