I just installed Icecast2 and the installation was a sucess. However, when I go
to startup Icecast. It's reply is:
[root@linuxserver bin]# ./icecast -c /etc/icecast.xml
WARNING: You should not run icecast2 as root
Use the changeowner directive in the config file
[root@linuxserver bin]#
<p>So then I go into the icecast.xml and alter the changeowner User to
admin. Here is a bit from my icecast.xml config file:
   <security>
        <chroot>1</chroot>
        <changeowner>
            <user>admin</user>
            <group></group>
        </changeowner>
    </security>
<p><p>When I go to start up Icecast, It replys with the following:
[root@linuxserver bin]# ./icecast -c /etc/icecast.xml
Couldn't find user "admin" in password file
Changed root successfully to "/usr/share/icecast".
WARNING: You should not run icecast2 as root
Use the changeowner directive in the config file
[root@linuxserver bin]#
<p>So my question is where is the icecast2 user password file located?
Thanks heaps.
Nathan
<p><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@xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is
needed.
Unsubscribe messages sent to the list will be ignored/filtered.
> [root@linuxserver bin]# ./icecast -c /etc/icecast.xml > Couldn't find user "admin" in password file > So my question is where is the icecast2 user password file located?I guess it is the system password file (/etc/passwd), means: the user 'admin' is not existing at your machine. Enrico --- >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@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
It worked!!! I'm now streaming!!!! Thanks heaps Enrico. Nathan ----- Original Message ----- From: "Enrico Minack" <enrico.minack@informatik.tu-chemnitz.de> To: <icecast@xiph.org> Sent: Monday, February 16, 2004 10:04 PM Subject: Re: [icecast] changeowner question <p>> > [root@linuxserver bin]# ./icecast -c /etc/icecast.xml> > Couldn't find user "admin" in password file > > So my question is where is the icecast2 user password file located? > I guess it is the system password file (/etc/passwd), means: the user > 'admin' is not existing at your machine. > > Enrico > > --- >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@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@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.