From owner-freebsd-questions@FreeBSD.ORG Tue Mar 14 18:08:45 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEF8816A400 for ; Tue, 14 Mar 2006 18:08:45 +0000 (UTC) (envelope-from paulino.calderon@gmail.com) Received: from pproxy.gmail.com (pproxy.gmail.com [64.233.166.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 409E643D45 for ; Tue, 14 Mar 2006 18:08:45 +0000 (GMT) (envelope-from paulino.calderon@gmail.com) Received: by pproxy.gmail.com with SMTP id n25so1055813pyg for ; Tue, 14 Mar 2006 10:08:44 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=qrcUCOfAV/1VNANUM4av/7kelNc6wJAVXdww4xJVi+ySW5hSp2ixSOXuCrwx9nKSuPiuveTH5KhvzsuC8i9jSi7D2aLeYgKZexc+QvZm58c1h8aGBc5DE3AHKXrds6MjJvAqaBMUhEPrg43bukvyaUxPgeYvXz6Vsk8pw1JZZcA= Received: by 10.64.213.14 with SMTP id l14mr3080351qbg; Tue, 14 Mar 2006 10:08:44 -0800 (PST) Received: by 10.65.35.14 with HTTP; Tue, 14 Mar 2006 10:08:44 -0800 (PST) Message-ID: <8dc358df0603141008y65a40e37m86b004362ce3f4b5@mail.gmail.com> Date: Tue, 14 Mar 2006 12:08:44 -0600 From: "Paulino Calderon" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Problem with shoutcast port X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2006 18:08:45 -0000 Hey. I was trying to set up a shoutcast server on my freebsd 5.3 machine, for my surprise there was alredy a port to it, so my only job was to cd to the shoutcast port directory and make install, after that I wrote the configuration file, chmoded it to the proper permissions, and ran it with n= o warnings or errors, so whats the problem? It randomly crashes! the weird thing is that no log file is created and the only hint it gives me is at /var/log/messages : kernel: pid 27670 (sc_serv), uid 210: exited on signa= l 11. Any idea of what may cause this problem? Ive alredy tried on the official shoutcast forums and there are a couple of persons with the same problem but there are no replies to their posts, so any help you can give me guys would be really appreciated. Thanks