greetings! when i try to start icecast, i get the following: Changed groupid to 501. Changed userid to 501. and then it just hangs there... i ctrl-z and then attempt to start icecast again, and i get the following: Could not create listener socket on port 8000 Server startup failed. Exiting netstat -anp | grep :8000 shows the following: tcp 0 0 192.168.1.99:8000 0.0.0.0:* LISTEN 4244/ o, it looks like "something" is starting. the error.log gives: INFO main/main icecast server started INFO sighandler/_sig_die Caught signal 15, shutting down... INFO main/main Shutting down o, i guess my question is what is icecast attempting to do after the id's are changed? can anybody list what is seen on there screen when icecast is started? (this is on red hat 9) thanks! __________________________________ Do you Yahoo!? Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes http://hotjobs.sweepstakes.yahoo.com/signingbonus --- >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.
On Wed, 2004-01-14 at 21:59, jensen galan wrote:> greetings! > > when i try to start icecast, i get the following: > > Changed groupid to 501. > Changed userid to 501. > > and then it just hangs there... > i ctrl-z and then attempt to start icecast again, and > i get the following: > > Could not create listener socket on port 8000 > Server startup failed. Exiting > > netstat -anp | grep :8000 shows the following: > > tcp 0 0 192.168.1.99:8000 0.0.0.0:* LISTEN > 4244/ > > so, it looks like "something" is starting.the ctrl-Z only stops the job, it does not terminate it. The initial icecast process will still own port 8000. starting a second will fail.> so, i guess my question is what is icecast attempting > to do after the id's are changed? can anybody list > what is seen on there screen when icecast is started? > (this is on red hat 9)It's waiting. It's a server, it's meant to wait. It takes requests from connecting clients and handles them. Sending a STOP signal (crtl-Z) will limit it's ability to function though. As for anything on screen, there shouldn't be really. Log messages to file as it looks like you are and start sending streams to icecast so that listeners can listen to something. karl. <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.
thanks for the reply. the problem is after i start icecast with icecast -c /path to icecast.xml, i see the following: Changed groupid to 501. Changed userid to 501. and then it just hangs. i do not get a command prompt or anything. so i was wondering if there are any other messages that normally follow during the startup process. <p>--- Karl Heyes <karl@xiph.org> wrote:> On Wed, 2004-01-14 at 21:59, jensen galan wrote: > > greetings! > > > > when i try to start icecast, i get the following: > > > > Changed groupid to 501. > > Changed userid to 501. > > > > and then it just hangs there... > > i ctrl-z and then attempt to start icecast again, > and > > i get the following: > > > > Could not create listener socket on port 8000 > > Server startup failed. Exiting > > > > netstat -anp | grep :8000 shows the following: > > > > tcp 0 0 192.168.1.99:8000 0.0.0.0:* LISTEN > > > 4244/ > > > > so, it looks like "something" is starting. > > the ctrl-Z only stops the job, it does not terminate > it. The initial > icecast process will still own port 8000. starting a > second will fail. > > > so, i guess my question is what is icecast > attempting > > to do after the id's are changed? can anybody > list > > what is seen on there screen when icecast is > started? > > (this is on red hat 9) > > It's waiting. It's a server, it's meant to wait. It > takes requests from > connecting clients and handles them. Sending a STOP > signal (crtl-Z) > will limit it's ability to function though. > > As for anything on screen, there shouldn't be > really. Log messages to > file as it looks like you are and start sending > streams to icecast so > that listeners can listen to something. > > karl. > > > --- >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.__________________________________ Do you Yahoo!? Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes http://hotjobs.sweepstakes.yahoo.com/signingbonus --- >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.
>Maybe it's in an archive somewhere, but anyway: >why is the admin console removed in icecast2? > >/Rolf >--- >8 ----it wasn't removed really, since icecast 2 was a complete rewrite of icecast 1.x. It was just "not implemented"...We chose to go with a web-based interface instead... oddsock --- >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.
Karl Heyes <karl@xiph.org> writes:> As for anything on screen, there shouldn't be really. Log messages to > file as it looks like you are and start sending streams to icecast so > that listeners can listen to something.Maybe it's in an archive somewhere, but anyway: why is the admin console removed in icecast2? /Rolf --- >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.
Which given the move away from a command line console from the process, I never did quite figure out why -b was not a default option. On Wed, 14 Jan 2004 forum-gateway@xiph.org wrote:> > >Maybe it's in an archive somewhere, but anyway: > >why is the admin console removed in icecast2? > > > >/Rolf > >--- >8 ---- > it wasn't removed really, since icecast 2 was a complete rewrite of icecast 1.x. It was just "not implemented"...We chose to go with a web-based interface instead... > > oddsock > --- >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.