Hi list!! I have some problems with ices, cant connect to server... The Error Log : [2005-03-07 19:00:08] INFO playlist-builtin/playlist_read Currently playing "/Music/mr bungle - a dub.ogg" [2005-03-07 19:00:08] EROR stream/ices_instance_stream Failed initial connect to 172.16.0.13:8022 (Socket error: Success) [2005-03-07 19:00:08] DBUG reencode/reencode_clear Clearing reencoder [2005-03-07 19:00:08] DBUG input/input_loop An instance died, removing it [2005-03-07 19:00:08] DBUG input/input_flush_queue Input queue flush requested [2005-03-07 19:00:08] INFO input/input_loop All instances removed, shutting down... [2005-03-07 19:00:08] INFO ices-core/main Shutdown complete Why dont connect, in my firewall.. the ports 8022 are free, but i dont know if is that. ??? []'s Tiago Giorgetti _______________________________________________________ Yahoo! Acesso Gr?tis - Instale o discador do Yahoo! agora. http://br.acesso.yahoo.com/ - Internet r?pida e gr?tis
On Mon, 2005-03-07 at 22:18, Giorgetti Tiago wrote:> Hi list!! > > I have some problems with ices, cant connect to > server... > The Error Log :socket error is what you receive if the connection is dropped, which is usually down to being unable to connect or a source authentication error. There are other cases like a stream already connected with that mountpoint or a sources limit reached. To check for a firewall blocking possibility, on the machine where ices is, try getting the /status.xsl page, either with a normal browser or with something like curl/wget. If it's being blocked then they will also fail to connect. The auth case can be checked by looking in the error.log, you should see a failed source connection. With that you have to make sure the auth matches for it to work. karl.